diff --git a/CN-39.133/UCPaySDK/html/css/payError.css b/CN-39.133/UCPaySDK/html/css/payError.css
new file mode 100644
index 000000000..1a059a2a7
--- /dev/null
+++ b/CN-39.133/UCPaySDK/html/css/payError.css
@@ -0,0 +1 @@
+body,html{width:100%;height:100%;margin:0;padding:0}body{background:rgba(0,0,0,.4)}.body-error{width:6.28rem;height:6.6rem;background:#fff;-webkit-border-radius:.12rem;border-radius:.12rem;position:absolute;overflow:hidden;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center}.body-error .error-head{width:100%;height:.88rem}.body-error .error-head .close-error{height:.88rem;width:.8rem;margin-left:.08rem;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABYCAYAAABiQnDAAAAAAXNSR0IArs4c6QAAAqlJREFUeAHt2U1O6zAUhmEKe7gSu4JBda9Upi0D1sOg7RSkizqAXSGxBlA5H/JBAZwoP45tpNdSlDSxj+2nJ3EKJycUBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQACB9AKL9CHjEbfb7YVd2dr2tlgsbjabzWO85rizu93u8ng83lrrM9uurTyNizSs1emw6uNrG9rOWv+x7dy2g0343/hoX1uGWIcQW33oi8pSsgFadrz6jOxYWXKXAnG/3/9VrBDTu3jzg7n32QB129r2ObEUiPoCLM59E099qK+54Tx+NsDwzLuKIYYs8jH12scyL+CtUj9fuwaUbRHxQYTb9sst5xNfr9cPXq9rL7yWzFv1jdEVf8i17IAa3BSAKW2HwPStWwRwLGJteJpHMcChiDXiFQfsi5jiuam+5ihFM9An1JVdtlhojJMWHe9njn0VgJpYG6KuRd7zsq+2GkesVAOowcUQm4Me+rrTbDvXcVWAmmQbYo14Gm+2XyLqrE8Jz7xo1a5r0QYZTlaVgbHVtmmgLLTPV/ZT7X/zfMnjagBjeAHsxyJSE2IVt3AbngGuhOWQyrSwIt/pWanPpUtxwADR+p4XbtcfiAZ5XwNi0Vs4tuIq25R53/+q0pWl3+vmzMpigEPwHKRGxCKAY/AccUpbj5Fynx0wBUCKGKkQswKmnHjKWFMwswHa8+vSBnoIryEfY25bMPpOqA3R2i9z/V8k22uMwd2mxBOyVl+t2PoiHF19qC//PPc+G6BNRP8L/ihTM8/jaB9DtNOffTXrznGcE/DaJvBi27Nty5TvbiHWMsRWH+qLggACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggg8GsF3gGL7OCUPb45ZQAAAABJRU5ErkJggg==) no-repeat;-webkit-background-size:100% 100%;background-size:100% 100%}.body-error .error-img{margin:.48rem auto 0;background:url(../images/error_img.png) no-repeat;width:1.68rem;height:1.68rem;-webkit-background-size:100% 100%;background-size:100% 100%}.body-error .error-span{margin:.32rem auto 0;width:4.2rem;height:.84rem}.body-error .error-footer,.body-error .error-span{font-family:PingFangSC-Regular;font-size:.3rem;color:#666;letter-spacing:0}.body-error .error-footer{margin:1.3rem auto 0;width:5.48rem;height:.8rem;line-height:.8rem;border:.5px solid #666;-webkit-border-radius:.08rem;border-radius:.08rem;text-align:center}
\ No newline at end of file
diff --git a/CN-39.133/UCPaySDK/html/css/payNormal.css b/CN-39.133/UCPaySDK/html/css/payNormal.css
new file mode 100644
index 000000000..453cba2a4
--- /dev/null
+++ b/CN-39.133/UCPaySDK/html/css/payNormal.css
@@ -0,0 +1,49 @@
+body,
+html {
+ width: 100%;
+ height: 100%;
+ margin: 0;
+ padding: 0;
+}
+.body-error {
+ width: 6.28rem;
+ height: 5.5rem;
+ background: #fff;
+ position: absolute;
+ overflow: hidden;
+ left: 50%;
+ top: 50%;
+ -webkit-transform: translate(-50%, -50%);
+ transform: translate(-50%, -50%);
+ text-align: center;
+}
+.body-error .error-img {
+ margin: 0.48rem auto 0;
+ background: url(../images/error_img.png) no-repeat;
+ width: 1.68rem;
+ height: 1.68rem;
+ -webkit-background-size: 100% 100%;
+ background-size: 100% 100%;
+}
+.body-error .error-span {
+ margin: 0.32rem auto 0;
+ width: 4.2rem;
+ color: #666;
+}
+.body-error .error-footer,
+.body-error .error-span {
+ font-family: PingFangSC-Regular;
+ font-size: 0.3rem;
+ letter-spacing: 0;
+}
+.body-error .error-footer {
+ margin: 1.3rem 0.4rem 0;
+ width: 5.48rem;
+ height: 0.8rem;
+ line-height: 0.8rem;
+ border: 1px solid #666;
+ -webkit-border-radius: 0.08rem;
+ border-radius: 0.08rem;
+ text-align: center;
+ color: #666;
+}
diff --git a/CN-39.133/UCPaySDK/html/images/error_img.png b/CN-39.133/UCPaySDK/html/images/error_img.png
new file mode 100644
index 000000000..34867840a
Binary files /dev/null and b/CN-39.133/UCPaySDK/html/images/error_img.png differ
diff --git a/CN-39.133/UCPaySDK/html/js/payError.js b/CN-39.133/UCPaySDK/html/js/payError.js
new file mode 100644
index 000000000..41b2ff7a3
--- /dev/null
+++ b/CN-39.133/UCPaySDK/html/js/payError.js
@@ -0,0 +1,134 @@
+!(function(modules) {
+ var installedModules = {};
+ function __webpack_require__(moduleId) {
+ if (installedModules[moduleId]) return installedModules[moduleId].exports;
+ var module = (installedModules[moduleId] = {
+ i: moduleId,
+ l: !1,
+ exports: {},
+ });
+ return (
+ modules[moduleId].call(
+ module.exports,
+ module,
+ module.exports,
+ __webpack_require__
+ ),
+ (module.l = !0),
+ module.exports
+ );
+ }
+ (__webpack_require__.m = modules),
+ (__webpack_require__.c = installedModules),
+ (__webpack_require__.d = function(exports, name, getter) {
+ __webpack_require__.o(exports, name) ||
+ Object.defineProperty(exports, name, { enumerable: !0, get: getter });
+ }),
+ (__webpack_require__.r = function(exports) {
+ "undefined" != typeof Symbol &&
+ Symbol.toStringTag &&
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }),
+ Object.defineProperty(exports, "__esModule", { value: !0 });
+ }),
+ (__webpack_require__.t = function(value, mode) {
+ if ((1 & mode && (value = __webpack_require__(value)), 8 & mode))
+ return value;
+ if (4 & mode && "object" == typeof value && value && value.__esModule)
+ return value;
+ var ns = Object.create(null);
+ if (
+ (__webpack_require__.r(ns),
+ Object.defineProperty(ns, "default", { enumerable: !0, value: value }),
+ 2 & mode && "string" != typeof value)
+ )
+ for (var key in value)
+ __webpack_require__.d(
+ ns,
+ key,
+ function(key) {
+ return value[key];
+ }.bind(null, key)
+ );
+ return ns;
+ }),
+ (__webpack_require__.n = function(module) {
+ var getter =
+ module && module.__esModule
+ ? function() {
+ return module.default;
+ }
+ : function() {
+ return module;
+ };
+ return __webpack_require__.d(getter, "a", getter), getter;
+ }),
+ (__webpack_require__.o = function(object, property) {
+ return Object.prototype.hasOwnProperty.call(object, property);
+ }),
+ (__webpack_require__.p = "./"),
+ __webpack_require__((__webpack_require__.s = 8));
+})({
+ 10: function(module, exports) {
+ !(function(e) {
+ function t(n) {
+ if (i[n]) return i[n].exports;
+ var r = (i[n] = { exports: {}, id: n, loaded: !1 });
+ return (
+ e[n].call(r.exports, r, r.exports, t), (r.loaded = !0), r.exports
+ );
+ }
+ var i = {};
+ (t.m = e), (t.c = i), (t.p = ""), t(0);
+ })([
+ function(e, t) {
+ "use strict";
+ Object.defineProperty(t, "__esModule", { value: !0 });
+ var i = window;
+ (t.default = i.vl = function(e, t) {
+ var n = e || 100,
+ r = t || 720,
+ a = i.document,
+ d = navigator.userAgent,
+ o = d.match(/Android[\S\s]+AppleWebkit\/(\d{3})/i),
+ l = d.match(/U3\/((\d+|\.){5,})/i),
+ s = l && parseInt(l[1].split(".").join(""), 10) >= 80,
+ u = a.documentElement,
+ c = 1;
+ if ((o && o[1] > 534) || s) {
+ u.style.fontSize = n + "px";
+ var p = a.createElement("div");
+ p.setAttribute("style", "width: 1rem;display:none"),
+ u.appendChild(p);
+ var m = i.getComputedStyle(p).width;
+ if ((u.removeChild(p), m !== u.style.fontSize)) {
+ var v = parseInt(m, 10);
+ c = 100 / v;
+ }
+ }
+ var h = function() {
+ var computedWidth =
+ u.clientWidth > u.clientHeight ? u.clientHeight : u.clientWidth;
+ u.style.fontSize = "50px";
+ };
+ h(), i.addEventListener("resize", h);
+ }),
+ (e.exports = t.default);
+ },
+ ]),
+ vl(100, window.remBase || 720);
+ },
+ 8: function(module, __webpack_exports__, __webpack_require__) {
+ "use strict";
+ __webpack_require__.r(__webpack_exports__);
+ __webpack_require__(9), __webpack_require__(10);
+ document.addEventListener("DOMContentLoaded", function() {
+ (document.getElementById("close-error").onclick = function() {
+ App.backToGame();
+ }),
+ (document.getElementById("error-footer").onclick = function() {
+ App.reloadCurrentUrl();
+ });
+ });
+ },
+ 9: function(module, exports, __webpack_require__) {},
+});
diff --git a/CN-39.133/UCPaySDK/html/payError.html b/CN-39.133/UCPaySDK/html/payError.html
new file mode 100644
index 000000000..31e52c37f
--- /dev/null
+++ b/CN-39.133/UCPaySDK/html/payError.html
@@ -0,0 +1,29 @@
+
+
+
+
+
+ 充值中心
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
页面打开失败,请点击刷新按钮或关闭重新打开
+
+
+
+
+
\ No newline at end of file
diff --git a/CN-39.133/UCPaySDK/html/payNormal.html b/CN-39.133/UCPaySDK/html/payNormal.html
new file mode 100644
index 000000000..aef0eb838
--- /dev/null
+++ b/CN-39.133/UCPaySDK/html/payNormal.html
@@ -0,0 +1,27 @@
+
+
+
+
+
+ 充值中心
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
页面打开失败,请点击刷新按钮或关闭重新打开
+
+
+
+
+
\ No newline at end of file
diff --git a/CN-39.133/UCPaySDK/jars/entry.xml b/CN-39.133/UCPaySDK/jars/entry.xml
new file mode 100644
index 000000000..beb9ae1c4
Binary files /dev/null and b/CN-39.133/UCPaySDK/jars/entry.xml differ
diff --git a/CN-39.133/UCPaySDK/jars/ugpsdk-plugin-loader.apk b/CN-39.133/UCPaySDK/jars/ugpsdk-plugin-loader.apk
new file mode 100644
index 000000000..ee1668f47
Binary files /dev/null and b/CN-39.133/UCPaySDK/jars/ugpsdk-plugin-loader.apk differ
diff --git a/CN-39.133/UCPaySDK/pay.png b/CN-39.133/UCPaySDK/pay.png
new file mode 100644
index 000000000..f12a95ece
Binary files /dev/null and b/CN-39.133/UCPaySDK/pay.png differ
diff --git a/CN-39.133/UCPaySDK/ver.txt b/CN-39.133/UCPaySDK/ver.txt
new file mode 100644
index 000000000..da122dd35
--- /dev/null
+++ b/CN-39.133/UCPaySDK/ver.txt
@@ -0,0 +1 @@
+version=7.6.3.9
\ No newline at end of file
diff --git a/CN-39.133/badge/default.edges b/CN-39.133/badge/default.edges
new file mode 100644
index 000000000..4456e983a
Binary files /dev/null and b/CN-39.133/badge/default.edges differ
diff --git a/CN-39.133/badge/default_diffuse.png b/CN-39.133/badge/default_diffuse.png
new file mode 100644
index 000000000..24f6ca3f8
Binary files /dev/null and b/CN-39.133/badge/default_diffuse.png differ
diff --git a/CN-39.133/badge/default_diffuse_back.png b/CN-39.133/badge/default_diffuse_back.png
new file mode 100644
index 000000000..f65ee22d6
Binary files /dev/null and b/CN-39.133/badge/default_diffuse_back.png differ
diff --git a/CN-39.133/badge/default_diffuse_edge.png b/CN-39.133/badge/default_diffuse_edge.png
new file mode 100644
index 000000000..f65ee22d6
Binary files /dev/null and b/CN-39.133/badge/default_diffuse_edge.png differ
diff --git a/CN-39.133/badge/default_glossiness.png b/CN-39.133/badge/default_glossiness.png
new file mode 100644
index 000000000..4a39a7aaa
Binary files /dev/null and b/CN-39.133/badge/default_glossiness.png differ
diff --git a/CN-39.133/badge/default_glossiness_back.png b/CN-39.133/badge/default_glossiness_back.png
new file mode 100644
index 000000000..8eb8560d6
Binary files /dev/null and b/CN-39.133/badge/default_glossiness_back.png differ
diff --git a/CN-39.133/badge/default_glossiness_edge.png b/CN-39.133/badge/default_glossiness_edge.png
new file mode 100644
index 000000000..fcf5290e9
Binary files /dev/null and b/CN-39.133/badge/default_glossiness_edge.png differ
diff --git a/CN-39.133/badge/default_normal.png b/CN-39.133/badge/default_normal.png
new file mode 100644
index 000000000..112fc9142
Binary files /dev/null and b/CN-39.133/badge/default_normal.png differ
diff --git a/CN-39.133/badge/default_normal_back.png b/CN-39.133/badge/default_normal_back.png
new file mode 100644
index 000000000..112fc9142
Binary files /dev/null and b/CN-39.133/badge/default_normal_back.png differ
diff --git a/CN-39.133/badge/default_normal_edge.png b/CN-39.133/badge/default_normal_edge.png
new file mode 100644
index 000000000..112fc9142
Binary files /dev/null and b/CN-39.133/badge/default_normal_edge.png differ
diff --git a/CN-39.133/badge/default_specular.png b/CN-39.133/badge/default_specular.png
new file mode 100644
index 000000000..96067c3bd
Binary files /dev/null and b/CN-39.133/badge/default_specular.png differ
diff --git a/CN-39.133/badge/default_specular_back.png b/CN-39.133/badge/default_specular_back.png
new file mode 100644
index 000000000..4db1a69eb
Binary files /dev/null and b/CN-39.133/badge/default_specular_back.png differ
diff --git a/CN-39.133/badge/default_specular_edge.png b/CN-39.133/badge/default_specular_edge.png
new file mode 100644
index 000000000..96067c3bd
Binary files /dev/null and b/CN-39.133/badge/default_specular_edge.png differ
diff --git a/CN-39.133/bcore_config.json b/CN-39.133/bcore_config.json
new file mode 100644
index 000000000..f4e8efff8
--- /dev/null
+++ b/CN-39.133/bcore_config.json
@@ -0,0 +1 @@
+{"game_type":"1","encrypt":"false","yz_game_id":"376","pay_mode":"1","osdk_conf_id":"12670551","solution_key":"7Gd7EwWw14seueJ2gxmFjBUMXTn8ui64","osdk_game_id":"196377842","sp_url_type":"1"}
\ No newline at end of file
diff --git a/CN-39.133/bcore_module_config.json b/CN-39.133/bcore_module_config.json
new file mode 100644
index 000000000..a0ba75bc0
--- /dev/null
+++ b/CN-39.133/bcore_module_config.json
@@ -0,0 +1 @@
+{"yz_sdk":{"sdk_list":[{"sdk_type":1,"jar_name":"","sdk_id":"","extr":{"opid":"2110","opgameid":"opgameid"}}],"jar_name":"com.youzu.bcore.module.youzu.YouzuModule","module_name":"youzu"},"other_resource":{"splashv2":[]},"tools_sdk":{"sdk_list":[],"jar_name":"com.youzu.bcore.module.tools.ToolsModule","module_name":"tools"},"platform_sdk":{"sdk_list":[{"sdk_type":0,"jar_name":"com.supersdk.foruc.PluginImpl","sdk_id":"0010014","extr":{"gameid":"819072","orientation":"0","isunity":"false","serverid":"","isuploadopen":"true","showpayhistory":"true","cpid":"","debugmode":"false","apikey":"f6e085bce9242eb42773895588788188","showswitchaccount":"true","extend":"2110|376|opgameid","sign":""}}],"jar_name":"com.supersdk.bcore.platform.PlatformModule","module_name":"platform"},"config_sdk":{"sdk_list":[{"sdk_type":1,"jar_name":"","sdk_id":"","extr":{"extend2":"","extend":"http:\/\/bs.youzu.com\/download?channel=9you","extend3":"","packagename":"com.youzu.bs.aligames","extend4":""}}],"jar_name":"com.youzu.bcore.module.config.ConfigModule","module_name":"config"},"x_sdk":{"sdk_list":[{"sdk_type":1,"jar_name":"","sdk_id":"","extr":[]}],"jar_name":"com.youzu.bcore.module.xsdk.XSDKModule","module_name":"xsdk"},"osdk_client_secret":"7Gd7EwWw14seueJ2gxmFjBUMXTn8ui64","stats_sdk":{"sdk_list":[],"jar_name":"com.youzu.bcore.module.stat.StatsModule","module_name":"stats"},"server_version":"1.0"}
\ No newline at end of file
diff --git a/CN-39.133/cacert.pem b/CN-39.133/cacert.pem
new file mode 100644
index 000000000..b7cd57cb7
--- /dev/null
+++ b/CN-39.133/cacert.pem
@@ -0,0 +1,3860 @@
+##
+## Bundle of CA Root Certificates
+##
+## Certificate data from Mozilla as of: Wed Feb 25 04:12:04 2015
+##
+## This is a bundle of X.509 certificates of public Certificate Authorities
+## (CA). These were automatically extracted from Mozilla's root certificates
+## file (certdata.txt). This file can be found in the mozilla source tree:
+## http://hg.mozilla.org/releases/mozilla-release/raw-file/default/security/nss/lib/ckfw/builtins/certdata.txt
+##
+## It contains the certificates in PEM format and therefore
+## can be directly used with curl / libcurl / php_curl, or with
+## an Apache+mod_ssl webserver for SSL client authentication.
+## Just configure this file as the SSLCACertificateFile.
+##
+## Conversion done with mk-ca-bundle.pl version 1.25.
+## SHA1: f9bc9fa76145720d94124527f82a7185d921975e
+##
+
+
+Equifax Secure CA
+=================
+-----BEGIN CERTIFICATE-----
+MIIDIDCCAomgAwIBAgIENd70zzANBgkqhkiG9w0BAQUFADBOMQswCQYDVQQGEwJVUzEQMA4GA1UE
+ChMHRXF1aWZheDEtMCsGA1UECxMkRXF1aWZheCBTZWN1cmUgQ2VydGlmaWNhdGUgQXV0aG9yaXR5
+MB4XDTk4MDgyMjE2NDE1MVoXDTE4MDgyMjE2NDE1MVowTjELMAkGA1UEBhMCVVMxEDAOBgNVBAoT
+B0VxdWlmYXgxLTArBgNVBAsTJEVxdWlmYXggU2VjdXJlIENlcnRpZmljYXRlIEF1dGhvcml0eTCB
+nzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAwV2xWGcIYu6gmi0fCG2RFGiYCh7+2gRvE4RiIcPR
+fM6fBeC4AfBONOziipUEZKzxa1NfBbPLZ4C/QgKO/t0BCezhABRP/PvwDN1Dulsr4R+AcJkVV5MW
+8Q+XarfCaCMczE1ZMKxRHjuvK9buY0V7xdlfUNLjUA86iOe/FP3gx7kCAwEAAaOCAQkwggEFMHAG
+A1UdHwRpMGcwZaBjoGGkXzBdMQswCQYDVQQGEwJVUzEQMA4GA1UEChMHRXF1aWZheDEtMCsGA1UE
+CxMkRXF1aWZheCBTZWN1cmUgQ2VydGlmaWNhdGUgQXV0aG9yaXR5MQ0wCwYDVQQDEwRDUkwxMBoG
+A1UdEAQTMBGBDzIwMTgwODIyMTY0MTUxWjALBgNVHQ8EBAMCAQYwHwYDVR0jBBgwFoAUSOZo+SvS
+spXXR9gjIBBPM5iQn9QwHQYDVR0OBBYEFEjmaPkr0rKV10fYIyAQTzOYkJ/UMAwGA1UdEwQFMAMB
+Af8wGgYJKoZIhvZ9B0EABA0wCxsFVjMuMGMDAgbAMA0GCSqGSIb3DQEBBQUAA4GBAFjOKer89961
+zgK5F7WF0bnj4JXMJTENAKaSbn+2kmOeUJXRmm/kEd5jhW6Y7qj/WsjTVbJmcVfewCHrPSqnI0kB
+BIZCe/zuf6IWUrVnZ9NA2zsmWLIodz2uFHdh1voqZiegDfqnc1zqcPGUIWVEX/r87yloqaKHee95
+70+sB3c4
+-----END CERTIFICATE-----
+
+GlobalSign Root CA
+==================
+-----BEGIN CERTIFICATE-----
+MIIDdTCCAl2gAwIBAgILBAAAAAABFUtaw5QwDQYJKoZIhvcNAQEFBQAwVzELMAkGA1UEBhMCQkUx
+GTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExEDAOBgNVBAsTB1Jvb3QgQ0ExGzAZBgNVBAMTEkds
+b2JhbFNpZ24gUm9vdCBDQTAeFw05ODA5MDExMjAwMDBaFw0yODAxMjgxMjAwMDBaMFcxCzAJBgNV
+BAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRswGQYD
+VQQDExJHbG9iYWxTaWduIFJvb3QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDa
+DuaZjc6j40+Kfvvxi4Mla+pIH/EqsLmVEQS98GPR4mdmzxzdzxtIK+6NiY6arymAZavpxy0Sy6sc
+THAHoT0KMM0VjU/43dSMUBUc71DuxC73/OlS8pF94G3VNTCOXkNz8kHp1Wrjsok6Vjk4bwY8iGlb
+Kk3Fp1S4bInMm/k8yuX9ifUSPJJ4ltbcdG6TRGHRjcdGsnUOhugZitVtbNV4FpWi6cgKOOvyJBNP
+c1STE4U6G7weNLWLBYy5d4ux2x8gkasJU26Qzns3dLlwR5EiUWMWea6xrkEmCMgZK9FGqkjWZCrX
+gzT/LCrBbBlDSgeF59N89iFo7+ryUp9/k5DPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV
+HRMBAf8EBTADAQH/MB0GA1UdDgQWBBRge2YaRQ2XyolQL30EzTSo//z9SzANBgkqhkiG9w0BAQUF
+AAOCAQEA1nPnfE920I2/7LqivjTFKDK1fPxsnCwrvQmeU79rXqoRSLblCKOzyj1hTdNGCbM+w6Dj
+Y1Ub8rrvrTnhQ7k4o+YviiY776BQVvnGCv04zcQLcFGUl5gE38NflNUVyRRBnMRddWQVDf9VMOyG
+j/8N7yy5Y0b2qvzfvGn9LhJIZJrglfCm7ymPAbEVtQwdpf5pLGkkeB6zpxxxYu7KyJesF12KwvhH
+hm4qxFYxldBniYUr+WymXUadDKqC5JlR3XC321Y9YeRq4VzW9v493kHMB65jUr9TU/Qr6cf9tveC
+X4XSQRjbgbMEHMUfpIBvFSDJ3gyICh3WZlXi/EjJKSZp4A==
+-----END CERTIFICATE-----
+
+GlobalSign Root CA - R2
+=======================
+-----BEGIN CERTIFICATE-----
+MIIDujCCAqKgAwIBAgILBAAAAAABD4Ym5g0wDQYJKoZIhvcNAQEFBQAwTDEgMB4GA1UECxMXR2xv
+YmFsU2lnbiBSb290IENBIC0gUjIxEzARBgNVBAoTCkdsb2JhbFNpZ24xEzARBgNVBAMTCkdsb2Jh
+bFNpZ24wHhcNMDYxMjE1MDgwMDAwWhcNMjExMjE1MDgwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxT
+aWduIFJvb3QgQ0EgLSBSMjETMBEGA1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2ln
+bjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKbPJA6+Lm8omUVCxKs+IVSbC9N/hHD6
+ErPLv4dfxn+G07IwXNb9rfF73OX4YJYJkhD10FPe+3t+c4isUoh7SqbKSaZeqKeMWhG8eoLrvozp
+s6yWJQeXSpkqBy+0Hne/ig+1AnwblrjFuTosvNYSuetZfeLQBoZfXklqtTleiDTsvHgMCJiEbKjN
+S7SgfQx5TfC4LcshytVsW33hoCmEofnTlEnLJGKRILzdC9XZzPnqJworc5HGnRusyMvo4KD0L5CL
+TfuwNhv2GXqF4G3yYROIXJ/gkwpRl4pazq+r1feqCapgvdzZX99yqWATXgAByUr6P6TqBwMhAo6C
+ygPCm48CAwEAAaOBnDCBmTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4E
+FgQUm+IHV2ccHsBqBt5ZtJot39wZhi4wNgYDVR0fBC8wLTAroCmgJ4YlaHR0cDovL2NybC5nbG9i
+YWxzaWduLm5ldC9yb290LXIyLmNybDAfBgNVHSMEGDAWgBSb4gdXZxwewGoG3lm0mi3f3BmGLjAN
+BgkqhkiG9w0BAQUFAAOCAQEAmYFThxxol4aR7OBKuEQLq4GsJ0/WwbgcQ3izDJr86iw8bmEbTUsp
+9Z8FHSbBuOmDAGJFtqkIk7mpM0sYmsL4h4hO291xNBrBVNpGP+DTKqttVCL1OmLNIG+6KYnX3ZHu
+01yiPqFbQfXf5WRDLenVOavSot+3i9DAgBkcRcAtjOj4LaR0VknFBbVPFd5uRHg5h6h+u/N5GJG7
+9G+dwfCMNYxdAfvDbbnvRG15RjF+Cv6pgsH/76tuIMRQyV+dTZsXjAzlAcmgQWpzU/qlULRuJQ/7
+TBj0/VLZjmmx6BEP3ojY+x1J96relc8geMJgEtslQIxq/H5COEBkEveegeGTLg==
+-----END CERTIFICATE-----
+
+Verisign Class 3 Public Primary Certification Authority - G3
+============================================================
+-----BEGIN CERTIFICATE-----
+MIIEGjCCAwICEQCbfgZJoz5iudXukEhxKe9XMA0GCSqGSIb3DQEBBQUAMIHKMQswCQYDVQQGEwJV
+UzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdv
+cmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWduLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNl
+IG9ubHkxRTBDBgNVBAMTPFZlcmlTaWduIENsYXNzIDMgUHVibGljIFByaW1hcnkgQ2VydGlmaWNh
+dGlvbiBBdXRob3JpdHkgLSBHMzAeFw05OTEwMDEwMDAwMDBaFw0zNjA3MTYyMzU5NTlaMIHKMQsw
+CQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRy
+dXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWduLCBJbmMuIC0gRm9yIGF1dGhv
+cml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlTaWduIENsYXNzIDMgUHVibGljIFByaW1hcnkg
+Q2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBHMzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC
+ggEBAMu6nFL8eB8aHm8bN3O9+MlrlBIwT/A2R/XQkQr1F8ilYcEWQE37imGQ5XYgwREGfassbqb1
+EUGO+i2tKmFZpGcmTNDovFJbcCAEWNF6yaRpvIMXZK0Fi7zQWM6NjPXr8EJJC52XJ2cybuGukxUc
+cLwgTS8Y3pKI6GyFVxEa6X7jJhFUokWWVYPKMIno3Nij7SqAP395ZVc+FSBmCC+Vk7+qRy+oRpfw
+EuL+wgorUeZ25rdGt+INpsyow0xZVYnm6FNcHOqd8GIWC6fJXwzw3sJ2zq/3avL6QaaiMxTJ5Xpj
+055iN9WFZZ4O5lMkdBteHRJTW8cs54NJOxWuimi5V5cCAwEAATANBgkqhkiG9w0BAQUFAAOCAQEA
+ERSWwauSCPc/L8my/uRan2Te2yFPhpk0djZX3dAVL8WtfxUfN2JzPtTnX84XA9s1+ivbrmAJXx5f
+j267Cz3qWhMeDGBvtcC1IyIuBwvLqXTLR7sdwdela8wv0kL9Sd2nic9TutoAWii/gt/4uhMdUIaC
+/Y4wjylGsB49Ndo4YhYYSq3mtlFs3q9i6wHQHiT+eo8SGhJouPtmmRQURVyu565pF4ErWjfJXir0
+xuKhXFSbplQAz/DxwceYMBo7Nhbbo27q/a2ywtrvAkcTisDxszGtTxzhT5yvDwyd93gN2PQ1VoDa
+t20Xj50egWTh/sVFuq1ruQp6Tk9LhO5L8X3dEQ==
+-----END CERTIFICATE-----
+
+Verisign Class 4 Public Primary Certification Authority - G3
+============================================================
+-----BEGIN CERTIFICATE-----
+MIIEGjCCAwICEQDsoKeLbnVqAc/EfMwvlF7XMA0GCSqGSIb3DQEBBQUAMIHKMQswCQYDVQQGEwJV
+UzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdv
+cmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWduLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNl
+IG9ubHkxRTBDBgNVBAMTPFZlcmlTaWduIENsYXNzIDQgUHVibGljIFByaW1hcnkgQ2VydGlmaWNh
+dGlvbiBBdXRob3JpdHkgLSBHMzAeFw05OTEwMDEwMDAwMDBaFw0zNjA3MTYyMzU5NTlaMIHKMQsw
+CQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRy
+dXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWduLCBJbmMuIC0gRm9yIGF1dGhv
+cml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlTaWduIENsYXNzIDQgUHVibGljIFByaW1hcnkg
+Q2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBHMzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC
+ggEBAK3LpRFpxlmr8Y+1GQ9Wzsy1HyDkniYlS+BzZYlZ3tCD5PUPtbut8XzoIfzk6AzufEUiGXaS
+tBO3IFsJ+mGuqPKljYXCKtbeZjbSmwL0qJJgfJxptI8kHtCGUvYynEFYHiK9zUVilQhu0GbdU6LM
+8BDcVHOLBKFGMzNcF0C5nk3T875Vg+ixiY5afJqWIpA7iCXy0lOIAgwLePLmNxdLMEYH5IBtptiW
+Lugs+BGzOA1mppvqySNb247i8xOOGlktqgLw7KSHZtzBP/XYufTsgsbSPZUd5cBPhMnZo0QoBmrX
+Razwa2rvTl/4EYIeOGM0ZlDUPpNz+jDDZq3/ky2X7wMCAwEAATANBgkqhkiG9w0BAQUFAAOCAQEA
+j/ola09b5KROJ1WrIhVZPMq1CtRK26vdoV9TxaBXOcLORyu+OshWv8LZJxA6sQU8wHcxuzrTBXtt
+mhwwjIDLk5Mqg6sFUYICABFna/OIYUdfA5PVWw3g8dShMjWFsjrbsIKr0csKvE+MW8VLADsfKoKm
+fjaF3H48ZwC15DtS4KjrXRX5xm3wrR0OhbepmnMUWluPQSjA1egtTaRezarZ7c7c2NU8Qh0XwRJd
+RTjDOPP8hS6DRkiy1yBfkjaP53kPmF6Z6PDQpLv1U70qzlmwr25/bLvSHgCwIe34QWKCudiyxLtG
+UPMxxY8BqHTr9Xgn2uf3ZkPznoM+IKrDNWCRzg==
+-----END CERTIFICATE-----
+
+Entrust.net Premium 2048 Secure Server CA
+=========================================
+-----BEGIN CERTIFICATE-----
+MIIEKjCCAxKgAwIBAgIEOGPe+DANBgkqhkiG9w0BAQUFADCBtDEUMBIGA1UEChMLRW50cnVzdC5u
+ZXQxQDA+BgNVBAsUN3d3dy5lbnRydXN0Lm5ldC9DUFNfMjA0OCBpbmNvcnAuIGJ5IHJlZi4gKGxp
+bWl0cyBsaWFiLikxJTAjBgNVBAsTHChjKSAxOTk5IEVudHJ1c3QubmV0IExpbWl0ZWQxMzAxBgNV
+BAMTKkVudHJ1c3QubmV0IENlcnRpZmljYXRpb24gQXV0aG9yaXR5ICgyMDQ4KTAeFw05OTEyMjQx
+NzUwNTFaFw0yOTA3MjQxNDE1MTJaMIG0MRQwEgYDVQQKEwtFbnRydXN0Lm5ldDFAMD4GA1UECxQ3
+d3d3LmVudHJ1c3QubmV0L0NQU18yMDQ4IGluY29ycC4gYnkgcmVmLiAobGltaXRzIGxpYWIuKTEl
+MCMGA1UECxMcKGMpIDE5OTkgRW50cnVzdC5uZXQgTGltaXRlZDEzMDEGA1UEAxMqRW50cnVzdC5u
+ZXQgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgKDIwNDgpMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A
+MIIBCgKCAQEArU1LqRKGsuqjIAcVFmQqK0vRvwtKTY7tgHalZ7d4QMBzQshowNtTK91euHaYNZOL
+Gp18EzoOH1u3Hs/lJBQesYGpjX24zGtLA/ECDNyrpUAkAH90lKGdCCmziAv1h3edVc3kw37XamSr
+hRSGlVuXMlBvPci6Zgzj/L24ScF2iUkZ/cCovYmjZy/Gn7xxGWC4LeksyZB2ZnuU4q941mVTXTzW
+nLLPKQP5L6RQstRIzgUyVYr9smRMDuSYB3Xbf9+5CFVghTAp+XtIpGmG4zU/HoZdenoVve8AjhUi
+VBcAkCaTvA5JaJG/+EfTnZVCwQ5N328mz8MYIWJmQ3DW1cAH4QIDAQABo0IwQDAOBgNVHQ8BAf8E
+BAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUVeSB0RGAvtiJuQijMfmhJAkWuXAwDQYJ
+KoZIhvcNAQEFBQADggEBADubj1abMOdTmXx6eadNl9cZlZD7Bh/KM3xGY4+WZiT6QBshJ8rmcnPy
+T/4xmf3IDExoU8aAghOY+rat2l098c5u9hURlIIM7j+VrxGrD9cv3h8Dj1csHsm7mhpElesYT6Yf
+zX1XEC+bBAlahLVu2B064dae0Wx5XnkcFMXj0EyTO2U87d89vqbllRrDtRnDvV5bu/8j72gZyxKT
+J1wDLW8w0B62GqzeWvfRqqgnpv55gcR5mTNXuhKwqeBCbJPKVt7+bYQLCIt+jerXmCHG8+c8eS9e
+nNFMFY3h7CI3zJpDC5fcgJCNs2ebb0gIFVbPv/ErfF6adulZkMV8gzURZVE=
+-----END CERTIFICATE-----
+
+Baltimore CyberTrust Root
+=========================
+-----BEGIN CERTIFICATE-----
+MIIDdzCCAl+gAwIBAgIEAgAAuTANBgkqhkiG9w0BAQUFADBaMQswCQYDVQQGEwJJRTESMBAGA1UE
+ChMJQmFsdGltb3JlMRMwEQYDVQQLEwpDeWJlclRydXN0MSIwIAYDVQQDExlCYWx0aW1vcmUgQ3li
+ZXJUcnVzdCBSb290MB4XDTAwMDUxMjE4NDYwMFoXDTI1MDUxMjIzNTkwMFowWjELMAkGA1UEBhMC
+SUUxEjAQBgNVBAoTCUJhbHRpbW9yZTETMBEGA1UECxMKQ3liZXJUcnVzdDEiMCAGA1UEAxMZQmFs
+dGltb3JlIEN5YmVyVHJ1c3QgUm9vdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKME
+uyKrmD1X6CZymrV51Cni4eiVgLGw41uOKymaZN+hXe2wCQVt2yguzmKiYv60iNoS6zjrIZ3AQSsB
+UnuId9Mcj8e6uYi1agnnc+gRQKfRzMpijS3ljwumUNKoUMMo6vWrJYeKmpYcqWe4PwzV9/lSEy/C
+G9VwcPCPwBLKBsua4dnKM3p31vjsufFoREJIE9LAwqSuXmD+tqYF/LTdB1kC1FkYmGP1pWPgkAx9
+XbIGevOF6uvUA65ehD5f/xXtabz5OTZydc93Uk3zyZAsuT3lySNTPx8kmCFcB5kpvcY67Oduhjpr
+l3RjM71oGDHweI12v/yejl0qhqdNkNwnGjkCAwEAAaNFMEMwHQYDVR0OBBYEFOWdWTCCR1jMrPoI
+VDaGezq1BE3wMBIGA1UdEwEB/wQIMAYBAf8CAQMwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEB
+BQUAA4IBAQCFDF2O5G9RaEIFoN27TyclhAO992T9Ldcw46QQF+vaKSm2eT929hkTI7gQCvlYpNRh
+cL0EYWoSihfVCr3FvDB81ukMJY2GQE/szKN+OMY3EU/t3WgxjkzSswF07r51XgdIGn9w/xZchMB5
+hbgF/X++ZRGjD8ACtPhSNzkE1akxehi/oCr0Epn3o0WC4zxe9Z2etciefC7IpJ5OCBRLbf1wbWsa
+Y71k5h+3zvDyny67G7fyUIhzksLi4xaNmjICq44Y3ekQEe5+NauQrz4wlHrQMz2nZQ/1/I6eYs9H
+RCwBXbsdtTLSR9I4LtD+gdwyah617jzV/OeBHRnDJELqYzmp
+-----END CERTIFICATE-----
+
+Equifax Secure Global eBusiness CA
+==================================
+-----BEGIN CERTIFICATE-----
+MIICkDCCAfmgAwIBAgIBATANBgkqhkiG9w0BAQQFADBaMQswCQYDVQQGEwJVUzEcMBoGA1UEChMT
+RXF1aWZheCBTZWN1cmUgSW5jLjEtMCsGA1UEAxMkRXF1aWZheCBTZWN1cmUgR2xvYmFsIGVCdXNp
+bmVzcyBDQS0xMB4XDTk5MDYyMTA0MDAwMFoXDTIwMDYyMTA0MDAwMFowWjELMAkGA1UEBhMCVVMx
+HDAaBgNVBAoTE0VxdWlmYXggU2VjdXJlIEluYy4xLTArBgNVBAMTJEVxdWlmYXggU2VjdXJlIEds
+b2JhbCBlQnVzaW5lc3MgQ0EtMTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAuucXkAJlsTRV
+PEnCUdXfp9E3j9HngXNBUmCbnaEXJnitx7HoJpQytd4zjTov2/KaelpzmKNc6fuKcxtc58O/gGzN
+qfTWK8D3+ZmqY6KxRwIP1ORROhI8bIpaVIRw28HFkM9yRcuoWcDNM50/o5brhTMhHD4ePmBudpxn
+hcXIw2ECAwEAAaNmMGQwEQYJYIZIAYb4QgEBBAQDAgAHMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0j
+BBgwFoAUvqigdHJQa0S3ySPY+6j/s1draGwwHQYDVR0OBBYEFL6ooHRyUGtEt8kj2Puo/7NXa2hs
+MA0GCSqGSIb3DQEBBAUAA4GBADDiAVGqx+pf2rnQZQ8w1j7aDRRJbpGTJxQx78T3LUX47Me/okEN
+I7SS+RkAZ70Br83gcfxaz2TE4JaY0KNA4gGK7ycH8WUBikQtBmV1UsCGECAhX2xrD2yuCRyv8qIY
+NMR1pHMc8Y3c7635s3a0kr/clRAevsvIO1qEYBlWlKlV
+-----END CERTIFICATE-----
+
+AddTrust Low-Value Services Root
+================================
+-----BEGIN CERTIFICATE-----
+MIIEGDCCAwCgAwIBAgIBATANBgkqhkiG9w0BAQUFADBlMQswCQYDVQQGEwJTRTEUMBIGA1UEChML
+QWRkVHJ1c3QgQUIxHTAbBgNVBAsTFEFkZFRydXN0IFRUUCBOZXR3b3JrMSEwHwYDVQQDExhBZGRU
+cnVzdCBDbGFzcyAxIENBIFJvb3QwHhcNMDAwNTMwMTAzODMxWhcNMjAwNTMwMTAzODMxWjBlMQsw
+CQYDVQQGEwJTRTEUMBIGA1UEChMLQWRkVHJ1c3QgQUIxHTAbBgNVBAsTFEFkZFRydXN0IFRUUCBO
+ZXR3b3JrMSEwHwYDVQQDExhBZGRUcnVzdCBDbGFzcyAxIENBIFJvb3QwggEiMA0GCSqGSIb3DQEB
+AQUAA4IBDwAwggEKAoIBAQCWltQhSWDia+hBBwzexODcEyPNwTXH+9ZOEQpnXvUGW2ulCDtbKRY6
+54eyNAbFvAWlA3yCyykQruGIgb3WntP+LVbBFc7jJp0VLhD7Bo8wBN6ntGO0/7Gcrjyvd7ZWxbWr
+oulpOj0OM3kyP3CCkplhbY0wCI9xP6ZIVxn4JdxLZlyldI+Yrsj5wAYi56xz36Uu+1LcsRVlIPo1
+Zmne3yzxbrww2ywkEtvrNTVokMsAsJchPXQhI2U0K7t4WaPW4XY5mqRJjox0r26kmqPZm9I4XJui
+GMx1I4S+6+JNM3GOGvDC+Mcdoq0Dlyz4zyXG9rgkMbFjXZJ/Y/AlyVMuH79NAgMBAAGjgdIwgc8w
+HQYDVR0OBBYEFJWxtPCUtr3H2tERCSG+wa9J/RB7MAsGA1UdDwQEAwIBBjAPBgNVHRMBAf8EBTAD
+AQH/MIGPBgNVHSMEgYcwgYSAFJWxtPCUtr3H2tERCSG+wa9J/RB7oWmkZzBlMQswCQYDVQQGEwJT
+RTEUMBIGA1UEChMLQWRkVHJ1c3QgQUIxHTAbBgNVBAsTFEFkZFRydXN0IFRUUCBOZXR3b3JrMSEw
+HwYDVQQDExhBZGRUcnVzdCBDbGFzcyAxIENBIFJvb3SCAQEwDQYJKoZIhvcNAQEFBQADggEBACxt
+ZBsfzQ3duQH6lmM0MkhHma6X7f1yFqZzR1r0693p9db7RcwpiURdv0Y5PejuvE1Uhh4dbOMXJ0Ph
+iVYrqW9yTkkz43J8KiOavD7/KCrto/8cI7pDVwlnTUtiBi34/2ydYB7YHEt9tTEv2dB8Xfjea4MY
+eDdXL+gzB2ffHsdrKpV2ro9Xo/D0UrSpUwjP4E/TelOL/bscVjby/rK25Xa71SJlpz/+0WatC7xr
+mYbvP33zGDLKe8bjq2RGlfgmadlVg3sslgf/WSxEo8bl6ancoWOAWiFeIc9TVPC6b4nbqKqVz4vj
+ccweGyBECMB6tkD9xOQ14R0WHNC8K47Wcdk=
+-----END CERTIFICATE-----
+
+AddTrust External Root
+======================
+-----BEGIN CERTIFICATE-----
+MIIENjCCAx6gAwIBAgIBATANBgkqhkiG9w0BAQUFADBvMQswCQYDVQQGEwJTRTEUMBIGA1UEChML
+QWRkVHJ1c3QgQUIxJjAkBgNVBAsTHUFkZFRydXN0IEV4dGVybmFsIFRUUCBOZXR3b3JrMSIwIAYD
+VQQDExlBZGRUcnVzdCBFeHRlcm5hbCBDQSBSb290MB4XDTAwMDUzMDEwNDgzOFoXDTIwMDUzMDEw
+NDgzOFowbzELMAkGA1UEBhMCU0UxFDASBgNVBAoTC0FkZFRydXN0IEFCMSYwJAYDVQQLEx1BZGRU
+cnVzdCBFeHRlcm5hbCBUVFAgTmV0d29yazEiMCAGA1UEAxMZQWRkVHJ1c3QgRXh0ZXJuYWwgQ0Eg
+Um9vdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALf3GjPm8gAELTngTlvtH7xsD821
++iO2zt6bETOXpClMfZOfvUq8k+0DGuOPz+VtUFrWlymUWoCwSXrbLpX9uMq/NzgtHj6RQa1wVsfw
+Tz/oMp50ysiQVOnGXw94nZpAPA6sYapeFI+eh6FqUNzXmk6vBbOmcZSccbNQYArHE504B4YCqOmo
+aSYYkKtMsE8jqzpPhNjfzp/haW+710LXa0Tkx63ubUFfclpxCDezeWWkWaCUN/cALw3CknLa0Dhy
+2xSoRcRdKn23tNbE7qzNE0S3ySvdQwAl+mG5aWpYIxG3pzOPVnVZ9c0p10a3CitlttNCbxWyuHv7
+7+ldU9U0WicCAwEAAaOB3DCB2TAdBgNVHQ4EFgQUrb2YejS0Jvf6xCZU7wO94CTLVBowCwYDVR0P
+BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wgZkGA1UdIwSBkTCBjoAUrb2YejS0Jvf6xCZU7wO94CTL
+VBqhc6RxMG8xCzAJBgNVBAYTAlNFMRQwEgYDVQQKEwtBZGRUcnVzdCBBQjEmMCQGA1UECxMdQWRk
+VHJ1c3QgRXh0ZXJuYWwgVFRQIE5ldHdvcmsxIjAgBgNVBAMTGUFkZFRydXN0IEV4dGVybmFsIENB
+IFJvb3SCAQEwDQYJKoZIhvcNAQEFBQADggEBALCb4IUlwtYj4g+WBpKdQZic2YR5gdkeWxQHIzZl
+j7DYd7usQWxHYINRsPkyPef89iYTx4AWpb9a/IfPeHmJIZriTAcKhjW88t5RxNKWt9x+Tu5w/Rw5
+6wwCURQtjr0W4MHfRnXnJK3s9EK0hZNwEGe6nQY1ShjTK3rMUUKhemPR5ruhxSvCNr4TDea9Y355
+e6cJDUCrat2PisP29owaQgVR1EX1n6diIWgVIEM8med8vSTYqZEXc4g/VhsxOBi0cQ+azcgOno4u
+G+GMmIPLHzHxREzGBHNJdmAPx/i9F4BrLunMTA5amnkPIAou1Z5jJh5VkpTYghdae9C8x49OhgQ=
+-----END CERTIFICATE-----
+
+AddTrust Public Services Root
+=============================
+-----BEGIN CERTIFICATE-----
+MIIEFTCCAv2gAwIBAgIBATANBgkqhkiG9w0BAQUFADBkMQswCQYDVQQGEwJTRTEUMBIGA1UEChML
+QWRkVHJ1c3QgQUIxHTAbBgNVBAsTFEFkZFRydXN0IFRUUCBOZXR3b3JrMSAwHgYDVQQDExdBZGRU
+cnVzdCBQdWJsaWMgQ0EgUm9vdDAeFw0wMDA1MzAxMDQxNTBaFw0yMDA1MzAxMDQxNTBaMGQxCzAJ
+BgNVBAYTAlNFMRQwEgYDVQQKEwtBZGRUcnVzdCBBQjEdMBsGA1UECxMUQWRkVHJ1c3QgVFRQIE5l
+dHdvcmsxIDAeBgNVBAMTF0FkZFRydXN0IFB1YmxpYyBDQSBSb290MIIBIjANBgkqhkiG9w0BAQEF
+AAOCAQ8AMIIBCgKCAQEA6Rowj4OIFMEg2Dybjxt+A3S72mnTRqX4jsIMEZBRpS9mVEBV6tsfSlbu
+nyNu9DnLoblv8n75XYcmYZ4c+OLspoH4IcUkzBEMP9smcnrHAZcHF/nXGCwwfQ56HmIexkvA/X1i
+d9NEHif2P0tEs7c42TkfYNVRknMDtABp4/MUTu7R3AnPdzRGULD4EfL+OHn3Bzn+UZKXC1sIXzSG
+Aa2Il+tmzV7R/9x98oTaunet3IAIx6eH1lWfl2royBFkuucZKT8Rs3iQhCBSWxHveNCD9tVIkNAw
+HM+A+WD+eeSI8t0A65RF62WUaUC6wNW0uLp9BBGo6zEFlpROWCGOn9Bg/QIDAQABo4HRMIHOMB0G
+A1UdDgQWBBSBPjfYkrAfd59ctKtzquf2NGAv+jALBgNVHQ8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB
+/zCBjgYDVR0jBIGGMIGDgBSBPjfYkrAfd59ctKtzquf2NGAv+qFopGYwZDELMAkGA1UEBhMCU0Ux
+FDASBgNVBAoTC0FkZFRydXN0IEFCMR0wGwYDVQQLExRBZGRUcnVzdCBUVFAgTmV0d29yazEgMB4G
+A1UEAxMXQWRkVHJ1c3QgUHVibGljIENBIFJvb3SCAQEwDQYJKoZIhvcNAQEFBQADggEBAAP3FUr4
+JNojVhaTdt02KLmuG7jD8WS6IBh4lSknVwW8fCr0uVFV2ocC3g8WFzH4qnkuCRO7r7IgGRLlk/lL
++YPoRNWyQSW/iHVv/xD8SlTQX/D67zZzfRs2RcYhbbQVuE7PnFylPVoAjgbjPGsye/Kf8Lb93/Ao
+GEjwxrzQvzSAlsJKsW2Ox5BF3i9nrEUEo3rcVZLJR2bYGozH7ZxOmuASu7VqTITh4SINhwBk/ox9
+Yjllpu9CtoAlEmEBqCQTcAARJl/6NVDFSMwGR+gn2HCNX2TmoUQmXiLsks3/QppEIW1cxeMiHV9H
+EufOX1362KqxMy3ZdvJOOjMMK7MtkAY=
+-----END CERTIFICATE-----
+
+AddTrust Qualified Certificates Root
+====================================
+-----BEGIN CERTIFICATE-----
+MIIEHjCCAwagAwIBAgIBATANBgkqhkiG9w0BAQUFADBnMQswCQYDVQQGEwJTRTEUMBIGA1UEChML
+QWRkVHJ1c3QgQUIxHTAbBgNVBAsTFEFkZFRydXN0IFRUUCBOZXR3b3JrMSMwIQYDVQQDExpBZGRU
+cnVzdCBRdWFsaWZpZWQgQ0EgUm9vdDAeFw0wMDA1MzAxMDQ0NTBaFw0yMDA1MzAxMDQ0NTBaMGcx
+CzAJBgNVBAYTAlNFMRQwEgYDVQQKEwtBZGRUcnVzdCBBQjEdMBsGA1UECxMUQWRkVHJ1c3QgVFRQ
+IE5ldHdvcmsxIzAhBgNVBAMTGkFkZFRydXN0IFF1YWxpZmllZCBDQSBSb290MIIBIjANBgkqhkiG
+9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5B6a/twJWoekn0e+EV+vhDTbYjx5eLfpMLXsDBwqxBb/4Oxx
+64r1EW7tTw2R0hIYLUkVAcKkIhPHEWT/IhKauY5cLwjPcWqzZwFZ8V1G87B4pfYOQnrjfxvM0PC3
+KP0q6p6zsLkEqv32x7SxuCqg+1jxGaBvcCV+PmlKfw8i2O+tCBGaKZnhqkRFmhJePp1tUvznoD1o
+L/BLcHwTOK28FSXx1s6rosAx1i+f4P8UWfyEk9mHfExUE+uf0S0R+Bg6Ot4l2ffTQO2kBhLEO+GR
+wVY18BTcZTYJbqukB8c10cIDMzZbdSZtQvESa0NvS3GU+jQd7RNuyoB/mC9suWXY6QIDAQABo4HU
+MIHRMB0GA1UdDgQWBBQ5lYtii1zJ1IC6WA+XPxUIQ8yYpzALBgNVHQ8EBAMCAQYwDwYDVR0TAQH/
+BAUwAwEB/zCBkQYDVR0jBIGJMIGGgBQ5lYtii1zJ1IC6WA+XPxUIQ8yYp6FrpGkwZzELMAkGA1UE
+BhMCU0UxFDASBgNVBAoTC0FkZFRydXN0IEFCMR0wGwYDVQQLExRBZGRUcnVzdCBUVFAgTmV0d29y
+azEjMCEGA1UEAxMaQWRkVHJ1c3QgUXVhbGlmaWVkIENBIFJvb3SCAQEwDQYJKoZIhvcNAQEFBQAD
+ggEBABmrder4i2VhlRO6aQTvhsoToMeqT2QbPxj2qC0sVY8FtzDqQmodwCVRLae/DLPt7wh/bDxG
+GuoYQ992zPlmhpwsaPXpF/gxsxjE1kh9I0xowX67ARRvxdlu3rsEQmr49lx95dr6h+sNNVJn0J6X
+dgWTP5XHAeZpVTh/EGGZyeNfpso+gmNIquIISD6q8rKFYqa0p9m9N5xotS1WfbC3P6CxB9bpT9ze
+RXEwMn8bLgn5v1Kh7sKAPgZcLlVAwRv1cEWw3F369nJad9Jjzc9YiQBCYz95OdBEsIJuQRno3eDB
+iFrRHnGTHyQwdOUeqN48Jzd/g66ed8/wMLH/S5noxqE=
+-----END CERTIFICATE-----
+
+Entrust Root Certification Authority
+====================================
+-----BEGIN CERTIFICATE-----
+MIIEkTCCA3mgAwIBAgIERWtQVDANBgkqhkiG9w0BAQUFADCBsDELMAkGA1UEBhMCVVMxFjAUBgNV
+BAoTDUVudHJ1c3QsIEluYy4xOTA3BgNVBAsTMHd3dy5lbnRydXN0Lm5ldC9DUFMgaXMgaW5jb3Jw
+b3JhdGVkIGJ5IHJlZmVyZW5jZTEfMB0GA1UECxMWKGMpIDIwMDYgRW50cnVzdCwgSW5jLjEtMCsG
+A1UEAxMkRW50cnVzdCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA2MTEyNzIwMjM0
+MloXDTI2MTEyNzIwNTM0MlowgbAxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1FbnRydXN0LCBJbmMu
+MTkwNwYDVQQLEzB3d3cuZW50cnVzdC5uZXQvQ1BTIGlzIGluY29ycG9yYXRlZCBieSByZWZlcmVu
+Y2UxHzAdBgNVBAsTFihjKSAyMDA2IEVudHJ1c3QsIEluYy4xLTArBgNVBAMTJEVudHJ1c3QgUm9v
+dCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB
+ALaVtkNC+sZtKm9I35RMOVcF7sN5EUFoNu3s/poBj6E4KPz3EEZmLk0eGrEaTsbRwJWIsMn/MYsz
+A9u3g3s+IIRe7bJWKKf44LlAcTfFy0cOlypowCKVYhXbR9n10Cv/gkvJrT7eTNuQgFA/CYqEAOww
+Cj0Yzfv9KlmaI5UXLEWeH25DeW0MXJj+SKfFI0dcXv1u5x609mhF0YaDW6KKjbHjKYD+JXGIrb68
+j6xSlkuqUY3kEzEZ6E5Nn9uss2rVvDlUccp6en+Q3X0dgNmBu1kmwhH+5pPi94DkZfs0Nw4pgHBN
+rziGLp5/V6+eF67rHMsoIV+2HNjnogQi+dPa2MsCAwEAAaOBsDCBrTAOBgNVHQ8BAf8EBAMCAQYw
+DwYDVR0TAQH/BAUwAwEB/zArBgNVHRAEJDAigA8yMDA2MTEyNzIwMjM0MlqBDzIwMjYxMTI3MjA1
+MzQyWjAfBgNVHSMEGDAWgBRokORnpKZTgMeGZqTx90tD+4S9bTAdBgNVHQ4EFgQUaJDkZ6SmU4DH
+hmak8fdLQ/uEvW0wHQYJKoZIhvZ9B0EABBAwDhsIVjcuMTo0LjADAgSQMA0GCSqGSIb3DQEBBQUA
+A4IBAQCT1DCw1wMgKtD5Y+iRDAUgqV8ZyntyTtSx29CW+1RaGSwMCPeyvIWonX9tO1KzKtvn1ISM
+Y/YPyyYBkVBs9F8U4pN0wBOeMDpQ47RgxRzwIkSNcUesyBrJ6ZuaAGAT/3B+XxFNSRuzFVJ7yVTa
+v52Vr2ua2J7p8eRDjeIRRDq/r72DQnNSi6q7pynP9WQcCk3RvKqsnyrQ/39/2n3qse0wJcGE2jTS
+W3iDVuycNsMm4hH2Z0kdkquM++v/eu6FSqdQgPCnXEqULl8FmTxSQeDNtGPPAUO6nIPcj2A781q0
+tHuu2guQOHXvgR1m0vdXcDazv/wor3ElhVsT/h5/WrQ8
+-----END CERTIFICATE-----
+
+RSA Security 2048 v3
+====================
+-----BEGIN CERTIFICATE-----
+MIIDYTCCAkmgAwIBAgIQCgEBAQAAAnwAAAAKAAAAAjANBgkqhkiG9w0BAQUFADA6MRkwFwYDVQQK
+ExBSU0EgU2VjdXJpdHkgSW5jMR0wGwYDVQQLExRSU0EgU2VjdXJpdHkgMjA0OCBWMzAeFw0wMTAy
+MjIyMDM5MjNaFw0yNjAyMjIyMDM5MjNaMDoxGTAXBgNVBAoTEFJTQSBTZWN1cml0eSBJbmMxHTAb
+BgNVBAsTFFJTQSBTZWN1cml0eSAyMDQ4IFYzMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC
+AQEAt49VcdKA3XtpeafwGFAyPGJn9gqVB93mG/Oe2dJBVGutn3y+Gc37RqtBaB4Y6lXIL5F4iSj7
+Jylg/9+PjDvJSZu1pJTOAeo+tWN7fyb9Gd3AIb2E0S1PRsNO3Ng3OTsor8udGuorryGlwSMiuLgb
+WhOHV4PR8CDn6E8jQrAApX2J6elhc5SYcSa8LWrg903w8bYqODGBDSnhAMFRD0xS+ARaqn1y07iH
+KrtjEAMqs6FPDVpeRrc9DvV07Jmf+T0kgYim3WBU6JU2PcYJk5qjEoAAVZkZR73QpXzDuvsf9/UP
++Ky5tfQ3mBMY3oVbtwyCO4dvlTlYMNpuAWgXIszACwIDAQABo2MwYTAPBgNVHRMBAf8EBTADAQH/
+MA4GA1UdDwEB/wQEAwIBBjAfBgNVHSMEGDAWgBQHw1EwpKrpRa41JPr/JCwz0LGdjDAdBgNVHQ4E
+FgQUB8NRMKSq6UWuNST6/yQsM9CxnYwwDQYJKoZIhvcNAQEFBQADggEBAF8+hnZuuDU8TjYcHnmY
+v/3VEhF5Ug7uMYm83X/50cYVIeiKAVQNOvtUudZj1LGqlk2iQk3UUx+LEN5/Zb5gEydxiKRz44Rj
+0aRV4VCT5hsOedBnvEbIvz8XDZXmxpBp3ue0L96VfdASPz0+f00/FGj1EVDVwfSQpQgdMWD/YIwj
+VAqv/qFuxdF6Kmh4zx6CCiC0H63lhbJqaHVOrSU3lIW+vaHU6rcMSzyd6BIA8F+sDeGscGNz9395
+nzIlQnQFgCi/vcEkllgVsRch6YlL2weIZ/QVrXA+L02FO8K32/6YaCOJ4XQP3vTFhGMpG8zLB8kA
+pKnXwiJPZ9d37CAFYd4=
+-----END CERTIFICATE-----
+
+GeoTrust Global CA
+==================
+-----BEGIN CERTIFICATE-----
+MIIDVDCCAjygAwIBAgIDAjRWMA0GCSqGSIb3DQEBBQUAMEIxCzAJBgNVBAYTAlVTMRYwFAYDVQQK
+Ew1HZW9UcnVzdCBJbmMuMRswGQYDVQQDExJHZW9UcnVzdCBHbG9iYWwgQ0EwHhcNMDIwNTIxMDQw
+MDAwWhcNMjIwNTIxMDQwMDAwWjBCMQswCQYDVQQGEwJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgSW5j
+LjEbMBkGA1UEAxMSR2VvVHJ1c3QgR2xvYmFsIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB
+CgKCAQEA2swYYzD99BcjGlZ+W988bDjkcbd4kdS8odhM+KhDtgPpTSEHCIjaWC9mOSm9BXiLnTjo
+BbdqfnGk5sRgprDvgOSJKA+eJdbtg/OtppHHmMlCGDUUna2YRpIuT8rxh0PBFpVXLVDviS2Aelet
+8u5fa9IAjbkU+BQVNdnARqN7csiRv8lVK83Qlz6cJmTM386DGXHKTubU1XupGc1V3sjs0l44U+Vc
+T4wt/lAjNvxm5suOpDkZALeVAjmRCw7+OC7RHQWa9k0+bw8HHa8sHo9gOeL6NlMTOdReJivbPagU
+vTLrGAMoUgRx5aszPeE4uwc2hGKceeoWMPRfwCvocWvk+QIDAQABo1MwUTAPBgNVHRMBAf8EBTAD
+AQH/MB0GA1UdDgQWBBTAephojYn7qwVkDBF9qn1luMrMTjAfBgNVHSMEGDAWgBTAephojYn7qwVk
+DBF9qn1luMrMTjANBgkqhkiG9w0BAQUFAAOCAQEANeMpauUvXVSOKVCUn5kaFOSPeCpilKInZ57Q
+zxpeR+nBsqTP3UEaBU6bS+5Kb1VSsyShNwrrZHYqLizz/Tt1kL/6cdjHPTfStQWVYrmm3ok9Nns4
+d0iXrKYgjy6myQzCsplFAMfOEVEiIuCl6rYVSAlk6l5PdPcFPseKUgzbFbS9bZvlxrFUaKnjaZC2
+mqUPuLk/IH2uSrW4nOQdtqvmlKXBx4Ot2/Unhw4EbNX/3aBd7YdStysVAq45pmp06drE57xNNB6p
+XE0zX5IJL4hmXXeXxx12E6nV5fEWCRE11azbJHFwLJhWC9kXtNHjUStedejV0NxPNO3CBWaAocvm
+Mw==
+-----END CERTIFICATE-----
+
+GeoTrust Global CA 2
+====================
+-----BEGIN CERTIFICATE-----
+MIIDZjCCAk6gAwIBAgIBATANBgkqhkiG9w0BAQUFADBEMQswCQYDVQQGEwJVUzEWMBQGA1UEChMN
+R2VvVHJ1c3QgSW5jLjEdMBsGA1UEAxMUR2VvVHJ1c3QgR2xvYmFsIENBIDIwHhcNMDQwMzA0MDUw
+MDAwWhcNMTkwMzA0MDUwMDAwWjBEMQswCQYDVQQGEwJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgSW5j
+LjEdMBsGA1UEAxMUR2VvVHJ1c3QgR2xvYmFsIENBIDIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAw
+ggEKAoIBAQDvPE1APRDfO1MA4Wf+lGAVPoWI8YkNkMgoI5kF6CsgncbzYEbYwbLVjDHZ3CB5JIG/
+NTL8Y2nbsSpr7iFY8gjpeMtvy/wWUsiRxP89c96xPqfCfWbB9X5SJBri1WeR0IIQ13hLTytCOb1k
+LUCgsBDTOEhGiKEMuzozKmKY+wCdE1l/bztyqu6mD4b5BWHqZ38MN5aL5mkWRxHCJ1kDs6ZgwiFA
+Vvqgx306E+PsV8ez1q6diYD3Aecs9pYrEw15LNnA5IZ7S4wMcoKK+xfNAGw6EzywhIdLFnopsk/b
+HdQL82Y3vdj2V7teJHq4PIu5+pIaGoSe2HSPqht/XvT+RSIhAgMBAAGjYzBhMA8GA1UdEwEB/wQF
+MAMBAf8wHQYDVR0OBBYEFHE4NvICMVNHK266ZUapEBVYIAUJMB8GA1UdIwQYMBaAFHE4NvICMVNH
+K266ZUapEBVYIAUJMA4GA1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQUFAAOCAQEAA/e1K6tdEPx7
+srJerJsOflN4WT5CBP51o62sgU7XAotexC3IUnbHLB/8gTKY0UvGkpMzNTEv/NgdRN3ggX+d6Yvh
+ZJFiCzkIjKx0nVnZellSlxG5FntvRdOW2TF9AjYPnDtuzywNA0ZF66D0f0hExghAzN4bcLUprbqL
+OzRldRtxIR0sFAqwlpW41uryZfspuk/qkZN0abby/+Ea0AzRdoXLiiW9l14sbxWZJue2Kf8i7MkC
+x1YAzUm5s2x7UwQa4qjJqhIFI8LO57sEAszAR6LkxCkvW0VXiVHuPOtSCP8HNR6fNWpHSlaY0VqF
+H4z1Ir+rzoPz4iIprn2DQKi6bA==
+-----END CERTIFICATE-----
+
+GeoTrust Universal CA
+=====================
+-----BEGIN CERTIFICATE-----
+MIIFaDCCA1CgAwIBAgIBATANBgkqhkiG9w0BAQUFADBFMQswCQYDVQQGEwJVUzEWMBQGA1UEChMN
+R2VvVHJ1c3QgSW5jLjEeMBwGA1UEAxMVR2VvVHJ1c3QgVW5pdmVyc2FsIENBMB4XDTA0MDMwNDA1
+MDAwMFoXDTI5MDMwNDA1MDAwMFowRTELMAkGA1UEBhMCVVMxFjAUBgNVBAoTDUdlb1RydXN0IElu
+Yy4xHjAcBgNVBAMTFUdlb1RydXN0IFVuaXZlcnNhbCBDQTCCAiIwDQYJKoZIhvcNAQEBBQADggIP
+ADCCAgoCggIBAKYVVaCjxuAfjJ0hUNfBvitbtaSeodlyWL0AG0y/YckUHUWCq8YdgNY96xCcOq9t
+JPi8cQGeBvV8Xx7BDlXKg5pZMK4ZyzBIle0iN430SppyZj6tlcDgFgDgEB8rMQ7XlFTTQjOgNB0e
+RXbdT8oYN+yFFXoZCPzVx5zw8qkuEKmS5j1YPakWaDwvdSEYfyh3peFhF7em6fgemdtzbvQKoiFs
+7tqqhZJmr/Z6a4LauiIINQ/PQvE1+mrufislzDoR5G2vc7J2Ha3QsnhnGqQ5HFELZ1aD/ThdDc7d
+8Lsrlh/eezJS/R27tQahsiFepdaVaH/wmZ7cRQg+59IJDTWU3YBOU5fXtQlEIGQWFwMCTFMNaN7V
+qnJNk22CDtucvc+081xdVHppCZbW2xHBjXWotM85yM48vCR85mLK4b19p71XZQvk/iXttmkQ3Cga
+Rr0BHdCXteGYO8A3ZNY9lO4L4fUorgtWv3GLIylBjobFS1J72HGrH4oVpjuDWtdYAVHGTEHZf9hB
+Z3KiKN9gg6meyHv8U3NyWfWTehd2Ds735VzZC1U0oqpbtWpU5xPKV+yXbfReBi9Fi1jUIxaS5BZu
+KGNZMN9QAZxjiRqf2xeUgnA3wySemkfWWspOqGmJch+RbNt+nhutxx9z3SxPGWX9f5NAEC7S8O08
+ni4oPmkmM8V7AgMBAAGjYzBhMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFNq7LqqwDLiIJlF0
+XG0D08DYj3rWMB8GA1UdIwQYMBaAFNq7LqqwDLiIJlF0XG0D08DYj3rWMA4GA1UdDwEB/wQEAwIB
+hjANBgkqhkiG9w0BAQUFAAOCAgEAMXjmx7XfuJRAyXHEqDXsRh3ChfMoWIawC/yOsjmPRFWrZIRc
+aanQmjg8+uUfNeVE44B5lGiku8SfPeE0zTBGi1QrlaXv9z+ZhP015s8xxtxqv6fXIwjhmF7DWgh2
+qaavdy+3YL1ERmrvl/9zlcGO6JP7/TG37FcREUWbMPEaiDnBTzynANXH/KttgCJwpQzgXQQpAvvL
+oJHRfNbDflDVnVi+QTjruXU8FdmbyUqDWcDaU/0zuzYYm4UPFd3uLax2k7nZAY1IEKj79TiG8dsK
+xr2EoyNB3tZ3b4XUhRxQ4K5RirqNPnbiucon8l+f725ZDQbYKxek0nxru18UGkiPGkzns0ccjkxF
+KyDuSN/n3QmOGKjaQI2SJhFTYXNd673nxE0pN2HrrDktZy4W1vUAg4WhzH92xH3kt0tm7wNFYGm2
+DFKWkoRepqO1pD4r2czYG0eq8kTaT/kD6PAUyz/zg97QwVTjt+gKN02LIFkDMBmhLMi9ER/frslK
+xfMnZmaGrGiR/9nmUxwPi1xpZQomyB40w11Re9epnAahNt3ViZS82eQtDF4JbAiXfKM9fJP/P6EU
+p8+1Xevb2xzEdt+Iub1FBZUbrvxGakyvSOPOrg/SfuvmbJxPgWp6ZKy7PtXny3YuxadIwVyQD8vI
+P/rmMuGNG2+k5o7Y+SlIis5z/iw=
+-----END CERTIFICATE-----
+
+GeoTrust Universal CA 2
+=======================
+-----BEGIN CERTIFICATE-----
+MIIFbDCCA1SgAwIBAgIBATANBgkqhkiG9w0BAQUFADBHMQswCQYDVQQGEwJVUzEWMBQGA1UEChMN
+R2VvVHJ1c3QgSW5jLjEgMB4GA1UEAxMXR2VvVHJ1c3QgVW5pdmVyc2FsIENBIDIwHhcNMDQwMzA0
+MDUwMDAwWhcNMjkwMzA0MDUwMDAwWjBHMQswCQYDVQQGEwJVUzEWMBQGA1UEChMNR2VvVHJ1c3Qg
+SW5jLjEgMB4GA1UEAxMXR2VvVHJ1c3QgVW5pdmVyc2FsIENBIDIwggIiMA0GCSqGSIb3DQEBAQUA
+A4ICDwAwggIKAoICAQCzVFLByT7y2dyxUxpZKeexw0Uo5dfR7cXFS6GqdHtXr0om/Nj1XqduGdt0
+DE81WzILAePb63p3NeqqWuDW6KFXlPCQo3RWlEQwAx5cTiuFJnSCegx2oG9NzkEtoBUGFF+3Qs17
+j1hhNNwqCPkuwwGmIkQcTAeC5lvO0Ep8BNMZcyfwqph/Lq9O64ceJHdqXbboW0W63MOhBW9Wjo8Q
+JqVJwy7XQYci4E+GymC16qFjwAGXEHm9ADwSbSsVsaxLse4YuU6W3Nx2/zu+z18DwPw76L5GG//a
+QMJS9/7jOvdqdzXQ2o3rXhhqMcceujwbKNZrVMaqW9eiLBsZzKIC9ptZvTdrhrVtgrrY6slWvKk2
+WP0+GfPtDCapkzj4T8FdIgbQl+rhrcZV4IErKIM6+vR7IVEAvlI4zs1meaj0gVbi0IMJR1FbUGrP
+20gaXT73y/Zl92zxlfgCOzJWgjl6W70viRu/obTo/3+NjN8D8WBOWBFM66M/ECuDmgFz2ZRthAAn
+ZqzwcEAJQpKtT5MNYQlRJNiS1QuUYbKHsu3/mjX/hVTK7URDrBs8FmtISgocQIgfksILAAX/8sgC
+SqSqqcyZlpwvWOB94b67B9xfBHJcMTTD7F8t4D1kkCLm0ey4Lt1ZrtmhN79UNdxzMk+MBB4zsslG
+8dhcyFVQyWi9qLo2CQIDAQABo2MwYTAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBR281Xh+qQ2
++/CfXGJx7Tz0RzgQKzAfBgNVHSMEGDAWgBR281Xh+qQ2+/CfXGJx7Tz0RzgQKzAOBgNVHQ8BAf8E
+BAMCAYYwDQYJKoZIhvcNAQEFBQADggIBAGbBxiPz2eAubl/oz66wsCVNK/g7WJtAJDday6sWSf+z
+dXkzoS9tcBc0kf5nfo/sm+VegqlVHy/c1FEHEv6sFj4sNcZj/NwQ6w2jqtB8zNHQL1EuxBRa3ugZ
+4T7GzKQp5y6EqgYweHZUcyiYWTjgAA1i00J9IZ+uPTqM1fp3DRgrFg5fNuH8KrUwJM/gYwx7WBr+
+mbpCErGR9Hxo4sjoryzqyX6uuyo9DRXcNJW2GHSoag/HtPQTxORb7QrSpJdMKu0vbBKJPfEncKpq
+A1Ihn0CoZ1Dy81of398j9tx4TuaYT1U6U+Pv8vSfx3zYWK8pIpe44L2RLrB27FcRz+8pRPPphXpg
+Y+RdM4kX2TGq2tbzGDVyz4crL2MjhF2EjD9XoIj8mZEoJmmZ1I+XRL6O1UixpCgp8RW04eWe3fiP
+pm8m1wk8OhwRDqZsN/etRIcsKMfYdIKz0G9KV7s1KSegi+ghp4dkNl3M2Basx7InQJJVOCiNUW7d
+FGdTbHFcJoRNdVq2fmBWqU2t+5sel/MN2dKXVHfaPRK34B7vCAas+YWH6aLcr34YEoP9VhdBLtUp
+gn2Z9DH2canPLAEnpQW5qrJITirvn5NSUZU8UnOOVkwXQMAJKOSLakhT2+zNVVXxxvjpoixMptEm
+X36vWkzaH6byHCx+rgIW0lbQL1dTR+iS
+-----END CERTIFICATE-----
+
+Visa eCommerce Root
+===================
+-----BEGIN CERTIFICATE-----
+MIIDojCCAoqgAwIBAgIQE4Y1TR0/BvLB+WUF1ZAcYjANBgkqhkiG9w0BAQUFADBrMQswCQYDVQQG
+EwJVUzENMAsGA1UEChMEVklTQTEvMC0GA1UECxMmVmlzYSBJbnRlcm5hdGlvbmFsIFNlcnZpY2Ug
+QXNzb2NpYXRpb24xHDAaBgNVBAMTE1Zpc2EgZUNvbW1lcmNlIFJvb3QwHhcNMDIwNjI2MDIxODM2
+WhcNMjIwNjI0MDAxNjEyWjBrMQswCQYDVQQGEwJVUzENMAsGA1UEChMEVklTQTEvMC0GA1UECxMm
+VmlzYSBJbnRlcm5hdGlvbmFsIFNlcnZpY2UgQXNzb2NpYXRpb24xHDAaBgNVBAMTE1Zpc2EgZUNv
+bW1lcmNlIFJvb3QwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCvV95WHm6h2mCxlCfL
+F9sHP4CFT8icttD0b0/Pmdjh28JIXDqsOTPHH2qLJj0rNfVIsZHBAk4ElpF7sDPwsRROEW+1QK8b
+RaVK7362rPKgH1g/EkZgPI2h4H3PVz4zHvtH8aoVlwdVZqW1LS7YgFmypw23RuwhY/81q6UCzyr0
+TP579ZRdhE2o8mCP2w4lPJ9zcc+U30rq299yOIzzlr3xF7zSujtFWsan9sYXiwGd/BmoKoMWuDpI
+/k4+oKsGGelT84ATB+0tvz8KPFUgOSwsAGl0lUq8ILKpeeUYiZGo3BxN77t+Nwtd/jmliFKMAGzs
+GHxBvfaLdXe6YJ2E5/4tAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEG
+MB0GA1UdDgQWBBQVOIMPPyw/cDMezUb+B4wg4NfDtzANBgkqhkiG9w0BAQUFAAOCAQEAX/FBfXxc
+CLkr4NWSR/pnXKUTwwMhmytMiUbPWU3J/qVAtmPN3XEolWcRzCSs00Rsca4BIGsDoo8Ytyk6feUW
+YFN4PMCvFYP3j1IzJL1kk5fui/fbGKhtcbP3LBfQdCVp9/5rPJS+TUtBjE7ic9DjkCJzQ83z7+pz
+zkWKsKZJ/0x9nXGIxHYdkFsd7v3M9+79YKWxehZx0RbQfBI8bGmX265fOZpwLwU8GUYEmSA20GBu
+YQa7FkKMcPcw++DbZqMAAb3mLNqRX6BGi01qnD093QVG/na/oAo85ADmJ7f/hC3euiInlhBx6yLt
+398znM/jra6O1I7mT1GvFpLgXPYHDw==
+-----END CERTIFICATE-----
+
+Certum Root CA
+==============
+-----BEGIN CERTIFICATE-----
+MIIDDDCCAfSgAwIBAgIDAQAgMA0GCSqGSIb3DQEBBQUAMD4xCzAJBgNVBAYTAlBMMRswGQYDVQQK
+ExJVbml6ZXRvIFNwLiB6IG8uby4xEjAQBgNVBAMTCUNlcnR1bSBDQTAeFw0wMjA2MTExMDQ2Mzla
+Fw0yNzA2MTExMDQ2MzlaMD4xCzAJBgNVBAYTAlBMMRswGQYDVQQKExJVbml6ZXRvIFNwLiB6IG8u
+by4xEjAQBgNVBAMTCUNlcnR1bSBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM6x
+wS7TT3zNJc4YPk/EjG+AanPIW1H4m9LcuwBcsaD8dQPugfCI7iNS6eYVM42sLQnFdvkrOYCJ5JdL
+kKWoePhzQ3ukYbDYWMzhbGZ+nPMJXlVjhNWo7/OxLjBos8Q82KxujZlakE403Daaj4GIULdtlkIJ
+89eVgw1BS7Bqa/j8D35in2fE7SZfECYPCE/wpFcozo+47UX2bu4lXapuOb7kky/ZR6By6/qmW6/K
+Uz/iDsaWVhFu9+lmqSbYf5VT7QqFiLpPKaVCjF62/IUgAKpoC6EahQGcxEZjgoi2IrHu/qpGWX7P
+NSzVttpd90gzFFS269lvzs2I1qsb2pY7HVkCAwEAAaMTMBEwDwYDVR0TAQH/BAUwAwEB/zANBgkq
+hkiG9w0BAQUFAAOCAQEAuI3O7+cUus/usESSbLQ5PqKEbq24IXfS1HeCh+YgQYHu4vgRt2PRFze+
+GXYkHAQaTOs9qmdvLdTN/mUxcMUbpgIKumB7bVjCmkn+YzILa+M6wKyrO7Do0wlRjBCDxjTgxSvg
+GrZgFCdsMneMvLJymM/NzD+5yCRCFNZX/OYmQ6kd5YCQzgNUKD73P9P4Te1qCjqTE5s7FCMTY5w/
+0YcneeVMUeMBrYVdGjux1XMQpNPyvG5k9VpWkKjHDkx0Dy5xO/fIR/RpbxXyEV6DHpx8Uq79AtoS
+qFlnGNu8cN2bsWntgM6JQEhqDjXKKWYVIZQs6GAqm4VKQPNriiTsBhYscw==
+-----END CERTIFICATE-----
+
+Comodo AAA Services root
+========================
+-----BEGIN CERTIFICATE-----
+MIIEMjCCAxqgAwIBAgIBATANBgkqhkiG9w0BAQUFADB7MQswCQYDVQQGEwJHQjEbMBkGA1UECAwS
+R3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRowGAYDVQQKDBFDb21vZG8gQ0Eg
+TGltaXRlZDEhMB8GA1UEAwwYQUFBIENlcnRpZmljYXRlIFNlcnZpY2VzMB4XDTA0MDEwMTAwMDAw
+MFoXDTI4MTIzMTIzNTk1OVowezELMAkGA1UEBhMCR0IxGzAZBgNVBAgMEkdyZWF0ZXIgTWFuY2hl
+c3RlcjEQMA4GA1UEBwwHU2FsZm9yZDEaMBgGA1UECgwRQ29tb2RvIENBIExpbWl0ZWQxITAfBgNV
+BAMMGEFBQSBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC
+ggEBAL5AnfRu4ep2hxxNRUSOvkbIgwadwSr+GB+O5AL686tdUIoWMQuaBtDFcCLNSS1UY8y2bmhG
+C1Pqy0wkwLxyTurxFa70VJoSCsN6sjNg4tqJVfMiWPPe3M/vg4aijJRPn2jymJBGhCfHdr/jzDUs
+i14HZGWCwEiwqJH5YZ92IFCokcdmtet4YgNW8IoaE+oxox6gmf049vYnMlhvB/VruPsUK6+3qszW
+Y19zjNoFmag4qMsXeDZRrOme9Hg6jc8P2ULimAyrL58OAd7vn5lJ8S3frHRNG5i1R8XlKdH5kBjH
+Ypy+g8cmez6KJcfA3Z3mNWgQIJ2P2N7Sw4ScDV7oL8kCAwEAAaOBwDCBvTAdBgNVHQ4EFgQUoBEK
+Iz6W8Qfs4q8p74Klf9AwpLQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wewYDVR0f
+BHQwcjA4oDagNIYyaHR0cDovL2NybC5jb21vZG9jYS5jb20vQUFBQ2VydGlmaWNhdGVTZXJ2aWNl
+cy5jcmwwNqA0oDKGMGh0dHA6Ly9jcmwuY29tb2RvLm5ldC9BQUFDZXJ0aWZpY2F0ZVNlcnZpY2Vz
+LmNybDANBgkqhkiG9w0BAQUFAAOCAQEACFb8AvCb6P+k+tZ7xkSAzk/ExfYAWMymtrwUSWgEdujm
+7l3sAg9g1o1QGE8mTgHj5rCl7r+8dFRBv/38ErjHT1r0iWAFf2C3BUrz9vHCv8S5dIa2LX1rzNLz
+Rt0vxuBqw8M0Ayx9lt1awg6nCpnBBYurDC/zXDrPbDdVCYfeU0BsWO/8tqtlbgT2G9w84FoVxp7Z
+8VlIMCFlA2zs6SFz7JsDoeA3raAVGI/6ugLOpyypEBMs1OUIJqsil2D4kF501KKaU73yqWjgom7C
+12yxow+ev+to51byrvLjKzg6CYG1a4XXvi3tPxq3smPi9WIsgtRqAEFQ8TmDn5XpNpaYbg==
+-----END CERTIFICATE-----
+
+Comodo Secure Services root
+===========================
+-----BEGIN CERTIFICATE-----
+MIIEPzCCAyegAwIBAgIBATANBgkqhkiG9w0BAQUFADB+MQswCQYDVQQGEwJHQjEbMBkGA1UECAwS
+R3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRowGAYDVQQKDBFDb21vZG8gQ0Eg
+TGltaXRlZDEkMCIGA1UEAwwbU2VjdXJlIENlcnRpZmljYXRlIFNlcnZpY2VzMB4XDTA0MDEwMTAw
+MDAwMFoXDTI4MTIzMTIzNTk1OVowfjELMAkGA1UEBhMCR0IxGzAZBgNVBAgMEkdyZWF0ZXIgTWFu
+Y2hlc3RlcjEQMA4GA1UEBwwHU2FsZm9yZDEaMBgGA1UECgwRQ29tb2RvIENBIExpbWl0ZWQxJDAi
+BgNVBAMMG1NlY3VyZSBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczCCASIwDQYJKoZIhvcNAQEBBQADggEP
+ADCCAQoCggEBAMBxM4KK0HDrc4eCQNUd5MvJDkKQ+d40uaG6EfQlhfPMcm3ye5drswfxdySRXyWP
+9nQ95IDC+DwN879A6vfIUtFyb+/Iq0G4bi4XKpVpDM3SHpR7LZQdqnXXs5jLrLxkU0C8j6ysNstc
+rbvd4JQX7NFc0L/vpZXJkMWwrPsbQ996CF23uPJAGysnnlDOXmWCiIxe004MeuoIkbY2qitC++rC
+oznl2yY4rYsK7hljxxwk3wN42ubqwUcaCwtGCd0C/N7Lh1/XMGNooa7cMqG6vv5Eq2i2pRcV/b3V
+p6ea5EQz6YiO/O1R65NxTq0B50SOqy3LqP4BSUjwwN3HaNiS/j0CAwEAAaOBxzCBxDAdBgNVHQ4E
+FgQUPNiTiMLAggnMAZkGkyDpnnAJY08wDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8w
+gYEGA1UdHwR6MHgwO6A5oDeGNWh0dHA6Ly9jcmwuY29tb2RvY2EuY29tL1NlY3VyZUNlcnRpZmlj
+YXRlU2VydmljZXMuY3JsMDmgN6A1hjNodHRwOi8vY3JsLmNvbW9kby5uZXQvU2VjdXJlQ2VydGlm
+aWNhdGVTZXJ2aWNlcy5jcmwwDQYJKoZIhvcNAQEFBQADggEBAIcBbSMdflsXfcFhMs+P5/OKlFlm
+4J4oqF7Tt/Q05qo5spcWxYJvMqTpjOev/e/C6LlLqqP05tqNZSH7uoDrJiiFGv45jN5bBAS0VPmj
+Z55B+glSzAVIqMk/IQQezkhr/IXownuvf7fM+F86/TXGDe+X3EyrEeFryzHRbPtIgKvcnDe4IRRL
+DXE97IMzbtFuMhbsmMcWi1mmNKsFVy2T96oTy9IT4rcuO81rUBcJaD61JlfutuC23bkpgHl9j6Pw
+pCikFcSF9CfUa7/lXORlAnZUtOM3ZiTTGWHIUhDlizeauan5Hb/qmZJhlv8BzaFfDbxxvA6sCx1H
+RR3B7Hzs/Sk=
+-----END CERTIFICATE-----
+
+Comodo Trusted Services root
+============================
+-----BEGIN CERTIFICATE-----
+MIIEQzCCAyugAwIBAgIBATANBgkqhkiG9w0BAQUFADB/MQswCQYDVQQGEwJHQjEbMBkGA1UECAwS
+R3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRowGAYDVQQKDBFDb21vZG8gQ0Eg
+TGltaXRlZDElMCMGA1UEAwwcVHJ1c3RlZCBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczAeFw0wNDAxMDEw
+MDAwMDBaFw0yODEyMzEyMzU5NTlaMH8xCzAJBgNVBAYTAkdCMRswGQYDVQQIDBJHcmVhdGVyIE1h
+bmNoZXN0ZXIxEDAOBgNVBAcMB1NhbGZvcmQxGjAYBgNVBAoMEUNvbW9kbyBDQSBMaW1pdGVkMSUw
+IwYDVQQDDBxUcnVzdGVkIENlcnRpZmljYXRlIFNlcnZpY2VzMIIBIjANBgkqhkiG9w0BAQEFAAOC
+AQ8AMIIBCgKCAQEA33FvNlhTWvI2VFeAxHQIIO0Yfyod5jWaHiWsnOWWfnJSoBVC21ndZHoa0Lh7
+3TkVvFVIxO06AOoxEbrycXQaZ7jPM8yoMa+j49d/vzMtTGo87IvDktJTdyR0nAducPy9C1t2ul/y
+/9c3S0pgePfw+spwtOpZqqPOSC+pw7ILfhdyFgymBwwbOM/JYrc/oJOlh0Hyt3BAd9i+FHzjqMB6
+juljatEPmsbS9Is6FARW1O24zG71++IsWL1/T2sr92AkWCTOJu80kTrV44HQsvAEAtdbtz6SrGsS
+ivnkBbA7kUlcsutT6vifR4buv5XAwAaf0lteERv0xwQ1KdJVXOTt6wIDAQABo4HJMIHGMB0GA1Ud
+DgQWBBTFe1i97doladL3WRaoszLAeydb9DAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB
+/zCBgwYDVR0fBHwwejA8oDqgOIY2aHR0cDovL2NybC5jb21vZG9jYS5jb20vVHJ1c3RlZENlcnRp
+ZmljYXRlU2VydmljZXMuY3JsMDqgOKA2hjRodHRwOi8vY3JsLmNvbW9kby5uZXQvVHJ1c3RlZENl
+cnRpZmljYXRlU2VydmljZXMuY3JsMA0GCSqGSIb3DQEBBQUAA4IBAQDIk4E7ibSvuIQSTI3S8Ntw
+uleGFTQQuS9/HrCoiWChisJ3DFBKmwCL2Iv0QeLQg4pKHBQGsKNoBXAxMKdTmw7pSqBYaWcOrp32
+pSxBvzwGa+RZzG0Q8ZZvH9/0BAKkn0U+yNj6NkZEUD+Cl5EfKNsYEYwq5GWDVxISjBc/lDb+XbDA
+BHcTuPQV1T84zJQ6VdCsmPW6AF/ghhmBeC8owH7TzEIK9a5QoNE+xqFx7D+gIIxmOom0jtTYsU0l
+R+4viMi14QVFwL4Ucd56/Y57fU0IlqUSc/AtyjcndBInTMu2l+nZrghtWjlA3QVHdWpaIbOjGM9O
+9y5Xt5hwXsjEeLBi
+-----END CERTIFICATE-----
+
+QuoVadis Root CA
+================
+-----BEGIN CERTIFICATE-----
+MIIF0DCCBLigAwIBAgIEOrZQizANBgkqhkiG9w0BAQUFADB/MQswCQYDVQQGEwJCTTEZMBcGA1UE
+ChMQUXVvVmFkaXMgTGltaXRlZDElMCMGA1UECxMcUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0
+eTEuMCwGA1UEAxMlUXVvVmFkaXMgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wMTAz
+MTkxODMzMzNaFw0yMTAzMTcxODMzMzNaMH8xCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRp
+cyBMaW1pdGVkMSUwIwYDVQQLExxSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MS4wLAYDVQQD
+EyVRdW9WYWRpcyBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEF
+AAOCAQ8AMIIBCgKCAQEAv2G1lVO6V/z68mcLOhrfEYBklbTRvM16z/Ypli4kVEAkOPcahdxYTMuk
+J0KX0J+DisPkBgNbAKVRHnAEdOLB1Dqr1607BxgFjv2DrOpm2RgbaIr1VxqYuvXtdj182d6UajtL
+F8HVj71lODqV0D1VNk7feVcxKh7YWWVJWCCYfqtffp/p1k3sg3Spx2zY7ilKhSoGFPlU5tPaZQeL
+YzcS19Dsw3sgQUSj7cugF+FxZc4dZjH3dgEZyH0DWLaVSR2mEiboxgx24ONmy+pdpibu5cxfvWen
+AScOospUxbF6lR1xHkopigPcakXBpBlebzbNw6Kwt/5cOOJSvPhEQ+aQuwIDAQABo4ICUjCCAk4w
+PQYIKwYBBQUHAQEEMTAvMC0GCCsGAQUFBzABhiFodHRwczovL29jc3AucXVvdmFkaXNvZmZzaG9y
+ZS5jb20wDwYDVR0TAQH/BAUwAwEB/zCCARoGA1UdIASCAREwggENMIIBCQYJKwYBBAG+WAABMIH7
+MIHUBggrBgEFBQcCAjCBxxqBxFJlbGlhbmNlIG9uIHRoZSBRdW9WYWRpcyBSb290IENlcnRpZmlj
+YXRlIGJ5IGFueSBwYXJ0eSBhc3N1bWVzIGFjY2VwdGFuY2Ugb2YgdGhlIHRoZW4gYXBwbGljYWJs
+ZSBzdGFuZGFyZCB0ZXJtcyBhbmQgY29uZGl0aW9ucyBvZiB1c2UsIGNlcnRpZmljYXRpb24gcHJh
+Y3RpY2VzLCBhbmQgdGhlIFF1b1ZhZGlzIENlcnRpZmljYXRlIFBvbGljeS4wIgYIKwYBBQUHAgEW
+Fmh0dHA6Ly93d3cucXVvdmFkaXMuYm0wHQYDVR0OBBYEFItLbe3TKbkGGew5Oanwl4Rqy+/fMIGu
+BgNVHSMEgaYwgaOAFItLbe3TKbkGGew5Oanwl4Rqy+/foYGEpIGBMH8xCzAJBgNVBAYTAkJNMRkw
+FwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMSUwIwYDVQQLExxSb290IENlcnRpZmljYXRpb24gQXV0
+aG9yaXR5MS4wLAYDVQQDEyVRdW9WYWRpcyBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5ggQ6
+tlCLMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQUFAAOCAQEAitQUtf70mpKnGdSkfnIYj9lo
+fFIk3WdvOXrEql494liwTXCYhGHoG+NpGA7O+0dQoE7/8CQfvbLO9Sf87C9TqnN7Az10buYWnuul
+LsS/VidQK2K6vkscPFVcQR0kvoIgR13VRH56FmjffU1RcHhXHTMe/QKZnAzNCgVPx7uOpHX6Sm2x
+gI4JVrmcGmD+XcHXetwReNDWXcG31a0ymQM6isxUJTkxgXsTIlG6Rmyhu576BGxJJnSP0nPrzDCi
+5upZIof4l/UO/erMkqQWxFIY6iHOsfHmhIHluqmGKPJDWl0Snawe2ajlCmqnf6CHKc/yiU3U7MXi
+5nrQNiOKSnQ2+Q==
+-----END CERTIFICATE-----
+
+QuoVadis Root CA 2
+==================
+-----BEGIN CERTIFICATE-----
+MIIFtzCCA5+gAwIBAgICBQkwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0xGTAXBgNVBAoT
+EFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJvb3QgQ0EgMjAeFw0wNjExMjQx
+ODI3MDBaFw0zMTExMjQxODIzMzNaMEUxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM
+aW1pdGVkMRswGQYDVQQDExJRdW9WYWRpcyBSb290IENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4IC
+DwAwggIKAoICAQCaGMpLlA0ALa8DKYrwD4HIrkwZhR0In6spRIXzL4GtMh6QRr+jhiYaHv5+HBg6
+XJxgFyo6dIMzMH1hVBHL7avg5tKifvVrbxi3Cgst/ek+7wrGsxDp3MJGF/hd/aTa/55JWpzmM+Yk
+lvc/ulsrHHo1wtZn/qtmUIttKGAr79dgw8eTvI02kfN/+NsRE8Scd3bBrrcCaoF6qUWD4gXmuVbB
+lDePSHFjIuwXZQeVikvfj8ZaCuWw419eaxGrDPmF60Tp+ARz8un+XJiM9XOva7R+zdRcAitMOeGy
+lZUtQofX1bOQQ7dsE/He3fbE+Ik/0XX1ksOR1YqI0JDs3G3eicJlcZaLDQP9nL9bFqyS2+r+eXyt
+66/3FsvbzSUr5R/7mp/iUcw6UwxI5g69ybR2BlLmEROFcmMDBOAENisgGQLodKcftslWZvB1Jdxn
+wQ5hYIizPtGo/KPaHbDRsSNU30R2be1B2MGyIrZTHN81Hdyhdyox5C315eXbyOD/5YDXC2Og/zOh
+D7osFRXql7PSorW+8oyWHhqPHWykYTe5hnMz15eWniN9gqRMgeKh0bpnX5UHoycR7hYQe7xFSkyy
+BNKr79X9DFHOUGoIMfmR2gyPZFwDwzqLID9ujWc9Otb+fVuIyV77zGHcizN300QyNQliBJIWENie
+J0f7OyHj+OsdWwIDAQABo4GwMIGtMA8GA1UdEwEB/wQFMAMBAf8wCwYDVR0PBAQDAgEGMB0GA1Ud
+DgQWBBQahGK8SEwzJQTU7tD2A8QZRtGUazBuBgNVHSMEZzBlgBQahGK8SEwzJQTU7tD2A8QZRtGU
+a6FJpEcwRTELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMT
+ElF1b1ZhZGlzIFJvb3QgQ0EgMoICBQkwDQYJKoZIhvcNAQEFBQADggIBAD4KFk2fBluornFdLwUv
+Z+YTRYPENvbzwCYMDbVHZF34tHLJRqUDGCdViXh9duqWNIAXINzng/iN/Ae42l9NLmeyhP3ZRPx3
+UIHmfLTJDQtyU/h2BwdBR5YM++CCJpNVjP4iH2BlfF/nJrP3MpCYUNQ3cVX2kiF495V5+vgtJodm
+VjB3pjd4M1IQWK4/YY7yarHvGH5KWWPKjaJW1acvvFYfzznB4vsKqBUsfU16Y8Zsl0Q80m/DShcK
++JDSV6IZUaUtl0HaB0+pUNqQjZRG4T7wlP0QADj1O+hA4bRuVhogzG9Yje0uRY/W6ZM/57Es3zrW
+IozchLsib9D45MY56QSIPMO661V6bYCZJPVsAfv4l7CUW+v90m/xd2gNNWQjrLhVoQPRTUIZ3Ph1
+WVaj+ahJefivDrkRoHy3au000LYmYjgahwz46P0u05B/B5EqHdZ+XIWDmbA4CD/pXvk1B+TJYm5X
+f6dQlfe6yJvmjqIBxdZmv3lh8zwc4bmCXF2gw+nYSL0ZohEUGW6yhhtoPkg3Goi3XZZenMfvJ2II
+4pEZXNLxId26F0KCl3GBUzGpn/Z9Yr9y4aOTHcyKJloJONDO1w2AFrR4pTqHTI2KpdVGl/IsELm8
+VCLAAVBpQ570su9t+Oza8eOx79+Rj1QqCyXBJhnEUhAFZdWCEOrCMc0u
+-----END CERTIFICATE-----
+
+QuoVadis Root CA 3
+==================
+-----BEGIN CERTIFICATE-----
+MIIGnTCCBIWgAwIBAgICBcYwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0xGTAXBgNVBAoT
+EFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJvb3QgQ0EgMzAeFw0wNjExMjQx
+OTExMjNaFw0zMTExMjQxOTA2NDRaMEUxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM
+aW1pdGVkMRswGQYDVQQDExJRdW9WYWRpcyBSb290IENBIDMwggIiMA0GCSqGSIb3DQEBAQUAA4IC
+DwAwggIKAoICAQDMV0IWVJzmmNPTTe7+7cefQzlKZbPoFog02w1ZkXTPkrgEQK0CSzGrvI2RaNgg
+DhoB4hp7Thdd4oq3P5kazethq8Jlph+3t723j/z9cI8LoGe+AaJZz3HmDyl2/7FWeUUrH556VOij
+KTVopAFPD6QuN+8bv+OPEKhyq1hX51SGyMnzW9os2l2ObjyjPtr7guXd8lyyBTNvijbO0BNO/79K
+DDRMpsMhvVAEVeuxu537RR5kFd5VAYwCdrXLoT9CabwvvWhDFlaJKjdhkf2mrk7AyxRllDdLkgbv
+BNDInIjbC3uBr7E9KsRlOni27tyAsdLTmZw67mtaa7ONt9XOnMK+pUsvFrGeaDsGb659n/je7Mwp
+p5ijJUMv7/FfJuGITfhebtfZFG4ZM2mnO4SJk8RTVROhUXhA+LjJou57ulJCg54U7QVSWllWp5f8
+nT8KKdjcT5EOE7zelaTfi5m+rJsziO+1ga8bxiJTyPbH7pcUsMV8eFLI8M5ud2CEpukqdiDtWAEX
+MJPpGovgc2PZapKUSU60rUqFxKMiMPwJ7Wgic6aIDFUhWMXhOp8q3crhkODZc6tsgLjoC2SToJyM
+Gf+z0gzskSaHirOi4XCPLArlzW1oUevaPwV/izLmE1xr/l9A4iLItLRkT9a6fUg+qGkM17uGcclz
+uD87nSVL2v9A6wIDAQABo4IBlTCCAZEwDwYDVR0TAQH/BAUwAwEB/zCB4QYDVR0gBIHZMIHWMIHT
+BgkrBgEEAb5YAAMwgcUwgZMGCCsGAQUFBwICMIGGGoGDQW55IHVzZSBvZiB0aGlzIENlcnRpZmlj
+YXRlIGNvbnN0aXR1dGVzIGFjY2VwdGFuY2Ugb2YgdGhlIFF1b1ZhZGlzIFJvb3QgQ0EgMyBDZXJ0
+aWZpY2F0ZSBQb2xpY3kgLyBDZXJ0aWZpY2F0aW9uIFByYWN0aWNlIFN0YXRlbWVudC4wLQYIKwYB
+BQUHAgEWIWh0dHA6Ly93d3cucXVvdmFkaXNnbG9iYWwuY29tL2NwczALBgNVHQ8EBAMCAQYwHQYD
+VR0OBBYEFPLAE+CCQz777i9nMpY1XNu4ywLQMG4GA1UdIwRnMGWAFPLAE+CCQz777i9nMpY1XNu4
+ywLQoUmkRzBFMQswCQYDVQQGEwJCTTEZMBcGA1UEChMQUXVvVmFkaXMgTGltaXRlZDEbMBkGA1UE
+AxMSUXVvVmFkaXMgUm9vdCBDQSAzggIFxjANBgkqhkiG9w0BAQUFAAOCAgEAT62gLEz6wPJv92ZV
+qyM07ucp2sNbtrCD2dDQ4iH782CnO11gUyeim/YIIirnv6By5ZwkajGxkHon24QRiSemd1o417+s
+hvzuXYO8BsbRd2sPbSQvS3pspweWyuOEn62Iix2rFo1bZhfZFvSLgNLd+LJ2w/w4E6oM3kJpK27z
+POuAJ9v1pkQNn1pVWQvVDVJIxa6f8i+AxeoyUDUSly7B4f/xI4hROJ/yZlZ25w9Rl6VSDE1JUZU2
+Pb+iSwwQHYaZTKrzchGT5Or2m9qoXadNt54CrnMAyNojA+j56hl0YgCUyyIgvpSnWbWCar6ZeXqp
+8kokUvd0/bpO5qgdAm6xDYBEwa7TIzdfu4V8K5Iu6H6li92Z4b8nby1dqnuH/grdS/yO9SbkbnBC
+bjPsMZ57k8HkyWkaPcBrTiJt7qtYTcbQQcEr6k8Sh17rRdhs9ZgC06DYVYoGmRmioHfRMJ6szHXu
+g/WwYjnPbFfiTNKRCw51KBuav/0aQ/HKd/s7j2G4aSgWQgRecCocIdiP4b0jWy10QJLZYxkNc91p
+vGJHvOB0K7Lrfb5BG7XARsWhIstfTsEokt4YutUqKLsRixeTmJlglFwjz1onl14LBQaTNx47aTbr
+qZ5hHY8y2o4M1nQ+ewkk2gF3R8Q7zTSMmfXK4SVhM7JZG+Ju1zdXtg2pEto=
+-----END CERTIFICATE-----
+
+Security Communication Root CA
+==============================
+-----BEGIN CERTIFICATE-----
+MIIDWjCCAkKgAwIBAgIBADANBgkqhkiG9w0BAQUFADBQMQswCQYDVQQGEwJKUDEYMBYGA1UEChMP
+U0VDT00gVHJ1c3QubmV0MScwJQYDVQQLEx5TZWN1cml0eSBDb21tdW5pY2F0aW9uIFJvb3RDQTEw
+HhcNMDMwOTMwMDQyMDQ5WhcNMjMwOTMwMDQyMDQ5WjBQMQswCQYDVQQGEwJKUDEYMBYGA1UEChMP
+U0VDT00gVHJ1c3QubmV0MScwJQYDVQQLEx5TZWN1cml0eSBDb21tdW5pY2F0aW9uIFJvb3RDQTEw
+ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCzs/5/022x7xZ8V6UMbXaKL0u/ZPtM7orw
+8yl89f/uKuDp6bpbZCKamm8sOiZpUQWZJtzVHGpxxpp9Hp3dfGzGjGdnSj74cbAZJ6kJDKaVv0uM
+DPpVmDvY6CKhS3E4eayXkmmziX7qIWgGmBSWh9JhNrxtJ1aeV+7AwFb9Ms+k2Y7CI9eNqPPYJayX
+5HA49LY6tJ07lyZDo6G8SVlyTCMwhwFY9k6+HGhWZq/NQV3Is00qVUarH9oe4kA92819uZKAnDfd
+DJZkndwi92SL32HeFZRSFaB9UslLqCHJxrHty8OVYNEP8Ktw+N/LTX7s1vqr2b1/VPKl6Xn62dZ2
+JChzAgMBAAGjPzA9MB0GA1UdDgQWBBSgc0mZaNyFW2XjmygvV5+9M7wHSDALBgNVHQ8EBAMCAQYw
+DwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQUFAAOCAQEAaECpqLvkT115swW1F7NgE+vGkl3g
+0dNq/vu+m22/xwVtWSDEHPC32oRYAmP6SBbvT6UL90qY8j+eG61Ha2POCEfrUj94nK9NrvjVT8+a
+mCoQQTlSxN3Zmw7vkwGusi7KaEIkQmywszo+zenaSMQVy+n5Bw+SUEmK3TGXX8npN6o7WWWXlDLJ
+s58+OmJYxUmtYg5xpTKqL8aJdkNAExNnPaJUJRDL8Try2frbSVa7pv6nQTXD4IhhyYjH3zYQIphZ
+6rBK+1YWc26sTfcioU+tHXotRSflMMFe8toTyyVCUZVHA4xsIcx0Qu1T/zOLjw9XARYvz6buyXAi
+FL39vmwLAw==
+-----END CERTIFICATE-----
+
+Sonera Class 2 Root CA
+======================
+-----BEGIN CERTIFICATE-----
+MIIDIDCCAgigAwIBAgIBHTANBgkqhkiG9w0BAQUFADA5MQswCQYDVQQGEwJGSTEPMA0GA1UEChMG
+U29uZXJhMRkwFwYDVQQDExBTb25lcmEgQ2xhc3MyIENBMB4XDTAxMDQwNjA3Mjk0MFoXDTIxMDQw
+NjA3Mjk0MFowOTELMAkGA1UEBhMCRkkxDzANBgNVBAoTBlNvbmVyYTEZMBcGA1UEAxMQU29uZXJh
+IENsYXNzMiBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJAXSjWdyvANlsdE+hY3
+/Ei9vX+ALTU74W+oZ6m/AxxNjG8yR9VBaKQTBME1DJqEQ/xcHf+Js+gXGM2RX/uJ4+q/Tl18GybT
+dXnt5oTjV+WtKcT0OijnpXuENmmz/V52vaMtmdOQTiMofRhj8VQ7Jp12W5dCsv+u8E7s3TmVToMG
+f+dJQMjFAbJUWmYdPfz56TwKnoG4cPABi+QjVHzIrviQHgCWctRUz2EjvOr7nQKV0ba5cTppCD8P
+tOFCx4j1P5iop7oc4HFx71hXgVB6XGt0Rg6DA5jDjqhu8nYybieDwnPz3BjotJPqdURrBGAgcVeH
+nfO+oJAjPYok4doh28MCAwEAAaMzMDEwDwYDVR0TAQH/BAUwAwEB/zARBgNVHQ4ECgQISqCqWITT
+XjwwCwYDVR0PBAQDAgEGMA0GCSqGSIb3DQEBBQUAA4IBAQBazof5FnIVV0sd2ZvnoiYw7JNn39Yt
+0jSv9zilzqsWuasvfDXLrNAPtEwr/IDva4yRXzZ299uzGxnq9LIR/WFxRL8oszodv7ND6J+/3DEI
+cbCdjdY0RzKQxmUk96BKfARzjzlvF4xytb1LyHr4e4PDKE6cCepnP7JnBBvDFNr450kkkdAdavph
+Oe9r5yF1BgfYErQhIHBCcYHaPJo2vqZbDWpsmh+Re/n570K6Tk6ezAyNlNzZRZxe7EJQY670XcSx
+EtzKO6gunRRaBXW37Ndj4ro1tgQIkejanZz2ZrUYrAqmVCY0M9IbwdR/GjqOC6oybtv8TyWf2TLH
+llpwrN9M
+-----END CERTIFICATE-----
+
+Staat der Nederlanden Root CA
+=============================
+-----BEGIN CERTIFICATE-----
+MIIDujCCAqKgAwIBAgIEAJiWijANBgkqhkiG9w0BAQUFADBVMQswCQYDVQQGEwJOTDEeMBwGA1UE
+ChMVU3RhYXQgZGVyIE5lZGVybGFuZGVuMSYwJAYDVQQDEx1TdGFhdCBkZXIgTmVkZXJsYW5kZW4g
+Um9vdCBDQTAeFw0wMjEyMTcwOTIzNDlaFw0xNTEyMTYwOTE1MzhaMFUxCzAJBgNVBAYTAk5MMR4w
+HAYDVQQKExVTdGFhdCBkZXIgTmVkZXJsYW5kZW4xJjAkBgNVBAMTHVN0YWF0IGRlciBOZWRlcmxh
+bmRlbiBSb290IENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmNK1URF6gaYUmHFt
+vsznExvWJw56s2oYHLZhWtVhCb/ekBPHZ+7d89rFDBKeNVU+LCeIQGv33N0iYfXCxw719tV2U02P
+jLwYdjeFnejKScfST5gTCaI+Ioicf9byEGW07l8Y1Rfj+MX94p2i71MOhXeiD+EwR+4A5zN9RGca
+C1Hoi6CeUJhoNFIfLm0B8mBF8jHrqTFoKbt6QZ7GGX+UtFE5A3+y3qcym7RHjm+0Sq7lr7HcsBth
+vJly3uSJt3omXdozSVtSnA71iq3DuD3oBmrC1SoLbHuEvVYFy4ZlkuxEK7COudxwC0barbxjiDn6
+22r+I/q85Ej0ZytqERAhSQIDAQABo4GRMIGOMAwGA1UdEwQFMAMBAf8wTwYDVR0gBEgwRjBEBgRV
+HSAAMDwwOgYIKwYBBQUHAgEWLmh0dHA6Ly93d3cucGtpb3ZlcmhlaWQubmwvcG9saWNpZXMvcm9v
+dC1wb2xpY3kwDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBSofeu8Y6R0E3QA7Jbg0zTBLL9s+DAN
+BgkqhkiG9w0BAQUFAAOCAQEABYSHVXQ2YcG70dTGFagTtJ+k/rvuFbQvBgwp8qiSpGEN/KtcCFtR
+EytNwiphyPgJWPwtArI5fZlmgb9uXJVFIGzmeafR2Bwp/MIgJ1HI8XxdNGdphREwxgDS1/PTfLbw
+MVcoEoJz6TMvplW0C5GUR5z6u3pCMuiufi3IvKwUv9kP2Vv8wfl6leF9fpb8cbDCTMjfRTTJzg3y
+nGQI0DvDKcWy7ZAEwbEpkcUwb8GpcjPM/l0WFywRaed+/sWDCN+83CI6LiBpIzlWYGeQiy52OfsR
+iJf2fL1LuCAWZwWN4jvBcj+UlTfHXbme2JOhF4//DGYVwSR8MnwDHTuhWEUykw==
+-----END CERTIFICATE-----
+
+UTN DATACorp SGC Root CA
+========================
+-----BEGIN CERTIFICATE-----
+MIIEXjCCA0agAwIBAgIQRL4Mi1AAIbQR0ypoBqmtaTANBgkqhkiG9w0BAQUFADCBkzELMAkGA1UE
+BhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2UgQ2l0eTEeMBwGA1UEChMVVGhl
+IFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExhodHRwOi8vd3d3LnVzZXJ0cnVzdC5jb20xGzAZ
+BgNVBAMTElVUTiAtIERBVEFDb3JwIFNHQzAeFw05OTA2MjQxODU3MjFaFw0xOTA2MjQxOTA2MzBa
+MIGTMQswCQYDVQQGEwJVUzELMAkGA1UECBMCVVQxFzAVBgNVBAcTDlNhbHQgTGFrZSBDaXR5MR4w
+HAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxITAfBgNVBAsTGGh0dHA6Ly93d3cudXNlcnRy
+dXN0LmNvbTEbMBkGA1UEAxMSVVROIC0gREFUQUNvcnAgU0dDMIIBIjANBgkqhkiG9w0BAQEFAAOC
+AQ8AMIIBCgKCAQEA3+5YEKIrblXEjr8uRgnn4AgPLit6E5Qbvfa2gI5lBZMAHryv4g+OGQ0SR+ys
+raP6LnD43m77VkIVni5c7yPeIbkFdicZD0/Ww5y0vpQZY/KmEQrrU0icvvIpOxboGqBMpsn0GFlo
+wHDyUwDAXlCCpVZvNvlK4ESGoE1O1kduSUrLZ9emxAW5jh70/P/N5zbgnAVssjMiFdC04MwXwLLA
+9P4yPykqlXvY8qdOD1R8oQ2AswkDwf9c3V6aPryuvEeKaq5xyh+xKrhfQgUL7EYw0XILyulWbfXv
+33i+Ybqypa4ETLyorGkVl73v67SMvzX41MPRKA5cOp9wGDMgd8SirwIDAQABo4GrMIGoMAsGA1Ud
+DwQEAwIBxjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBRTMtGzz3/64PGgXYVOktKeRR20TzA9
+BgNVHR8ENjA0MDKgMKAuhixodHRwOi8vY3JsLnVzZXJ0cnVzdC5jb20vVVROLURBVEFDb3JwU0dD
+LmNybDAqBgNVHSUEIzAhBggrBgEFBQcDAQYKKwYBBAGCNwoDAwYJYIZIAYb4QgQBMA0GCSqGSIb3
+DQEBBQUAA4IBAQAnNZcAiosovcYzMB4p/OL31ZjUQLtgyr+rFywJNn9Q+kHcrpY6CiM+iVnJowft
+Gzet/Hy+UUla3joKVAgWRcKZsYfNjGjgaQPpxE6YsjuMFrMOoAyYUJuTqXAJyCyjj98C5OBxOvG0
+I3KgqgHf35g+FFCgMSa9KOlaMCZ1+XtgHI3zzVAmbQQnmt/VDUVHKWss5nbZqSl9Mt3JNjy9rjXx
+EZ4du5A/EkdOjtd+D2JzHVImOBwYSf0wdJrE5SIv2MCN7ZF6TACPcn9d2t0bi0Vr591pl6jFVkwP
+DPafepE39peC4N1xaf92P2BNPM/3mfnGV/TJVTl4uix5yaaIK/QI
+-----END CERTIFICATE-----
+
+UTN USERFirst Hardware Root CA
+==============================
+-----BEGIN CERTIFICATE-----
+MIIEdDCCA1ygAwIBAgIQRL4Mi1AAJLQR0zYq/mUK/TANBgkqhkiG9w0BAQUFADCBlzELMAkGA1UE
+BhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2UgQ2l0eTEeMBwGA1UEChMVVGhl
+IFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExhodHRwOi8vd3d3LnVzZXJ0cnVzdC5jb20xHzAd
+BgNVBAMTFlVUTi1VU0VSRmlyc3QtSGFyZHdhcmUwHhcNOTkwNzA5MTgxMDQyWhcNMTkwNzA5MTgx
+OTIyWjCBlzELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2UgQ2l0
+eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExhodHRwOi8vd3d3LnVz
+ZXJ0cnVzdC5jb20xHzAdBgNVBAMTFlVUTi1VU0VSRmlyc3QtSGFyZHdhcmUwggEiMA0GCSqGSIb3
+DQEBAQUAA4IBDwAwggEKAoIBAQCx98M4P7Sof885glFn0G2f0v9Y8+efK+wNiVSZuTiZFvfgIXlI
+wrthdBKWHTxqctU8EGc6Oe0rE81m65UJM6Rsl7HoxuzBdXmcRl6Nq9Bq/bkqVRcQVLMZ8Jr28bFd
+tqdt++BxF2uiiPsA3/4aMXcMmgF6sTLjKwEHOG7DpV4jvEWbe1DByTCP2+UretNb+zNAHqDVmBe8
+i4fDidNdoI6yqqr2jmmIBsX6iSHzCJ1pLgkzmykNRg+MzEk0sGlRvfkGzWitZky8PqxhvQqIDsjf
+Pe58BEydCl5rkdbux+0ojatNh4lz0G6k0B4WixThdkQDf2Os5M1JnMWS9KsyoUhbAgMBAAGjgbkw
+gbYwCwYDVR0PBAQDAgHGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFKFyXyYbKJhDlV0HN9WF
+lp1L0sNFMEQGA1UdHwQ9MDswOaA3oDWGM2h0dHA6Ly9jcmwudXNlcnRydXN0LmNvbS9VVE4tVVNF
+UkZpcnN0LUhhcmR3YXJlLmNybDAxBgNVHSUEKjAoBggrBgEFBQcDAQYIKwYBBQUHAwUGCCsGAQUF
+BwMGBggrBgEFBQcDBzANBgkqhkiG9w0BAQUFAAOCAQEARxkP3nTGmZev/K0oXnWO6y1n7k57K9cM
+//bey1WiCuFMVGWTYGufEpytXoMs61quwOQt9ABjHbjAbPLPSbtNk28GpgoiskliCE7/yMgUsogW
+XecB5BKV5UU0s4tpvc+0hY91UZ59Ojg6FEgSxvunOxqNDYJAB+gECJChicsZUN/KHAG8HQQZexB2
+lzvukJDKxA4fFm517zP4029bHpbj4HR3dHuKom4t3XbWOTCC8KucUvIqx69JXn7HaOWCgchqJ/kn
+iCrVWFCVH/A7HFe7fRQ5YiuayZSSKqMiDP+JJn1fIytH1xUdqWqeUQ0qUZ6B+dQ7XnASfxAynB67
+nfhmqA==
+-----END CERTIFICATE-----
+
+Camerfirma Chambers of Commerce Root
+====================================
+-----BEGIN CERTIFICATE-----
+MIIEvTCCA6WgAwIBAgIBADANBgkqhkiG9w0BAQUFADB/MQswCQYDVQQGEwJFVTEnMCUGA1UEChMe
+QUMgQ2FtZXJmaXJtYSBTQSBDSUYgQTgyNzQzMjg3MSMwIQYDVQQLExpodHRwOi8vd3d3LmNoYW1i
+ZXJzaWduLm9yZzEiMCAGA1UEAxMZQ2hhbWJlcnMgb2YgQ29tbWVyY2UgUm9vdDAeFw0wMzA5MzAx
+NjEzNDNaFw0zNzA5MzAxNjEzNDRaMH8xCzAJBgNVBAYTAkVVMScwJQYDVQQKEx5BQyBDYW1lcmZp
+cm1hIFNBIENJRiBBODI3NDMyODcxIzAhBgNVBAsTGmh0dHA6Ly93d3cuY2hhbWJlcnNpZ24ub3Jn
+MSIwIAYDVQQDExlDaGFtYmVycyBvZiBDb21tZXJjZSBSb290MIIBIDANBgkqhkiG9w0BAQEFAAOC
+AQ0AMIIBCAKCAQEAtzZV5aVdGDDg2olUkfzIx1L4L1DZ77F1c2VHfRtbunXF/KGIJPov7coISjlU
+xFF6tdpg6jg8gbLL8bvZkSM/SAFwdakFKq0fcfPJVD0dBmpAPrMMhe5cG3nCYsS4No41XQEMIwRH
+NaqbYE6gZj3LJgqcQKH0XZi/caulAGgq7YN6D6IUtdQis4CwPAxaUWktWBiP7Zme8a7ileb2R6jW
+DA+wWFjbw2Y3npuRVDM30pQcakjJyfKl2qUMI/cjDpwyVV5xnIQFUZot/eZOKjRa3spAN2cMVCFV
+d9oKDMyXroDclDZK9D7ONhMeU+SsTjoF7Nuucpw4i9A5O4kKPnf+dQIBA6OCAUQwggFAMBIGA1Ud
+EwEB/wQIMAYBAf8CAQwwPAYDVR0fBDUwMzAxoC+gLYYraHR0cDovL2NybC5jaGFtYmVyc2lnbi5v
+cmcvY2hhbWJlcnNyb290LmNybDAdBgNVHQ4EFgQU45T1sU3p26EpW1eLTXYGduHRooowDgYDVR0P
+AQH/BAQDAgEGMBEGCWCGSAGG+EIBAQQEAwIABzAnBgNVHREEIDAegRxjaGFtYmVyc3Jvb3RAY2hh
+bWJlcnNpZ24ub3JnMCcGA1UdEgQgMB6BHGNoYW1iZXJzcm9vdEBjaGFtYmVyc2lnbi5vcmcwWAYD
+VR0gBFEwTzBNBgsrBgEEAYGHLgoDATA+MDwGCCsGAQUFBwIBFjBodHRwOi8vY3BzLmNoYW1iZXJz
+aWduLm9yZy9jcHMvY2hhbWJlcnNyb290Lmh0bWwwDQYJKoZIhvcNAQEFBQADggEBAAxBl8IahsAi
+fJ/7kPMa0QOx7xP5IV8EnNrJpY0nbJaHkb5BkAFyk+cefV/2icZdp0AJPaxJRUXcLo0waLIJuvvD
+L8y6C98/d3tGfToSJI6WjzwFCm/SlCgdbQzALogi1djPHRPH8EjX1wWnz8dHnjs8NMiAT9QUu/wN
+UPf6s+xCX6ndbcj0dc97wXImsQEcXCz9ek60AcUFV7nnPKoF2YjpB0ZBzu9Bga5Y34OirsrXdx/n
+ADydb47kMgkdTXg0eDQ8lJsm7U9xxhl6vSAiSFr+S30Dt+dYvsYyTnQeaN2oaFuzPu5ifdmA6Ap1
+erfutGWaIZDgqtCYvDi1czyL+Nw=
+-----END CERTIFICATE-----
+
+Camerfirma Global Chambersign Root
+==================================
+-----BEGIN CERTIFICATE-----
+MIIExTCCA62gAwIBAgIBADANBgkqhkiG9w0BAQUFADB9MQswCQYDVQQGEwJFVTEnMCUGA1UEChMe
+QUMgQ2FtZXJmaXJtYSBTQSBDSUYgQTgyNzQzMjg3MSMwIQYDVQQLExpodHRwOi8vd3d3LmNoYW1i
+ZXJzaWduLm9yZzEgMB4GA1UEAxMXR2xvYmFsIENoYW1iZXJzaWduIFJvb3QwHhcNMDMwOTMwMTYx
+NDE4WhcNMzcwOTMwMTYxNDE4WjB9MQswCQYDVQQGEwJFVTEnMCUGA1UEChMeQUMgQ2FtZXJmaXJt
+YSBTQSBDSUYgQTgyNzQzMjg3MSMwIQYDVQQLExpodHRwOi8vd3d3LmNoYW1iZXJzaWduLm9yZzEg
+MB4GA1UEAxMXR2xvYmFsIENoYW1iZXJzaWduIFJvb3QwggEgMA0GCSqGSIb3DQEBAQUAA4IBDQAw
+ggEIAoIBAQCicKLQn0KuWxfH2H3PFIP8T8mhtxOviteePgQKkotgVvq0Mi+ITaFgCPS3CU6gSS9J
+1tPfnZdan5QEcOw/Wdm3zGaLmFIoCQLfxS+EjXqXd7/sQJ0lcqu1PzKY+7e3/HKE5TWH+VX6ox8O
+by4o3Wmg2UIQxvi1RMLQQ3/bvOSiPGpVeAp3qdjqGTK3L/5cPxvusZjsyq16aUXjlg9V9ubtdepl
+6DJWk0aJqCWKZQbua795B9Dxt6/tLE2Su8CoX6dnfQTyFQhwrJLWfQTSM/tMtgsL+xrJxI0DqX5c
+8lCrEqWhz0hQpe/SyBoT+rB/sYIcd2oPX9wLlY/vQ37mRQklAgEDo4IBUDCCAUwwEgYDVR0TAQH/
+BAgwBgEB/wIBDDA/BgNVHR8EODA2MDSgMqAwhi5odHRwOi8vY3JsLmNoYW1iZXJzaWduLm9yZy9j
+aGFtYmVyc2lnbnJvb3QuY3JsMB0GA1UdDgQWBBRDnDafsJ4wTcbOX60Qq+UDpfqpFDAOBgNVHQ8B
+Af8EBAMCAQYwEQYJYIZIAYb4QgEBBAQDAgAHMCoGA1UdEQQjMCGBH2NoYW1iZXJzaWducm9vdEBj
+aGFtYmVyc2lnbi5vcmcwKgYDVR0SBCMwIYEfY2hhbWJlcnNpZ25yb290QGNoYW1iZXJzaWduLm9y
+ZzBbBgNVHSAEVDBSMFAGCysGAQQBgYcuCgEBMEEwPwYIKwYBBQUHAgEWM2h0dHA6Ly9jcHMuY2hh
+bWJlcnNpZ24ub3JnL2Nwcy9jaGFtYmVyc2lnbnJvb3QuaHRtbDANBgkqhkiG9w0BAQUFAAOCAQEA
+PDtwkfkEVCeR4e3t/mh/YV3lQWVPMvEYBZRqHN4fcNs+ezICNLUMbKGKfKX0j//U2K0X1S0E0T9Y
+gOKBWYi+wONGkyT+kL0mojAt6JcmVzWJdJYY9hXiryQZVgICsroPFOrGimbBhkVVi76SvpykBMdJ
+PJ7oKXqJ1/6v/2j1pReQvayZzKWGVwlnRtvWFsJG8eSpUPWP0ZIV018+xgBJOm5YstHRJw0lyDL4
+IBHNfTIzSJRUTN3cecQwn+uOuFW114hcxWokPbLTBQNRxgfvzBRydD1ucs4YKIxKoHflCStFREes
+t2d/AYoFWpO+ocH/+OcOZ6RHSXZddZAa9SaP8A==
+-----END CERTIFICATE-----
+
+NetLock Notary (Class A) Root
+=============================
+-----BEGIN CERTIFICATE-----
+MIIGfTCCBWWgAwIBAgICAQMwDQYJKoZIhvcNAQEEBQAwga8xCzAJBgNVBAYTAkhVMRAwDgYDVQQI
+EwdIdW5nYXJ5MREwDwYDVQQHEwhCdWRhcGVzdDEnMCUGA1UEChMeTmV0TG9jayBIYWxvemF0Yml6
+dG9uc2FnaSBLZnQuMRowGAYDVQQLExFUYW51c2l0dmFueWtpYWRvazE2MDQGA1UEAxMtTmV0TG9j
+ayBLb3pqZWd5em9pIChDbGFzcyBBKSBUYW51c2l0dmFueWtpYWRvMB4XDTk5MDIyNDIzMTQ0N1oX
+DTE5MDIxOTIzMTQ0N1owga8xCzAJBgNVBAYTAkhVMRAwDgYDVQQIEwdIdW5nYXJ5MREwDwYDVQQH
+EwhCdWRhcGVzdDEnMCUGA1UEChMeTmV0TG9jayBIYWxvemF0Yml6dG9uc2FnaSBLZnQuMRowGAYD
+VQQLExFUYW51c2l0dmFueWtpYWRvazE2MDQGA1UEAxMtTmV0TG9jayBLb3pqZWd5em9pIChDbGFz
+cyBBKSBUYW51c2l0dmFueWtpYWRvMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvHSM
+D7tM9DceqQWC2ObhbHDqeLVu0ThEDaiDzl3S1tWBxdRL51uUcCbbO51qTGL3cfNk1mE7PetzozfZ
+z+qMkjvN9wfcZnSX9EUi3fRc4L9t875lM+QVOr/bmJBVOMTtplVjC7B4BPTjbsE/jvxReB+SnoPC
+/tmwqcm8WgD/qaiYdPv2LD4VOQ22BFWoDpggQrOxJa1+mm9dU7GrDPzr4PN6s6iz/0b2Y6LYOph7
+tqyF/7AlT3Rj5xMHpQqPBffAZG9+pyeAlt7ULoZgx2srXnN7F+eRP2QM2EsiNCubMvJIH5+hCoR6
+4sKtlz2O1cH5VqNQ6ca0+pii7pXmKgOM3wIDAQABo4ICnzCCApswDgYDVR0PAQH/BAQDAgAGMBIG
+A1UdEwEB/wQIMAYBAf8CAQQwEQYJYIZIAYb4QgEBBAQDAgAHMIICYAYJYIZIAYb4QgENBIICURaC
+Ak1GSUdZRUxFTSEgRXplbiB0YW51c2l0dmFueSBhIE5ldExvY2sgS2Z0LiBBbHRhbGFub3MgU3pv
+bGdhbHRhdGFzaSBGZWx0ZXRlbGVpYmVuIGxlaXJ0IGVsamFyYXNvayBhbGFwamFuIGtlc3p1bHQu
+IEEgaGl0ZWxlc2l0ZXMgZm9seWFtYXRhdCBhIE5ldExvY2sgS2Z0LiB0ZXJtZWtmZWxlbG9zc2Vn
+LWJpenRvc2l0YXNhIHZlZGkuIEEgZGlnaXRhbGlzIGFsYWlyYXMgZWxmb2dhZGFzYW5hayBmZWx0
+ZXRlbGUgYXogZWxvaXJ0IGVsbGVub3J6ZXNpIGVsamFyYXMgbWVndGV0ZWxlLiBBeiBlbGphcmFz
+IGxlaXJhc2EgbWVndGFsYWxoYXRvIGEgTmV0TG9jayBLZnQuIEludGVybmV0IGhvbmxhcGphbiBh
+IGh0dHBzOi8vd3d3Lm5ldGxvY2submV0L2RvY3MgY2ltZW4gdmFneSBrZXJoZXRvIGF6IGVsbGVu
+b3J6ZXNAbmV0bG9jay5uZXQgZS1tYWlsIGNpbWVuLiBJTVBPUlRBTlQhIFRoZSBpc3N1YW5jZSBh
+bmQgdGhlIHVzZSBvZiB0aGlzIGNlcnRpZmljYXRlIGlzIHN1YmplY3QgdG8gdGhlIE5ldExvY2sg
+Q1BTIGF2YWlsYWJsZSBhdCBodHRwczovL3d3dy5uZXRsb2NrLm5ldC9kb2NzIG9yIGJ5IGUtbWFp
+bCBhdCBjcHNAbmV0bG9jay5uZXQuMA0GCSqGSIb3DQEBBAUAA4IBAQBIJEb3ulZv+sgoA0BO5TE5
+ayZrU3/b39/zcT0mwBQOxmd7I6gMc90Bu8bKbjc5VdXHjFYgDigKDtIqpLBJUsY4B/6+CgmM0ZjP
+ytoUMaFP0jn8DxEsQ8Pdq5PHVT5HfBgaANzze9jyf1JsIPQLX2lS9O74silg6+NJMSEN1rUQQeJB
+CWziGppWS3cC9qCbmieH6FUpccKQn0V4GuEVZD3QDtigdp+uxdAu6tYPVuxkf1qbFFgBJ34TUMdr
+KuZoPL9coAob4Q566eKAw+np9v1sEZ7Q5SgnK1QyQhSCdeZK8CtmdWOMovsEPoMOmzbwGOQmIMOM
+8CgHrTwXZoi1/baI
+-----END CERTIFICATE-----
+
+XRamp Global CA Root
+====================
+-----BEGIN CERTIFICATE-----
+MIIEMDCCAxigAwIBAgIQUJRs7Bjq1ZxN1ZfvdY+grTANBgkqhkiG9w0BAQUFADCBgjELMAkGA1UE
+BhMCVVMxHjAcBgNVBAsTFXd3dy54cmFtcHNlY3VyaXR5LmNvbTEkMCIGA1UEChMbWFJhbXAgU2Vj
+dXJpdHkgU2VydmljZXMgSW5jMS0wKwYDVQQDEyRYUmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBB
+dXRob3JpdHkwHhcNMDQxMTAxMTcxNDA0WhcNMzUwMTAxMDUzNzE5WjCBgjELMAkGA1UEBhMCVVMx
+HjAcBgNVBAsTFXd3dy54cmFtcHNlY3VyaXR5LmNvbTEkMCIGA1UEChMbWFJhbXAgU2VjdXJpdHkg
+U2VydmljZXMgSW5jMS0wKwYDVQQDEyRYUmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBBdXRob3Jp
+dHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCYJB69FbS638eMpSe2OAtp87ZOqCwu
+IR1cRN8hXX4jdP5efrRKt6atH67gBhbim1vZZ3RrXYCPKZ2GG9mcDZhtdhAoWORlsH9KmHmf4MMx
+foArtYzAQDsRhtDLooY2YKTVMIJt2W7QDxIEM5dfT2Fa8OT5kavnHTu86M/0ay00fOJIYRyO82FE
+zG+gSqmUsE3a56k0enI4qEHMPJQRfevIpoy3hsvKMzvZPTeL+3o+hiznc9cKV6xkmxnr9A8ECIqs
+AxcZZPRaJSKNNCyy9mgdEm3Tih4U2sSPpuIjhdV6Db1q4Ons7Be7QhtnqiXtRYMh/MHJfNViPvry
+xS3T/dRlAgMBAAGjgZ8wgZwwEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0PBAQDAgGGMA8GA1Ud
+EwEB/wQFMAMBAf8wHQYDVR0OBBYEFMZPoj0GY4QJnM5i5ASsjVy16bYbMDYGA1UdHwQvMC0wK6Ap
+oCeGJWh0dHA6Ly9jcmwueHJhbXBzZWN1cml0eS5jb20vWEdDQS5jcmwwEAYJKwYBBAGCNxUBBAMC
+AQEwDQYJKoZIhvcNAQEFBQADggEBAJEVOQMBG2f7Shz5CmBbodpNl2L5JFMn14JkTpAuw0kbK5rc
+/Kh4ZzXxHfARvbdI4xD2Dd8/0sm2qlWkSLoC295ZLhVbO50WfUfXN+pfTXYSNrsf16GBBEYgoyxt
+qZ4Bfj8pzgCT3/3JknOJiWSe5yvkHJEs0rnOfc5vMZnT5r7SHpDwCRR5XCOrTdLaIR9NmXmd4c8n
+nxCbHIgNsIpkQTG4DmyQJKSbXHGPurt+HBvbaoAPIbzp26a3QPSyi6mx5O+aGtA9aZnuqCij4Tyz
+8LIRnM98QObd50N9otg6tamN8jSZxNQQ4Qb9CYQQO+7ETPTsJ3xCwnR8gooJybQDJbw=
+-----END CERTIFICATE-----
+
+Go Daddy Class 2 CA
+===================
+-----BEGIN CERTIFICATE-----
+MIIEADCCAuigAwIBAgIBADANBgkqhkiG9w0BAQUFADBjMQswCQYDVQQGEwJVUzEhMB8GA1UEChMY
+VGhlIEdvIERhZGR5IEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBEYWRkeSBDbGFzcyAyIENlcnRp
+ZmljYXRpb24gQXV0aG9yaXR5MB4XDTA0MDYyOTE3MDYyMFoXDTM0MDYyOTE3MDYyMFowYzELMAkG
+A1UEBhMCVVMxITAfBgNVBAoTGFRoZSBHbyBEYWRkeSBHcm91cCwgSW5jLjExMC8GA1UECxMoR28g
+RGFkZHkgQ2xhc3MgMiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASAwDQYJKoZIhvcNAQEBBQAD
+ggENADCCAQgCggEBAN6d1+pXGEmhW+vXX0iG6r7d/+TvZxz0ZWizV3GgXne77ZtJ6XCAPVYYYwhv
+2vLM0D9/AlQiVBDYsoHUwHU9S3/Hd8M+eKsaA7Ugay9qK7HFiH7Eux6wwdhFJ2+qN1j3hybX2C32
+qRe3H3I2TqYXP2WYktsqbl2i/ojgC95/5Y0V4evLOtXiEqITLdiOr18SPaAIBQi2XKVlOARFmR6j
+YGB0xUGlcmIbYsUfb18aQr4CUWWoriMYavx4A6lNf4DD+qta/KFApMoZFv6yyO9ecw3ud72a9nmY
+vLEHZ6IVDd2gWMZEewo+YihfukEHU1jPEX44dMX4/7VpkI+EdOqXG68CAQOjgcAwgb0wHQYDVR0O
+BBYEFNLEsNKR1EwRcbNhyz2h/t2oatTjMIGNBgNVHSMEgYUwgYKAFNLEsNKR1EwRcbNhyz2h/t2o
+atTjoWekZTBjMQswCQYDVQQGEwJVUzEhMB8GA1UEChMYVGhlIEdvIERhZGR5IEdyb3VwLCBJbmMu
+MTEwLwYDVQQLEyhHbyBEYWRkeSBDbGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5ggEAMAwG
+A1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEBADJL87LKPpH8EsahB4yOd6AzBhRckB4Y9wim
+PQoZ+YeAEW5p5JYXMP80kWNyOO7MHAGjHZQopDH2esRU1/blMVgDoszOYtuURXO1v0XJJLXVggKt
+I3lpjbi2Tc7PTMozI+gciKqdi0FuFskg5YmezTvacPd+mSYgFFQlq25zheabIZ0KbIIOqPjCDPoQ
+HmyW74cNxA9hi63ugyuV+I6ShHI56yDqg+2DzZduCLzrTia2cyvk0/ZM/iZx4mERdEr/VxqHD3VI
+Ls9RaRegAhJhldXRQLIQTO7ErBBDpqWeCtWVYpoNz4iCxTIM5CufReYNnyicsbkqWletNw+vHX/b
+vZ8=
+-----END CERTIFICATE-----
+
+Starfield Class 2 CA
+====================
+-----BEGIN CERTIFICATE-----
+MIIEDzCCAvegAwIBAgIBADANBgkqhkiG9w0BAQUFADBoMQswCQYDVQQGEwJVUzElMCMGA1UEChMc
+U3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMpU3RhcmZpZWxkIENsYXNzIDIg
+Q2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQwNjI5MTczOTE2WhcNMzQwNjI5MTczOTE2WjBo
+MQswCQYDVQQGEwJVUzElMCMGA1UEChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAG
+A1UECxMpU3RhcmZpZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggEgMA0GCSqG
+SIb3DQEBAQUAA4IBDQAwggEIAoIBAQC3Msj+6XGmBIWtDBFk385N78gDGIc/oav7PKaf8MOh2tTY
+bitTkPskpD6E8J7oX+zlJ0T1KKY/e97gKvDIr1MvnsoFAZMej2YcOadN+lq2cwQlZut3f+dZxkqZ
+JRRU6ybH838Z1TBwj6+wRir/resp7defqgSHo9T5iaU0X9tDkYI22WY8sbi5gv2cOj4QyDvvBmVm
+epsZGD3/cVE8MC5fvj13c7JdBmzDI1aaK4UmkhynArPkPw2vCHmCuDY96pzTNbO8acr1zJ3o/WSN
+F4Azbl5KXZnJHoe0nRrA1W4TNSNe35tfPe/W93bC6j67eA0cQmdrBNj41tpvi/JEoAGrAgEDo4HF
+MIHCMB0GA1UdDgQWBBS/X7fRzt0fhvRbVazc1xDCDqmI5zCBkgYDVR0jBIGKMIGHgBS/X7fRzt0f
+hvRbVazc1xDCDqmI56FspGowaDELMAkGA1UEBhMCVVMxJTAjBgNVBAoTHFN0YXJmaWVsZCBUZWNo
+bm9sb2dpZXMsIEluYy4xMjAwBgNVBAsTKVN0YXJmaWVsZCBDbGFzcyAyIENlcnRpZmljYXRpb24g
+QXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEBAAWdP4id0ckaVaGs
+afPzWdqbAYcaT1epoXkJKtv3L7IezMdeatiDh6GX70k1PncGQVhiv45YuApnP+yz3SFmH8lU+nLM
+PUxA2IGvd56Deruix/U0F47ZEUD0/CwqTRV/p2JdLiXTAAsgGh1o+Re49L2L7ShZ3U0WixeDyLJl
+xy16paq8U4Zt3VekyvggQQto8PT7dL5WXXp59fkdheMtlb71cZBDzI0fmgAKhynpVSJYACPq4xJD
+KVtHCN2MQWplBqjlIapBtJUhlbl90TSrE9atvNziPTnNvT51cKEYWQPJIrSPnNVeKtelttQKbfi3
+QBFGmh95DmK/D5fs4C8fF5Q=
+-----END CERTIFICATE-----
+
+StartCom Certification Authority
+================================
+-----BEGIN CERTIFICATE-----
+MIIHyTCCBbGgAwIBAgIBATANBgkqhkiG9w0BAQUFADB9MQswCQYDVQQGEwJJTDEWMBQGA1UEChMN
+U3RhcnRDb20gTHRkLjErMCkGA1UECxMiU2VjdXJlIERpZ2l0YWwgQ2VydGlmaWNhdGUgU2lnbmlu
+ZzEpMCcGA1UEAxMgU3RhcnRDb20gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDYwOTE3MTk0
+NjM2WhcNMzYwOTE3MTk0NjM2WjB9MQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRk
+LjErMCkGA1UECxMiU2VjdXJlIERpZ2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzEpMCcGA1UEAxMg
+U3RhcnRDb20gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAw
+ggIKAoICAQDBiNsJvGxGfHiflXu1M5DycmLWwTYgIiRezul38kMKogZkpMyONvg45iPwbm2xPN1y
+o4UcodM9tDMr0y+v/uqwQVlntsQGfQqedIXWeUyAN3rfOQVSWff0G0ZDpNKFhdLDcfN1YjS6LIp/
+Ho/u7TTQEceWzVI9ujPW3U3eCztKS5/CJi/6tRYccjV3yjxd5srhJosaNnZcAdt0FCX+7bWgiA/d
+eMotHweXMAEtcnn6RtYTKqi5pquDSR3l8u/d5AGOGAqPY1MWhWKpDhk6zLVmpsJrdAfkK+F2PrRt
+2PZE4XNiHzvEvqBTViVsUQn3qqvKv3b9bZvzndu/PWa8DFaqr5hIlTpL36dYUNk4dalb6kMMAv+Z
+6+hsTXBbKWWc3apdzK8BMewM69KN6Oqce+Zu9ydmDBpI125C4z/eIT574Q1w+2OqqGwaVLRcJXrJ
+osmLFqa7LH4XXgVNWG4SHQHuEhANxjJ/GP/89PrNbpHoNkm+Gkhpi8KWTRoSsmkXwQqQ1vp5Iki/
+untp+HDH+no32NgN0nZPV/+Qt+OR0t3vwmC3Zzrd/qqc8NSLf3Iizsafl7b4r4qgEKjZ+xjGtrVc
+UjyJthkqcwEKDwOzEmDyei+B26Nu/yYwl/WL3YlXtq09s68rxbd2AvCl1iuahhQqcvbjM4xdCUsT
+37uMdBNSSwIDAQABo4ICUjCCAk4wDAYDVR0TBAUwAwEB/zALBgNVHQ8EBAMCAa4wHQYDVR0OBBYE
+FE4L7xqkQFulF2mHMMo0aEPQQa7yMGQGA1UdHwRdMFswLKAqoCiGJmh0dHA6Ly9jZXJ0LnN0YXJ0
+Y29tLm9yZy9zZnNjYS1jcmwuY3JsMCugKaAnhiVodHRwOi8vY3JsLnN0YXJ0Y29tLm9yZy9zZnNj
+YS1jcmwuY3JsMIIBXQYDVR0gBIIBVDCCAVAwggFMBgsrBgEEAYG1NwEBATCCATswLwYIKwYBBQUH
+AgEWI2h0dHA6Ly9jZXJ0LnN0YXJ0Y29tLm9yZy9wb2xpY3kucGRmMDUGCCsGAQUFBwIBFilodHRw
+Oi8vY2VydC5zdGFydGNvbS5vcmcvaW50ZXJtZWRpYXRlLnBkZjCB0AYIKwYBBQUHAgIwgcMwJxYg
+U3RhcnQgQ29tbWVyY2lhbCAoU3RhcnRDb20pIEx0ZC4wAwIBARqBl0xpbWl0ZWQgTGlhYmlsaXR5
+LCByZWFkIHRoZSBzZWN0aW9uICpMZWdhbCBMaW1pdGF0aW9ucyogb2YgdGhlIFN0YXJ0Q29tIENl
+cnRpZmljYXRpb24gQXV0aG9yaXR5IFBvbGljeSBhdmFpbGFibGUgYXQgaHR0cDovL2NlcnQuc3Rh
+cnRjb20ub3JnL3BvbGljeS5wZGYwEQYJYIZIAYb4QgEBBAQDAgAHMDgGCWCGSAGG+EIBDQQrFilT
+dGFydENvbSBGcmVlIFNTTCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTANBgkqhkiG9w0BAQUFAAOC
+AgEAFmyZ9GYMNPXQhV59CuzaEE44HF7fpiUFS5Eyweg78T3dRAlbB0mKKctmArexmvclmAk8jhvh
+3TaHK0u7aNM5Zj2gJsfyOZEdUauCe37Vzlrk4gNXcGmXCPleWKYK34wGmkUWFjgKXlf2Ysd6AgXm
+vB618p70qSmD+LIU424oh0TDkBreOKk8rENNZEXO3SipXPJzewT4F+irsfMuXGRuczE6Eri8sxHk
+fY+BUZo7jYn0TZNmezwD7dOaHZrzZVD1oNB1ny+v8OqCQ5j4aZyJecRDjkZy42Q2Eq/3JR44iZB3
+fsNrarnDy0RLrHiQi+fHLB5LEUTINFInzQpdn4XBidUaePKVEFMy3YCEZnXZtWgo+2EuvoSoOMCZ
+EoalHmdkrQYuL6lwhceWD3yJZfWOQ1QOq92lgDmUYMA0yZZwLKMS9R9Ie70cfmu3nZD0Ijuu+Pwq
+yvqCUqDvr0tVk+vBtfAii6w0TiYiBKGHLHVKt+V9E9e4DGTANtLJL4YSjCMJwRuCO3NJo2pXh5Tl
+1njFmUNj403gdy3hZZlyaQQaRwnmDwFWJPsfvw55qVguucQJAX6Vum0ABj6y6koQOdjQK/W/7HW/
+lwLFCRsI3FU34oH7N4RDYiDK51ZLZer+bMEkkyShNOsF/5oirpt9P/FlUQqmMGqz9IgcgA38coro
+g14=
+-----END CERTIFICATE-----
+
+Taiwan GRCA
+===========
+-----BEGIN CERTIFICATE-----
+MIIFcjCCA1qgAwIBAgIQH51ZWtcvwgZEpYAIaeNe9jANBgkqhkiG9w0BAQUFADA/MQswCQYDVQQG
+EwJUVzEwMC4GA1UECgwnR292ZXJubWVudCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4X
+DTAyMTIwNTEzMjMzM1oXDTMyMTIwNTEzMjMzM1owPzELMAkGA1UEBhMCVFcxMDAuBgNVBAoMJ0dv
+dmVybm1lbnQgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCAiIwDQYJKoZIhvcNAQEBBQAD
+ggIPADCCAgoCggIBAJoluOzMonWoe/fOW1mKydGGEghU7Jzy50b2iPN86aXfTEc2pBsBHH8eV4qN
+w8XRIePaJD9IK/ufLqGU5ywck9G/GwGHU5nOp/UKIXZ3/6m3xnOUT0b3EEk3+qhZSV1qgQdW8or5
+BtD3cCJNtLdBuTK4sfCxw5w/cP1T3YGq2GN49thTbqGsaoQkclSGxtKyyhwOeYHWtXBiCAEuTk8O
+1RGvqa/lmr/czIdtJuTJV6L7lvnM4T9TjGxMfptTCAtsF/tnyMKtsc2AtJfcdgEWFelq16TheEfO
+htX7MfP6Mb40qij7cEwdScevLJ1tZqa2jWR+tSBqnTuBto9AAGdLiYa4zGX+FVPpBMHWXx1E1wov
+J5pGfaENda1UhhXcSTvxls4Pm6Dso3pdvtUqdULle96ltqqvKKyskKw4t9VoNSZ63Pc78/1Fm9G7
+Q3hub/FCVGqY8A2tl+lSXunVanLeavcbYBT0peS2cWeqH+riTcFCQP5nRhc4L0c/cZyu5SHKYS1t
+B6iEfC3uUSXxY5Ce/eFXiGvviiNtsea9P63RPZYLhY3Naye7twWb7LuRqQoHEgKXTiCQ8P8NHuJB
+O9NAOueNXdpm5AKwB1KYXA6OM5zCppX7VRluTI6uSw+9wThNXo+EHWbNxWCWtFJaBYmOlXqYwZE8
+lSOyDvR5tMl8wUohAgMBAAGjajBoMB0GA1UdDgQWBBTMzO/MKWCkO7GStjz6MmKPrCUVOzAMBgNV
+HRMEBTADAQH/MDkGBGcqBwAEMTAvMC0CAQAwCQYFKw4DAhoFADAHBgVnKgMAAAQUA5vwIhP/lSg2
+09yewDL7MTqKUWUwDQYJKoZIhvcNAQEFBQADggIBAECASvomyc5eMN1PhnR2WPWus4MzeKR6dBcZ
+TulStbngCnRiqmjKeKBMmo4sIy7VahIkv9Ro04rQ2JyftB8M3jh+Vzj8jeJPXgyfqzvS/3WXy6Tj
+Zwj/5cAWtUgBfen5Cv8b5Wppv3ghqMKnI6mGq3ZW6A4M9hPdKmaKZEk9GhiHkASfQlK3T8v+R0F2
+Ne//AHY2RTKbxkaFXeIksB7jSJaYV0eUVXoPQbFEJPPB/hprv4j9wabak2BegUqZIJxIZhm1AHlU
+D7gsL0u8qV1bYH+Mh6XgUmMqvtg7hUAV/h62ZT/FS9p+tXo1KaMuephgIqP0fSdOLeq0dDzpD6Qz
+DxARvBMB1uUO07+1EqLhRSPAzAhuYbeJq4PjJB7mXQfnHyA+z2fI56wwbSdLaG5LKlwCCDTb+Hbk
+Z6MmnD+iMsJKxYEYMRBWqoTvLQr/uB930r+lWKBi5NdLkXWNiYCYfm3LU05er/ayl4WXudpVBrkk
+7tfGOB5jGxI7leFYrPLfhNVfmS8NVVvmONsuP3LpSIXLuykTjx44VbnzssQwmSNOXfJIoRIM3BKQ
+CZBUkQM8R+XVyWXgt0t97EfTsws+rZ7QdAAO671RrcDeLMDDav7v3Aun+kbfYNucpllQdSNpc5Oy
++fwC00fmcc4QAu4njIT/rEUNE1yDMuAlpYYsfPQS
+-----END CERTIFICATE-----
+
+Swisscom Root CA 1
+==================
+-----BEGIN CERTIFICATE-----
+MIIF2TCCA8GgAwIBAgIQXAuFXAvnWUHfV8w/f52oNjANBgkqhkiG9w0BAQUFADBkMQswCQYDVQQG
+EwJjaDERMA8GA1UEChMIU3dpc3Njb20xJTAjBgNVBAsTHERpZ2l0YWwgQ2VydGlmaWNhdGUgU2Vy
+dmljZXMxGzAZBgNVBAMTElN3aXNzY29tIFJvb3QgQ0EgMTAeFw0wNTA4MTgxMjA2MjBaFw0yNTA4
+MTgyMjA2MjBaMGQxCzAJBgNVBAYTAmNoMREwDwYDVQQKEwhTd2lzc2NvbTElMCMGA1UECxMcRGln
+aXRhbCBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczEbMBkGA1UEAxMSU3dpc3Njb20gUm9vdCBDQSAxMIIC
+IjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA0LmwqAzZuz8h+BvVM5OAFmUgdbI9m2BtRsiM
+MW8Xw/qabFbtPMWRV8PNq5ZJkCoZSx6jbVfd8StiKHVFXqrWW/oLJdihFvkcxC7mlSpnzNApbjyF
+NDhhSbEAn9Y6cV9Nbc5fuankiX9qUvrKm/LcqfmdmUc/TilftKaNXXsLmREDA/7n29uj/x2lzZAe
+AR81sH8A25Bvxn570e56eqeqDFdvpG3FEzuwpdntMhy0XmeLVNxzh+XTF3xmUHJd1BpYwdnP2IkC
+b6dJtDZd0KTeByy2dbcokdaXvij1mB7qWybJvbCXc9qukSbraMH5ORXWZ0sKbU/Lz7DkQnGMU3nn
+7uHbHaBuHYwadzVcFh4rUx80i9Fs/PJnB3r1re3WmquhsUvhzDdf/X/NTa64H5xD+SpYVUNFvJbN
+cA78yeNmuk6NO4HLFWR7uZToXTNShXEuT46iBhFRyePLoW4xCGQMwtI89Tbo19AOeCMgkckkKmUp
+WyL3Ic6DXqTz3kvTaI9GdVyDCW4pa8RwjPWd1yAv/0bSKzjCL3UcPX7ape8eYIVpQtPM+GP+HkM5
+haa2Y0EQs3MevNP6yn0WR+Kn1dCjigoIlmJWbjTb2QK5MHXjBNLnj8KwEUAKrNVxAmKLMb7dxiNY
+MUJDLXT5xp6mig/p/r+D5kNXJLrvRjSq1xIBOO0CAwEAAaOBhjCBgzAOBgNVHQ8BAf8EBAMCAYYw
+HQYDVR0hBBYwFDASBgdghXQBUwABBgdghXQBUwABMBIGA1UdEwEB/wQIMAYBAf8CAQcwHwYDVR0j
+BBgwFoAUAyUv3m+CATpcLNwroWm1Z9SM0/0wHQYDVR0OBBYEFAMlL95vggE6XCzcK6FptWfUjNP9
+MA0GCSqGSIb3DQEBBQUAA4ICAQA1EMvspgQNDQ/NwNurqPKIlwzfky9NfEBWMXrrpA9gzXrzvsMn
+jgM+pN0S734edAY8PzHyHHuRMSG08NBsl9Tpl7IkVh5WwzW9iAUPWxAaZOHHgjD5Mq2eUCzneAXQ
+MbFamIp1TpBcahQq4FJHgmDmHtqBsfsUC1rxn9KVuj7QG9YVHaO+htXbD8BJZLsuUBlL0iT43R4H
+VtA4oJVwIHaM190e3p9xxCPvgxNcoyQVTSlAPGrEqdi3pkSlDfTgnXceQHAm/NrZNuR55LU/vJtl
+vrsRls/bxig5OgjOR1tTWsWZ/l2p3e9M1MalrQLmjAcSHm8D0W+go/MpvRLHUKKwf4ipmXeascCl
+OS5cfGniLLDqN2qk4Vrh9VDlg++luyqI54zb/W1elxmofmZ1a3Hqv7HHb6D0jqTsNFFbjCYDcKF3
+1QESVwA12yPeDooomf2xEG9L/zgtYE4snOtnta1J7ksfrK/7DZBaZmBwXarNeNQk7shBoJMBkpxq
+nvy5JMWzFYJ+vq6VK+uxwNrjAWALXmmshFZhvnEX/h0TD/7Gh0Xp/jKgGg0TpJRVcaUWi7rKibCy
+x/yP2FS1k2Kdzs9Z+z0YzirLNRWCXf9UIltxUvu3yf5gmwBBZPCqKuy2QkPOiWaByIufOVQDJdMW
+NY6E0F/6MBr1mmz0DlP5OlvRHA==
+-----END CERTIFICATE-----
+
+DigiCert Assured ID Root CA
+===========================
+-----BEGIN CERTIFICATE-----
+MIIDtzCCAp+gAwIBAgIQDOfg5RfYRv6P5WD8G/AwOTANBgkqhkiG9w0BAQUFADBlMQswCQYDVQQG
+EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQuY29tMSQw
+IgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgQ0EwHhcNMDYxMTEwMDAwMDAwWhcNMzEx
+MTEwMDAwMDAwWjBlMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQL
+ExB3d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgQ0Ew
+ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCtDhXO5EOAXLGH87dg+XESpa7cJpSIqvTO
+9SA5KFhgDPiA2qkVlTJhPLWxKISKityfCgyDF3qPkKyK53lTXDGEKvYPmDI2dsze3Tyoou9q+yHy
+UmHfnyDXH+Kx2f4YZNISW1/5WBg1vEfNoTb5a3/UsDg+wRvDjDPZ2C8Y/igPs6eD1sNuRMBhNZYW
+/lmci3Zt1/GiSw0r/wty2p5g0I6QNcZ4VYcgoc/lbQrISXwxmDNsIumH0DJaoroTghHtORedmTpy
+oeb6pNnVFzF1roV9Iq4/AUaG9ih5yLHa5FcXxH4cDrC0kqZWs72yl+2qp/C3xag/lRbQ/6GW6whf
+GHdPAgMBAAGjYzBhMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBRF
+66Kv9JLLgjEtUYunpyGd823IDzAfBgNVHSMEGDAWgBRF66Kv9JLLgjEtUYunpyGd823IDzANBgkq
+hkiG9w0BAQUFAAOCAQEAog683+Lt8ONyc3pklL/3cmbYMuRCdWKuh+vy1dneVrOfzM4UKLkNl2Bc
+EkxY5NM9g0lFWJc1aRqoR+pWxnmrEthngYTffwk8lOa4JiwgvT2zKIn3X/8i4peEH+ll74fg38Fn
+SbNd67IJKusm7Xi+fT8r87cmNW1fiQG2SVufAQWbqz0lwcy2f8Lxb4bG+mRo64EtlOtCt/qMHt1i
+8b5QZ7dsvfPxH2sMNgcWfzd8qVttevESRmCD1ycEvkvOl77DZypoEd+A5wwzZr8TDRRu838fYxAe
++o0bJW1sj6W3YQGx0qMmoRBxna3iw/nDmVG3KwcIzi7mULKn+gpFL6Lw8g==
+-----END CERTIFICATE-----
+
+DigiCert Global Root CA
+=======================
+-----BEGIN CERTIFICATE-----
+MIIDrzCCApegAwIBAgIQCDvgVpBCRrGhdWrJWZHHSjANBgkqhkiG9w0BAQUFADBhMQswCQYDVQQG
+EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQuY29tMSAw
+HgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBDQTAeFw0wNjExMTAwMDAwMDBaFw0zMTExMTAw
+MDAwMDBaMGExCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3
+dy5kaWdpY2VydC5jb20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IENBMIIBIjANBgkq
+hkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4jvhEXLeqKTTo1eqUKKPC3eQyaKl7hLOllsBCSDMAZOn
+TjC3U/dDxGkAV53ijSLdhwZAAIEJzs4bg7/fzTtxRuLWZscFs3YnFo97nh6Vfe63SKMI2tavegw5
+BmV/Sl0fvBf4q77uKNd0f3p4mVmFaG5cIzJLv07A6Fpt43C/dxC//AH2hdmoRBBYMql1GNXRor5H
+4idq9Joz+EkIYIvUX7Q6hL+hqkpMfT7PT19sdl6gSzeRntwi5m3OFBqOasv+zbMUZBfHWymeMr/y
+7vrTC0LUq7dBMtoM1O/4gdW7jVg/tRvoSSiicNoxBN33shbyTApOB6jtSj1etX+jkMOvJwIDAQAB
+o2MwYTAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUA95QNVbRTLtm
+8KPiGxvDl7I90VUwHwYDVR0jBBgwFoAUA95QNVbRTLtm8KPiGxvDl7I90VUwDQYJKoZIhvcNAQEF
+BQADggEBAMucN6pIExIK+t1EnE9SsPTfrgT1eXkIoyQY/EsrhMAtudXH/vTBH1jLuG2cenTnmCmr
+EbXjcKChzUyImZOMkXDiqw8cvpOp/2PV5Adg06O/nVsJ8dWO41P0jmP6P6fbtGbfYmbW0W5BjfIt
+tep3Sp+dWOIrWcBAI+0tKIJFPnlUkiaY4IBIqDfv8NZ5YBberOgOzW6sRBc4L0na4UU+Krk2U886
+UAb3LujEV0lsYSEY1QSteDwsOoBrp+uvFRTp2InBuThs4pFsiv9kuXclVzDAGySj4dzp30d8tbQk
+CAUw7C29C79Fv1C5qfPrmAESrciIxpg0X40KPMbp1ZWVbd4=
+-----END CERTIFICATE-----
+
+DigiCert High Assurance EV Root CA
+==================================
+-----BEGIN CERTIFICATE-----
+MIIDxTCCAq2gAwIBAgIQAqxcJmoLQJuPC3nyrkYldzANBgkqhkiG9w0BAQUFADBsMQswCQYDVQQG
+EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQuY29tMSsw
+KQYDVQQDEyJEaWdpQ2VydCBIaWdoIEFzc3VyYW5jZSBFViBSb290IENBMB4XDTA2MTExMDAwMDAw
+MFoXDTMxMTExMDAwMDAwMFowbDELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ
+MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTErMCkGA1UEAxMiRGlnaUNlcnQgSGlnaCBBc3N1cmFu
+Y2UgRVYgUm9vdCBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMbM5XPm+9S75S0t
+Mqbf5YE/yc0lSbZxKsPVlDRnogocsF9ppkCxxLeyj9CYpKlBWTrT3JTWPNt0OKRKzE0lgvdKpVMS
+OO7zSW1xkX5jtqumX8OkhPhPYlG++MXs2ziS4wblCJEMxChBVfvLWokVfnHoNb9Ncgk9vjo4UFt3
+MRuNs8ckRZqnrG0AFFoEt7oT61EKmEFBIk5lYYeBQVCmeVyJ3hlKV9Uu5l0cUyx+mM0aBhakaHPQ
+NAQTXKFx01p8VdteZOE3hzBWBOURtCmAEvF5OYiiAhF8J2a3iLd48soKqDirCmTCv2ZdlYTBoSUe
+h10aUAsgEsxBu24LUTi4S8sCAwEAAaNjMGEwDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQFMAMB
+Af8wHQYDVR0OBBYEFLE+w2kD+L9HAdSYJhoIAu9jZCvDMB8GA1UdIwQYMBaAFLE+w2kD+L9HAdSY
+JhoIAu9jZCvDMA0GCSqGSIb3DQEBBQUAA4IBAQAcGgaX3NecnzyIZgYIVyHbIUf4KmeqvxgydkAQ
+V8GK83rZEWWONfqe/EW1ntlMMUu4kehDLI6zeM7b41N5cdblIZQB2lWHmiRk9opmzN6cN82oNLFp
+myPInngiK3BD41VHMWEZ71jFhS9OMPagMRYjyOfiZRYzy78aG6A9+MpeizGLYAiJLQwGXFK3xPkK
+mNEVX58Svnw2Yzi9RKR/5CYrCsSXaQ3pjOLAEFe4yHYSkVXySGnYvCoCWw9E1CAx2/S6cCZdkGCe
+vEsXCS+0yx5DaMkHJ8HSXPfqIbloEpw8nL+e/IBcm2PN7EeqJSdnoDfzAIJ9VNep+OkuE6N36B9K
+-----END CERTIFICATE-----
+
+Certplus Class 2 Primary CA
+===========================
+-----BEGIN CERTIFICATE-----
+MIIDkjCCAnqgAwIBAgIRAIW9S/PY2uNp9pTXX8OlRCMwDQYJKoZIhvcNAQEFBQAwPTELMAkGA1UE
+BhMCRlIxETAPBgNVBAoTCENlcnRwbHVzMRswGQYDVQQDExJDbGFzcyAyIFByaW1hcnkgQ0EwHhcN
+OTkwNzA3MTcwNTAwWhcNMTkwNzA2MjM1OTU5WjA9MQswCQYDVQQGEwJGUjERMA8GA1UEChMIQ2Vy
+dHBsdXMxGzAZBgNVBAMTEkNsYXNzIDIgUHJpbWFyeSBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEP
+ADCCAQoCggEBANxQltAS+DXSCHh6tlJw/W/uz7kRy1134ezpfgSN1sxvc0NXYKwzCkTsA18cgCSR
+5aiRVhKC9+Ar9NuuYS6JEI1rbLqzAr3VNsVINyPi8Fo3UjMXEuLRYE2+L0ER4/YXJQyLkcAbmXuZ
+Vg2v7tK8R1fjeUl7NIknJITesezpWE7+Tt9avkGtrAjFGA7v0lPubNCdEgETjdyAYveVqUSISnFO
+YFWe2yMZeVYHDD9jC1yw4r5+FfyUM1hBOHTE4Y+L3yasH7WLO7dDWWuwJKZtkIvEcupdM5i3y95e
+e++U8Rs+yskhwcWYAqqi9lt3m/V+llU0HGdpwPFC40es/CgcZlUCAwEAAaOBjDCBiTAPBgNVHRME
+CDAGAQH/AgEKMAsGA1UdDwQEAwIBBjAdBgNVHQ4EFgQU43Mt38sOKAze3bOkynm4jrvoMIkwEQYJ
+YIZIAYb4QgEBBAQDAgEGMDcGA1UdHwQwMC4wLKAqoCiGJmh0dHA6Ly93d3cuY2VydHBsdXMuY29t
+L0NSTC9jbGFzczIuY3JsMA0GCSqGSIb3DQEBBQUAA4IBAQCnVM+IRBnL39R/AN9WM2K191EBkOvD
+P9GIROkkXe/nFL0gt5o8AP5tn9uQ3Nf0YtaLcF3n5QRIqWh8yfFC82x/xXp8HVGIutIKPidd3i1R
+TtMTZGnkLuPT55sJmabglZvOGtd/vjzOUrMRFcEPF80Du5wlFbqidon8BvEY0JNLDnyCt6X09l/+
+7UCmnYR0ObncHoUW2ikbhiMAybuJfm6AiB4vFLQDJKgybwOaRywwvlbGp0ICcBvqQNi6BQNwB6SW
+//1IMwrh3KWBkJtN3X3n57LNXMhqlfil9o3EXXgIvnsG1knPGTZQIy4I5p4FTUcY1Rbpsda2ENW7
+l7+ijrRU
+-----END CERTIFICATE-----
+
+DST Root CA X3
+==============
+-----BEGIN CERTIFICATE-----
+MIIDSjCCAjKgAwIBAgIQRK+wgNajJ7qJMDmGLvhAazANBgkqhkiG9w0BAQUFADA/MSQwIgYDVQQK
+ExtEaWdpdGFsIFNpZ25hdHVyZSBUcnVzdCBDby4xFzAVBgNVBAMTDkRTVCBSb290IENBIFgzMB4X
+DTAwMDkzMDIxMTIxOVoXDTIxMDkzMDE0MDExNVowPzEkMCIGA1UEChMbRGlnaXRhbCBTaWduYXR1
+cmUgVHJ1c3QgQ28uMRcwFQYDVQQDEw5EU1QgUm9vdCBDQSBYMzCCASIwDQYJKoZIhvcNAQEBBQAD
+ggEPADCCAQoCggEBAN+v6ZdQCINXtMxiZfaQguzH0yxrMMpb7NnDfcdAwRgUi+DoM3ZJKuM/IUmT
+rE4Orz5Iy2Xu/NMhD2XSKtkyj4zl93ewEnu1lcCJo6m67XMuegwGMoOifooUMM0RoOEqOLl5CjH9
+UL2AZd+3UWODyOKIYepLYYHsUmu5ouJLGiifSKOeDNoJjj4XLh7dIN9bxiqKqy69cK3FCxolkHRy
+xXtqqzTWMIn/5WgTe1QLyNau7Fqckh49ZLOMxt+/yUFw7BZy1SbsOFU5Q9D8/RhcQPGX69Wam40d
+utolucbY38EVAjqr2m7xPi71XAicPNaDaeQQmxkqtilX4+U9m5/wAl0CAwEAAaNCMEAwDwYDVR0T
+AQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFMSnsaR7LHH62+FLkHX/xBVghYkQ
+MA0GCSqGSIb3DQEBBQUAA4IBAQCjGiybFwBcqR7uKGY3Or+Dxz9LwwmglSBd49lZRNI+DT69ikug
+dB/OEIKcdBodfpga3csTS7MgROSR6cz8faXbauX+5v3gTt23ADq1cEmv8uXrAvHRAosZy5Q6XkjE
+GB5YGV8eAlrwDPGxrancWYaLbumR9YbK+rlmM6pZW87ipxZzR8srzJmwN0jP41ZL9c8PDHIyh8bw
+RLtTcm1D9SZImlJnt1ir/md2cXjbDaJWFBM5JDGFoqgCWjBH4d1QB7wCCZAA62RjYJsWvIjJEubS
+fZGL+T0yjWW06XyxV3bqxbYoOb8VZRzI9neWagqNdwvYkQsEjgfbKbYK7p2CNTUQ
+-----END CERTIFICATE-----
+
+DST ACES CA X6
+==============
+-----BEGIN CERTIFICATE-----
+MIIECTCCAvGgAwIBAgIQDV6ZCtadt3js2AdWO4YV2TANBgkqhkiG9w0BAQUFADBbMQswCQYDVQQG
+EwJVUzEgMB4GA1UEChMXRGlnaXRhbCBTaWduYXR1cmUgVHJ1c3QxETAPBgNVBAsTCERTVCBBQ0VT
+MRcwFQYDVQQDEw5EU1QgQUNFUyBDQSBYNjAeFw0wMzExMjAyMTE5NThaFw0xNzExMjAyMTE5NTha
+MFsxCzAJBgNVBAYTAlVTMSAwHgYDVQQKExdEaWdpdGFsIFNpZ25hdHVyZSBUcnVzdDERMA8GA1UE
+CxMIRFNUIEFDRVMxFzAVBgNVBAMTDkRTVCBBQ0VTIENBIFg2MIIBIjANBgkqhkiG9w0BAQEFAAOC
+AQ8AMIIBCgKCAQEAuT31LMmU3HWKlV1j6IR3dma5WZFcRt2SPp/5DgO0PWGSvSMmtWPuktKe1jzI
+DZBfZIGxqAgNTNj50wUoUrQBJcWVHAx+PhCEdc/BGZFjz+iokYi5Q1K7gLFViYsx+tC3dr5BPTCa
+pCIlF3PoHuLTrCq9Wzgh1SpL11V94zpVvddtawJXa+ZHfAjIgrrep4c9oW24MFbCswKBXy314pow
+GCi4ZtPLAZZv6opFVdbgnf9nKxcCpk4aahELfrd755jWjHZvwTvbUJN+5dCOHze4vbrGn2zpfDPy
+MjwmR/onJALJfh1biEITajV8fTXpLmaRcpPVMibEdPVTo7NdmvYJywIDAQABo4HIMIHFMA8GA1Ud
+EwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgHGMB8GA1UdEQQYMBaBFHBraS1vcHNAdHJ1c3Rkc3Qu
+Y29tMGIGA1UdIARbMFkwVwYKYIZIAWUDAgEBATBJMEcGCCsGAQUFBwIBFjtodHRwOi8vd3d3LnRy
+dXN0ZHN0LmNvbS9jZXJ0aWZpY2F0ZXMvcG9saWN5L0FDRVMtaW5kZXguaHRtbDAdBgNVHQ4EFgQU
+CXIGThhDD+XWzMNqizF7eI+og7gwDQYJKoZIhvcNAQEFBQADggEBAKPYjtay284F5zLNAdMEA+V2
+5FYrnJmQ6AgwbN99Pe7lv7UkQIRJ4dEorsTCOlMwiPH1d25Ryvr/ma8kXxug/fKshMrfqfBfBC6t
+Fr8hlxCBPeP/h40y3JTlR4peahPJlJU90u7INJXQgNStMgiAVDzgvVJT11J8smk/f3rPanTK+gQq
+nExaBqXpIK1FZg9p8d2/6eMyi/rgwYZNcjwu2JN4Cir42NInPRmJX1p7ijvMDNpRrscL9yuwNwXs
+vFcj4jjSm2jzVhKIT0J8uDHEtdvkyCE06UgRNe76x5JXxZ805Mf29w4LTJxoeHtxMcfrHuBnQfO3
+oKfN5XozNmr6mis=
+-----END CERTIFICATE-----
+
+TURKTRUST Certificate Services Provider Root 1
+==============================================
+-----BEGIN CERTIFICATE-----
+MIID+zCCAuOgAwIBAgIBATANBgkqhkiG9w0BAQUFADCBtzE/MD0GA1UEAww2VMOcUktUUlVTVCBF
+bGVrdHJvbmlrIFNlcnRpZmlrYSBIaXptZXQgU2HEn2xhecSxY8Sxc8SxMQswCQYDVQQGDAJUUjEP
+MA0GA1UEBwwGQU5LQVJBMVYwVAYDVQQKDE0oYykgMjAwNSBUw5xSS1RSVVNUIEJpbGdpIMSwbGV0
+acWfaW0gdmUgQmlsacWfaW0gR8O8dmVubGnEn2kgSGl6bWV0bGVyaSBBLsWeLjAeFw0wNTA1MTMx
+MDI3MTdaFw0xNTAzMjIxMDI3MTdaMIG3MT8wPQYDVQQDDDZUw5xSS1RSVVNUIEVsZWt0cm9uaWsg
+U2VydGlmaWthIEhpem1ldCBTYcSfbGF5xLFjxLFzxLExCzAJBgNVBAYMAlRSMQ8wDQYDVQQHDAZB
+TktBUkExVjBUBgNVBAoMTShjKSAyMDA1IFTDnFJLVFJVU1QgQmlsZ2kgxLBsZXRpxZ9pbSB2ZSBC
+aWxpxZ9pbSBHw7x2ZW5sacSfaSBIaXptZXRsZXJpIEEuxZ4uMIIBIjANBgkqhkiG9w0BAQEFAAOC
+AQ8AMIIBCgKCAQEAylIF1mMD2Bxf3dJ7XfIMYGFbazt0K3gNfUW9InTojAPBxhEqPZW8qZSwu5GX
+yGl8hMW0kWxsE2qkVa2kheiVfrMArwDCBRj1cJ02i67L5BuBf5OI+2pVu32Fks66WJ/bMsW9Xe8i
+Si9BB35JYbOG7E6mQW6EvAPs9TscyB/C7qju6hJKjRTP8wrgUDn5CDX4EVmt5yLqS8oUBt5CurKZ
+8y1UiBAG6uEaPj1nH/vO+3yC6BFdSsG5FOpU2WabfIl9BJpiyelSPJ6c79L1JuTm5Rh8i27fbMx4
+W09ysstcP4wFjdFMjK2Sx+F4f2VsSQZQLJ4ywtdKxnWKWU51b0dewQIDAQABoxAwDjAMBgNVHRME
+BTADAQH/MA0GCSqGSIb3DQEBBQUAA4IBAQAV9VX/N5aAWSGk/KEVTCD21F/aAyT8z5Aa9CEKmu46
+sWrv7/hg0Uw2ZkUd82YCdAR7kjCo3gp2D++Vbr3JN+YaDayJSFvMgzbC9UZcWYJWtNX+I7TYVBxE
+q8Sn5RTOPEFhfEPmzcSBCYsk+1Ql1haolgxnB2+zUEfjHCQo3SqYpGH+2+oSN7wBGjSFvW5P55Fy
+B0SFHljKVETd96y5y4khctuPwGkplyqjrhgjlxxBKot8KsF8kOipKMDTkcatKIdAaLX/7KfS0zgY
+nNN9aV3wxqUeJBujR/xpB2jn5Jq07Q+hh4cCzofSSE7hvP/L8XKSRGQDJereW26fyfJOrN3H
+-----END CERTIFICATE-----
+
+TURKTRUST Certificate Services Provider Root 2
+==============================================
+-----BEGIN CERTIFICATE-----
+MIIEPDCCAySgAwIBAgIBATANBgkqhkiG9w0BAQUFADCBvjE/MD0GA1UEAww2VMOcUktUUlVTVCBF
+bGVrdHJvbmlrIFNlcnRpZmlrYSBIaXptZXQgU2HEn2xhecSxY8Sxc8SxMQswCQYDVQQGEwJUUjEP
+MA0GA1UEBwwGQW5rYXJhMV0wWwYDVQQKDFRUw5xSS1RSVVNUIEJpbGdpIMSwbGV0acWfaW0gdmUg
+QmlsacWfaW0gR8O8dmVubGnEn2kgSGl6bWV0bGVyaSBBLsWeLiAoYykgS2FzxLFtIDIwMDUwHhcN
+MDUxMTA3MTAwNzU3WhcNMTUwOTE2MTAwNzU3WjCBvjE/MD0GA1UEAww2VMOcUktUUlVTVCBFbGVr
+dHJvbmlrIFNlcnRpZmlrYSBIaXptZXQgU2HEn2xhecSxY8Sxc8SxMQswCQYDVQQGEwJUUjEPMA0G
+A1UEBwwGQW5rYXJhMV0wWwYDVQQKDFRUw5xSS1RSVVNUIEJpbGdpIMSwbGV0acWfaW0gdmUgQmls
+acWfaW0gR8O8dmVubGnEn2kgSGl6bWV0bGVyaSBBLsWeLiAoYykgS2FzxLFtIDIwMDUwggEiMA0G
+CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCpNn7DkUNMwxmYCMjHWHtPFoylzkkBH3MOrHUTpvqe
+LCDe2JAOCtFp0if7qnefJ1Il4std2NiDUBd9irWCPwSOtNXwSadktx4uXyCcUHVPr+G1QRT0mJKI
+x+XlZEdhR3n9wFHxwZnn3M5q+6+1ATDcRhzviuyV79z/rxAc653YsKpqhRgNF8k+v/Gb0AmJQv2g
+QrSdiVFVKc8bcLyEVK3BEx+Y9C52YItdP5qtygy/p1Zbj3e41Z55SZI/4PGXJHpsmxcPbe9TmJEr
+5A++WXkHeLuXlfSfadRYhwqp48y2WBmfJiGxxFmNskF1wK1pzpwACPI2/z7woQ8arBT9pmAPAgMB
+AAGjQzBBMB0GA1UdDgQWBBTZN7NOBf3Zz58SFq62iS/rJTqIHDAPBgNVHQ8BAf8EBQMDBwYAMA8G
+A1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEBAHJglrfJ3NgpXiOFX7KzLXb7iNcX/ntt
+Rbj2hWyfIvwqECLsqrkw9qtY1jkQMZkpAL2JZkH7dN6RwRgLn7Vhy506vvWolKMiVW4XSf/SKfE4
+Jl3vpao6+XF75tpYHdN0wgH6PmlYX63LaL4ULptswLbcoCb6dxriJNoaN+BnrdFzgw2lGh1uEpJ+
+hGIAF728JRhX8tepb1mIvDS3LoV4nZbcFMMsilKbloxSZj2GFotHuFEJjOp9zYhys2AzsfAKRO8P
+9Qk3iCQOLGsgOqL6EfJANZxEaGM7rDNvY7wsu/LSy3Z9fYjYHcgFHW68lKlmjHdxx/qR+i9Rnuk5
+UrbnBEI=
+-----END CERTIFICATE-----
+
+SwissSign Gold CA - G2
+======================
+-----BEGIN CERTIFICATE-----
+MIIFujCCA6KgAwIBAgIJALtAHEP1Xk+wMA0GCSqGSIb3DQEBBQUAMEUxCzAJBgNVBAYTAkNIMRUw
+EwYDVQQKEwxTd2lzc1NpZ24gQUcxHzAdBgNVBAMTFlN3aXNzU2lnbiBHb2xkIENBIC0gRzIwHhcN
+MDYxMDI1MDgzMDM1WhcNMzYxMDI1MDgzMDM1WjBFMQswCQYDVQQGEwJDSDEVMBMGA1UEChMMU3dp
+c3NTaWduIEFHMR8wHQYDVQQDExZTd2lzc1NpZ24gR29sZCBDQSAtIEcyMIICIjANBgkqhkiG9w0B
+AQEFAAOCAg8AMIICCgKCAgEAr+TufoskDhJuqVAtFkQ7kpJcyrhdhJJCEyq8ZVeCQD5XJM1QiyUq
+t2/876LQwB8CJEoTlo8jE+YoWACjR8cGp4QjK7u9lit/VcyLwVcfDmJlD909Vopz2q5+bbqBHH5C
+jCA12UNNhPqE21Is8w4ndwtrvxEvcnifLtg+5hg3Wipy+dpikJKVyh+c6bM8K8vzARO/Ws/BtQpg
+vd21mWRTuKCWs2/iJneRjOBiEAKfNA+k1ZIzUd6+jbqEemA8atufK+ze3gE/bk3lUIbLtK/tREDF
+ylqM2tIrfKjuvqblCqoOpd8FUrdVxyJdMmqXl2MT28nbeTZ7hTpKxVKJ+STnnXepgv9VHKVxaSvR
+AiTysybUa9oEVeXBCsdtMDeQKuSeFDNeFhdVxVu1yzSJkvGdJo+hB9TGsnhQ2wwMC3wLjEHXuend
+jIj3o02yMszYF9rNt85mndT9Xv+9lz4pded+p2JYryU0pUHHPbwNUMoDAw8IWh+Vc3hiv69yFGkO
+peUDDniOJihC8AcLYiAQZzlG+qkDzAQ4embvIIO1jEpWjpEA/I5cgt6IoMPiaG59je883WX0XaxR
+7ySArqpWl2/5rX3aYT+YdzylkbYcjCbaZaIJbcHiVOO5ykxMgI93e2CaHt+28kgeDrpOVG2Y4OGi
+GqJ3UM/EY5LsRxmd6+ZrzsECAwEAAaOBrDCBqTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUw
+AwEB/zAdBgNVHQ4EFgQUWyV7lqRlUX64OfPAeGZe6Drn8O4wHwYDVR0jBBgwFoAUWyV7lqRlUX64
+OfPAeGZe6Drn8O4wRgYDVR0gBD8wPTA7BglghXQBWQECAQEwLjAsBggrBgEFBQcCARYgaHR0cDov
+L3JlcG9zaXRvcnkuc3dpc3NzaWduLmNvbS8wDQYJKoZIhvcNAQEFBQADggIBACe645R88a7A3hfm
+5djV9VSwg/S7zV4Fe0+fdWavPOhWfvxyeDgD2StiGwC5+OlgzczOUYrHUDFu4Up+GC9pWbY9ZIEr
+44OE5iKHjn3g7gKZYbge9LgriBIWhMIxkziWMaa5O1M/wySTVltpkuzFwbs4AOPsF6m43Md8AYOf
+Mke6UiI0HTJ6CVanfCU2qT1L2sCCbwq7EsiHSycR+R4tx5M/nttfJmtS2S6K8RTGRI0Vqbe/vd6m
+Gu6uLftIdxf+u+yvGPUqUfA5hJeVbG4bwyvEdGB5JbAKJ9/fXtI5z0V9QkvfsywexcZdylU6oJxp
+mo/a77KwPJ+HbBIrZXAVUjEaJM9vMSNQH4xPjyPDdEFjHFWoFN0+4FFQz/EbMFYOkrCChdiDyyJk
+vC24JdVUorgG6q2SpCSgwYa1ShNqR88uC1aVVMvOmttqtKay20EIhid392qgQmwLOM7XdVAyksLf
+KzAiSNDVQTglXaTpXZ/GlHXQRf0wl0OPkKsKx4ZzYEppLd6leNcG2mqeSz53OiATIgHQv2ieY2Br
+NU0LbbqhPcCT4H8js1WtciVORvnSFu+wZMEBnunKoGqYDs/YYPIvSbjkQuE4NRb0yG5P94FW6Lqj
+viOvrv1vA+ACOzB2+httQc8Bsem4yWb02ybzOqR08kkkW8mw0FfB+j564ZfJ
+-----END CERTIFICATE-----
+
+SwissSign Silver CA - G2
+========================
+-----BEGIN CERTIFICATE-----
+MIIFvTCCA6WgAwIBAgIITxvUL1S7L0swDQYJKoZIhvcNAQEFBQAwRzELMAkGA1UEBhMCQ0gxFTAT
+BgNVBAoTDFN3aXNzU2lnbiBBRzEhMB8GA1UEAxMYU3dpc3NTaWduIFNpbHZlciBDQSAtIEcyMB4X
+DTA2MTAyNTA4MzI0NloXDTM2MTAyNTA4MzI0NlowRzELMAkGA1UEBhMCQ0gxFTATBgNVBAoTDFN3
+aXNzU2lnbiBBRzEhMB8GA1UEAxMYU3dpc3NTaWduIFNpbHZlciBDQSAtIEcyMIICIjANBgkqhkiG
+9w0BAQEFAAOCAg8AMIICCgKCAgEAxPGHf9N4Mfc4yfjDmUO8x/e8N+dOcbpLj6VzHVxumK4DV644
+N0MvFz0fyM5oEMF4rhkDKxD6LHmD9ui5aLlV8gREpzn5/ASLHvGiTSf5YXu6t+WiE7brYT7QbNHm
++/pe7R20nqA1W6GSy/BJkv6FCgU+5tkL4k+73JU3/JHpMjUi0R86TieFnbAVlDLaYQ1HTWBCrpJH
+6INaUFjpiou5XaHc3ZlKHzZnu0jkg7Y360g6rw9njxcH6ATK72oxh9TAtvmUcXtnZLi2kUpCe2Uu
+MGoM9ZDulebyzYLs2aFK7PayS+VFheZteJMELpyCbTapxDFkH4aDCyr0NQp4yVXPQbBH6TCfmb5h
+qAaEuSh6XzjZG6k4sIN/c8HDO0gqgg8hm7jMqDXDhBuDsz6+pJVpATqJAHgE2cn0mRmrVn5bi4Y5
+FZGkECwJMoBgs5PAKrYYC51+jUnyEEp/+dVGLxmSo5mnJqy7jDzmDrxHB9xzUfFwZC8I+bRHHTBs
+ROopN4WSaGa8gzj+ezku01DwH/teYLappvonQfGbGHLy9YR0SslnxFSuSGTfjNFusB3hB48IHpmc
+celM2KX3RxIfdNFRnobzwqIjQAtz20um53MGjMGg6cFZrEb65i/4z3GcRm25xBWNOHkDRUjvxF3X
+CO6HOSKGsg0PWEP3calILv3q1h8CAwEAAaOBrDCBqTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/
+BAUwAwEB/zAdBgNVHQ4EFgQUF6DNweRBtjpbO8tFnb0cwpj6hlgwHwYDVR0jBBgwFoAUF6DNweRB
+tjpbO8tFnb0cwpj6hlgwRgYDVR0gBD8wPTA7BglghXQBWQEDAQEwLjAsBggrBgEFBQcCARYgaHR0
+cDovL3JlcG9zaXRvcnkuc3dpc3NzaWduLmNvbS8wDQYJKoZIhvcNAQEFBQADggIBAHPGgeAn0i0P
+4JUw4ppBf1AsX19iYamGamkYDHRJ1l2E6kFSGG9YrVBWIGrGvShpWJHckRE1qTodvBqlYJ7YH39F
+kWnZfrt4csEGDyrOj4VwYaygzQu4OSlWhDJOhrs9xCrZ1x9y7v5RoSJBsXECYxqCsGKrXlcSH9/L
+3XWgwF15kIwb4FDm3jH+mHtwX6WQ2K34ArZv02DdQEsixT2tOnqfGhpHkXkzuoLcMmkDlm4fS/Bx
+/uNncqCxv1yL5PqZIseEuRuNI5c/7SXgz2W79WEE790eslpBIlqhn10s6FvJbakMDHiqYMZWjwFa
+DGi8aRl5xB9+lwW/xekkUV7U1UtT7dkjWjYDZaPBA61BMPNGG4WQr2W11bHkFlt4dR2Xem1ZqSqP
+e97Dh4kQmUlzeMg9vVE1dCrV8X5pGyq7O70luJpaPXJhkGaH7gzWTdQRdAtq/gsD/KNVV4n+Ssuu
+WxcFyPKNIzFTONItaj+CuY0IavdeQXRuwxF+B6wpYJE/OMpXEA29MC/HpeZBoNquBYeaoKRlbEwJ
+DIm6uNO5wJOKMPqN5ZprFQFOZ6raYlY+hAhm0sQ2fac+EPyI4NSA5QC9qvNOBqN6avlicuMJT+ub
+DgEj8Z+7fNzcbBGXJbLytGMU0gYqZ4yD9c7qB9iaah7s5Aq7KkzrCWA5zspi2C5u
+-----END CERTIFICATE-----
+
+GeoTrust Primary Certification Authority
+========================================
+-----BEGIN CERTIFICATE-----
+MIIDfDCCAmSgAwIBAgIQGKy1av1pthU6Y2yv2vrEoTANBgkqhkiG9w0BAQUFADBYMQswCQYDVQQG
+EwJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjExMC8GA1UEAxMoR2VvVHJ1c3QgUHJpbWFyeSBD
+ZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wNjExMjcwMDAwMDBaFw0zNjA3MTYyMzU5NTlaMFgx
+CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMTEwLwYDVQQDEyhHZW9UcnVzdCBQ
+cmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB
+CgKCAQEAvrgVe//UfH1nrYNke8hCUy3f9oQIIGHWAVlqnEQRr+92/ZV+zmEwu3qDXwK9AWbK7hWN
+b6EwnL2hhZ6UOvNWiAAxz9juapYC2e0DjPt1befquFUWBRaa9OBesYjAZIVcFU2Ix7e64HXprQU9
+nceJSOC7KMgD4TCTZF5SwFlwIjVXiIrxlQqD17wxcwE07e9GceBrAqg1cmuXm2bgyxx5X9gaBGge
+RwLmnWDiNpcB3841kt++Z8dtd1k7j53WkBWUvEI0EME5+bEnPn7WinXFsq+W06Lem+SYvn3h6YGt
+tm/81w7a4DSwDRp35+MImO9Y+pyEtzavwt+s0vQQBnBxNQIDAQABo0IwQDAPBgNVHRMBAf8EBTAD
+AQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQULNVQQZcVi/CPNmFbSvtr2ZnJM5IwDQYJKoZI
+hvcNAQEFBQADggEBAFpwfyzdtzRP9YZRqSa+S7iq8XEN3GHHoOo0Hnp3DwQ16CePbJC/kRYkRj5K
+Ts4rFtULUh38H2eiAkUxT87z+gOneZ1TatnaYzr4gNfTmeGl4b7UVXGYNTq+k+qurUKykG/g/CFN
+NWMziUnWm07Kx+dOCQD32sfvmWKZd7aVIl6KoKv0uHiYyjgZmclynnjNS6yvGaBzEi38wkG6gZHa
+Floxt/m0cYASSJlyc1pZU8FjUjPtp8nSOQJw+uCxQmYpqptR7TBUIhRf2asdweSU8Pj1K/fqynhG
+1riR/aYNKxoUAT6A8EKglQdebc3MS6RFjasS6LPeWuWgfOgPIh1a6Vk=
+-----END CERTIFICATE-----
+
+thawte Primary Root CA
+======================
+-----BEGIN CERTIFICATE-----
+MIIEIDCCAwigAwIBAgIQNE7VVyDV7exJ9C/ON9srbTANBgkqhkiG9w0BAQUFADCBqTELMAkGA1UE
+BhMCVVMxFTATBgNVBAoTDHRoYXd0ZSwgSW5jLjEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2
+aWNlcyBEaXZpc2lvbjE4MDYGA1UECxMvKGMpIDIwMDYgdGhhd3RlLCBJbmMuIC0gRm9yIGF1dGhv
+cml6ZWQgdXNlIG9ubHkxHzAdBgNVBAMTFnRoYXd0ZSBQcmltYXJ5IFJvb3QgQ0EwHhcNMDYxMTE3
+MDAwMDAwWhcNMzYwNzE2MjM1OTU5WjCBqTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDHRoYXd0ZSwg
+SW5jLjEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjE4MDYGA1UECxMv
+KGMpIDIwMDYgdGhhd3RlLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxHzAdBgNVBAMT
+FnRoYXd0ZSBQcmltYXJ5IFJvb3QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCs
+oPD7gFnUnMekz52hWXMJEEUMDSxuaPFsW0hoSVk3/AszGcJ3f8wQLZU0HObrTQmnHNK4yZc2AreJ
+1CRfBsDMRJSUjQJib+ta3RGNKJpchJAQeg29dGYvajig4tVUROsdB58Hum/u6f1OCyn1PoSgAfGc
+q/gcfomk6KHYcWUNo1F77rzSImANuVud37r8UVsLr5iy6S7pBOhih94ryNdOwUxkHt3Ph1i6Sk/K
+aAcdHJ1KxtUvkcx8cXIcxcBn6zL9yZJclNqFwJu/U30rCfSMnZEfl2pSy94JNqR32HuHUETVPm4p
+afs5SSYeCaWAe0At6+gnhcn+Yf1+5nyXHdWdAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYD
+VR0PAQH/BAQDAgEGMB0GA1UdDgQWBBR7W0XPr87Lev0xkhpqtvNG61dIUDANBgkqhkiG9w0BAQUF
+AAOCAQEAeRHAS7ORtvzw6WfUDW5FvlXok9LOAz/t2iWwHVfLHjp2oEzsUHboZHIMpKnxuIvW1oeE
+uzLlQRHAd9mzYJ3rG9XRbkREqaYB7FViHXe4XI5ISXycO1cRrK1zN44veFyQaEfZYGDm/Ac9IiAX
+xPcW6cTYcvnIc3zfFi8VqT79aie2oetaupgf1eNNZAqdE8hhuvU5HIe6uL17In/2/qxAeeWsEG89
+jxt5dovEN7MhGITlNgDrYyCZuen+MwS7QcjBAvlEYyCegc5C09Y/LHbTY5xZ3Y+m4Q6gLkH3LpVH
+z7z9M/P2C2F+fpErgUfCJzDupxBdN49cOSvkBPB7jVaMaA==
+-----END CERTIFICATE-----
+
+VeriSign Class 3 Public Primary Certification Authority - G5
+============================================================
+-----BEGIN CERTIFICATE-----
+MIIE0zCCA7ugAwIBAgIQGNrRniZ96LtKIVjNzGs7SjANBgkqhkiG9w0BAQUFADCByjELMAkGA1UE
+BhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBO
+ZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwNiBWZXJpU2lnbiwgSW5jLiAtIEZvciBhdXRob3JpemVk
+IHVzZSBvbmx5MUUwQwYDVQQDEzxWZXJpU2lnbiBDbGFzcyAzIFB1YmxpYyBQcmltYXJ5IENlcnRp
+ZmljYXRpb24gQXV0aG9yaXR5IC0gRzUwHhcNMDYxMTA4MDAwMDAwWhcNMzYwNzE2MjM1OTU5WjCB
+yjELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZWZXJpU2ln
+biBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwNiBWZXJpU2lnbiwgSW5jLiAtIEZvciBh
+dXRob3JpemVkIHVzZSBvbmx5MUUwQwYDVQQDEzxWZXJpU2lnbiBDbGFzcyAzIFB1YmxpYyBQcmlt
+YXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRzUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAw
+ggEKAoIBAQCvJAgIKXo1nmAMqudLO07cfLw8RRy7K+D+KQL5VwijZIUVJ/XxrcgxiV0i6CqqpkKz
+j/i5Vbext0uz/o9+B1fs70PbZmIVYc9gDaTY3vjgw2IIPVQT60nKWVSFJuUrjxuf6/WhkcIzSdhD
+Y2pSS9KP6HBRTdGJaXvHcPaz3BJ023tdS1bTlr8Vd6Gw9KIl8q8ckmcY5fQGBO+QueQA5N06tRn/
+Arr0PO7gi+s3i+z016zy9vA9r911kTMZHRxAy3QkGSGT2RT+rCpSx4/VBEnkjWNHiDxpg8v+R70r
+fk/Fla4OndTRQ8Bnc+MUCH7lP59zuDMKz10/NIeWiu5T6CUVAgMBAAGjgbIwga8wDwYDVR0TAQH/
+BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwbQYIKwYBBQUHAQwEYTBfoV2gWzBZMFcwVRYJaW1hZ2Uv
+Z2lmMCEwHzAHBgUrDgMCGgQUj+XTGoasjY5rw8+AatRIGCx7GS4wJRYjaHR0cDovL2xvZ28udmVy
+aXNpZ24uY29tL3ZzbG9nby5naWYwHQYDVR0OBBYEFH/TZafC3ey78DAJ80M5+gKvMzEzMA0GCSqG
+SIb3DQEBBQUAA4IBAQCTJEowX2LP2BqYLz3q3JktvXf2pXkiOOzEp6B4Eq1iDkVwZMXnl2YtmAl+
+X6/WzChl8gGqCBpH3vn5fJJaCGkgDdk+bW48DW7Y5gaRQBi5+MHt39tBquCWIMnNZBU4gcmU7qKE
+KQsTb47bDN0lAtukixlE0kF6BWlKWE9gyn6CagsCqiUXObXbf+eEZSqVir2G3l6BFoMtEMze/aiC
+Km0oHw0LxOXnGiYZ4fQRbxC1lfznQgUy286dUV4otp6F01vvpX1FQHKOtw5rDgb7MzVIcbidJ4vE
+ZV8NhnacRHr2lVz2XTIIM6RUthg/aFzyQkqFOFSDX9HoLPKsEdao7WNq
+-----END CERTIFICATE-----
+
+SecureTrust CA
+==============
+-----BEGIN CERTIFICATE-----
+MIIDuDCCAqCgAwIBAgIQDPCOXAgWpa1Cf/DrJxhZ0DANBgkqhkiG9w0BAQUFADBIMQswCQYDVQQG
+EwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24xFzAVBgNVBAMTDlNlY3VyZVRy
+dXN0IENBMB4XDTA2MTEwNzE5MzExOFoXDTI5MTIzMTE5NDA1NVowSDELMAkGA1UEBhMCVVMxIDAe
+BgNVBAoTF1NlY3VyZVRydXN0IENvcnBvcmF0aW9uMRcwFQYDVQQDEw5TZWN1cmVUcnVzdCBDQTCC
+ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKukgeWVzfX2FI7CT8rU4niVWJxB4Q2ZQCQX
+OZEzZum+4YOvYlyJ0fwkW2Gz4BERQRwdbvC4u/jep4G6pkjGnx29vo6pQT64lO0pGtSO0gMdA+9t
+DWccV9cGrcrI9f4Or2YlSASWC12juhbDCE/RRvgUXPLIXgGZbf2IzIaowW8xQmxSPmjL8xk037uH
+GFaAJsTQ3MBv396gwpEWoGQRS0S8Hvbn+mPeZqx2pHGj7DaUaHp3pLHnDi+BeuK1cobvomuL8A/b
+01k/unK8RCSc43Oz969XL0Imnal0ugBS8kvNU3xHCzaFDmapCJcWNFfBZveA4+1wVMeT4C4oFVmH
+ursCAwEAAaOBnTCBmjATBgkrBgEEAYI3FAIEBh4EAEMAQTALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/
+BAUwAwEB/zAdBgNVHQ4EFgQUQjK2FvoE/f5dS3rD/fdMQB1aQ68wNAYDVR0fBC0wKzApoCegJYYj
+aHR0cDovL2NybC5zZWN1cmV0cnVzdC5jb20vU1RDQS5jcmwwEAYJKwYBBAGCNxUBBAMCAQAwDQYJ
+KoZIhvcNAQEFBQADggEBADDtT0rhWDpSclu1pqNlGKa7UTt36Z3q059c4EVlew3KW+JwULKUBRSu
+SceNQQcSc5R+DCMh/bwQf2AQWnL1mA6s7Ll/3XpvXdMc9P+IBWlCqQVxyLesJugutIxq/3HcuLHf
+mbx8IVQr5Fiiu1cprp6poxkmD5kuCLDv/WnPmRoJjeOnnyvJNjR7JLN4TJUXpAYmHrZkUjZfYGfZ
+nMUFdAvnZyPSCPyI6a6Lf+Ew9Dd+/cYy2i2eRDAwbO4H3tI0/NL/QPZL9GZGBlSm8jIKYyYwa5vR
+3ItHuuG51WLQoqD0ZwV4KWMabwTW+MZMo5qxN7SN5ShLHZ4swrhovO0C7jE=
+-----END CERTIFICATE-----
+
+Secure Global CA
+================
+-----BEGIN CERTIFICATE-----
+MIIDvDCCAqSgAwIBAgIQB1YipOjUiolN9BPI8PjqpTANBgkqhkiG9w0BAQUFADBKMQswCQYDVQQG
+EwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24xGTAXBgNVBAMTEFNlY3VyZSBH
+bG9iYWwgQ0EwHhcNMDYxMTA3MTk0MjI4WhcNMjkxMjMxMTk1MjA2WjBKMQswCQYDVQQGEwJVUzEg
+MB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24xGTAXBgNVBAMTEFNlY3VyZSBHbG9iYWwg
+Q0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCvNS7YrGxVaQZx5RNoJLNP2MwhR/jx
+YDiJiQPpvepeRlMJ3Fz1Wuj3RSoC6zFh1ykzTM7HfAo3fg+6MpjhHZevj8fcyTiW89sa/FHtaMbQ
+bqR8JNGuQsiWUGMu4P51/pinX0kuleM5M2SOHqRfkNJnPLLZ/kG5VacJjnIFHovdRIWCQtBJwB1g
+8NEXLJXr9qXBkqPFwqcIYA1gBBCWeZ4WNOaptvolRTnIHmX5k/Wq8VLcmZg9pYYaDDUz+kulBAYV
+HDGA76oYa8J719rO+TMg1fW9ajMtgQT7sFzUnKPiXB3jqUJ1XnvUd+85VLrJChgbEplJL4hL/VBi
+0XPnj3pDAgMBAAGjgZ0wgZowEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0PBAQDAgGGMA8GA1Ud
+EwEB/wQFMAMBAf8wHQYDVR0OBBYEFK9EBMJBfkiD2045AuzshHrmzsmkMDQGA1UdHwQtMCswKaAn
+oCWGI2h0dHA6Ly9jcmwuc2VjdXJldHJ1c3QuY29tL1NHQ0EuY3JsMBAGCSsGAQQBgjcVAQQDAgEA
+MA0GCSqGSIb3DQEBBQUAA4IBAQBjGghAfaReUw132HquHw0LURYD7xh8yOOvaliTFGCRsoTciE6+
+OYo68+aCiV0BN7OrJKQVDpI1WkpEXk5X+nXOH0jOZvQ8QCaSmGwb7iRGDBezUqXbpZGRzzfTb+cn
+CDpOGR86p1hcF895P4vkp9MmI50mD1hp/Ed+stCNi5O/KU9DaXR2Z0vPB4zmAve14bRDtUstFJ/5
+3CYNv6ZHdAbYiNE6KTCEztI5gGIbqMdXSbxqVVFnFUq+NQfk1XWYN3kwFNspnWzFacxHVaIw98xc
+f8LDmBxrThaA63p4ZUWiABqvDA1VZDRIuJK58bRQKfJPIx/abKwfROHdI3hRW8cW
+-----END CERTIFICATE-----
+
+COMODO Certification Authority
+==============================
+-----BEGIN CERTIFICATE-----
+MIIEHTCCAwWgAwIBAgIQToEtioJl4AsC7j41AkblPTANBgkqhkiG9w0BAQUFADCBgTELMAkGA1UE
+BhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgG
+A1UEChMRQ09NT0RPIENBIExpbWl0ZWQxJzAlBgNVBAMTHkNPTU9ETyBDZXJ0aWZpY2F0aW9uIEF1
+dGhvcml0eTAeFw0wNjEyMDEwMDAwMDBaFw0yOTEyMzEyMzU5NTlaMIGBMQswCQYDVQQGEwJHQjEb
+MBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFD
+T01PRE8gQ0EgTGltaXRlZDEnMCUGA1UEAxMeQ09NT0RPIENlcnRpZmljYXRpb24gQXV0aG9yaXR5
+MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0ECLi3LjkRv3UcEbVASY06m/weaKXTuH
++7uIzg3jLz8GlvCiKVCZrts7oVewdFFxze1CkU1B/qnI2GqGd0S7WWaXUF601CxwRM/aN5VCaTww
+xHGzUvAhTaHYujl8HJ6jJJ3ygxaYqhZ8Q5sVW7euNJH+1GImGEaaP+vB+fGQV+useg2L23IwambV
+4EajcNxo2f8ESIl33rXp+2dtQem8Ob0y2WIC8bGoPW43nOIv4tOiJovGuFVDiOEjPqXSJDlqR6sA
+1KGzqSX+DT+nHbrTUcELpNqsOO9VUCQFZUaTNE8tja3G1CEZ0o7KBWFxB3NH5YoZEr0ETc5OnKVI
+rLsm9wIDAQABo4GOMIGLMB0GA1UdDgQWBBQLWOWLxkwVN6RAqTCpIb5HNlpW/zAOBgNVHQ8BAf8E
+BAMCAQYwDwYDVR0TAQH/BAUwAwEB/zBJBgNVHR8EQjBAMD6gPKA6hjhodHRwOi8vY3JsLmNvbW9k
+b2NhLmNvbS9DT01PRE9DZXJ0aWZpY2F0aW9uQXV0aG9yaXR5LmNybDANBgkqhkiG9w0BAQUFAAOC
+AQEAPpiem/Yb6dc5t3iuHXIYSdOH5EOC6z/JqvWote9VfCFSZfnVDeFs9D6Mk3ORLgLETgdxb8CP
+OGEIqB6BCsAvIC9Bi5HcSEW88cbeunZrM8gALTFGTO3nnc+IlP8zwFboJIYmuNg4ON8qa90SzMc/
+RxdMosIGlgnW2/4/PEZB31jiVg88O8EckzXZOFKs7sjsLjBOlDW0JB9LeGna8gI4zJVSk/BwJVmc
+IGfE7vmLV2H0knZ9P4SNVbfo5azV8fUZVqZa+5Acr5Pr5RzUZ5ddBA6+C4OmF4O5MBKgxTMVBbkN
++8cFduPYSo38NBejxiEovjBFMR7HeL5YYTisO+IBZQ==
+-----END CERTIFICATE-----
+
+Network Solutions Certificate Authority
+=======================================
+-----BEGIN CERTIFICATE-----
+MIID5jCCAs6gAwIBAgIQV8szb8JcFuZHFhfjkDFo4DANBgkqhkiG9w0BAQUFADBiMQswCQYDVQQG
+EwJVUzEhMB8GA1UEChMYTmV0d29yayBTb2x1dGlvbnMgTC5MLkMuMTAwLgYDVQQDEydOZXR3b3Jr
+IFNvbHV0aW9ucyBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkwHhcNMDYxMjAxMDAwMDAwWhcNMjkxMjMx
+MjM1OTU5WjBiMQswCQYDVQQGEwJVUzEhMB8GA1UEChMYTmV0d29yayBTb2x1dGlvbnMgTC5MLkMu
+MTAwLgYDVQQDEydOZXR3b3JrIFNvbHV0aW9ucyBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkwggEiMA0G
+CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDkvH6SMG3G2I4rC7xGzuAnlt7e+foS0zwzc7MEL7xx
+jOWftiJgPl9dzgn/ggwbmlFQGiaJ3dVhXRncEg8tCqJDXRfQNJIg6nPPOCwGJgl6cvf6UDL4wpPT
+aaIjzkGxzOTVHzbRijr4jGPiFFlp7Q3Tf2vouAPlT2rlmGNpSAW+Lv8ztumXWWn4Zxmuk2GWRBXT
+crA/vGp97Eh/jcOrqnErU2lBUzS1sLnFBgrEsEX1QV1uiUV7PTsmjHTC5dLRfbIR1PtYMiKagMnc
+/Qzpf14Dl847ABSHJ3A4qY5usyd2mFHgBeMhqxrVhSI8KbWaFsWAqPS7azCPL0YCorEMIuDTAgMB
+AAGjgZcwgZQwHQYDVR0OBBYEFCEwyfsA106Y2oeqKtCnLrFAMadMMA4GA1UdDwEB/wQEAwIBBjAP
+BgNVHRMBAf8EBTADAQH/MFIGA1UdHwRLMEkwR6BFoEOGQWh0dHA6Ly9jcmwubmV0c29sc3NsLmNv
+bS9OZXR3b3JrU29sdXRpb25zQ2VydGlmaWNhdGVBdXRob3JpdHkuY3JsMA0GCSqGSIb3DQEBBQUA
+A4IBAQC7rkvnt1frf6ott3NHhWrB5KUd5Oc86fRZZXe1eltajSU24HqXLjjAV2CDmAaDn7l2em5Q
+4LqILPxFzBiwmZVRDuwduIj/h1AcgsLj4DKAv6ALR8jDMe+ZZzKATxcheQxpXN5eNK4CtSbqUN9/
+GGUsyfJj4akH/nxxH2szJGoeBfcFaMBqEssuXmHLrijTfsK0ZpEmXzwuJF/LWA/rKOyvEZbz3Htv
+wKeI8lN3s2Berq4o2jUsbzRF0ybh3uxbTydrFny9RAQYgrOJeRcQcT16ohZO9QHNpGxlaKFJdlxD
+ydi8NmdspZS11My5vWo1ViHe2MPr+8ukYEywVaCge1ey
+-----END CERTIFICATE-----
+
+WellsSecure Public Root Certificate Authority
+=============================================
+-----BEGIN CERTIFICATE-----
+MIIEvTCCA6WgAwIBAgIBATANBgkqhkiG9w0BAQUFADCBhTELMAkGA1UEBhMCVVMxIDAeBgNVBAoM
+F1dlbGxzIEZhcmdvIFdlbGxzU2VjdXJlMRwwGgYDVQQLDBNXZWxscyBGYXJnbyBCYW5rIE5BMTYw
+NAYDVQQDDC1XZWxsc1NlY3VyZSBQdWJsaWMgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkwHhcN
+MDcxMjEzMTcwNzU0WhcNMjIxMjE0MDAwNzU0WjCBhTELMAkGA1UEBhMCVVMxIDAeBgNVBAoMF1dl
+bGxzIEZhcmdvIFdlbGxzU2VjdXJlMRwwGgYDVQQLDBNXZWxscyBGYXJnbyBCYW5rIE5BMTYwNAYD
+VQQDDC1XZWxsc1NlY3VyZSBQdWJsaWMgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkwggEiMA0G
+CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDub7S9eeKPCCGeOARBJe+rWxxTkqxtnt3CxC5FlAM1
+iGd0V+PfjLindo8796jE2yljDpFoNoqXjopxaAkH5OjUDk/41itMpBb570OYj7OeUt9tkTmPOL13
+i0Nj67eT/DBMHAGTthP796EfvyXhdDcsHqRePGj4S78NuR4uNuip5Kf4D8uCdXw1LSLWwr8L87T8
+bJVhHlfXBIEyg1J55oNjz7fLY4sR4r1e6/aN7ZVyKLSsEmLpSjPmgzKuBXWVvYSV2ypcm44uDLiB
+K0HmOFafSZtsdvqKXfcBeYF8wYNABf5x/Qw/zE5gCQ5lRxAvAcAFP4/4s0HvWkJ+We/SlwxlAgMB
+AAGjggE0MIIBMDAPBgNVHRMBAf8EBTADAQH/MDkGA1UdHwQyMDAwLqAsoCqGKGh0dHA6Ly9jcmwu
+cGtpLndlbGxzZmFyZ28uY29tL3dzcHJjYS5jcmwwDgYDVR0PAQH/BAQDAgHGMB0GA1UdDgQWBBQm
+lRkQ2eihl5H/3BnZtQQ+0nMKajCBsgYDVR0jBIGqMIGngBQmlRkQ2eihl5H/3BnZtQQ+0nMKaqGB
+i6SBiDCBhTELMAkGA1UEBhMCVVMxIDAeBgNVBAoMF1dlbGxzIEZhcmdvIFdlbGxzU2VjdXJlMRww
+GgYDVQQLDBNXZWxscyBGYXJnbyBCYW5rIE5BMTYwNAYDVQQDDC1XZWxsc1NlY3VyZSBQdWJsaWMg
+Um9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHmCAQEwDQYJKoZIhvcNAQEFBQADggEBALkVsUSRzCPI
+K0134/iaeycNzXK7mQDKfGYZUMbVmO2rvwNa5U3lHshPcZeG1eMd/ZDJPHV3V3p9+N701NX3leZ0
+bh08rnyd2wIDBSxxSyU+B+NemvVmFymIGjifz6pBA4SXa5M4esowRBskRDPQ5NHcKDj0E0M1NSlj
+qHyita04pO2t/caaH/+Xc/77szWnk4bGdpEA5qxRFsQnMlzbc9qlk1eOPm01JghZ1edE13YgY+es
+E2fDbbFwRnzVlhE9iW9dqKHrjQrawx0zbKPqZxmamX9LPYNRKh3KL4YMon4QLSvUFpULB6ouFJJJ
+tylv2G0xffX8oRAHh84vWdw+WNs=
+-----END CERTIFICATE-----
+
+COMODO ECC Certification Authority
+==================================
+-----BEGIN CERTIFICATE-----
+MIICiTCCAg+gAwIBAgIQH0evqmIAcFBUTAGem2OZKjAKBggqhkjOPQQDAzCBhTELMAkGA1UEBhMC
+R0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UE
+ChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlvbiBB
+dXRob3JpdHkwHhcNMDgwMzA2MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0Ix
+GzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMR
+Q09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRo
+b3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQDR3svdcmCFYX7deSRFtSrYpn1PlILBs5BAH+X
+4QokPB0BBO490o0JlwzgdeT6+3eKKvUDYEs2ixYjFq0JcfRK9ChQtP6IHG4/bC8vCVlbpVsLM5ni
+wz2J+Wos77LTBumjQjBAMB0GA1UdDgQWBBR1cacZSBm8nZ3qQUfflMRId5nTeTAOBgNVHQ8BAf8E
+BAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjEA7wNbeqy3eApyt4jf/7VG
+FAkK+qDmfQjGGoe9GKhzvSbKYAydzpmfz1wPMOG+FDHqAjAU9JM8SaczepBGR7NjfRObTrdvGDeA
+U/7dIOA1mjbRxwG55tzd8/8dLDoWV9mSOdY=
+-----END CERTIFICATE-----
+
+IGC/A
+=====
+-----BEGIN CERTIFICATE-----
+MIIEAjCCAuqgAwIBAgIFORFFEJQwDQYJKoZIhvcNAQEFBQAwgYUxCzAJBgNVBAYTAkZSMQ8wDQYD
+VQQIEwZGcmFuY2UxDjAMBgNVBAcTBVBhcmlzMRAwDgYDVQQKEwdQTS9TR0ROMQ4wDAYDVQQLEwVE
+Q1NTSTEOMAwGA1UEAxMFSUdDL0ExIzAhBgkqhkiG9w0BCQEWFGlnY2FAc2dkbi5wbS5nb3V2LmZy
+MB4XDTAyMTIxMzE0MjkyM1oXDTIwMTAxNzE0MjkyMlowgYUxCzAJBgNVBAYTAkZSMQ8wDQYDVQQI
+EwZGcmFuY2UxDjAMBgNVBAcTBVBhcmlzMRAwDgYDVQQKEwdQTS9TR0ROMQ4wDAYDVQQLEwVEQ1NT
+STEOMAwGA1UEAxMFSUdDL0ExIzAhBgkqhkiG9w0BCQEWFGlnY2FAc2dkbi5wbS5nb3V2LmZyMIIB
+IjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsh/R0GLFMzvABIaIs9z4iPf930Pfeo2aSVz2
+TqrMHLmh6yeJ8kbpO0px1R2OLc/mratjUMdUC24SyZA2xtgv2pGqaMVy/hcKshd+ebUyiHDKcMCW
+So7kVc0dJ5S/znIq7Fz5cyD+vfcuiWe4u0dzEvfRNWk68gq5rv9GQkaiv6GFGvm/5P9JhfejcIYy
+HF2fYPepraX/z9E0+X1bF8bc1g4oa8Ld8fUzaJ1O/Id8NhLWo4DoQw1VYZTqZDdH6nfK0LJYBcNd
+frGoRpAxVs5wKpayMLh35nnAvSk7/ZR3TL0gzUEl4C7HG7vupARB0l2tEmqKm0f7yd1GQOGdPDPQ
+tQIDAQABo3cwdTAPBgNVHRMBAf8EBTADAQH/MAsGA1UdDwQEAwIBRjAVBgNVHSAEDjAMMAoGCCqB
+egF5AQEBMB0GA1UdDgQWBBSjBS8YYFDCiQrdKyFP/45OqDAxNjAfBgNVHSMEGDAWgBSjBS8YYFDC
+iQrdKyFP/45OqDAxNjANBgkqhkiG9w0BAQUFAAOCAQEABdwm2Pp3FURo/C9mOnTgXeQp/wYHE4RK
+q89toB9RlPhJy3Q2FLwV3duJL92PoF189RLrn544pEfMs5bZvpwlqwN+Mw+VgQ39FuCIvjfwbF3Q
+MZsyK10XZZOYYLxuj7GoPB7ZHPOpJkL5ZB3C55L29B5aqhlSXa/oovdgoPaN8In1buAKBQGVyYsg
+Crpa/JosPL3Dt8ldeCUFP1YUmwza+zpI/pdpXsoQhvdOlgQITeywvl3cO45Pwf2aNjSaTFR+FwNI
+lQgRHAdvhQh+XU3Endv7rs6y0bO4g2wdsrN58dhwmX7wEwLOXt1R0982gaEbeC9xs/FZTEYYKKuF
+0mBWWg==
+-----END CERTIFICATE-----
+
+Security Communication EV RootCA1
+=================================
+-----BEGIN CERTIFICATE-----
+MIIDfTCCAmWgAwIBAgIBADANBgkqhkiG9w0BAQUFADBgMQswCQYDVQQGEwJKUDElMCMGA1UEChMc
+U0VDT00gVHJ1c3QgU3lzdGVtcyBDTy4sTFRELjEqMCgGA1UECxMhU2VjdXJpdHkgQ29tbXVuaWNh
+dGlvbiBFViBSb290Q0ExMB4XDTA3MDYwNjAyMTIzMloXDTM3MDYwNjAyMTIzMlowYDELMAkGA1UE
+BhMCSlAxJTAjBgNVBAoTHFNFQ09NIFRydXN0IFN5c3RlbXMgQ08uLExURC4xKjAoBgNVBAsTIVNl
+Y3VyaXR5IENvbW11bmljYXRpb24gRVYgUm9vdENBMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCC
+AQoCggEBALx/7FebJOD+nLpCeamIivqA4PUHKUPqjgo0No0c+qe1OXj/l3X3L+SqawSERMqm4miO
+/VVQYg+kcQ7OBzgtQoVQrTyWb4vVog7P3kmJPdZkLjjlHmy1V4qe70gOzXppFodEtZDkBp2uoQSX
+WHnvIEqCa4wiv+wfD+mEce3xDuS4GBPMVjZd0ZoeUWs5bmB2iDQL87PRsJ3KYeJkHcFGB7hj3R4z
+ZbOOCVVSPbW9/wfrrWFVGCypaZhKqkDFMxRldAD5kd6vA0jFQFTcD4SQaCDFkpbcLuUCRarAX1T4
+bepJz11sS6/vmsJWXMY1VkJqMF/Cq/biPT+zyRGPMUzXn0kCAwEAAaNCMEAwHQYDVR0OBBYEFDVK
+9U2vP9eCOKyrcWUXdYydVZPmMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MA0GCSqG
+SIb3DQEBBQUAA4IBAQCoh+ns+EBnXcPBZsdAS5f8hxOQWsTvoMpfi7ent/HWtWS3irO4G8za+6xm
+iEHO6Pzk2x6Ipu0nUBsCMCRGef4Eh3CXQHPRwMFXGZpppSeZq51ihPZRwSzJIxXYKLerJRO1RuGG
+Av8mjMSIkh1W/hln8lXkgKNrnKt34VFxDSDbEJrbvXZ5B3eZKK2aXtqxT0QsNY6llsf9g/BYxnnW
+mHyojf6GPgcWkuF75x3sM3Z+Qi5KhfmRiWiEA4Glm5q+4zfFVKtWOxgtQaQM+ELbmaDgcm+7XeEW
+T1MKZPlO9L9OVL14bIjqv5wTJMJwaaJ/D8g8rQjJsJhAoyrniIPtd490
+-----END CERTIFICATE-----
+
+OISTE WISeKey Global Root GA CA
+===============================
+-----BEGIN CERTIFICATE-----
+MIID8TCCAtmgAwIBAgIQQT1yx/RrH4FDffHSKFTfmjANBgkqhkiG9w0BAQUFADCBijELMAkGA1UE
+BhMCQ0gxEDAOBgNVBAoTB1dJU2VLZXkxGzAZBgNVBAsTEkNvcHlyaWdodCAoYykgMjAwNTEiMCAG
+A1UECxMZT0lTVEUgRm91bmRhdGlvbiBFbmRvcnNlZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBH
+bG9iYWwgUm9vdCBHQSBDQTAeFw0wNTEyMTExNjAzNDRaFw0zNzEyMTExNjA5NTFaMIGKMQswCQYD
+VQQGEwJDSDEQMA4GA1UEChMHV0lTZUtleTEbMBkGA1UECxMSQ29weXJpZ2h0IChjKSAyMDA1MSIw
+IAYDVQQLExlPSVNURSBGb3VuZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBXSVNlS2V5
+IEdsb2JhbCBSb290IEdBIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAy0+zAJs9
+Nt350UlqaxBJH+zYK7LG+DKBKUOVTJoZIyEVRd7jyBxRVVuuk+g3/ytr6dTqvirdqFEr12bDYVxg
+Asj1znJ7O7jyTmUIms2kahnBAbtzptf2w93NvKSLtZlhuAGio9RN1AU9ka34tAhxZK9w8RxrfvbD
+d50kc3vkDIzh2TbhmYsFmQvtRTEJysIA2/dyoJaqlYfQjse2YXMNdmaM3Bu0Y6Kff5MTMPGhJ9vZ
+/yxViJGg4E8HsChWjBgbl0SOid3gF27nKu+POQoxhILYQBRJLnpB5Kf+42TMwVlxSywhp1t94B3R
+LoGbw9ho972WG6xwsRYUC9tguSYBBQIDAQABo1EwTzALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUw
+AwEB/zAdBgNVHQ4EFgQUswN+rja8sHnR3JQmthG+IbJphpQwEAYJKwYBBAGCNxUBBAMCAQAwDQYJ
+KoZIhvcNAQEFBQADggEBAEuh/wuHbrP5wUOxSPMowB0uyQlB+pQAHKSkq0lPjz0e701vvbyk9vIm
+MMkQyh2I+3QZH4VFvbBsUfk2ftv1TDI6QU9bR8/oCy22xBmddMVHxjtqD6wU2zz0c5ypBd8A3HR4
++vg1YFkCExh8vPtNsCBtQ7tgMHpnM1zFmdH4LTlSc/uMqpclXHLZCB6rTjzjgTGfA6b7wP4piFXa
+hNVQA7bihKOmNqoROgHhGEvWRGizPflTdISzRpFGlgC3gCy24eMQ4tui5yiPAZZiFj4A4xylNoEY
+okxSdsARo27mHbrjWr42U8U+dY+GaSlYU7Wcu2+fXMUY7N0v4ZjJ/L7fCg0=
+-----END CERTIFICATE-----
+
+Microsec e-Szigno Root CA
+=========================
+-----BEGIN CERTIFICATE-----
+MIIHqDCCBpCgAwIBAgIRAMy4579OKRr9otxmpRwsDxEwDQYJKoZIhvcNAQEFBQAwcjELMAkGA1UE
+BhMCSFUxETAPBgNVBAcTCEJ1ZGFwZXN0MRYwFAYDVQQKEw1NaWNyb3NlYyBMdGQuMRQwEgYDVQQL
+EwtlLVN6aWdubyBDQTEiMCAGA1UEAxMZTWljcm9zZWMgZS1Temlnbm8gUm9vdCBDQTAeFw0wNTA0
+MDYxMjI4NDRaFw0xNzA0MDYxMjI4NDRaMHIxCzAJBgNVBAYTAkhVMREwDwYDVQQHEwhCdWRhcGVz
+dDEWMBQGA1UEChMNTWljcm9zZWMgTHRkLjEUMBIGA1UECxMLZS1Temlnbm8gQ0ExIjAgBgNVBAMT
+GU1pY3Jvc2VjIGUtU3ppZ25vIFJvb3QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB
+AQDtyADVgXvNOABHzNuEwSFpLHSQDCHZU4ftPkNEU6+r+ICbPHiN1I2uuO/TEdyB5s87lozWbxXG
+d36hL+BfkrYn13aaHUM86tnsL+4582pnS4uCzyL4ZVX+LMsvfUh6PXX5qqAnu3jCBspRwn5mS6/N
+oqdNAoI/gqyFxuEPkEeZlApxcpMqyabAvjxWTHOSJ/FrtfX9/DAFYJLG65Z+AZHCabEeHXtTRbjc
+QR/Ji3HWVBTji1R4P770Yjtb9aPs1ZJ04nQw7wHb4dSrmZsqa/i9phyGI0Jf7Enemotb9HI6QMVJ
+PqW+jqpx62z69Rrkav17fVVA71hu5tnVvCSrwe+3AgMBAAGjggQ3MIIEMzBnBggrBgEFBQcBAQRb
+MFkwKAYIKwYBBQUHMAGGHGh0dHBzOi8vcmNhLmUtc3ppZ25vLmh1L29jc3AwLQYIKwYBBQUHMAKG
+IWh0dHA6Ly93d3cuZS1zemlnbm8uaHUvUm9vdENBLmNydDAPBgNVHRMBAf8EBTADAQH/MIIBcwYD
+VR0gBIIBajCCAWYwggFiBgwrBgEEAYGoGAIBAQEwggFQMCgGCCsGAQUFBwIBFhxodHRwOi8vd3d3
+LmUtc3ppZ25vLmh1L1NaU1ovMIIBIgYIKwYBBQUHAgIwggEUHoIBEABBACAAdABhAG4A+gBzAO0A
+dAB2AOEAbgB5ACAA6QByAHQAZQBsAG0AZQB6AOkAcwDpAGgAZQB6ACAA6QBzACAAZQBsAGYAbwBn
+AGEAZADhAHMA4QBoAG8AegAgAGEAIABTAHoAbwBsAGcA4QBsAHQAYQB0APMAIABTAHoAbwBsAGcA
+4QBsAHQAYQB0AOEAcwBpACAAUwB6AGEAYgDhAGwAeQB6AGEAdABhACAAcwB6AGUAcgBpAG4AdAAg
+AGsAZQBsAGwAIABlAGwAagDhAHIAbgBpADoAIABoAHQAdABwADoALwAvAHcAdwB3AC4AZQAtAHMA
+egBpAGcAbgBvAC4AaAB1AC8AUwBaAFMAWgAvMIHIBgNVHR8EgcAwgb0wgbqggbeggbSGIWh0dHA6
+Ly93d3cuZS1zemlnbm8uaHUvUm9vdENBLmNybIaBjmxkYXA6Ly9sZGFwLmUtc3ppZ25vLmh1L0NO
+PU1pY3Jvc2VjJTIwZS1Temlnbm8lMjBSb290JTIwQ0EsT1U9ZS1Temlnbm8lMjBDQSxPPU1pY3Jv
+c2VjJTIwTHRkLixMPUJ1ZGFwZXN0LEM9SFU/Y2VydGlmaWNhdGVSZXZvY2F0aW9uTGlzdDtiaW5h
+cnkwDgYDVR0PAQH/BAQDAgEGMIGWBgNVHREEgY4wgYuBEGluZm9AZS1zemlnbm8uaHWkdzB1MSMw
+IQYDVQQDDBpNaWNyb3NlYyBlLVN6aWduw7MgUm9vdCBDQTEWMBQGA1UECwwNZS1TemlnbsOzIEhT
+WjEWMBQGA1UEChMNTWljcm9zZWMgS2Z0LjERMA8GA1UEBxMIQnVkYXBlc3QxCzAJBgNVBAYTAkhV
+MIGsBgNVHSMEgaQwgaGAFMegSXUWYYTbMUuE0vE3QJDvTtz3oXakdDByMQswCQYDVQQGEwJIVTER
+MA8GA1UEBxMIQnVkYXBlc3QxFjAUBgNVBAoTDU1pY3Jvc2VjIEx0ZC4xFDASBgNVBAsTC2UtU3pp
+Z25vIENBMSIwIAYDVQQDExlNaWNyb3NlYyBlLVN6aWdubyBSb290IENBghEAzLjnv04pGv2i3Gal
+HCwPETAdBgNVHQ4EFgQUx6BJdRZhhNsxS4TS8TdAkO9O3PcwDQYJKoZIhvcNAQEFBQADggEBANMT
+nGZjWS7KXHAM/IO8VbH0jgdsZifOwTsgqRy7RlRw7lrMoHfqaEQn6/Ip3Xep1fvj1KcExJW4C+FE
+aGAHQzAxQmHl7tnlJNUb3+FKG6qfx1/4ehHqE5MAyopYse7tDk2016g2JnzgOsHVV4Lxdbb9iV/a
+86g4nzUGCM4ilb7N1fy+W955a9x6qWVmvrElWl/tftOsRm1M9DKHtCAE4Gx4sHfRhUZLphK3dehK
+yVZs15KrnfVJONJPU+NVkBHbmJbGSfI+9J8b4PeI3CVimUTYc78/MPMMNz7UwiiAc7EBt51alhQB
+S6kRnSlqLtBdgcDPsiBDxwPgN05dCtxZICU=
+-----END CERTIFICATE-----
+
+Certigna
+========
+-----BEGIN CERTIFICATE-----
+MIIDqDCCApCgAwIBAgIJAP7c4wEPyUj/MA0GCSqGSIb3DQEBBQUAMDQxCzAJBgNVBAYTAkZSMRIw
+EAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hMB4XDTA3MDYyOTE1MTMwNVoXDTI3
+MDYyOTE1MTMwNVowNDELMAkGA1UEBhMCRlIxEjAQBgNVBAoMCURoaW15b3RpczERMA8GA1UEAwwI
+Q2VydGlnbmEwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDIaPHJ1tazNHUmgh7stL7q
+XOEm7RFHYeGifBZ4QCHkYJ5ayGPhxLGWkv8YbWkj4Sti993iNi+RB7lIzw7sebYs5zRLcAglozyH
+GxnygQcPOJAZ0xH+hrTy0V4eHpbNgGzOOzGTtvKg0KmVEn2lmsxryIRWijOp5yIVUxbwzBfsV1/p
+ogqYCd7jX5xv3EjjhQsVWqa6n6xI4wmy9/Qy3l40vhx4XUJbzg4ij02Q130yGLMLLGq/jj8UEYkg
+DncUtT2UCIf3JR7VsmAA7G8qKCVuKj4YYxclPz5EIBb2JsglrgVKtOdjLPOMFlN+XPsRGgjBRmKf
+Irjxwo1p3Po6WAbfAgMBAAGjgbwwgbkwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUGu3+QTmQ
+tCRZvgHyUtVF9lo53BEwZAYDVR0jBF0wW4AUGu3+QTmQtCRZvgHyUtVF9lo53BGhOKQ2MDQxCzAJ
+BgNVBAYTAkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hggkA/tzjAQ/J
+SP8wDgYDVR0PAQH/BAQDAgEGMBEGCWCGSAGG+EIBAQQEAwIABzANBgkqhkiG9w0BAQUFAAOCAQEA
+hQMeknH2Qq/ho2Ge6/PAD/Kl1NqV5ta+aDY9fm4fTIrv0Q8hbV6lUmPOEvjvKtpv6zf+EwLHyzs+
+ImvaYS5/1HI93TDhHkxAGYwP15zRgzB7mFncfca5DClMoTOi62c6ZYTTluLtdkVwj7Ur3vkj1klu
+PBS1xp81HlDQwY9qcEQCYsuuHWhBp6pX6FOqB9IG9tUUBguRA3UsbHK1YZWaDYu5Def131TN3ubY
+1gkIl2PlwS6wt0QmwCbAr1UwnjvVNioZBPRcHv/PLLf/0P2HQBHVESO7SMAhqaQoLf0V+LBOK/Qw
+WyH8EZE0vkHve52Xdf+XlcCWWC/qu0bXu+TZLg==
+-----END CERTIFICATE-----
+
+TC TrustCenter Class 2 CA II
+============================
+-----BEGIN CERTIFICATE-----
+MIIEqjCCA5KgAwIBAgIOLmoAAQACH9dSISwRXDswDQYJKoZIhvcNAQEFBQAwdjELMAkGA1UEBhMC
+REUxHDAaBgNVBAoTE1RDIFRydXN0Q2VudGVyIEdtYkgxIjAgBgNVBAsTGVRDIFRydXN0Q2VudGVy
+IENsYXNzIDIgQ0ExJTAjBgNVBAMTHFRDIFRydXN0Q2VudGVyIENsYXNzIDIgQ0EgSUkwHhcNMDYw
+MTEyMTQzODQzWhcNMjUxMjMxMjI1OTU5WjB2MQswCQYDVQQGEwJERTEcMBoGA1UEChMTVEMgVHJ1
+c3RDZW50ZXIgR21iSDEiMCAGA1UECxMZVEMgVHJ1c3RDZW50ZXIgQ2xhc3MgMiBDQTElMCMGA1UE
+AxMcVEMgVHJ1c3RDZW50ZXIgQ2xhc3MgMiBDQSBJSTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCC
+AQoCggEBAKuAh5uO8MN8h9foJIIRszzdQ2Lu+MNF2ujhoF/RKrLqk2jftMjWQ+nEdVl//OEd+DFw
+IxuInie5e/060smp6RQvkL4DUsFJzfb95AhmC1eKokKguNV/aVyQMrKXDcpK3EY+AlWJU+MaWss2
+xgdW94zPEfRMuzBwBJWl9jmM/XOBCH2JXjIeIqkiRUuwZi4wzJ9l/fzLganx4Duvo4bRierERXlQ
+Xa7pIXSSTYtZgo+U4+lK8edJsBTj9WLL1XK9H7nSn6DNqPoByNkN39r8R52zyFTfSUrxIan+GE7u
+SNQZu+995OKdy1u2bv/jzVrndIIFuoAlOMvkaZ6vQaoahPUCAwEAAaOCATQwggEwMA8GA1UdEwEB
+/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBTjq1RMgKHbVkO3kUrL84J6E1wIqzCB
+7QYDVR0fBIHlMIHiMIHfoIHcoIHZhjVodHRwOi8vd3d3LnRydXN0Y2VudGVyLmRlL2NybC92Mi90
+Y19jbGFzc18yX2NhX0lJLmNybIaBn2xkYXA6Ly93d3cudHJ1c3RjZW50ZXIuZGUvQ049VEMlMjBU
+cnVzdENlbnRlciUyMENsYXNzJTIwMiUyMENBJTIwSUksTz1UQyUyMFRydXN0Q2VudGVyJTIwR21i
+SCxPVT1yb290Y2VydHMsREM9dHJ1c3RjZW50ZXIsREM9ZGU/Y2VydGlmaWNhdGVSZXZvY2F0aW9u
+TGlzdD9iYXNlPzANBgkqhkiG9w0BAQUFAAOCAQEAjNfffu4bgBCzg/XbEeprS6iSGNn3Bzn1LL4G
+dXpoUxUc6krtXvwjshOg0wn/9vYua0Fxec3ibf2uWWuFHbhOIprtZjluS5TmVfwLG4t3wVMTZonZ
+KNaL80VKY7f9ewthXbhtvsPcW3nS7Yblok2+XnR8au0WOB9/WIFaGusyiC2y8zl3gK9etmF1Kdsj
+TYjKUCjLhdLTEKJZbtOTVAB6okaVhgWcqRmY5TFyDADiZ9lA4CQze28suVyrZZ0srHbqNZn1l7kP
+JOzHdiEoZa5X6AeIdUpWoNIFOqTmjZKILPPy4cHGYdtBxceb9w4aUUXCYWvcZCcXjFq32nQozZfk
+vQ==
+-----END CERTIFICATE-----
+
+TC TrustCenter Class 3 CA II
+============================
+-----BEGIN CERTIFICATE-----
+MIIEqjCCA5KgAwIBAgIOSkcAAQAC5aBd1j8AUb8wDQYJKoZIhvcNAQEFBQAwdjELMAkGA1UEBhMC
+REUxHDAaBgNVBAoTE1RDIFRydXN0Q2VudGVyIEdtYkgxIjAgBgNVBAsTGVRDIFRydXN0Q2VudGVy
+IENsYXNzIDMgQ0ExJTAjBgNVBAMTHFRDIFRydXN0Q2VudGVyIENsYXNzIDMgQ0EgSUkwHhcNMDYw
+MTEyMTQ0MTU3WhcNMjUxMjMxMjI1OTU5WjB2MQswCQYDVQQGEwJERTEcMBoGA1UEChMTVEMgVHJ1
+c3RDZW50ZXIgR21iSDEiMCAGA1UECxMZVEMgVHJ1c3RDZW50ZXIgQ2xhc3MgMyBDQTElMCMGA1UE
+AxMcVEMgVHJ1c3RDZW50ZXIgQ2xhc3MgMyBDQSBJSTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCC
+AQoCggEBALTgu1G7OVyLBMVMeRwjhjEQY0NVJz/GRcekPewJDRoeIMJWHt4bNwcwIi9v8Qbxq63W
+yKthoy9DxLCyLfzDlml7forkzMA5EpBCYMnMNWju2l+QVl/NHE1bWEnrDgFPZPosPIlY2C8u4rBo
+6SI7dYnWRBpl8huXJh0obazovVkdKyT21oQDZogkAHhg8fir/gKya/si+zXmFtGt9i4S5Po1auUZ
+uV3bOx4a+9P/FRQI2AlqukWdFHlgfa9Aigdzs5OW03Q0jTo3Kd5c7PXuLjHCINy+8U9/I1LZW+Jk
+2ZyqBwi1Rb3R0DHBq1SfqdLDYmAD8bs5SpJKPQq5ncWg/jcCAwEAAaOCATQwggEwMA8GA1UdEwEB
+/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBTUovyfs8PYA9NXXAek0CSnwPIA1DCB
+7QYDVR0fBIHlMIHiMIHfoIHcoIHZhjVodHRwOi8vd3d3LnRydXN0Y2VudGVyLmRlL2NybC92Mi90
+Y19jbGFzc18zX2NhX0lJLmNybIaBn2xkYXA6Ly93d3cudHJ1c3RjZW50ZXIuZGUvQ049VEMlMjBU
+cnVzdENlbnRlciUyMENsYXNzJTIwMyUyMENBJTIwSUksTz1UQyUyMFRydXN0Q2VudGVyJTIwR21i
+SCxPVT1yb290Y2VydHMsREM9dHJ1c3RjZW50ZXIsREM9ZGU/Y2VydGlmaWNhdGVSZXZvY2F0aW9u
+TGlzdD9iYXNlPzANBgkqhkiG9w0BAQUFAAOCAQEANmDkcPcGIEPZIxpC8vijsrlNirTzwppVMXzE
+O2eatN9NDoqTSheLG43KieHPOh6sHfGcMrSOWXaiQYUlN6AT0PV8TtXqluJucsG7Kv5sbviRmEb8
+yRtXW+rIGjs/sFGYPAfaLFkB2otE6OF0/ado3VS6g0bsyEa1+K+XwDsJHI/OcpY9M1ZwvJbL2NV9
+IJqDnxrcOfHFcqMRA/07QlIp2+gB95tejNaNhk4Z+rwcvsUhpYeeeC422wlxo3I0+GzjBgnyXlal
+092Y+tTmBvTwtiBjS+opvaqCZh77gaqnN60TGOaSw4HBM7uIHqHn4rS9MWwOUT1v+5ZWgOI2F9Hc
+5A==
+-----END CERTIFICATE-----
+
+TC TrustCenter Universal CA I
+=============================
+-----BEGIN CERTIFICATE-----
+MIID3TCCAsWgAwIBAgIOHaIAAQAC7LdggHiNtgYwDQYJKoZIhvcNAQEFBQAweTELMAkGA1UEBhMC
+REUxHDAaBgNVBAoTE1RDIFRydXN0Q2VudGVyIEdtYkgxJDAiBgNVBAsTG1RDIFRydXN0Q2VudGVy
+IFVuaXZlcnNhbCBDQTEmMCQGA1UEAxMdVEMgVHJ1c3RDZW50ZXIgVW5pdmVyc2FsIENBIEkwHhcN
+MDYwMzIyMTU1NDI4WhcNMjUxMjMxMjI1OTU5WjB5MQswCQYDVQQGEwJERTEcMBoGA1UEChMTVEMg
+VHJ1c3RDZW50ZXIgR21iSDEkMCIGA1UECxMbVEMgVHJ1c3RDZW50ZXIgVW5pdmVyc2FsIENBMSYw
+JAYDVQQDEx1UQyBUcnVzdENlbnRlciBVbml2ZXJzYWwgQ0EgSTCCASIwDQYJKoZIhvcNAQEBBQAD
+ggEPADCCAQoCggEBAKR3I5ZEr5D0MacQ9CaHnPM42Q9e3s9B6DGtxnSRJJZ4Hgmgm5qVSkr1YnwC
+qMqs+1oEdjneX/H5s7/zA1hV0qq34wQi0fiU2iIIAI3TfCZdzHd55yx4Oagmcw6iXSVphU9VDprv
+xrlE4Vc93x9UIuVvZaozhDrzznq+VZeujRIPFDPiUHDDSYcTvFHe15gSWu86gzOSBnWLknwSaHtw
+ag+1m7Z3W0hZneTvWq3zwZ7U10VOylY0Ibw+F1tvdwxIAUMpsN0/lm7mlaoMwCC2/T42J5zjXM9O
+gdwZu5GQfezmlwQek8wiSdeXhrYTCjxDI3d+8NzmzSQfO4ObNDqDNOMCAwEAAaNjMGEwHwYDVR0j
+BBgwFoAUkqR1LKSevoFE63n8isWVpesQdXMwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC
+AYYwHQYDVR0OBBYEFJKkdSyknr6BROt5/IrFlaXrEHVzMA0GCSqGSIb3DQEBBQUAA4IBAQAo0uCG
+1eb4e/CX3CJrO5UUVg8RMKWaTzqwOuAGy2X17caXJ/4l8lfmXpWMPmRgFVp/Lw0BxbFg/UU1z/Cy
+vwbZ71q+s2IhtNerNXxTPqYn8aEt2hojnczd7Dwtnic0XQ/CNnm8yUpiLe1r2X1BQ3y2qsrtYbE3
+ghUJGooWMNjsydZHcnhLEEYUjl8Or+zHL6sQ17bxbuyGssLoDZJz3KL0Dzq/YSMQiZxIQG5wALPT
+ujdEWBF6AmqI8Dc08BnprNRlc/ZpjGSUOnmFKbAWKwyCPwacx/0QK54PLLae4xW/2TYcuiUaUj0a
+7CIMHOCkoj3w6DnPgcB77V0fb8XQC9eY
+-----END CERTIFICATE-----
+
+Deutsche Telekom Root CA 2
+==========================
+-----BEGIN CERTIFICATE-----
+MIIDnzCCAoegAwIBAgIBJjANBgkqhkiG9w0BAQUFADBxMQswCQYDVQQGEwJERTEcMBoGA1UEChMT
+RGV1dHNjaGUgVGVsZWtvbSBBRzEfMB0GA1UECxMWVC1UZWxlU2VjIFRydXN0IENlbnRlcjEjMCEG
+A1UEAxMaRGV1dHNjaGUgVGVsZWtvbSBSb290IENBIDIwHhcNOTkwNzA5MTIxMTAwWhcNMTkwNzA5
+MjM1OTAwWjBxMQswCQYDVQQGEwJERTEcMBoGA1UEChMTRGV1dHNjaGUgVGVsZWtvbSBBRzEfMB0G
+A1UECxMWVC1UZWxlU2VjIFRydXN0IENlbnRlcjEjMCEGA1UEAxMaRGV1dHNjaGUgVGVsZWtvbSBS
+b290IENBIDIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCrC6M14IspFLEUha88EOQ5
+bzVdSq7d6mGNlUn0b2SjGmBmpKlAIoTZ1KXleJMOaAGtuU1cOs7TuKhCQN/Po7qCWWqSG6wcmtoI
+KyUn+WkjR/Hg6yx6m/UTAtB+NHzCnjwAWav12gz1MjwrrFDa1sPeg5TKqAyZMg4ISFZbavva4VhY
+AUlfckE8FQYBjl2tqriTtM2e66foai1SNNs671x1Udrb8zH57nGYMsRUFUQM+ZtV7a3fGAigo4aK
+Se5TBY8ZTNXeWHmb0mocQqvF1afPaA+W5OFhmHZhyJF81j4A4pFQh+GdCuatl9Idxjp9y7zaAzTV
+jlsB9WoHtxa2bkp/AgMBAAGjQjBAMB0GA1UdDgQWBBQxw3kbuvVT1xfgiXotF2wKsyudMzAPBgNV
+HRMECDAGAQH/AgEFMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQUFAAOCAQEAlGRZrTlk5ynr
+E/5aw4sTV8gEJPB0d8Bg42f76Ymmg7+Wgnxu1MM9756AbrsptJh6sTtU6zkXR34ajgv8HzFZMQSy
+zhfzLMdiNlXiItiJVbSYSKpk+tYcNthEeFpaIzpXl/V6ME+un2pMSyuOoAPjPuCp1NJ70rOo4nI8
+rZ7/gFnkm0W09juwzTkZmDLl6iFhkOQxIY40sfcvNUqFENrnijchvllj4PKFiDFT1FQUhXB59C4G
+dyd1Lx+4ivn+xbrYNuSD7Odlt79jWvNGr4GUN9RBjNYj1h7P9WgbRGOiWrqnNVmh5XAFmw4jV5mU
+Cm26OWMohpLzGITY+9HPBVZkVw==
+-----END CERTIFICATE-----
+
+ComSign Secured CA
+==================
+-----BEGIN CERTIFICATE-----
+MIIDqzCCApOgAwIBAgIRAMcoRwmzuGxFjB36JPU2TukwDQYJKoZIhvcNAQEFBQAwPDEbMBkGA1UE
+AxMSQ29tU2lnbiBTZWN1cmVkIENBMRAwDgYDVQQKEwdDb21TaWduMQswCQYDVQQGEwJJTDAeFw0w
+NDAzMjQxMTM3MjBaFw0yOTAzMTYxNTA0NTZaMDwxGzAZBgNVBAMTEkNvbVNpZ24gU2VjdXJlZCBD
+QTEQMA4GA1UEChMHQ29tU2lnbjELMAkGA1UEBhMCSUwwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAw
+ggEKAoIBAQDGtWhfHZQVw6QIVS3joFd67+l0Kru5fFdJGhFeTymHDEjWaueP1H5XJLkGieQcPOqs
+49ohgHMhCu95mGwfCP+hUH3ymBvJVG8+pSjsIQQPRbsHPaHA+iqYHU4Gk/v1iDurX8sWv+bznkqH
+7Rnqwp9D5PGBpX8QTz7RSmKtUxvLg/8HZaWSLWapW7ha9B20IZFKF3ueMv5WJDmyVIRD9YTC2LxB
+kMyd1mja6YJQqTtoz7VdApRgFrFD2UNd3V2Hbuq7s8lr9gOUCXDeFhF6K+h2j0kQmHe5Y1yLM5d1
+9guMsqtb3nQgJT/j8xH5h2iGNXHDHYwt6+UarA9z1YJZQIDTAgMBAAGjgacwgaQwDAYDVR0TBAUw
+AwEB/zBEBgNVHR8EPTA7MDmgN6A1hjNodHRwOi8vZmVkaXIuY29tc2lnbi5jby5pbC9jcmwvQ29t
+U2lnblNlY3VyZWRDQS5jcmwwDgYDVR0PAQH/BAQDAgGGMB8GA1UdIwQYMBaAFMFL7XC29z58ADsA
+j8c+DkWfHl3sMB0GA1UdDgQWBBTBS+1wtvc+fAA7AI/HPg5Fnx5d7DANBgkqhkiG9w0BAQUFAAOC
+AQEAFs/ukhNQq3sUnjO2QiBq1BW9Cav8cujvR3qQrFHBZE7piL1DRYHjZiM/EoZNGeQFsOY3wo3a
+BijJD4mkU6l1P7CW+6tMM1X5eCZGbxs2mPtCdsGCuY7e+0X5YxtiOzkGynd6qDwJz2w2PQ8KRUtp
+FhpFfTMDZflScZAmlaxMDPWLkz/MdXSFmLr/YnpNH4n+rr2UAJm/EaXc4HnFFgt9AmEd6oX5AhVP
+51qJThRv4zdLhfXBPGHg/QVBspJ/wx2g0K5SZGBrGMYmnNj1ZOQ2GmKfig8+/21OGVZOIJFsnzQz
+OjRXUDpvgV4GxvU+fE6OK85lBi5d0ipTdF7Tbieejw==
+-----END CERTIFICATE-----
+
+Cybertrust Global Root
+======================
+-----BEGIN CERTIFICATE-----
+MIIDoTCCAomgAwIBAgILBAAAAAABD4WqLUgwDQYJKoZIhvcNAQEFBQAwOzEYMBYGA1UEChMPQ3li
+ZXJ0cnVzdCwgSW5jMR8wHQYDVQQDExZDeWJlcnRydXN0IEdsb2JhbCBSb290MB4XDTA2MTIxNTA4
+MDAwMFoXDTIxMTIxNTA4MDAwMFowOzEYMBYGA1UEChMPQ3liZXJ0cnVzdCwgSW5jMR8wHQYDVQQD
+ExZDeWJlcnRydXN0IEdsb2JhbCBSb290MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA
++Mi8vRRQZhP/8NN57CPytxrHjoXxEnOmGaoQ25yiZXRadz5RfVb23CO21O1fWLE3TdVJDm71aofW
+0ozSJ8bi/zafmGWgE07GKmSb1ZASzxQG9Dvj1Ci+6A74q05IlG2OlTEQXO2iLb3VOm2yHLtgwEZL
+AfVJrn5GitB0jaEMAs7u/OePuGtm839EAL9mJRQr3RAwHQeWP032a7iPt3sMpTjr3kfb1V05/Iin
+89cqdPHoWqI7n1C6poxFNcJQZZXcY4Lv3b93TZxiyWNzFtApD0mpSPCzqrdsxacwOUBdrsTiXSZT
+8M4cIwhhqJQZugRiQOwfOHB3EgZxpzAYXSUnpQIDAQABo4GlMIGiMA4GA1UdDwEB/wQEAwIBBjAP
+BgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBS2CHsNesysIEyGVjJez6tuhS1wVzA/BgNVHR8EODA2
+MDSgMqAwhi5odHRwOi8vd3d3Mi5wdWJsaWMtdHJ1c3QuY29tL2NybC9jdC9jdHJvb3QuY3JsMB8G
+A1UdIwQYMBaAFLYIew16zKwgTIZWMl7Pq26FLXBXMA0GCSqGSIb3DQEBBQUAA4IBAQBW7wojoFRO
+lZfJ+InaRcHUowAl9B8Tq7ejhVhpwjCt2BWKLePJzYFa+HMjWqd8BfP9IjsO0QbE2zZMcwSO5bAi
+5MXzLqXZI+O4Tkogp24CJJ8iYGd7ix1yCcUxXOl5n4BHPa2hCwcUPUf/A2kaDAtE52Mlp3+yybh2
+hO0j9n0Hq0V+09+zv+mKts2oomcrUtW3ZfA5TGOgkXmTUg9U3YO7n9GPp1Nzw8v/MOx8BLjYRB+T
+X3EJIrduPuocA06dGiBh+4E37F78CkWr1+cXVdCg6mCbpvbjjFspwgZgFJ0tl0ypkxWdYcQBX0jW
+WL1WMRJOEcgh4LMRkWXbtKaIOM5V
+-----END CERTIFICATE-----
+
+ePKI Root Certification Authority
+=================================
+-----BEGIN CERTIFICATE-----
+MIIFsDCCA5igAwIBAgIQFci9ZUdcr7iXAF7kBtK8nTANBgkqhkiG9w0BAQUFADBeMQswCQYDVQQG
+EwJUVzEjMCEGA1UECgwaQ2h1bmdod2EgVGVsZWNvbSBDby4sIEx0ZC4xKjAoBgNVBAsMIWVQS0kg
+Um9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wNDEyMjAwMjMxMjdaFw0zNDEyMjAwMjMx
+MjdaMF4xCzAJBgNVBAYTAlRXMSMwIQYDVQQKDBpDaHVuZ2h3YSBUZWxlY29tIENvLiwgTHRkLjEq
+MCgGA1UECwwhZVBLSSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIICIjANBgkqhkiG9w0B
+AQEFAAOCAg8AMIICCgKCAgEA4SUP7o3biDN1Z82tH306Tm2d0y8U82N0ywEhajfqhFAHSyZbCUNs
+IZ5qyNUD9WBpj8zwIuQf5/dqIjG3LBXy4P4AakP/h2XGtRrBp0xtInAhijHyl3SJCRImHJ7K2RKi
+lTza6We/CKBk49ZCt0Xvl/T29de1ShUCWH2YWEtgvM3XDZoTM1PRYfl61dd4s5oz9wCGzh1NlDiv
+qOx4UXCKXBCDUSH3ET00hl7lSM2XgYI1TBnsZfZrxQWh7kcT1rMhJ5QQCtkkO7q+RBNGMD+XPNjX
+12ruOzjjK9SXDrkb5wdJfzcq+Xd4z1TtW0ado4AOkUPB1ltfFLqfpo0kR0BZv3I4sjZsN/+Z0V0O
+WQqraffAsgRFelQArr5T9rXn4fg8ozHSqf4hUmTFpmfwdQcGlBSBVcYn5AGPF8Fqcde+S/uUWH1+
+ETOxQvdibBjWzwloPn9s9h6PYq2lY9sJpx8iQkEeb5mKPtf5P0B6ebClAZLSnT0IFaUQAS2zMnao
+lQ2zepr7BxB4EW/hj8e6DyUadCrlHJhBmd8hh+iVBmoKs2pHdmX2Os+PYhcZewoozRrSgx4hxyy/
+vv9haLdnG7t4TY3OZ+XkwY63I2binZB1NJipNiuKmpS5nezMirH4JYlcWrYvjB9teSSnUmjDhDXi
+Zo1jDiVN1Rmy5nk3pyKdVDECAwEAAaNqMGgwHQYDVR0OBBYEFB4M97Zn8uGSJglFwFU5Lnc/Qkqi
+MAwGA1UdEwQFMAMBAf8wOQYEZyoHAAQxMC8wLQIBADAJBgUrDgMCGgUAMAcGBWcqAwAABBRFsMLH
+ClZ87lt4DJX5GFPBphzYEDANBgkqhkiG9w0BAQUFAAOCAgEACbODU1kBPpVJufGBuvl2ICO1J2B0
+1GqZNF5sAFPZn/KmsSQHRGoqxqWOeBLoR9lYGxMqXnmbnwoqZ6YlPwZpVnPDimZI+ymBV3QGypzq
+KOg4ZyYr8dW1P2WT+DZdjo2NQCCHGervJ8A9tDkPJXtoUHRVnAxZfVo9QZQlUgjgRywVMRnVvwdV
+xrsStZf0X4OFunHB2WyBEXYKCrC/gpf36j36+uwtqSiUO1bd0lEursC9CBWMd1I0ltabrNMdjmEP
+NXubrjlpC2JgQCA2j6/7Nu4tCEoduL+bXPjqpRugc6bY+G7gMwRfaKonh+3ZwZCc7b3jajWvY9+r
+GNm65ulK6lCKD2GTHuItGeIwlDWSXQ62B68ZgI9HkFFLLk3dheLSClIKF5r8GrBQAuUBo2M3IUxE
+xJtRmREOc5wGj1QupyheRDmHVi03vYVElOEMSyycw5KFNGHLD7ibSkNS/jQ6fbjpKdx2qcgw+BRx
+gMYeNkh0IkFch4LoGHGLQYlE535YW6i4jRPpp2zDR+2zGp1iro2C6pSe3VkQw63d4k3jMdXH7Ojy
+sP6SHhYKGvzZ8/gntsm+HbRsZJB/9OTEW9c3rkIO3aQab3yIVMUWbuF6aC74Or8NpDyJO3inTmOD
+BCEIZ43ygknQW/2xzQ+DhNQ+IIX3Sj0rnP0qCglN6oH4EZw=
+-----END CERTIFICATE-----
+
+T\xc3\x9c\x42\xC4\xB0TAK UEKAE K\xC3\xB6k Sertifika Hizmet Sa\xC4\x9Flay\xc4\xb1\x63\xc4\xb1s\xc4\xb1 - S\xC3\xBCr\xC3\xBCm 3
+=============================================================================================================================
+-----BEGIN CERTIFICATE-----
+MIIFFzCCA/+gAwIBAgIBETANBgkqhkiG9w0BAQUFADCCASsxCzAJBgNVBAYTAlRSMRgwFgYDVQQH
+DA9HZWJ6ZSAtIEtvY2FlbGkxRzBFBgNVBAoMPlTDvHJraXllIEJpbGltc2VsIHZlIFRla25vbG9q
+aWsgQXJhxZ90xLFybWEgS3VydW11IC0gVMOcQsSwVEFLMUgwRgYDVQQLDD9VbHVzYWwgRWxla3Ry
+b25payB2ZSBLcmlwdG9sb2ppIEFyYcWfdMSxcm1hIEVuc3RpdMO8c8O8IC0gVUVLQUUxIzAhBgNV
+BAsMGkthbXUgU2VydGlmaWthc3lvbiBNZXJrZXppMUowSAYDVQQDDEFUw5xCxLBUQUsgVUVLQUUg
+S8O2ayBTZXJ0aWZpa2EgSGl6bWV0IFNhxJ9sYXnEsWPEsXPEsSAtIFPDvHLDvG0gMzAeFw0wNzA4
+MjQxMTM3MDdaFw0xNzA4MjExMTM3MDdaMIIBKzELMAkGA1UEBhMCVFIxGDAWBgNVBAcMD0dlYnpl
+IC0gS29jYWVsaTFHMEUGA1UECgw+VMO8cmtpeWUgQmlsaW1zZWwgdmUgVGVrbm9sb2ppayBBcmHF
+n3TEsXJtYSBLdXJ1bXUgLSBUw5xCxLBUQUsxSDBGBgNVBAsMP1VsdXNhbCBFbGVrdHJvbmlrIHZl
+IEtyaXB0b2xvamkgQXJhxZ90xLFybWEgRW5zdGl0w7xzw7wgLSBVRUtBRTEjMCEGA1UECwwaS2Ft
+dSBTZXJ0aWZpa2FzeW9uIE1lcmtlemkxSjBIBgNVBAMMQVTDnELEsFRBSyBVRUtBRSBLw7ZrIFNl
+cnRpZmlrYSBIaXptZXQgU2HEn2xhecSxY8Sxc8SxIC0gU8O8csO8bSAzMIIBIjANBgkqhkiG9w0B
+AQEFAAOCAQ8AMIIBCgKCAQEAim1L/xCIOsP2fpTo6iBkcK4hgb46ezzb8R1Sf1n68yJMlaCQvEhO
+Eav7t7WNeoMojCZG2E6VQIdhn8WebYGHV2yKO7Rm6sxA/OOqbLLLAdsyv9Lrhc+hDVXDWzhXcLh1
+xnnRFDDtG1hba+818qEhTsXOfJlfbLm4IpNQp81McGq+agV/E5wrHur+R84EpW+sky58K5+eeROR
+6Oqeyjh1jmKwlZMq5d/pXpduIF9fhHpEORlAHLpVK/swsoHvhOPc7Jg4OQOFCKlUAwUp8MmPi+oL
+hmUZEdPpCSPeaJMDyTYcIW7OjGbxmTDY17PDHfiBLqi9ggtm/oLL4eAagsNAgQIDAQABo0IwQDAd
+BgNVHQ4EFgQUvYiHyY/2pAoLquvF/pEjnatKijIwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQF
+MAMBAf8wDQYJKoZIhvcNAQEFBQADggEBAB18+kmPNOm3JpIWmgV050vQbTlswyb2zrgxvMTfvCr4
+N5EY3ATIZJkrGG2AA1nJrvhY0D7twyOfaTyGOBye79oneNGEN3GKPEs5z35FBtYt2IpNeBLWrcLT
+y9LQQfMmNkqblWwM7uXRQydmwYj3erMgbOqwaSvHIOgMA8RBBZniP+Rr+KCGgceExh/VS4ESshYh
+LBOhgLJeDEoTniDYYkCrkOpkSi+sDQESeUWoL4cZaMjihccwsnX5OD+ywJO0a+IDRM5noN+J1q2M
+dqMTw5RhK2vZbMEHCiIHhWyFJEapvj+LeISCfiQMnf2BN+MlqO02TpUsyZyQ2uypQjyttgI=
+-----END CERTIFICATE-----
+
+Buypass Class 2 CA 1
+====================
+-----BEGIN CERTIFICATE-----
+MIIDUzCCAjugAwIBAgIBATANBgkqhkiG9w0BAQUFADBLMQswCQYDVQQGEwJOTzEdMBsGA1UECgwU
+QnV5cGFzcyBBUy05ODMxNjMzMjcxHTAbBgNVBAMMFEJ1eXBhc3MgQ2xhc3MgMiBDQSAxMB4XDTA2
+MTAxMzEwMjUwOVoXDTE2MTAxMzEwMjUwOVowSzELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBh
+c3MgQVMtOTgzMTYzMzI3MR0wGwYDVQQDDBRCdXlwYXNzIENsYXNzIDIgQ0EgMTCCASIwDQYJKoZI
+hvcNAQEBBQADggEPADCCAQoCggEBAIs8B0XY9t/mx8q6jUPFR42wWsE425KEHK8T1A9vNkYgxC7M
+cXA0ojTTNy7Y3Tp3L8DrKehc0rWpkTSHIln+zNvnma+WwajHQN2lFYxuyHyXA8vmIPLXl18xoS83
+0r7uvqmtqEyeIWZDO6i88wmjONVZJMHCR3axiFyCO7srpgTXjAePzdVBHfCuuCkslFJgNJQ72uA4
+0Z0zPhX0kzLFANq1KWYOOngPIVJfAuWSeyXTkh4vFZ2B5J2O6O+JzhRMVB0cgRJNcKi+EAUXfh/R
+uFdV7c27UsKwHnjCTTZoy1YmwVLBvXb3WNVyfh9EdrsAiR0WnVE1703CVu9r4Iw7DekCAwEAAaNC
+MEAwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUP42aWYv8e3uco684sDntkHGA1sgwDgYDVR0P
+AQH/BAQDAgEGMA0GCSqGSIb3DQEBBQUAA4IBAQAVGn4TirnoB6NLJzKyQJHyIdFkhb5jatLPgcIV
+1Xp+DCmsNx4cfHZSldq1fyOhKXdlyTKdqC5Wq2B2zha0jX94wNWZUYN/Xtm+DKhQ7SLHrQVMdvvt
+7h5HZPb3J31cKA9FxVxiXqaakZG3Uxcu3K1gnZZkOb1naLKuBctN518fV4bVIJwo+28TOPX2EZL2
+fZleHwzoq0QkKXJAPTZSr4xYkHPB7GEseaHsh7U/2k3ZIQAw3pDaDtMaSKk+hQsUi4y8QZ5q9w5w
+wDX3OaJdZtB7WZ+oRxKaJyOkLY4ng5IgodcVf/EuGO70SH8vf/GhGLWhC5SgYiAynB321O+/TIho
+-----END CERTIFICATE-----
+
+Buypass Class 3 CA 1
+====================
+-----BEGIN CERTIFICATE-----
+MIIDUzCCAjugAwIBAgIBAjANBgkqhkiG9w0BAQUFADBLMQswCQYDVQQGEwJOTzEdMBsGA1UECgwU
+QnV5cGFzcyBBUy05ODMxNjMzMjcxHTAbBgNVBAMMFEJ1eXBhc3MgQ2xhc3MgMyBDQSAxMB4XDTA1
+MDUwOTE0MTMwM1oXDTE1MDUwOTE0MTMwM1owSzELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBh
+c3MgQVMtOTgzMTYzMzI3MR0wGwYDVQQDDBRCdXlwYXNzIENsYXNzIDMgQ0EgMTCCASIwDQYJKoZI
+hvcNAQEBBQADggEPADCCAQoCggEBAKSO13TZKWTeXx+HgJHqTjnmGcZEC4DVC69TB4sSveZn8AKx
+ifZgisRbsELRwCGoy+Gb72RRtqfPFfV0gGgEkKBYouZ0plNTVUhjP5JW3SROjvi6K//zNIqeKNc0
+n6wv1g/xpC+9UrJJhW05NfBEMJNGJPO251P7vGGvqaMU+8IXF4Rs4HyI+MkcVyzwPX6UvCWThOia
+AJpFBUJXgPROztmuOfbIUxAMZTpHe2DC1vqRycZxbL2RhzyRhkmr8w+gbCZ2Xhysm3HljbybIR6c
+1jh+JIAVMYKWsUnTYjdbiAwKYjT+p0h+mbEwi5A3lRyoH6UsjfRVyNvdWQrCrXig9IsCAwEAAaNC
+MEAwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUOBTmyPCppAP0Tj4io1vy1uCtQHQwDgYDVR0P
+AQH/BAQDAgEGMA0GCSqGSIb3DQEBBQUAA4IBAQABZ6OMySU9E2NdFm/soT4JXJEVKirZgCFPBdy7
+pYmrEzMqnji3jG8CcmPHc3ceCQa6Oyh7pEfJYWsICCD8igWKH7y6xsL+z27sEzNxZy5p+qksP2bA
+EllNC1QCkoS72xLvg3BweMhT+t/Gxv/ciC8HwEmdMldg0/L2mSlf56oBzKwzqBwKu5HEA6BvtjT5
+htOzdlSY9EqBs1OdTUDs5XcTRa9bqh/YL0yCe/4qxFi7T/ye/QNlGioOw6UgFpRreaaiErS7GqQj
+el/wroQk5PMr+4okoyeYZdowdXb8GZHo2+ubPzK/QJcHJrrM85SFSnonk8+QQtS4Wxam58tAA915
+-----END CERTIFICATE-----
+
+EBG Elektronik Sertifika Hizmet Sa\xC4\x9Flay\xc4\xb1\x63\xc4\xb1s\xc4\xb1
+==========================================================================
+-----BEGIN CERTIFICATE-----
+MIIF5zCCA8+gAwIBAgIITK9zQhyOdAIwDQYJKoZIhvcNAQEFBQAwgYAxODA2BgNVBAMML0VCRyBF
+bGVrdHJvbmlrIFNlcnRpZmlrYSBIaXptZXQgU2HEn2xhecSxY8Sxc8SxMTcwNQYDVQQKDC5FQkcg
+QmlsacWfaW0gVGVrbm9sb2ppbGVyaSB2ZSBIaXptZXRsZXJpIEEuxZ4uMQswCQYDVQQGEwJUUjAe
+Fw0wNjA4MTcwMDIxMDlaFw0xNjA4MTQwMDMxMDlaMIGAMTgwNgYDVQQDDC9FQkcgRWxla3Ryb25p
+ayBTZXJ0aWZpa2EgSGl6bWV0IFNhxJ9sYXnEsWPEsXPEsTE3MDUGA1UECgwuRUJHIEJpbGnFn2lt
+IFRla25vbG9qaWxlcmkgdmUgSGl6bWV0bGVyaSBBLsWeLjELMAkGA1UEBhMCVFIwggIiMA0GCSqG
+SIb3DQEBAQUAA4ICDwAwggIKAoICAQDuoIRh0DpqZhAy2DE4f6en5f2h4fuXd7hxlugTlkaDT7by
+X3JWbhNgpQGR4lvFzVcfd2NR/y8927k/qqk153nQ9dAktiHq6yOU/im/+4mRDGSaBUorzAzu8T2b
+gmmkTPiab+ci2hC6X5L8GCcKqKpE+i4stPtGmggDg3KriORqcsnlZR9uKg+ds+g75AxuetpX/dfr
+eYteIAbTdgtsApWjluTLdlHRKJ2hGvxEok3MenaoDT2/F08iiFD9rrbskFBKW5+VQarKD7JK/oCZ
+TqNGFav4c0JqwmZ2sQomFd2TkuzbqV9UIlKRcF0T6kjsbgNs2d1s/OsNA/+mgxKb8amTD8UmTDGy
+Y5lhcucqZJnSuOl14nypqZoaqsNW2xCaPINStnuWt6yHd6i58mcLlEOzrz5z+kI2sSXFCjEmN1Zn
+uqMLfdb3ic1nobc6HmZP9qBVFCVMLDMNpkGMvQQxahByCp0OLna9XvNRiYuoP1Vzv9s6xiQFlpJI
+qkuNKgPlV5EQ9GooFW5Hd4RcUXSfGenmHmMWOeMRFeNYGkS9y8RsZteEBt8w9DeiQyJ50hBs37vm
+ExH8nYQKE3vwO9D8owrXieqWfo1IhR5kX9tUoqzVegJ5a9KK8GfaZXINFHDk6Y54jzJ0fFfy1tb0
+Nokb+Clsi7n2l9GkLqq+CxnCRelwXQIDAJ3Zo2MwYTAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB
+/wQEAwIBBjAdBgNVHQ4EFgQU587GT/wWZ5b6SqMHwQSny2re2kcwHwYDVR0jBBgwFoAU587GT/wW
+Z5b6SqMHwQSny2re2kcwDQYJKoZIhvcNAQEFBQADggIBAJuYml2+8ygjdsZs93/mQJ7ANtyVDR2t
+FcU22NU57/IeIl6zgrRdu0waypIN30ckHrMk2pGI6YNw3ZPX6bqz3xZaPt7gyPvT/Wwp+BVGoGgm
+zJNSroIBk5DKd8pNSe/iWtkqvTDOTLKBtjDOWU/aWR1qeqRFsIImgYZ29fUQALjuswnoT4cCB64k
+XPBfrAowzIpAoHMEwfuJJPaaHFy3PApnNgUIMbOv2AFoKuB4j3TeuFGkjGwgPaL7s9QJ/XvCgKqT
+bCmYIai7FvOpEl90tYeY8pUm3zTvilORiF0alKM/fCL414i6poyWqD1SNGKfAB5UVUJnxk1Gj7sU
+RT0KlhaOEKGXmdXTMIXM3rRyt7yKPBgpaP3ccQfuJDlq+u2lrDgv+R4QDgZxGhBM/nV+/x5XOULK
+1+EVoVZVWRvRo68R2E7DpSvvkL/A7IITW43WciyTTo9qKd+FPNMN4KIYEsxVL0e3p5sC/kH2iExt
+2qkBR4NkJ2IQgtYSe14DHzSpyZH+r11thie3I6p1GMog57AP14kOpmciY/SDQSsGS7tY1dHXt7kQ
+Y9iJSrSq3RZj9W6+YKH47ejWkE8axsWgKdOnIaj1Wjz3x0miIZpKlVIglnKaZsv30oZDfCK+lvm9
+AahH3eU7QPl1K5srRmSGjR70j/sHd9DqSaIcjVIUpgqT
+-----END CERTIFICATE-----
+
+certSIGN ROOT CA
+================
+-----BEGIN CERTIFICATE-----
+MIIDODCCAiCgAwIBAgIGIAYFFnACMA0GCSqGSIb3DQEBBQUAMDsxCzAJBgNVBAYTAlJPMREwDwYD
+VQQKEwhjZXJ0U0lHTjEZMBcGA1UECxMQY2VydFNJR04gUk9PVCBDQTAeFw0wNjA3MDQxNzIwMDRa
+Fw0zMTA3MDQxNzIwMDRaMDsxCzAJBgNVBAYTAlJPMREwDwYDVQQKEwhjZXJ0U0lHTjEZMBcGA1UE
+CxMQY2VydFNJR04gUk9PVCBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALczuX7I
+JUqOtdu0KBuqV5Do0SLTZLrTk+jUrIZhQGpgV2hUhE28alQCBf/fm5oqrl0Hj0rDKH/v+yv6efHH
+rfAQUySQi2bJqIirr1qjAOm+ukbuW3N7LBeCgV5iLKECZbO9xSsAfsT8AzNXDe3i+s5dRdY4zTW2
+ssHQnIFKquSyAVwdj1+ZxLGt24gh65AIgoDzMKND5pCCrlUoSe1b16kQOA7+j0xbm0bqQfWwCHTD
+0IgztnzXdN/chNFDDnU5oSVAKOp4yw4sLjmdjItuFhwvJoIQ4uNllAoEwF73XVv4EOLQunpL+943
+AAAaWyjj0pxzPjKHmKHJUS/X3qwzs08CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8B
+Af8EBAMCAcYwHQYDVR0OBBYEFOCMm9slSbPxfIbWskKHC9BroNnkMA0GCSqGSIb3DQEBBQUAA4IB
+AQA+0hyJLjX8+HXd5n9liPRyTMks1zJO890ZeUe9jjtbkw9QSSQTaxQGcu8J06Gh40CEyecYMnQ8
+SG4Pn0vU9x7Tk4ZkVJdjclDVVc/6IJMCopvDI5NOFlV2oHB5bc0hH88vLbwZ44gx+FkagQnIl6Z0
+x2DEW8xXjrJ1/RsCCdtZb3KTafcxQdaIOL+Hsr0Wefmq5L6IJd1hJyMctTEHBDa0GpC9oHRxUIlt
+vBTjD4au8as+x6AJzKNI0eDbZOeStc+vckNwi/nDhDwTqn6Sm1dTk/pwwpEOMfmbZ13pljheX7Nz
+TogVZ96edhBiIL5VaZVDADlN9u6wWk5JRFRYX0KD
+-----END CERTIFICATE-----
+
+CNNIC ROOT
+==========
+-----BEGIN CERTIFICATE-----
+MIIDVTCCAj2gAwIBAgIESTMAATANBgkqhkiG9w0BAQUFADAyMQswCQYDVQQGEwJDTjEOMAwGA1UE
+ChMFQ05OSUMxEzARBgNVBAMTCkNOTklDIFJPT1QwHhcNMDcwNDE2MDcwOTE0WhcNMjcwNDE2MDcw
+OTE0WjAyMQswCQYDVQQGEwJDTjEOMAwGA1UEChMFQ05OSUMxEzARBgNVBAMTCkNOTklDIFJPT1Qw
+ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDTNfc/c3et6FtzF8LRb+1VvG7q6KR5smzD
+o+/hn7E7SIX1mlwhIhAsxYLO2uOabjfhhyzcuQxauohV3/2q2x8x6gHx3zkBwRP9SFIhxFXf2tiz
+VHa6dLG3fdfA6PZZxU3Iva0fFNrfWEQlMhkqx35+jq44sDB7R3IJMfAw28Mbdim7aXZOV/kbZKKT
+VrdvmW7bCgScEeOAH8tjlBAKqeFkgjH5jCftppkA9nCTGPihNIaj3XrCGHn2emU1z5DrvTOTn1Or
+czvmmzQgLx3vqR1jGqCA2wMv+SYahtKNu6m+UjqHZ0gNv7Sg2Ca+I19zN38m5pIEo3/PIKe38zrK
+y5nLAgMBAAGjczBxMBEGCWCGSAGG+EIBAQQEAwIABzAfBgNVHSMEGDAWgBRl8jGtKvf33VKWCscC
+wQ7vptU7ETAPBgNVHRMBAf8EBTADAQH/MAsGA1UdDwQEAwIB/jAdBgNVHQ4EFgQUZfIxrSr3991S
+lgrHAsEO76bVOxEwDQYJKoZIhvcNAQEFBQADggEBAEs17szkrr/Dbq2flTtLP1se31cpolnKOOK5
+Gv+e5m4y3R6u6jW39ZORTtpC4cMXYFDy0VwmuYK36m3knITnA3kXr5g9lNvHugDnuL8BV8F3RTIM
+O/G0HAiw/VGgod2aHRM2mm23xzy54cXZF/qD1T0VoDy7HgviyJA/qIYM/PmLXoXLT1tLYhFHxUV8
+BS9BsZ4QaRuZluBVeftOhpm4lNqGOGqTo+fLbuXf6iFViZx9fX+Y9QCJ7uOEwFyWtcVG6kbghVW2
+G8kS1sHNzYDzAgE8yGnLRUhj2JTQ7IUOO04RZfSCjKY9ri4ilAnIXOo8gV0WKgOXFlUJ24pBgp5m
+mxE=
+-----END CERTIFICATE-----
+
+ApplicationCA - Japanese Government
+===================================
+-----BEGIN CERTIFICATE-----
+MIIDoDCCAoigAwIBAgIBMTANBgkqhkiG9w0BAQUFADBDMQswCQYDVQQGEwJKUDEcMBoGA1UEChMT
+SmFwYW5lc2UgR292ZXJubWVudDEWMBQGA1UECxMNQXBwbGljYXRpb25DQTAeFw0wNzEyMTIxNTAw
+MDBaFw0xNzEyMTIxNTAwMDBaMEMxCzAJBgNVBAYTAkpQMRwwGgYDVQQKExNKYXBhbmVzZSBHb3Zl
+cm5tZW50MRYwFAYDVQQLEw1BcHBsaWNhdGlvbkNBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB
+CgKCAQEAp23gdE6Hj6UG3mii24aZS2QNcfAKBZuOquHMLtJqO8F6tJdhjYq+xpqcBrSGUeQ3DnR4
+fl+Kf5Sk10cI/VBaVuRorChzoHvpfxiSQE8tnfWuREhzNgaeZCw7NCPbXCbkcXmP1G55IrmTwcrN
+wVbtiGrXoDkhBFcsovW8R0FPXjQilbUfKW1eSvNNcr5BViCH/OlQR9cwFO5cjFW6WY2H/CPek9AE
+jP3vbb3QesmlOmpyM8ZKDQUXKi17safY1vC+9D/qDihtQWEjdnjDuGWk81quzMKq2edY3rZ+nYVu
+nyoKb58DKTCXKB28t89UKU5RMfkntigm/qJj5kEW8DOYRwIDAQABo4GeMIGbMB0GA1UdDgQWBBRU
+WssmP3HMlEYNllPqa0jQk/5CdTAOBgNVHQ8BAf8EBAMCAQYwWQYDVR0RBFIwUKROMEwxCzAJBgNV
+BAYTAkpQMRgwFgYDVQQKDA/ml6XmnKzlm73mlL/lupwxIzAhBgNVBAsMGuOCouODl+ODquOCseOD
+vOOCt+ODp+ODs0NBMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEBADlqRHZ3ODrs
+o2dGD/mLBqj7apAxzn7s2tGJfHrrLgy9mTLnsCTWw//1sogJhyzjVOGjprIIC8CFqMjSnHH2HZ9g
+/DgzE+Ge3Atf2hZQKXsvcJEPmbo0NI2VdMV+eKlmXb3KIXdCEKxmJj3ekav9FfBv7WxfEPjzFvYD
+io+nEhEMy/0/ecGc/WLuo89UDNErXxc+4z6/wCs+CZv+iKZ+tJIX/COUgb1up8WMwusRRdv4QcmW
+dupwX3kSa+SjB1oF7ydJzyGfikwJcGapJsErEU4z0g781mzSDjJkaP+tBXhfAx2o45CsJOAPQKdL
+rosot4LKGAfmt1t06SAZf7IbiVQ=
+-----END CERTIFICATE-----
+
+GeoTrust Primary Certification Authority - G3
+=============================================
+-----BEGIN CERTIFICATE-----
+MIID/jCCAuagAwIBAgIQFaxulBmyeUtB9iepwxgPHzANBgkqhkiG9w0BAQsFADCBmDELMAkGA1UE
+BhMCVVMxFjAUBgNVBAoTDUdlb1RydXN0IEluYy4xOTA3BgNVBAsTMChjKSAyMDA4IEdlb1RydXN0
+IEluYy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25seTE2MDQGA1UEAxMtR2VvVHJ1c3QgUHJpbWFy
+eSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEczMB4XDTA4MDQwMjAwMDAwMFoXDTM3MTIwMTIz
+NTk1OVowgZgxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMTkwNwYDVQQLEzAo
+YykgMjAwOCBHZW9UcnVzdCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxNjA0BgNVBAMT
+LUdlb1RydXN0IFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBHMzCCASIwDQYJKoZI
+hvcNAQEBBQADggEPADCCAQoCggEBANziXmJYHTNXOTIz+uvLh4yn1ErdBojqZI4xmKU4kB6Yzy5j
+K/BGvESyiaHAKAxJcCGVn2TAppMSAmUmhsalifD614SgcK9PGpc/BkTVyetyEH3kMSj7HGHmKAdE
+c5IiaacDiGydY8hS2pgn5whMcD60yRLBxWeDXTPzAxHsatBT4tG6NmCUgLthY2xbF37fQJQeqw3C
+IShwiP/WJmxsYAQlTlV+fe+/lEjetx3dcI0FX4ilm/LC7urRQEFtYjgdVgbFA0dRIBn8exALDmKu
+dlW/X3e+PkkBUz2YJQN2JFodtNuJ6nnltrM7P7pMKEF/BqxqjsHQ9gUdfeZChuOl1UcCAwEAAaNC
+MEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFMR5yo6hTgMdHNxr
+2zFblD4/MH8tMA0GCSqGSIb3DQEBCwUAA4IBAQAtxRPPVoB7eni9n64smefv2t+UXglpp+duaIy9
+cr5HqQ6XErhK8WTTOd8lNNTBzU6B8A8ExCSzNJbGpqow32hhc9f5joWJ7w5elShKKiePEI4ufIbE
+Ap7aDHdlDkQNkv39sxY2+hENHYwOB4lqKVb3cvTdFZx3NWZXqxNT2I7BQMXXExZacse3aQHEerGD
+AWh9jUGhlBjBJVz88P6DAod8DQ3PLghcSkANPuyBYeYk28rgDi0Hsj5W3I31QYUHSJsMC8tJP33s
+t/3LjWeJGqvtux6jAAgIFyqCXDFdRootD4abdNlF+9RAsXqqaC2Gspki4cErx5z481+oghLrGREt
+-----END CERTIFICATE-----
+
+thawte Primary Root CA - G2
+===========================
+-----BEGIN CERTIFICATE-----
+MIICiDCCAg2gAwIBAgIQNfwmXNmET8k9Jj1Xm67XVjAKBggqhkjOPQQDAzCBhDELMAkGA1UEBhMC
+VVMxFTATBgNVBAoTDHRoYXd0ZSwgSW5jLjE4MDYGA1UECxMvKGMpIDIwMDcgdGhhd3RlLCBJbmMu
+IC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxJDAiBgNVBAMTG3RoYXd0ZSBQcmltYXJ5IFJvb3Qg
+Q0EgLSBHMjAeFw0wNzExMDUwMDAwMDBaFw0zODAxMTgyMzU5NTlaMIGEMQswCQYDVQQGEwJVUzEV
+MBMGA1UEChMMdGhhd3RlLCBJbmMuMTgwNgYDVQQLEy8oYykgMjAwNyB0aGF3dGUsIEluYy4gLSBG
+b3IgYXV0aG9yaXplZCB1c2Ugb25seTEkMCIGA1UEAxMbdGhhd3RlIFByaW1hcnkgUm9vdCBDQSAt
+IEcyMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEotWcgnuVnfFSeIf+iha/BebfowJPDQfGAFG6DAJS
+LSKkQjnE/o/qycG+1E3/n3qe4rF8mq2nhglzh9HnmuN6papu+7qzcMBniKI11KOasf2twu8x+qi5
+8/sIxpHR+ymVo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQU
+mtgAMADna3+FGO6Lts6KDPgR4bswCgYIKoZIzj0EAwMDaQAwZgIxAN344FdHW6fmCsO99YCKlzUN
+G4k8VIZ3KMqh9HneteY4sPBlcIx/AlTCv//YoT7ZzwIxAMSNlPzcU9LcnXgWHxUzI1NS41oxXZ3K
+rr0TKUQNJ1uo52icEvdYPy5yAlejj6EULg==
+-----END CERTIFICATE-----
+
+thawte Primary Root CA - G3
+===========================
+-----BEGIN CERTIFICATE-----
+MIIEKjCCAxKgAwIBAgIQYAGXt0an6rS0mtZLL/eQ+zANBgkqhkiG9w0BAQsFADCBrjELMAkGA1UE
+BhMCVVMxFTATBgNVBAoTDHRoYXd0ZSwgSW5jLjEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2
+aWNlcyBEaXZpc2lvbjE4MDYGA1UECxMvKGMpIDIwMDggdGhhd3RlLCBJbmMuIC0gRm9yIGF1dGhv
+cml6ZWQgdXNlIG9ubHkxJDAiBgNVBAMTG3RoYXd0ZSBQcmltYXJ5IFJvb3QgQ0EgLSBHMzAeFw0w
+ODA0MDIwMDAwMDBaFw0zNzEyMDEyMzU5NTlaMIGuMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMdGhh
+d3RlLCBJbmMuMSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9uIFNlcnZpY2VzIERpdmlzaW9uMTgwNgYD
+VQQLEy8oYykgMjAwOCB0aGF3dGUsIEluYy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25seTEkMCIG
+A1UEAxMbdGhhd3RlIFByaW1hcnkgUm9vdCBDQSAtIEczMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A
+MIIBCgKCAQEAsr8nLPvb2FvdeHsbnndmgcs+vHyu86YnmjSjaDFxODNi5PNxZnmxqWWjpYvVj2At
+P0LMqmsywCPLLEHd5N/8YZzic7IilRFDGF/Eth9XbAoFWCLINkw6fKXRz4aviKdEAhN0cXMKQlkC
++BsUa0Lfb1+6a4KinVvnSr0eAXLbS3ToO39/fR8EtCab4LRarEc9VbjXsCZSKAExQGbY2SS99irY
+7CFJXJv2eul/VTV+lmuNk5Mny5K76qxAwJ/C+IDPXfRa3M50hqY+bAtTyr2SzhkGcuYMXDhpxwTW
+vGzOW/b3aJzcJRVIiKHpqfiYnODz1TEoYRFsZ5aNOZnLwkUkOQIDAQABo0IwQDAPBgNVHRMBAf8E
+BTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUrWyqlGCc7eT/+j4KdCtjA/e2Wb8wDQYJ
+KoZIhvcNAQELBQADggEBABpA2JVlrAmSicY59BDlqQ5mU1143vokkbvnRFHfxhY0Cu9qRFHqKweK
+A3rD6z8KLFIWoCtDuSWQP3CpMyVtRRooOyfPqsMpQhvfO0zAMzRbQYi/aytlryjvsvXDqmbOe1bu
+t8jLZ8HJnBoYuMTDSQPxYA5QzUbF83d597YV4Djbxy8ooAw/dyZ02SUS2jHaGh7cKUGRIjxpp7sC
+8rZcJwOJ9Abqm+RyguOhCcHpABnTPtRwa7pxpqpYrvS76Wy274fMm7v/OeZWYdMKp8RcTGB7BXcm
+er/YB1IsYvdwY9k5vG8cwnncdimvzsUsZAReiDZuMdRAGmI0Nj81Aa6sY6A=
+-----END CERTIFICATE-----
+
+GeoTrust Primary Certification Authority - G2
+=============================================
+-----BEGIN CERTIFICATE-----
+MIICrjCCAjWgAwIBAgIQPLL0SAoA4v7rJDteYD7DazAKBggqhkjOPQQDAzCBmDELMAkGA1UEBhMC
+VVMxFjAUBgNVBAoTDUdlb1RydXN0IEluYy4xOTA3BgNVBAsTMChjKSAyMDA3IEdlb1RydXN0IElu
+Yy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25seTE2MDQGA1UEAxMtR2VvVHJ1c3QgUHJpbWFyeSBD
+ZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEcyMB4XDTA3MTEwNTAwMDAwMFoXDTM4MDExODIzNTk1
+OVowgZgxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMTkwNwYDVQQLEzAoYykg
+MjAwNyBHZW9UcnVzdCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxNjA0BgNVBAMTLUdl
+b1RydXN0IFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBHMjB2MBAGByqGSM49AgEG
+BSuBBAAiA2IABBWx6P0DFUPlrOuHNxFi79KDNlJ9RVcLSo17VDs6bl8VAsBQps8lL33KSLjHUGMc
+KiEIfJo22Av+0SbFWDEwKCXzXV2juLaltJLtbCyf691DiaI8S0iRHVDsJt/WYC69IaNCMEAwDwYD
+VR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFBVfNVdRVfslsq0DafwBo/q+
+EVXVMAoGCCqGSM49BAMDA2cAMGQCMGSWWaboCd6LuvpaiIjwH5HTRqjySkwCY/tsXzjbLkGTqQ7m
+ndwxHLKgpxgceeHHNgIwOlavmnRs9vuD4DPTCF+hnMJbn0bWtsuRBmOiBuczrD6ogRLQy7rQkgu2
+npaqBA+K
+-----END CERTIFICATE-----
+
+VeriSign Universal Root Certification Authority
+===============================================
+-----BEGIN CERTIFICATE-----
+MIIEuTCCA6GgAwIBAgIQQBrEZCGzEyEDDrvkEhrFHTANBgkqhkiG9w0BAQsFADCBvTELMAkGA1UE
+BhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBO
+ZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwOCBWZXJpU2lnbiwgSW5jLiAtIEZvciBhdXRob3JpemVk
+IHVzZSBvbmx5MTgwNgYDVQQDEy9WZXJpU2lnbiBVbml2ZXJzYWwgUm9vdCBDZXJ0aWZpY2F0aW9u
+IEF1dGhvcml0eTAeFw0wODA0MDIwMDAwMDBaFw0zNzEyMDEyMzU5NTlaMIG9MQswCQYDVQQGEwJV
+UzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdv
+cmsxOjA4BgNVBAsTMShjKSAyMDA4IFZlcmlTaWduLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNl
+IG9ubHkxODA2BgNVBAMTL1ZlcmlTaWduIFVuaXZlcnNhbCBSb290IENlcnRpZmljYXRpb24gQXV0
+aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAx2E3XrEBNNti1xWb/1hajCMj
+1mCOkdeQmIN65lgZOIzF9uVkhbSicfvtvbnazU0AtMgtc6XHaXGVHzk8skQHnOgO+k1KxCHfKWGP
+MiJhgsWHH26MfF8WIFFE0XBPV+rjHOPMee5Y2A7Cs0WTwCznmhcrewA3ekEzeOEz4vMQGn+HLL72
+9fdC4uW/h2KJXwBL38Xd5HVEMkE6HnFuacsLdUYI0crSK5XQz/u5QGtkjFdN/BMReYTtXlT2NJ8I
+AfMQJQYXStrxHXpma5hgZqTZ79IugvHw7wnqRMkVauIDbjPTrJ9VAMf2CGqUuV/c4DPxhGD5WycR
+tPwW8rtWaoAljQIDAQABo4GyMIGvMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMG0G
+CCsGAQUFBwEMBGEwX6FdoFswWTBXMFUWCWltYWdlL2dpZjAhMB8wBwYFKw4DAhoEFI/l0xqGrI2O
+a8PPgGrUSBgsexkuMCUWI2h0dHA6Ly9sb2dvLnZlcmlzaWduLmNvbS92c2xvZ28uZ2lmMB0GA1Ud
+DgQWBBS2d/ppSEefUxLVwuoHMnYH0ZcHGTANBgkqhkiG9w0BAQsFAAOCAQEASvj4sAPmLGd75JR3
+Y8xuTPl9Dg3cyLk1uXBPY/ok+myDjEedO2Pzmvl2MpWRsXe8rJq+seQxIcaBlVZaDrHC1LGmWazx
+Y8u4TB1ZkErvkBYoH1quEPuBUDgMbMzxPcP1Y+Oz4yHJJDnp/RVmRvQbEdBNc6N9Rvk97ahfYtTx
+P/jgdFcrGJ2BtMQo2pSXpXDrrB2+BxHw1dvd5Yzw1TKwg+ZX4o+/vqGqvz0dtdQ46tewXDpPaj+P
+wGZsY6rp2aQW9IHRlRQOfc2VNNnSj3BzgXucfr2YYdhFh5iQxeuGMMY1v/D/w1WIg0vvBZIGcfK4
+mJO37M2CYfE45k+XmCpajQ==
+-----END CERTIFICATE-----
+
+VeriSign Class 3 Public Primary Certification Authority - G4
+============================================================
+-----BEGIN CERTIFICATE-----
+MIIDhDCCAwqgAwIBAgIQL4D+I4wOIg9IZxIokYesszAKBggqhkjOPQQDAzCByjELMAkGA1UEBhMC
+VVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3
+b3JrMTowOAYDVQQLEzEoYykgMjAwNyBWZXJpU2lnbiwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVz
+ZSBvbmx5MUUwQwYDVQQDEzxWZXJpU2lnbiBDbGFzcyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmlj
+YXRpb24gQXV0aG9yaXR5IC0gRzQwHhcNMDcxMTA1MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCByjEL
+MAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZWZXJpU2lnbiBU
+cnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwNyBWZXJpU2lnbiwgSW5jLiAtIEZvciBhdXRo
+b3JpemVkIHVzZSBvbmx5MUUwQwYDVQQDEzxWZXJpU2lnbiBDbGFzcyAzIFB1YmxpYyBQcmltYXJ5
+IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRzQwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAASnVnp8
+Utpkmw4tXNherJI9/gHmGUo9FANL+mAnINmDiWn6VMaaGF5VKmTeBvaNSjutEDxlPZCIBIngMGGz
+rl0Bp3vefLK+ymVhAIau2o970ImtTR1ZmkGxvEeA3J5iw/mjgbIwga8wDwYDVR0TAQH/BAUwAwEB
+/zAOBgNVHQ8BAf8EBAMCAQYwbQYIKwYBBQUHAQwEYTBfoV2gWzBZMFcwVRYJaW1hZ2UvZ2lmMCEw
+HzAHBgUrDgMCGgQUj+XTGoasjY5rw8+AatRIGCx7GS4wJRYjaHR0cDovL2xvZ28udmVyaXNpZ24u
+Y29tL3ZzbG9nby5naWYwHQYDVR0OBBYEFLMWkf3upm7ktS5Jj4d4gYDs5bG1MAoGCCqGSM49BAMD
+A2gAMGUCMGYhDBgmYFo4e1ZC4Kf8NoRRkSAsdk1DPcQdhCPQrNZ8NQbOzWm9kA3bbEhCHQ6qQgIx
+AJw9SDkjOVgaFRJZap7v1VmyHVIsmXHNxynfGyphe3HR3vPA5Q06Sqotp9iGKt0uEA==
+-----END CERTIFICATE-----
+
+NetLock Arany (Class Gold) Főtanúsítvány
+============================================
+-----BEGIN CERTIFICATE-----
+MIIEFTCCAv2gAwIBAgIGSUEs5AAQMA0GCSqGSIb3DQEBCwUAMIGnMQswCQYDVQQGEwJIVTERMA8G
+A1UEBwwIQnVkYXBlc3QxFTATBgNVBAoMDE5ldExvY2sgS2Z0LjE3MDUGA1UECwwuVGFuw7pzw610
+dsOhbnlraWFkw7NrIChDZXJ0aWZpY2F0aW9uIFNlcnZpY2VzKTE1MDMGA1UEAwwsTmV0TG9jayBB
+cmFueSAoQ2xhc3MgR29sZCkgRsWRdGFuw7pzw610dsOhbnkwHhcNMDgxMjExMTUwODIxWhcNMjgx
+MjA2MTUwODIxWjCBpzELMAkGA1UEBhMCSFUxETAPBgNVBAcMCEJ1ZGFwZXN0MRUwEwYDVQQKDAxO
+ZXRMb2NrIEtmdC4xNzA1BgNVBAsMLlRhbsO6c8OtdHbDoW55a2lhZMOzayAoQ2VydGlmaWNhdGlv
+biBTZXJ2aWNlcykxNTAzBgNVBAMMLE5ldExvY2sgQXJhbnkgKENsYXNzIEdvbGQpIEbFkXRhbsO6
+c8OtdHbDoW55MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxCRec75LbRTDofTjl5Bu
+0jBFHjzuZ9lk4BqKf8owyoPjIMHj9DrTlF8afFttvzBPhCf2nx9JvMaZCpDyD/V/Q4Q3Y1GLeqVw
+/HpYzY6b7cNGbIRwXdrzAZAj/E4wqX7hJ2Pn7WQ8oLjJM2P+FpD/sLj916jAwJRDC7bVWaaeVtAk
+H3B5r9s5VA1lddkVQZQBr17s9o3x/61k/iCa11zr/qYfCGSji3ZVrR47KGAuhyXoqq8fxmRGILdw
+fzzeSNuWU7c5d+Qa4scWhHaXWy+7GRWF+GmF9ZmnqfI0p6m2pgP8b4Y9VHx2BJtr+UBdADTHLpl1
+neWIA6pN+APSQnbAGwIDAKiLo0UwQzASBgNVHRMBAf8ECDAGAQH/AgEEMA4GA1UdDwEB/wQEAwIB
+BjAdBgNVHQ4EFgQUzPpnk/C2uNClwB7zU/2MU9+D15YwDQYJKoZIhvcNAQELBQADggEBAKt/7hwW
+qZw8UQCgwBEIBaeZ5m8BiFRhbvG5GK1Krf6BQCOUL/t1fC8oS2IkgYIL9WHxHG64YTjrgfpioTta
+YtOUZcTh5m2C+C8lcLIhJsFyUR+MLMOEkMNaj7rP9KdlpeuY0fsFskZ1FSNqb4VjMIDw1Z4fKRzC
+bLBQWV2QWzuoDTDPv31/zvGdg73JRm4gpvlhUbohL3u+pRVjodSVh/GeufOJ8z2FuLjbvrW5Kfna
+NwUASZQDhETnv0Mxz3WLJdH0pmT1kvarBes96aULNmLazAZfNou2XjG4Kvte9nHfRCaexOYNkbQu
+dZWAUWpLMKawYqGT8ZvYzsRjdT9ZR7E=
+-----END CERTIFICATE-----
+
+Staat der Nederlanden Root CA - G2
+==================================
+-----BEGIN CERTIFICATE-----
+MIIFyjCCA7KgAwIBAgIEAJiWjDANBgkqhkiG9w0BAQsFADBaMQswCQYDVQQGEwJOTDEeMBwGA1UE
+CgwVU3RhYXQgZGVyIE5lZGVybGFuZGVuMSswKQYDVQQDDCJTdGFhdCBkZXIgTmVkZXJsYW5kZW4g
+Um9vdCBDQSAtIEcyMB4XDTA4MDMyNjExMTgxN1oXDTIwMDMyNTExMDMxMFowWjELMAkGA1UEBhMC
+TkwxHjAcBgNVBAoMFVN0YWF0IGRlciBOZWRlcmxhbmRlbjErMCkGA1UEAwwiU3RhYXQgZGVyIE5l
+ZGVybGFuZGVuIFJvb3QgQ0EgLSBHMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMVZ
+5291qj5LnLW4rJ4L5PnZyqtdj7U5EILXr1HgO+EASGrP2uEGQxGZqhQlEq0i6ABtQ8SpuOUfiUtn
+vWFI7/3S4GCI5bkYYCjDdyutsDeqN95kWSpGV+RLufg3fNU254DBtvPUZ5uW6M7XxgpT0GtJlvOj
+CwV3SPcl5XCsMBQgJeN/dVrlSPhOewMHBPqCYYdu8DvEpMfQ9XQ+pV0aCPKbJdL2rAQmPlU6Yiil
+e7Iwr/g3wtG61jj99O9JMDeZJiFIhQGp5Rbn3JBV3w/oOM2ZNyFPXfUib2rFEhZgF1XyZWampzCR
+OME4HYYEhLoaJXhena/MUGDWE4dS7WMfbWV9whUYdMrhfmQpjHLYFhN9C0lK8SgbIHRrxT3dsKpI
+CT0ugpTNGmXZK4iambwYfp/ufWZ8Pr2UuIHOzZgweMFvZ9C+X+Bo7d7iscksWXiSqt8rYGPy5V65
+48r6f1CGPqI0GAwJaCgRHOThuVw+R7oyPxjMW4T182t0xHJ04eOLoEq9jWYv6q012iDTiIJh8BIi
+trzQ1aTsr1SIJSQ8p22xcik/Plemf1WvbibG/ufMQFxRRIEKeN5KzlW/HdXZt1bv8Hb/C3m1r737
+qWmRRpdogBQ2HbN/uymYNqUg+oJgYjOk7Na6B6duxc8UpufWkjTYgfX8HV2qXB72o007uPc5AgMB
+AAGjgZcwgZQwDwYDVR0TAQH/BAUwAwEB/zBSBgNVHSAESzBJMEcGBFUdIAAwPzA9BggrBgEFBQcC
+ARYxaHR0cDovL3d3dy5wa2lvdmVyaGVpZC5ubC9wb2xpY2llcy9yb290LXBvbGljeS1HMjAOBgNV
+HQ8BAf8EBAMCAQYwHQYDVR0OBBYEFJFoMocVHYnitfGsNig0jQt8YojrMA0GCSqGSIb3DQEBCwUA
+A4ICAQCoQUpnKpKBglBu4dfYszk78wIVCVBR7y29JHuIhjv5tLySCZa59sCrI2AGeYwRTlHSeYAz
++51IvuxBQ4EffkdAHOV6CMqqi3WtFMTC6GY8ggen5ieCWxjmD27ZUD6KQhgpxrRW/FYQoAUXvQwj
+f/ST7ZwaUb7dRUG/kSS0H4zpX897IZmflZ85OkYcbPnNe5yQzSipx6lVu6xiNGI1E0sUOlWDuYaN
+kqbG9AclVMwWVxJKgnjIFNkXgiYtXSAfea7+1HAWFpWD2DU5/1JddRwWxRNVz0fMdWVSSt7wsKfk
+CpYL+63C4iWEst3kvX5ZbJvw8NjnyvLplzh+ib7M+zkXYT9y2zqR2GUBGR2tUKRXCnxLvJxxcypF
+URmFzI79R6d0lR2o0a9OF7FpJsKqeFdbxU2n5Z4FF5TKsl+gSRiNNOkmbEgeqmiSBeGCc1qb3Adb
+CG19ndeNIdn8FCCqwkXfP+cAslHkwvgFuXkajDTznlvkN1trSt8sV4pAWja63XVECDdCcAz+3F4h
+oKOKwJCcaNpQ5kUQR3i2TtJlycM33+FCY7BXN0Ute4qcvwXqZVUz9zkQxSgqIXobisQk+T8VyJoV
+IPVVYpbtbZNQvOSqeK3Zywplh6ZmwcSBo3c6WB4L7oOLnR7SUqTMHW+wmG2UMbX4cQrcufx9MmDm
+66+KAQ==
+-----END CERTIFICATE-----
+
+CA Disig
+========
+-----BEGIN CERTIFICATE-----
+MIIEDzCCAvegAwIBAgIBATANBgkqhkiG9w0BAQUFADBKMQswCQYDVQQGEwJTSzETMBEGA1UEBxMK
+QnJhdGlzbGF2YTETMBEGA1UEChMKRGlzaWcgYS5zLjERMA8GA1UEAxMIQ0EgRGlzaWcwHhcNMDYw
+MzIyMDEzOTM0WhcNMTYwMzIyMDEzOTM0WjBKMQswCQYDVQQGEwJTSzETMBEGA1UEBxMKQnJhdGlz
+bGF2YTETMBEGA1UEChMKRGlzaWcgYS5zLjERMA8GA1UEAxMIQ0EgRGlzaWcwggEiMA0GCSqGSIb3
+DQEBAQUAA4IBDwAwggEKAoIBAQCS9jHBfYj9mQGp2HvycXXxMcbzdWb6UShGhJd4NLxs/LxFWYgm
+GErENx+hSkS943EE9UQX4j/8SFhvXJ56CbpRNyIjZkMhsDxkovhqFQ4/61HhVKndBpnXmjxUizkD
+Pw/Fzsbrg3ICqB9x8y34dQjbYkzo+s7552oftms1grrijxaSfQUMbEYDXcDtab86wYqg6I7ZuUUo
+hwjstMoVvoLdtUSLLa2GDGhibYVW8qwUYzrG0ZmsNHhWS8+2rT+MitcE5eN4TPWGqvWP+j1scaMt
+ymfraHtuM6kMgiioTGohQBUgDCZbg8KpFhXAJIJdKxatymP2dACw30PEEGBWZ2NFAgMBAAGjgf8w
+gfwwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUjbJJaJ1yCCW5wCf1UJNWSEZx+Y8wDgYDVR0P
+AQH/BAQDAgEGMDYGA1UdEQQvMC2BE2Nhb3BlcmF0b3JAZGlzaWcuc2uGFmh0dHA6Ly93d3cuZGlz
+aWcuc2svY2EwZgYDVR0fBF8wXTAtoCugKYYnaHR0cDovL3d3dy5kaXNpZy5zay9jYS9jcmwvY2Ff
+ZGlzaWcuY3JsMCygKqAohiZodHRwOi8vY2EuZGlzaWcuc2svY2EvY3JsL2NhX2Rpc2lnLmNybDAa
+BgNVHSAEEzARMA8GDSuBHpGT5goAAAABAQEwDQYJKoZIhvcNAQEFBQADggEBAF00dGFMrzvY/59t
+WDYcPQuBDRIrRhCA/ec8J9B6yKm2fnQwM6M6int0wHl5QpNt/7EpFIKrIYwvF/k/Ji/1WcbvgAa3
+mkkp7M5+cTxqEEHA9tOasnxakZzArFvITV734VP/Q3f8nktnbNfzg9Gg4H8l37iYC5oyOGwwoPP/
+CBUz91BKez6jPiCp3C9WgArtQVCwyfTssuMmRAAOb54GvCKWU3BlxFAKRmukLyeBEicTXxChds6K
+ezfqwzlhA5WYOudsiCUI/HloDYd9Yvi0X/vF2Ey9WLw/Q1vUHgFNPGO+I++MzVpQuGhU+QqZMxEA
+4Z7CRneC9VkGjCFMhwnN5ag=
+-----END CERTIFICATE-----
+
+Juur-SK
+=======
+-----BEGIN CERTIFICATE-----
+MIIE5jCCA86gAwIBAgIEO45L/DANBgkqhkiG9w0BAQUFADBdMRgwFgYJKoZIhvcNAQkBFglwa2lA
+c2suZWUxCzAJBgNVBAYTAkVFMSIwIAYDVQQKExlBUyBTZXJ0aWZpdHNlZXJpbWlza2Vza3VzMRAw
+DgYDVQQDEwdKdXVyLVNLMB4XDTAxMDgzMDE0MjMwMVoXDTE2MDgyNjE0MjMwMVowXTEYMBYGCSqG
+SIb3DQEJARYJcGtpQHNrLmVlMQswCQYDVQQGEwJFRTEiMCAGA1UEChMZQVMgU2VydGlmaXRzZWVy
+aW1pc2tlc2t1czEQMA4GA1UEAxMHSnV1ci1TSzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC
+ggEBAIFxNj4zB9bjMI0TfncyRsvPGbJgMUaXhvSYRqTCZUXP00B841oiqBB4M8yIsdOBSvZiF3tf
+TQou0M+LI+5PAk676w7KvRhj6IAcjeEcjT3g/1tf6mTll+g/mX8MCgkzABpTpyHhOEvWgxutr2TC
++Rx6jGZITWYfGAriPrsfB2WThbkasLnE+w0R9vXW+RvHLCu3GFH+4Hv2qEivbDtPL+/40UceJlfw
+UR0zlv/vWT3aTdEVNMfqPxZIe5EcgEMPPbgFPtGzlc3Yyg/CQ2fbt5PgIoIuvvVoKIO5wTtpeyDa
+Tpxt4brNj3pssAki14sL2xzVWiZbDcDq5WDQn/413z8CAwEAAaOCAawwggGoMA8GA1UdEwEB/wQF
+MAMBAf8wggEWBgNVHSAEggENMIIBCTCCAQUGCisGAQQBzh8BAQEwgfYwgdAGCCsGAQUFBwICMIHD
+HoHAAFMAZQBlACAAcwBlAHIAdABpAGYAaQBrAGEAYQB0ACAAbwBuACAAdgDkAGwAagBhAHMAdABh
+AHQAdQBkACAAQQBTAC0AaQBzACAAUwBlAHIAdABpAGYAaQB0AHMAZQBlAHIAaQBtAGkAcwBrAGUA
+cwBrAHUAcwAgAGEAbABhAG0ALQBTAEsAIABzAGUAcgB0AGkAZgBpAGsAYQBhAHQAaQBkAGUAIABr
+AGkAbgBuAGkAdABhAG0AaQBzAGUAawBzMCEGCCsGAQUFBwIBFhVodHRwOi8vd3d3LnNrLmVlL2Nw
+cy8wKwYDVR0fBCQwIjAgoB6gHIYaaHR0cDovL3d3dy5zay5lZS9qdXVyL2NybC8wHQYDVR0OBBYE
+FASqekej5ImvGs8KQKcYP2/v6X2+MB8GA1UdIwQYMBaAFASqekej5ImvGs8KQKcYP2/v6X2+MA4G
+A1UdDwEB/wQEAwIB5jANBgkqhkiG9w0BAQUFAAOCAQEAe8EYlFOiCfP+JmeaUOTDBS8rNXiRTHyo
+ERF5TElZrMj3hWVcRrs7EKACr81Ptcw2Kuxd/u+gkcm2k298gFTsxwhwDY77guwqYHhpNjbRxZyL
+abVAyJRld/JXIWY7zoVAtjNjGr95HvxcHdMdkxuLDF2FvZkwMhgJkVLpfKG6/2SSmuz+Ne6ML678
+IIbsSt4beDI3poHSna9aEhbKmVv8b20OxaAehsmR0FyYgl9jDIpaq9iVpszLita/ZEuOyoqysOkh
+Mp6qqIWYNIE5ITuoOlIyPfZrN4YGWhWY3PARZv40ILcD9EEQfTmEeZZyY7aWAuVrua0ZTbvGRNs2
+yyqcjg==
+-----END CERTIFICATE-----
+
+Hongkong Post Root CA 1
+=======================
+-----BEGIN CERTIFICATE-----
+MIIDMDCCAhigAwIBAgICA+gwDQYJKoZIhvcNAQEFBQAwRzELMAkGA1UEBhMCSEsxFjAUBgNVBAoT
+DUhvbmdrb25nIFBvc3QxIDAeBgNVBAMTF0hvbmdrb25nIFBvc3QgUm9vdCBDQSAxMB4XDTAzMDUx
+NTA1MTMxNFoXDTIzMDUxNTA0NTIyOVowRzELMAkGA1UEBhMCSEsxFjAUBgNVBAoTDUhvbmdrb25n
+IFBvc3QxIDAeBgNVBAMTF0hvbmdrb25nIFBvc3QgUm9vdCBDQSAxMIIBIjANBgkqhkiG9w0BAQEF
+AAOCAQ8AMIIBCgKCAQEArP84tulmAknjorThkPlAj3n54r15/gK97iSSHSL22oVyaf7XPwnU3ZG1
+ApzQjVrhVcNQhrkpJsLj2aDxaQMoIIBFIi1WpztUlVYiWR8o3x8gPW2iNr4joLFutbEnPzlTCeqr
+auh0ssJlXI6/fMN4hM2eFvz1Lk8gKgifd/PFHsSaUmYeSF7jEAaPIpjhZY4bXSNmO7ilMlHIhqqh
+qZ5/dpTCpmy3QfDVyAY45tQM4vM7TG1QjMSDJ8EThFk9nnV0ttgCXjqQesBCNnLsak3c78QA3xMY
+V18meMjWCnl3v/evt3a5pQuEF10Q6m/hq5URX208o1xNg1vysxmKgIsLhwIDAQABoyYwJDASBgNV
+HRMBAf8ECDAGAQH/AgEDMA4GA1UdDwEB/wQEAwIBxjANBgkqhkiG9w0BAQUFAAOCAQEADkbVPK7i
+h9legYsCmEEIjEy82tvuJxuC52pF7BaLT4Wg87JwvVqWuspube5Gi27nKi6Wsxkz67SfqLI37pio
+l7Yutmcn1KZJ/RyTZXaeQi/cImyaT/JaFTmxcdcrUehtHJjA2Sr0oYJ71clBoiMBdDhViw+5Lmei
+IAQ32pwL0xch4I+XeTRvhEgCIDMb5jREn5Fw9IBehEPCKdJsEhTkYY2sEJCehFC78JZvRZ+K88ps
+T/oROhUVRsPNH4NbLUES7VBnQRM9IauUiqpOfMGx+6fWtScvl6tu4B3i0RwsH0Ti/L6RoZz71ilT
+c4afU9hDDl3WY4JxHYB0yvbiAmvZWg==
+-----END CERTIFICATE-----
+
+SecureSign RootCA11
+===================
+-----BEGIN CERTIFICATE-----
+MIIDbTCCAlWgAwIBAgIBATANBgkqhkiG9w0BAQUFADBYMQswCQYDVQQGEwJKUDErMCkGA1UEChMi
+SmFwYW4gQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcywgSW5jLjEcMBoGA1UEAxMTU2VjdXJlU2lnbiBS
+b290Q0ExMTAeFw0wOTA0MDgwNDU2NDdaFw0yOTA0MDgwNDU2NDdaMFgxCzAJBgNVBAYTAkpQMSsw
+KQYDVQQKEyJKYXBhbiBDZXJ0aWZpY2F0aW9uIFNlcnZpY2VzLCBJbmMuMRwwGgYDVQQDExNTZWN1
+cmVTaWduIFJvb3RDQTExMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA/XeqpRyQBTvL
+TJszi1oURaTnkBbR31fSIRCkF/3frNYfp+TbfPfs37gD2pRY/V1yfIw/XwFndBWW4wI8h9uuywGO
+wvNmxoVF9ALGOrVisq/6nL+k5tSAMJjzDbaTj6nU2DbysPyKyiyhFTOVMdrAG/LuYpmGYz+/3ZMq
+g6h2uRMft85OQoWPIucuGvKVCbIFtUROd6EgvanyTgp9UK31BQ1FT0Zx/Sg+U/sE2C3XZR1KG/rP
+O7AxmjVuyIsG0wCR8pQIZUyxNAYAeoni8McDWc/V1uinMrPmmECGxc0nEovMe863ETxiYAcjPitA
+bpSACW22s293bzUIUPsCh8U+iQIDAQABo0IwQDAdBgNVHQ4EFgQUW/hNT7KlhtQ60vFjmqC+CfZX
+t94wDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEBAKCh
+OBZmLqdWHyGcBvod7bkixTgm2E5P7KN/ed5GIaGHd48HCJqypMWvDzKYC3xmKbabfSVSSUOrTC4r
+bnpwrxYO4wJs+0LmGJ1F2FXI6Dvd5+H0LgscNFxsWEr7jIhQX5Ucv+2rIrVls4W6ng+4reV6G4pQ
+Oh29Dbx7VFALuUKvVaAYga1lme++5Jy/xIWrQbJUb9wlze144o4MjQlJ3WN7WmmWAiGovVJZ6X01
+y8hSyn+B/tlr0/cR7SXf+Of5pPpyl4RTDaXQMhhRdlkUbA/r7F+AjHVDg8OFmP9Mni0N5HeDk061
+lgeLKBObjBmNQSdJQO7e5iNEOdyhIta6A/I=
+-----END CERTIFICATE-----
+
+ACEDICOM Root
+=============
+-----BEGIN CERTIFICATE-----
+MIIFtTCCA52gAwIBAgIIYY3HhjsBggUwDQYJKoZIhvcNAQEFBQAwRDEWMBQGA1UEAwwNQUNFRElD
+T00gUm9vdDEMMAoGA1UECwwDUEtJMQ8wDQYDVQQKDAZFRElDT00xCzAJBgNVBAYTAkVTMB4XDTA4
+MDQxODE2MjQyMloXDTI4MDQxMzE2MjQyMlowRDEWMBQGA1UEAwwNQUNFRElDT00gUm9vdDEMMAoG
+A1UECwwDUEtJMQ8wDQYDVQQKDAZFRElDT00xCzAJBgNVBAYTAkVTMIICIjANBgkqhkiG9w0BAQEF
+AAOCAg8AMIICCgKCAgEA/5KV4WgGdrQsyFhIyv2AVClVYyT/kGWbEHV7w2rbYgIB8hiGtXxaOLHk
+WLn709gtn70yN78sFW2+tfQh0hOR2QetAQXW8713zl9CgQr5auODAKgrLlUTY4HKRxx7XBZXehuD
+YAQ6PmXDzQHe3qTWDLqO3tkE7hdWIpuPY/1NFgu3e3eM+SW10W2ZEi5PGrjm6gSSrj0RuVFCPYew
+MYWveVqc/udOXpJPQ/yrOq2lEiZmueIM15jO1FillUAKt0SdE3QrwqXrIhWYENiLxQSfHY9g5QYb
+m8+5eaA9oiM/Qj9r+hwDezCNzmzAv+YbX79nuIQZ1RXve8uQNjFiybwCq0Zfm/4aaJQ0PZCOrfbk
+HQl/Sog4P75n/TSW9R28MHTLOO7VbKvU/PQAtwBbhTIWdjPp2KOZnQUAqhbm84F9b32qhm2tFXTT
+xKJxqvQUfecyuB+81fFOvW8XAjnXDpVCOscAPukmYxHqC9FK/xidstd7LzrZlvvoHpKuE1XI2Sf2
+3EgbsCTBheN3nZqk8wwRHQ3ItBTutYJXCb8gWH8vIiPYcMt5bMlL8qkqyPyHK9caUPgn6C9D4zq9
+2Fdx/c6mUlv53U3t5fZvie27k5x2IXXwkkwp9y+cAS7+UEaeZAwUswdbxcJzbPEHXEUkFDWug/Fq
+TYl6+rPYLWbwNof1K1MCAwEAAaOBqjCBpzAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFKaz
+4SsrSbbXc6GqlPUB53NlTKxQMA4GA1UdDwEB/wQEAwIBhjAdBgNVHQ4EFgQUprPhKytJttdzoaqU
+9QHnc2VMrFAwRAYDVR0gBD0wOzA5BgRVHSAAMDEwLwYIKwYBBQUHAgEWI2h0dHA6Ly9hY2VkaWNv
+bS5lZGljb21ncm91cC5jb20vZG9jMA0GCSqGSIb3DQEBBQUAA4ICAQDOLAtSUWImfQwng4/F9tqg
+aHtPkl7qpHMyEVNEskTLnewPeUKzEKbHDZ3Ltvo/Onzqv4hTGzz3gvoFNTPhNahXwOf9jU8/kzJP
+eGYDdwdY6ZXIfj7QeQCM8htRM5u8lOk6e25SLTKeI6RF+7YuE7CLGLHdztUdp0J/Vb77W7tH1Pwk
+zQSulgUV1qzOMPPKC8W64iLgpq0i5ALudBF/TP94HTXa5gI06xgSYXcGCRZj6hitoocf8seACQl1
+ThCojz2GuHURwCRiipZ7SkXp7FnFvmuD5uHorLUwHv4FB4D54SMNUI8FmP8sX+g7tq3PgbUhh8oI
+KiMnMCArz+2UW6yyetLHKKGKC5tNSixthT8Jcjxn4tncB7rrZXtaAWPWkFtPF2Y9fwsZo5NjEFIq
+nxQWWOLcpfShFosOkYuByptZ+thrkQdlVV9SH686+5DdaaVbnG0OLLb6zqylfDJKZ0DcMDQj3dcE
+I2bw/FWAp/tmGYI1Z2JwOV5vx+qQQEQIHriy1tvuWacNGHk0vFQYXlPKNFHtRQrmjseCNj6nOGOp
+MCwXEGCSn1WHElkQwg9naRHMTh5+Spqtr0CodaxWkHS4oJyleW/c6RrIaQXpuvoDs3zk4E7Czp3o
+tkYNbn5XOmeUwssfnHdKZ05phkOTOPu220+DkdRgfks+KzgHVZhepA==
+-----END CERTIFICATE-----
+
+Microsec e-Szigno Root CA 2009
+==============================
+-----BEGIN CERTIFICATE-----
+MIIECjCCAvKgAwIBAgIJAMJ+QwRORz8ZMA0GCSqGSIb3DQEBCwUAMIGCMQswCQYDVQQGEwJIVTER
+MA8GA1UEBwwIQnVkYXBlc3QxFjAUBgNVBAoMDU1pY3Jvc2VjIEx0ZC4xJzAlBgNVBAMMHk1pY3Jv
+c2VjIGUtU3ppZ25vIFJvb3QgQ0EgMjAwOTEfMB0GCSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5o
+dTAeFw0wOTA2MTYxMTMwMThaFw0yOTEyMzAxMTMwMThaMIGCMQswCQYDVQQGEwJIVTERMA8GA1UE
+BwwIQnVkYXBlc3QxFjAUBgNVBAoMDU1pY3Jvc2VjIEx0ZC4xJzAlBgNVBAMMHk1pY3Jvc2VjIGUt
+U3ppZ25vIFJvb3QgQ0EgMjAwOTEfMB0GCSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5odTCCASIw
+DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOn4j/NjrdqG2KfgQvvPkd6mJviZpWNwrZuuyjNA
+fW2WbqEORO7hE52UQlKavXWFdCyoDh2Tthi3jCyoz/tccbna7P7ofo/kLx2yqHWH2Leh5TvPmUpG
+0IMZfcChEhyVbUr02MelTTMuhTlAdX4UfIASmFDHQWe4oIBhVKZsTh/gnQ4H6cm6M+f+wFUoLAKA
+pxn1ntxVUwOXewdI/5n7N4okxFnMUBBjjqqpGrCEGob5X7uxUG6k0QrM1XF+H6cbfPVTbiJfyyvm
+1HxdrtbCxkzlBQHZ7Vf8wSN5/PrIJIOV87VqUQHQd9bpEqH5GoP7ghu5sJf0dgYzQ0mg/wu1+rUC
+AwEAAaOBgDB+MA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBTLD8bf
+QkPMPcu1SCOhGnqmKrs0aDAfBgNVHSMEGDAWgBTLD8bfQkPMPcu1SCOhGnqmKrs0aDAbBgNVHREE
+FDASgRBpbmZvQGUtc3ppZ25vLmh1MA0GCSqGSIb3DQEBCwUAA4IBAQDJ0Q5eLtXMs3w+y/w9/w0o
+lZMEyL/azXm4Q5DwpL7v8u8hmLzU1F0G9u5C7DBsoKqpyvGvivo/C3NqPuouQH4frlRheesuCDfX
+I/OMn74dseGkddug4lQUsbocKaQY9hK6ohQU4zE1yED/t+AFdlfBHFny+L/k7SViXITwfn4fs775
+tyERzAMBVnCnEJIeGzSBHq2cGsMEPO0CYdYeBvNfOofyK/FFh+U9rNHHV4S9a67c2Pm2G2JwCz02
+yULyMtd6YebS2z3PyKnJm9zbWETXbzivf3jTo60adbocwTZ8jx5tHMN1Rq41Bab2XD0h7lbwyYIi
+LXpUq3DDfSJlgnCW
+-----END CERTIFICATE-----
+
+E-Guven Kok Elektronik Sertifika Hizmet Saglayicisi
+===================================================
+-----BEGIN CERTIFICATE-----
+MIIDtjCCAp6gAwIBAgIQRJmNPMADJ72cdpW56tustTANBgkqhkiG9w0BAQUFADB1MQswCQYDVQQG
+EwJUUjEoMCYGA1UEChMfRWxla3Ryb25payBCaWxnaSBHdXZlbmxpZ2kgQS5TLjE8MDoGA1UEAxMz
+ZS1HdXZlbiBLb2sgRWxla3Ryb25payBTZXJ0aWZpa2EgSGl6bWV0IFNhZ2xheWljaXNpMB4XDTA3
+MDEwNDExMzI0OFoXDTE3MDEwNDExMzI0OFowdTELMAkGA1UEBhMCVFIxKDAmBgNVBAoTH0VsZWt0
+cm9uaWsgQmlsZ2kgR3V2ZW5saWdpIEEuUy4xPDA6BgNVBAMTM2UtR3V2ZW4gS29rIEVsZWt0cm9u
+aWsgU2VydGlmaWthIEhpem1ldCBTYWdsYXlpY2lzaTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCC
+AQoCggEBAMMSIJ6wXgBljU5Gu4Bc6SwGl9XzcslwuedLZYDBS75+PNdUMZTe1RK6UxYC6lhj71vY
+8+0qGqpxSKPcEC1fX+tcS5yWCEIlKBHMilpiAVDV6wlTL/jDj/6z/P2douNffb7tC+Bg62nsM+3Y
+jfsSSYMAyYuXjDtzKjKzEve5TfL0TW3H5tYmNwjy2f1rXKPlSFxYvEK+A1qBuhw1DADT9SN+cTAI
+JjjcJRFHLfO6IxClv7wC90Nex/6wN1CZew+TzuZDLMN+DfIcQ2Zgy2ExR4ejT669VmxMvLz4Bcpk
+9Ok0oSy1c+HCPujIyTQlCFzz7abHlJ+tiEMl1+E5YP6sOVkCAwEAAaNCMEAwDgYDVR0PAQH/BAQD
+AgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFJ/uRLOU1fqRTy7ZVZoEVtstxNulMA0GCSqG
+SIb3DQEBBQUAA4IBAQB/X7lTW2M9dTLn+sR0GstG30ZpHFLPqk/CaOv/gKlR6D1id4k9CnU58W5d
+F4dvaAXBlGzZXd/aslnLpRCKysw5zZ/rTt5S/wzw9JKp8mxTq5vSR6AfdPebmvEvFZ96ZDAYBzwq
+D2fK/A+JYZ1lpTzlvBNbCNvj/+27BrtqBrF6T2XGgv0enIu1De5Iu7i9qgi0+6N8y5/NkHZchpZ4
+Vwpm+Vganf2XKWDeEaaQHBkc7gGWIjQ0LpH5t8Qn0Xvmv/uARFoW5evg1Ao4vOSR49XrXMGs3xtq
+fJ7lddK2l4fbzIcrQzqECK+rPNv3PGYxhrCdU3nt+CPeQuMtgvEP5fqX
+-----END CERTIFICATE-----
+
+GlobalSign Root CA - R3
+=======================
+-----BEGIN CERTIFICATE-----
+MIIDXzCCAkegAwIBAgILBAAAAAABIVhTCKIwDQYJKoZIhvcNAQELBQAwTDEgMB4GA1UECxMXR2xv
+YmFsU2lnbiBSb290IENBIC0gUjMxEzARBgNVBAoTCkdsb2JhbFNpZ24xEzARBgNVBAMTCkdsb2Jh
+bFNpZ24wHhcNMDkwMzE4MTAwMDAwWhcNMjkwMzE4MTAwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxT
+aWduIFJvb3QgQ0EgLSBSMzETMBEGA1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2ln
+bjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMwldpB5BngiFvXAg7aEyiie/QV2EcWt
+iHL8RgJDx7KKnQRfJMsuS+FggkbhUqsMgUdwbN1k0ev1LKMPgj0MK66X17YUhhB5uzsTgHeMCOFJ
+0mpiLx9e+pZo34knlTifBtc+ycsmWQ1z3rDI6SYOgxXG71uL0gRgykmmKPZpO/bLyCiR5Z2KYVc3
+rHQU3HTgOu5yLy6c+9C7v/U9AOEGM+iCK65TpjoWc4zdQQ4gOsC0p6Hpsk+QLjJg6VfLuQSSaGjl
+OCZgdbKfd/+RFO+uIEn8rUAVSNECMWEZXriX7613t2Saer9fwRPvm2L7DWzgVGkWqQPabumDk3F2
+xmmFghcCAwEAAaNCMEAwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYE
+FI/wS3+oLkUkrk1Q+mOai97i3Ru8MA0GCSqGSIb3DQEBCwUAA4IBAQBLQNvAUKr+yAzv95ZURUm7
+lgAJQayzE4aGKAczymvmdLm6AC2upArT9fHxD4q/c2dKg8dEe3jgr25sbwMpjjM5RcOO5LlXbKr8
+EpbsU8Yt5CRsuZRj+9xTaGdWPoO4zzUhw8lo/s7awlOqzJCK6fBdRoyV3XpYKBovHd7NADdBj+1E
+bddTKJd+82cEHhXXipa0095MJ6RMG3NzdvQXmcIfeg7jLQitChws/zyrVQ4PkX4268NXSb7hLi18
+YIvDQVETI53O9zJrlAGomecsMx86OyXShkDOOyyGeMlhLxS67ttVb9+E7gUJTb0o2HLO02JQZR7r
+kpeDMdmztcpHWD9f
+-----END CERTIFICATE-----
+
+Autoridad de Certificacion Firmaprofesional CIF A62634068
+=========================================================
+-----BEGIN CERTIFICATE-----
+MIIGFDCCA/ygAwIBAgIIU+w77vuySF8wDQYJKoZIhvcNAQEFBQAwUTELMAkGA1UEBhMCRVMxQjBA
+BgNVBAMMOUF1dG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uIEZpcm1hcHJvZmVzaW9uYWwgQ0lGIEE2
+MjYzNDA2ODAeFw0wOTA1MjAwODM4MTVaFw0zMDEyMzEwODM4MTVaMFExCzAJBgNVBAYTAkVTMUIw
+QAYDVQQDDDlBdXRvcmlkYWQgZGUgQ2VydGlmaWNhY2lvbiBGaXJtYXByb2Zlc2lvbmFsIENJRiBB
+NjI2MzQwNjgwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKlmuO6vj78aI14H9M2uDD
+Utd9thDIAl6zQyrET2qyyhxdKJp4ERppWVevtSBC5IsP5t9bpgOSL/UR5GLXMnE42QQMcas9UX4P
+B99jBVzpv5RvwSmCwLTaUbDBPLutN0pcyvFLNg4kq7/DhHf9qFD0sefGL9ItWY16Ck6WaVICqjaY
+7Pz6FIMMNx/Jkjd/14Et5cS54D40/mf0PmbR0/RAz15iNA9wBj4gGFrO93IbJWyTdBSTo3OxDqqH
+ECNZXyAFGUftaI6SEspd/NYrspI8IM/hX68gvqB2f3bl7BqGYTM+53u0P6APjqK5am+5hyZvQWyI
+plD9amML9ZMWGxmPsu2bm8mQ9QEM3xk9Dz44I8kvjwzRAv4bVdZO0I08r0+k8/6vKtMFnXkIoctX
+MbScyJCyZ/QYFpM6/EfY0XiWMR+6KwxfXZmtY4laJCB22N/9q06mIqqdXuYnin1oKaPnirjaEbsX
+LZmdEyRG98Xi2J+Of8ePdG1asuhy9azuJBCtLxTa/y2aRnFHvkLfuwHb9H/TKI8xWVvTyQKmtFLK
+bpf7Q8UIJm+K9Lv9nyiqDdVF8xM6HdjAeI9BZzwelGSuewvF6NkBiDkal4ZkQdU7hwxu+g/GvUgU
+vzlN1J5Bto+WHWOWk9mVBngxaJ43BjuAiUVhOSPHG0SjFeUc+JIwuwIDAQABo4HvMIHsMBIGA1Ud
+EwEB/wQIMAYBAf8CAQEwDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBRlzeurNR4APn7VdMActHNH
+DhpkLzCBpgYDVR0gBIGeMIGbMIGYBgRVHSAAMIGPMC8GCCsGAQUFBwIBFiNodHRwOi8vd3d3LmZp
+cm1hcHJvZmVzaW9uYWwuY29tL2NwczBcBggrBgEFBQcCAjBQHk4AUABhAHMAZQBvACAAZABlACAA
+bABhACAAQgBvAG4AYQBuAG8AdgBhACAANAA3ACAAQgBhAHIAYwBlAGwAbwBuAGEAIAAwADgAMAAx
+ADcwDQYJKoZIhvcNAQEFBQADggIBABd9oPm03cXF661LJLWhAqvdpYhKsg9VSytXjDvlMd3+xDLx
+51tkljYyGOylMnfX40S2wBEqgLk9am58m9Ot/MPWo+ZkKXzR4Tgegiv/J2Wv+xYVxC5xhOW1//qk
+R71kMrv2JYSiJ0L1ILDCExARzRAVukKQKtJE4ZYm6zFIEv0q2skGz3QeqUvVhyj5eTSSPi5E6PaP
+T481PyWzOdxjKpBrIF/EUhJOlywqrJ2X3kjyo2bbwtKDlaZmp54lD+kLM5FlClrD2VQS3a/DTg4f
+Jl4N3LON7NWBcN7STyQF82xO9UxJZo3R/9ILJUFI/lGExkKvgATP0H5kSeTy36LssUzAKh3ntLFl
+osS88Zj0qnAHY7S42jtM+kAiMFsRpvAFDsYCA0irhpuF3dvd6qJ2gHN99ZwExEWN57kci57q13XR
+crHedUTnQn3iV2t93Jm8PYMo6oCTjcVMZcFwgbg4/EMxsvYDNEeyrPsiBsse3RdHHF9mudMaotoR
+saS8I8nkvof/uZS2+F0gStRf571oe2XyFR7SOqkt6dhrJKyXWERHrVkY8SFlcN7ONGCoQPHzPKTD
+KCOM/iczQ0CgFzzr6juwcqajuUpLXhZI9LK8yIySxZ2frHI2vDSANGupi5LAuBft7HZT9SQBjLMi
+6Et8Vcad+qMUu2WFbm5PEn4KPJ2V
+-----END CERTIFICATE-----
+
+Izenpe.com
+==========
+-----BEGIN CERTIFICATE-----
+MIIF8TCCA9mgAwIBAgIQALC3WhZIX7/hy/WL1xnmfTANBgkqhkiG9w0BAQsFADA4MQswCQYDVQQG
+EwJFUzEUMBIGA1UECgwLSVpFTlBFIFMuQS4xEzARBgNVBAMMCkl6ZW5wZS5jb20wHhcNMDcxMjEz
+MTMwODI4WhcNMzcxMjEzMDgyNzI1WjA4MQswCQYDVQQGEwJFUzEUMBIGA1UECgwLSVpFTlBFIFMu
+QS4xEzARBgNVBAMMCkl6ZW5wZS5jb20wggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDJ
+03rKDx6sp4boFmVqscIbRTJxldn+EFvMr+eleQGPicPK8lVx93e+d5TzcqQsRNiekpsUOqHnJJAK
+ClaOxdgmlOHZSOEtPtoKct2jmRXagaKH9HtuJneJWK3W6wyyQXpzbm3benhB6QiIEn6HLmYRY2xU
++zydcsC8Lv/Ct90NduM61/e0aL6i9eOBbsFGb12N4E3GVFWJGjMxCrFXuaOKmMPsOzTFlUFpfnXC
+PCDFYbpRR6AgkJOhkEvzTnyFRVSa0QUmQbC1TR0zvsQDyCV8wXDbO/QJLVQnSKwv4cSsPsjLkkxT
+OTcj7NMB+eAJRE1NZMDhDVqHIrytG6P+JrUV86f8hBnp7KGItERphIPzidF0BqnMC9bC3ieFUCbK
+F7jJeodWLBoBHmy+E60QrLUk9TiRodZL2vG70t5HtfG8gfZZa88ZU+mNFctKy6lvROUbQc/hhqfK
+0GqfvEyNBjNaooXlkDWgYlwWTvDjovoDGrQscbNYLN57C9saD+veIR8GdwYDsMnvmfzAuU8Lhij+
+0rnq49qlw0dpEuDb8PYZi+17cNcC1u2HGCgsBCRMd+RIihrGO5rUD8r6ddIBQFqNeb+Lz0vPqhbB
+leStTIo+F5HUsWLlguWABKQDfo2/2n+iD5dPDNMN+9fR5XJ+HMh3/1uaD7euBUbl8agW7EekFwID
+AQABo4H2MIHzMIGwBgNVHREEgagwgaWBD2luZm9AaXplbnBlLmNvbaSBkTCBjjFHMEUGA1UECgw+
+SVpFTlBFIFMuQS4gLSBDSUYgQTAxMzM3MjYwLVJNZXJjLlZpdG9yaWEtR2FzdGVpeiBUMTA1NSBG
+NjIgUzgxQzBBBgNVBAkMOkF2ZGEgZGVsIE1lZGl0ZXJyYW5lbyBFdG9yYmlkZWEgMTQgLSAwMTAx
+MCBWaXRvcmlhLUdhc3RlaXowDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0O
+BBYEFB0cZQ6o8iV7tJHP5LGx5r1VdGwFMA0GCSqGSIb3DQEBCwUAA4ICAQB4pgwWSp9MiDrAyw6l
+Fn2fuUhfGI8NYjb2zRlrrKvV9pF9rnHzP7MOeIWblaQnIUdCSnxIOvVFfLMMjlF4rJUT3sb9fbga
+kEyrkgPH7UIBzg/YsfqikuFgba56awmqxinuaElnMIAkejEWOVt+8Rwu3WwJrfIxwYJOubv5vr8q
+hT/AQKM6WfxZSzwoJNu0FXWuDYi6LnPAvViH5ULy617uHjAimcs30cQhbIHsvm0m5hzkQiCeR7Cs
+g1lwLDXWrzY0tM07+DKo7+N4ifuNRSzanLh+QBxh5z6ikixL8s36mLYp//Pye6kfLqCTVyvehQP5
+aTfLnnhqBbTFMXiJ7HqnheG5ezzevh55hM6fcA5ZwjUukCox2eRFekGkLhObNA5me0mrZJfQRsN5
+nXJQY6aYWwa9SG3YOYNw6DXwBdGqvOPbyALqfP2C2sJbUjWumDqtujWTI6cfSN01RpiyEGjkpTHC
+ClguGYEQyVB1/OpaFs4R1+7vUIgtYf8/QnMFlEPVjjxOAToZpR9GTnfQXeWBIiGH/pR9hNiTrdZo
+Q0iy2+tzJOeRf1SktoA+naM8THLCV8Sg1Mw4J87VBp6iSNnpn86CcDaTmjvfliHjWbcM2pE38P1Z
+WrOZyGlsQyYBNWNgVYkDOnXYukrZVP/u3oDYLdE41V4tC5h9Pmzb/CaIxw==
+-----END CERTIFICATE-----
+
+Chambers of Commerce Root - 2008
+================================
+-----BEGIN CERTIFICATE-----
+MIIHTzCCBTegAwIBAgIJAKPaQn6ksa7aMA0GCSqGSIb3DQEBBQUAMIGuMQswCQYDVQQGEwJFVTFD
+MEEGA1UEBxM6TWFkcmlkIChzZWUgY3VycmVudCBhZGRyZXNzIGF0IHd3dy5jYW1lcmZpcm1hLmNv
+bS9hZGRyZXNzKTESMBAGA1UEBRMJQTgyNzQzMjg3MRswGQYDVQQKExJBQyBDYW1lcmZpcm1hIFMu
+QS4xKTAnBgNVBAMTIENoYW1iZXJzIG9mIENvbW1lcmNlIFJvb3QgLSAyMDA4MB4XDTA4MDgwMTEy
+Mjk1MFoXDTM4MDczMTEyMjk1MFowga4xCzAJBgNVBAYTAkVVMUMwQQYDVQQHEzpNYWRyaWQgKHNl
+ZSBjdXJyZW50IGFkZHJlc3MgYXQgd3d3LmNhbWVyZmlybWEuY29tL2FkZHJlc3MpMRIwEAYDVQQF
+EwlBODI3NDMyODcxGzAZBgNVBAoTEkFDIENhbWVyZmlybWEgUy5BLjEpMCcGA1UEAxMgQ2hhbWJl
+cnMgb2YgQ29tbWVyY2UgUm9vdCAtIDIwMDgwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoIC
+AQCvAMtwNyuAWko6bHiUfaN/Gh/2NdW928sNRHI+JrKQUrpjOyhYb6WzbZSm891kDFX29ufyIiKA
+XuFixrYp4YFs8r/lfTJqVKAyGVn+H4vXPWCGhSRv4xGzdz4gljUha7MI2XAuZPeEklPWDrCQiorj
+h40G072QDuKZoRuGDtqaCrsLYVAGUvGef3bsyw/QHg3PmTA9HMRFEFis1tPo1+XqxQEHd9ZR5gN/
+ikilTWh1uem8nk4ZcfUyS5xtYBkL+8ydddy/Js2Pk3g5eXNeJQ7KXOt3EgfLZEFHcpOrUMPrCXZk
+NNI5t3YRCQ12RcSprj1qr7V9ZS+UWBDsXHyvfuK2GNnQm05aSd+pZgvMPMZ4fKecHePOjlO+Bd5g
+D2vlGts/4+EhySnB8esHnFIbAURRPHsl18TlUlRdJQfKFiC4reRB7noI/plvg6aRArBsNlVq5331
+lubKgdaX8ZSD6e2wsWsSaR6s+12pxZjptFtYer49okQ6Y1nUCyXeG0+95QGezdIp1Z8XGQpvvwyQ
+0wlf2eOKNcx5Wk0ZN5K3xMGtr/R5JJqyAQuxr1yW84Ay+1w9mPGgP0revq+ULtlVmhduYJ1jbLhj
+ya6BXBg14JC7vjxPNyK5fuvPnnchpj04gftI2jE9K+OJ9dC1vX7gUMQSibMjmhAxhduub+84Mxh2
+EQIDAQABo4IBbDCCAWgwEgYDVR0TAQH/BAgwBgEB/wIBDDAdBgNVHQ4EFgQU+SSsD7K1+HnA+mCI
+G8TZTQKeFxkwgeMGA1UdIwSB2zCB2IAU+SSsD7K1+HnA+mCIG8TZTQKeFxmhgbSkgbEwga4xCzAJ
+BgNVBAYTAkVVMUMwQQYDVQQHEzpNYWRyaWQgKHNlZSBjdXJyZW50IGFkZHJlc3MgYXQgd3d3LmNh
+bWVyZmlybWEuY29tL2FkZHJlc3MpMRIwEAYDVQQFEwlBODI3NDMyODcxGzAZBgNVBAoTEkFDIENh
+bWVyZmlybWEgUy5BLjEpMCcGA1UEAxMgQ2hhbWJlcnMgb2YgQ29tbWVyY2UgUm9vdCAtIDIwMDiC
+CQCj2kJ+pLGu2jAOBgNVHQ8BAf8EBAMCAQYwPQYDVR0gBDYwNDAyBgRVHSAAMCowKAYIKwYBBQUH
+AgEWHGh0dHA6Ly9wb2xpY3kuY2FtZXJmaXJtYS5jb20wDQYJKoZIhvcNAQEFBQADggIBAJASryI1
+wqM58C7e6bXpeHxIvj99RZJe6dqxGfwWPJ+0W2aeaufDuV2I6A+tzyMP3iU6XsxPpcG1Lawk0lgH
+3qLPaYRgM+gQDROpI9CF5Y57pp49chNyM/WqfcZjHwj0/gF/JM8rLFQJ3uIrbZLGOU8W6jx+ekbU
+RWpGqOt1glanq6B8aBMz9p0w8G8nOSQjKpD9kCk18pPfNKXG9/jvjA9iSnyu0/VU+I22mlaHFoI6
+M6taIgj3grrqLuBHmrS1RaMFO9ncLkVAO+rcf+g769HsJtg1pDDFOqxXnrN2pSB7+R5KBWIBpih1
+YJeSDW4+TTdDDZIVnBgizVGZoCkaPF+KMjNbMMeJL0eYD6MDxvbxrN8y8NmBGuScvfaAFPDRLLmF
+9dijscilIeUcE5fuDr3fKanvNFNb0+RqE4QGtjICxFKuItLcsiFCGtpA8CnJ7AoMXOLQusxI0zcK
+zBIKinmwPQN/aUv0NCB9szTqjktk9T79syNnFQ0EuPAtwQlRPLJsFfClI9eDdOTlLsn+mCdCxqvG
+nrDQWzilm1DefhiYtUU79nm06PcaewaD+9CL2rvHvRirCG88gGtAPxkZumWK5r7VXNM21+9AUiRg
+OGcEMeyP84LG3rlV8zsxkVrctQgVrXYlCg17LofiDKYGvCYQbTed7N14jHyAxfDZd0jQ
+-----END CERTIFICATE-----
+
+Global Chambersign Root - 2008
+==============================
+-----BEGIN CERTIFICATE-----
+MIIHSTCCBTGgAwIBAgIJAMnN0+nVfSPOMA0GCSqGSIb3DQEBBQUAMIGsMQswCQYDVQQGEwJFVTFD
+MEEGA1UEBxM6TWFkcmlkIChzZWUgY3VycmVudCBhZGRyZXNzIGF0IHd3dy5jYW1lcmZpcm1hLmNv
+bS9hZGRyZXNzKTESMBAGA1UEBRMJQTgyNzQzMjg3MRswGQYDVQQKExJBQyBDYW1lcmZpcm1hIFMu
+QS4xJzAlBgNVBAMTHkdsb2JhbCBDaGFtYmVyc2lnbiBSb290IC0gMjAwODAeFw0wODA4MDExMjMx
+NDBaFw0zODA3MzExMjMxNDBaMIGsMQswCQYDVQQGEwJFVTFDMEEGA1UEBxM6TWFkcmlkIChzZWUg
+Y3VycmVudCBhZGRyZXNzIGF0IHd3dy5jYW1lcmZpcm1hLmNvbS9hZGRyZXNzKTESMBAGA1UEBRMJ
+QTgyNzQzMjg3MRswGQYDVQQKExJBQyBDYW1lcmZpcm1hIFMuQS4xJzAlBgNVBAMTHkdsb2JhbCBD
+aGFtYmVyc2lnbiBSb290IC0gMjAwODCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMDf
+VtPkOpt2RbQT2//BthmLN0EYlVJH6xedKYiONWwGMi5HYvNJBL99RDaxccy9Wglz1dmFRP+RVyXf
+XjaOcNFccUMd2drvXNL7G706tcuto8xEpw2uIRU/uXpbknXYpBI4iRmKt4DS4jJvVpyR1ogQC7N0
+ZJJ0YPP2zxhPYLIj0Mc7zmFLmY/CDNBAspjcDahOo7kKrmCgrUVSY7pmvWjg+b4aqIG7HkF4ddPB
+/gBVsIdU6CeQNR1MM62X/JcumIS/LMmjv9GYERTtY/jKmIhYF5ntRQOXfjyGHoiMvvKRhI9lNNgA
+TH23MRdaKXoKGCQwoze1eqkBfSbW+Q6OWfH9GzO1KTsXO0G2Id3UwD2ln58fQ1DJu7xsepeY7s2M
+H/ucUa6LcL0nn3HAa6x9kGbo1106DbDVwo3VyJ2dwW3Q0L9R5OP4wzg2rtandeavhENdk5IMagfe
+Ox2YItaswTXbo6Al/3K1dh3ebeksZixShNBFks4c5eUzHdwHU1SjqoI7mjcv3N2gZOnm3b2u/GSF
+HTynyQbehP9r6GsaPMWis0L7iwk+XwhSx2LE1AVxv8Rk5Pihg+g+EpuoHtQ2TS9x9o0o9oOpE9Jh
+wZG7SMA0j0GMS0zbaRL/UJScIINZc+18ofLx/d33SdNDWKBWY8o9PeU1VlnpDsogzCtLkykPAgMB
+AAGjggFqMIIBZjASBgNVHRMBAf8ECDAGAQH/AgEMMB0GA1UdDgQWBBS5CcqcHtvTbDprru1U8VuT
+BjUuXjCB4QYDVR0jBIHZMIHWgBS5CcqcHtvTbDprru1U8VuTBjUuXqGBsqSBrzCBrDELMAkGA1UE
+BhMCRVUxQzBBBgNVBAcTOk1hZHJpZCAoc2VlIGN1cnJlbnQgYWRkcmVzcyBhdCB3d3cuY2FtZXJm
+aXJtYS5jb20vYWRkcmVzcykxEjAQBgNVBAUTCUE4Mjc0MzI4NzEbMBkGA1UEChMSQUMgQ2FtZXJm
+aXJtYSBTLkEuMScwJQYDVQQDEx5HbG9iYWwgQ2hhbWJlcnNpZ24gUm9vdCAtIDIwMDiCCQDJzdPp
+1X0jzjAOBgNVHQ8BAf8EBAMCAQYwPQYDVR0gBDYwNDAyBgRVHSAAMCowKAYIKwYBBQUHAgEWHGh0
+dHA6Ly9wb2xpY3kuY2FtZXJmaXJtYS5jb20wDQYJKoZIhvcNAQEFBQADggIBAICIf3DekijZBZRG
+/5BXqfEv3xoNa/p8DhxJJHkn2EaqbylZUohwEurdPfWbU1Rv4WCiqAm57OtZfMY18dwY6fFn5a+6
+ReAJ3spED8IXDneRRXozX1+WLGiLwUePmJs9wOzL9dWCkoQ10b42OFZyMVtHLaoXpGNR6woBrX/s
+dZ7LoR/xfxKxueRkf2fWIyr0uDldmOghp+G9PUIadJpwr2hsUF1Jz//7Dl3mLEfXgTpZALVza2Mg
+9jFFCDkO9HB+QHBaP9BrQql0PSgvAm11cpUJjUhjxsYjV5KTXjXBjfkK9yydYhz2rXzdpjEetrHH
+foUm+qRqtdpjMNHvkzeyZi99Bffnt0uYlDXA2TopwZ2yUDMdSqlapskD7+3056huirRXhOukP9Du
+qqqHW2Pok+JrqNS4cnhrG+055F3Lm6qH1U9OAP7Zap88MQ8oAgF9mOinsKJknnn4SPIVqczmyETr
+P3iZ8ntxPjzxmKfFGBI/5rsoM0LpRQp8bfKGeS/Fghl9CYl8slR2iK7ewfPM4W7bMdaTrpmg7yVq
+c5iJWzouE4gev8CSlDQb4ye3ix5vQv/n6TebUB0tovkC7stYWDpxvGjjqsGvHCgfotwjZT+B6q6Z
+09gwzxMNTxXJhLynSC34MCN32EZLeW32jO06f2ARePTpm67VVMB0gNELQp/B
+-----END CERTIFICATE-----
+
+Go Daddy Root Certificate Authority - G2
+========================================
+-----BEGIN CERTIFICATE-----
+MIIDxTCCAq2gAwIBAgIBADANBgkqhkiG9w0BAQsFADCBgzELMAkGA1UEBhMCVVMxEDAOBgNVBAgT
+B0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxGjAYBgNVBAoTEUdvRGFkZHkuY29tLCBJbmMu
+MTEwLwYDVQQDEyhHbyBEYWRkeSBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5
+MDkwMTAwMDAwMFoXDTM3MTIzMTIzNTk1OVowgYMxCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6
+b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMRowGAYDVQQKExFHb0RhZGR5LmNvbSwgSW5jLjExMC8G
+A1UEAxMoR28gRGFkZHkgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZI
+hvcNAQEBBQADggEPADCCAQoCggEBAL9xYgjx+lk09xvJGKP3gElY6SKDE6bFIEMBO4Tx5oVJnyfq
+9oQbTqC023CYxzIBsQU+B07u9PpPL1kwIuerGVZr4oAH/PMWdYA5UXvl+TW2dE6pjYIT5LY/qQOD
++qK+ihVqf94Lw7YZFAXK6sOoBJQ7RnwyDfMAZiLIjWltNowRGLfTshxgtDj6AozO091GB94KPutd
+fMh8+7ArU6SSYmlRJQVhGkSBjCypQ5Yj36w6gZoOKcUcqeldHraenjAKOc7xiID7S13MMuyFYkMl
+NAJWJwGRtDtwKj9useiciAF9n9T521NtYJ2/LOdYq7hfRvzOxBsDPAnrSTFcaUaz4EcCAwEAAaNC
+MEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFDqahQcQZyi27/a9
+BUFuIMGU2g/eMA0GCSqGSIb3DQEBCwUAA4IBAQCZ21151fmXWWcDYfF+OwYxdS2hII5PZYe096ac
+vNjpL9DbWu7PdIxztDhC2gV7+AJ1uP2lsdeu9tfeE8tTEH6KRtGX+rcuKxGrkLAngPnon1rpN5+r
+5N9ss4UXnT3ZJE95kTXWXwTrgIOrmgIttRD02JDHBHNA7XIloKmf7J6raBKZV8aPEjoJpL1E/QYV
+N8Gb5DKj7Tjo2GTzLH4U/ALqn83/B2gX2yKQOC16jdFU8WnjXzPKej17CuPKf1855eJ1usV2GDPO
+LPAvTK33sefOT6jEm0pUBsV/fdUID+Ic/n4XuKxe9tQWskMJDE32p2u0mYRlynqI4uJEvlz36hz1
+-----END CERTIFICATE-----
+
+Starfield Root Certificate Authority - G2
+=========================================
+-----BEGIN CERTIFICATE-----
+MIID3TCCAsWgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBjzELMAkGA1UEBhMCVVMxEDAOBgNVBAgT
+B0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoTHFN0YXJmaWVsZCBUZWNobm9s
+b2dpZXMsIEluYy4xMjAwBgNVBAMTKVN0YXJmaWVsZCBSb290IENlcnRpZmljYXRlIEF1dGhvcml0
+eSAtIEcyMB4XDTA5MDkwMTAwMDAwMFoXDTM3MTIzMTIzNTk1OVowgY8xCzAJBgNVBAYTAlVTMRAw
+DgYDVQQIEwdBcml6b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFyZmllbGQg
+VGVjaG5vbG9naWVzLCBJbmMuMTIwMAYDVQQDEylTdGFyZmllbGQgUm9vdCBDZXJ0aWZpY2F0ZSBB
+dXRob3JpdHkgLSBHMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3twQP89o/8ArFv
+W59I2Z154qK3A2FWGMNHttfKPTUuiUP3oWmb3ooa/RMgnLRJdzIpVv257IzdIvpy3Cdhl+72WoTs
+bhm5iSzchFvVdPtrX8WJpRBSiUZV9Lh1HOZ/5FSuS/hVclcCGfgXcVnrHigHdMWdSL5stPSksPNk
+N3mSwOxGXn/hbVNMYq/NHwtjuzqd+/x5AJhhdM8mgkBj87JyahkNmcrUDnXMN/uLicFZ8WJ/X7Nf
+ZTD4p7dNdloedl40wOiWVpmKs/B/pM293DIxfJHP4F8R+GuqSVzRmZTRouNjWwl2tVZi4Ut0HZbU
+JtQIBFnQmA4O5t78w+wfkPECAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC
+AQYwHQYDVR0OBBYEFHwMMh+n2TB/xH1oo2Kooc6rB1snMA0GCSqGSIb3DQEBCwUAA4IBAQARWfol
+TwNvlJk7mh+ChTnUdgWUXuEok21iXQnCoKjUsHU48TRqneSfioYmUeYs0cYtbpUgSpIB7LiKZ3sx
+4mcujJUDJi5DnUox9g61DLu34jd/IroAow57UvtruzvE03lRTs2Q9GcHGcg8RnoNAX3FWOdt5oUw
+F5okxBDgBPfg8n/Uqgr/Qh037ZTlZFkSIHc40zI+OIF1lnP6aI+xy84fxez6nH7PfrHxBy22/L/K
+pL/QlwVKvOoYKAKQvVR4CSFx09F9HdkWsKlhPdAKACL8x3vLCWRFCztAgfd9fDL1mMpYjn0q7pBZ
+c2T5NnReJaH1ZgUufzkVqSr7UIuOhWn0
+-----END CERTIFICATE-----
+
+Starfield Services Root Certificate Authority - G2
+==================================================
+-----BEGIN CERTIFICATE-----
+MIID7zCCAtegAwIBAgIBADANBgkqhkiG9w0BAQsFADCBmDELMAkGA1UEBhMCVVMxEDAOBgNVBAgT
+B0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoTHFN0YXJmaWVsZCBUZWNobm9s
+b2dpZXMsIEluYy4xOzA5BgNVBAMTMlN0YXJmaWVsZCBTZXJ2aWNlcyBSb290IENlcnRpZmljYXRl
+IEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAwMFoXDTM3MTIzMTIzNTk1OVowgZgxCzAJBgNV
+BAYTAlVTMRAwDgYDVQQIEwdBcml6b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxT
+dGFyZmllbGQgVGVjaG5vbG9naWVzLCBJbmMuMTswOQYDVQQDEzJTdGFyZmllbGQgU2VydmljZXMg
+Um9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCC
+AQoCggEBANUMOsQq+U7i9b4Zl1+OiFOxHz/Lz58gE20pOsgPfTz3a3Y4Y9k2YKibXlwAgLIvWX/2
+h/klQ4bnaRtSmpDhcePYLQ1Ob/bISdm28xpWriu2dBTrz/sm4xq6HZYuajtYlIlHVv8loJNwU4Pa
+hHQUw2eeBGg6345AWh1KTs9DkTvnVtYAcMtS7nt9rjrnvDH5RfbCYM8TWQIrgMw0R9+53pBlbQLP
+LJGmpufehRhJfGZOozptqbXuNC66DQO4M99H67FrjSXZm86B0UVGMpZwh94CDklDhbZsc7tk6mFB
+rMnUVN+HL8cisibMn1lUaJ/8viovxFUcdUBgF4UCVTmLfwUCAwEAAaNCMEAwDwYDVR0TAQH/BAUw
+AwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFJxfAN+qAdcwKziIorhtSpzyEZGDMA0GCSqG
+SIb3DQEBCwUAA4IBAQBLNqaEd2ndOxmfZyMIbw5hyf2E3F/YNoHN2BtBLZ9g3ccaaNnRbobhiCPP
+E95Dz+I0swSdHynVv/heyNXBve6SbzJ08pGCL72CQnqtKrcgfU28elUSwhXqvfdqlS5sdJ/PHLTy
+xQGjhdByPq1zqwubdQxtRbeOlKyWN7Wg0I8VRw7j6IPdj/3vQQF3zCepYoUz8jcI73HPdwbeyBkd
+iEDPfUYd/x7H4c7/I9vG+o1VTqkC50cRRj70/b17KSa7qWFiNyi2LSr2EIZkyXCn0q23KXB56jza
+YyWf/Wi3MOxw+3WKt21gZ7IeyLnp2KhvAotnDU0mV3HaIPzBSlCNsSi6
+-----END CERTIFICATE-----
+
+AffirmTrust Commercial
+======================
+-----BEGIN CERTIFICATE-----
+MIIDTDCCAjSgAwIBAgIId3cGJyapsXwwDQYJKoZIhvcNAQELBQAwRDELMAkGA1UEBhMCVVMxFDAS
+BgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVzdCBDb21tZXJjaWFsMB4XDTEw
+MDEyOTE0MDYwNloXDTMwMTIzMTE0MDYwNlowRDELMAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmly
+bVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVzdCBDb21tZXJjaWFsMIIBIjANBgkqhkiG9w0BAQEF
+AAOCAQ8AMIIBCgKCAQEA9htPZwcroRX1BiLLHwGy43NFBkRJLLtJJRTWzsO3qyxPxkEylFf6Eqdb
+DuKPHx6GGaeqtS25Xw2Kwq+FNXkyLbscYjfysVtKPcrNcV/pQr6U6Mje+SJIZMblq8Yrba0F8PrV
+C8+a5fBQpIs7R6UjW3p6+DM/uO+Zl+MgwdYoic+U+7lF7eNAFxHUdPALMeIrJmqbTFeurCA+ukV6
+BfO9m2kVrn1OIGPENXY6BwLJN/3HR+7o8XYdcxXyl6S1yHp52UKqK39c/s4mT6NmgTWvRLpUHhww
+MmWd5jyTXlBOeuM61G7MGvv50jeuJCqrVwMiKA1JdX+3KNp1v47j3A55MQIDAQABo0IwQDAdBgNV
+HQ4EFgQUnZPGU4teyq8/nx4P5ZmVvCT2lI8wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC
+AQYwDQYJKoZIhvcNAQELBQADggEBAFis9AQOzcAN/wr91LoWXym9e2iZWEnStB03TX8nfUYGXUPG
+hi4+c7ImfU+TqbbEKpqrIZcUsd6M06uJFdhrJNTxFq7YpFzUf1GO7RgBsZNjvbz4YYCanrHOQnDi
+qX0GJX0nof5v7LMeJNrjS1UaADs1tDvZ110w/YETifLCBivtZ8SOyUOyXGsViQK8YvxO8rUzqrJv
+0wqiUOP2O+guRMLbZjipM1ZI8W0bM40NjD9gN53Tym1+NH4Nn3J2ixufcv1SNUFFApYvHLKac0kh
+sUlHRUe072o0EclNmsxZt9YCnlpOZbWUrhvfKbAW8b8Angc6F2S1BLUjIZkKlTuXfO8=
+-----END CERTIFICATE-----
+
+AffirmTrust Networking
+======================
+-----BEGIN CERTIFICATE-----
+MIIDTDCCAjSgAwIBAgIIfE8EORzUmS0wDQYJKoZIhvcNAQEFBQAwRDELMAkGA1UEBhMCVVMxFDAS
+BgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVzdCBOZXR3b3JraW5nMB4XDTEw
+MDEyOTE0MDgyNFoXDTMwMTIzMTE0MDgyNFowRDELMAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmly
+bVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVzdCBOZXR3b3JraW5nMIIBIjANBgkqhkiG9w0BAQEF
+AAOCAQ8AMIIBCgKCAQEAtITMMxcua5Rsa2FSoOujz3mUTOWUgJnLVWREZY9nZOIG41w3SfYvm4SE
+Hi3yYJ0wTsyEheIszx6e/jarM3c1RNg1lho9Nuh6DtjVR6FqaYvZ/Ls6rnla1fTWcbuakCNrmreI
+dIcMHl+5ni36q1Mr3Lt2PpNMCAiMHqIjHNRqrSK6mQEubWXLviRmVSRLQESxG9fhwoXA3hA/Pe24
+/PHxI1Pcv2WXb9n5QHGNfb2V1M6+oF4nI979ptAmDgAp6zxG8D1gvz9Q0twmQVGeFDdCBKNwV6gb
+h+0t+nvujArjqWaJGctB+d1ENmHP4ndGyH329JKBNv3bNPFyfvMMFr20FQIDAQABo0IwQDAdBgNV
+HQ4EFgQUBx/S55zawm6iQLSwelAQUHTEyL0wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC
+AQYwDQYJKoZIhvcNAQEFBQADggEBAIlXshZ6qML91tmbmzTCnLQyFE2npN/svqe++EPbkTfOtDIu
+UFUaNU52Q3Eg75N3ThVwLofDwR1t3Mu1J9QsVtFSUzpE0nPIxBsFZVpikpzuQY0x2+c06lkh1QF6
+12S4ZDnNye2v7UsDSKegmQGA3GWjNq5lWUhPgkvIZfFXHeVZLgo/bNjR9eUJtGxUAArgFU2HdW23
+WJZa3W3SAKD0m0i+wzekujbgfIeFlxoVot4uolu9rxj5kFDNcFn4J2dHy8egBzp90SxdbBk6ZrV9
+/ZFvgrG+CJPbFEfxojfHRZ48x3evZKiT3/Zpg4Jg8klCNO1aAFSFHBY2kgxc+qatv9s=
+-----END CERTIFICATE-----
+
+AffirmTrust Premium
+===================
+-----BEGIN CERTIFICATE-----
+MIIFRjCCAy6gAwIBAgIIbYwURrGmCu4wDQYJKoZIhvcNAQEMBQAwQTELMAkGA1UEBhMCVVMxFDAS
+BgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1UcnVzdCBQcmVtaXVtMB4XDTEwMDEy
+OTE0MTAzNloXDTQwMTIzMTE0MTAzNlowQTELMAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRy
+dXN0MRwwGgYDVQQDDBNBZmZpcm1UcnVzdCBQcmVtaXVtMIICIjANBgkqhkiG9w0BAQEFAAOCAg8A
+MIICCgKCAgEAxBLfqV/+Qd3d9Z+K4/as4Tx4mrzY8H96oDMq3I0gW64tb+eT2TZwamjPjlGjhVtn
+BKAQJG9dKILBl1fYSCkTtuG+kU3fhQxTGJoeJKJPj/CihQvL9Cl/0qRY7iZNyaqoe5rZ+jjeRFcV
+5fiMyNlI4g0WJx0eyIOFJbe6qlVBzAMiSy2RjYvmia9mx+n/K+k8rNrSs8PhaJyJ+HoAVt70VZVs
++7pk3WKL3wt3MutizCaam7uqYoNMtAZ6MMgpv+0GTZe5HMQxK9VfvFMSF5yZVylmd2EhMQcuJUmd
+GPLu8ytxjLW6OQdJd/zvLpKQBY0tL3d770O/Nbua2Plzpyzy0FfuKE4mX4+QaAkvuPjcBukumj5R
+p9EixAqnOEhss/n/fauGV+O61oV4d7pD6kh/9ti+I20ev9E2bFhc8e6kGVQa9QPSdubhjL08s9NI
+S+LI+H+SqHZGnEJlPqQewQcDWkYtuJfzt9WyVSHvutxMAJf7FJUnM7/oQ0dG0giZFmA7mn7S5u04
+6uwBHjxIVkkJx0w3AJ6IDsBz4W9m6XJHMD4Q5QsDyZpCAGzFlH5hxIrff4IaC1nEWTJ3s7xgaVY5
+/bQGeyzWZDbZvUjthB9+pSKPKrhC9IK31FOQeE4tGv2Bb0TXOwF0lkLgAOIua+rF7nKsu7/+6qqo
++Nz2snmKtmcCAwEAAaNCMEAwHQYDVR0OBBYEFJ3AZ6YMItkm9UWrpmVSESfYRaxjMA8GA1UdEwEB
+/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBDAUAA4ICAQCzV00QYk465KzquByv
+MiPIs0laUZx2KI15qldGF9X1Uva3ROgIRL8YhNILgM3FEv0AVQVhh0HctSSePMTYyPtwni94loMg
+Nt58D2kTiKV1NpgIpsbfrM7jWNa3Pt668+s0QNiigfV4Py/VpfzZotReBA4Xrf5B8OWycvpEgjNC
+6C1Y91aMYj+6QrCcDFx+LmUmXFNPALJ4fqENmS2NuB2OosSw/WDQMKSOyARiqcTtNd56l+0OOF6S
+L5Nwpamcb6d9Ex1+xghIsV5n61EIJenmJWtSKZGc0jlzCFfemQa0W50QBuHCAKi4HEoCChTQwUHK
++4w1IX2COPKpVJEZNZOUbWo6xbLQu4mGk+ibyQ86p3q4ofB4Rvr8Ny/lioTz3/4E2aFooC8k4gmV
+BtWVyuEklut89pMFu+1z6S3RdTnX5yTb2E5fQ4+e0BQ5v1VwSJlXMbSc7kqYA5YwH2AG7hsj/oFg
+IxpHYoWlzBk0gG+zrBrjn/B7SK3VAdlntqlyk+otZrWyuOQ9PLLvTIzq6we/qzWaVYa8GKa1qF60
+g2xraUDTn9zxw2lrueFtCfTxqlB2Cnp9ehehVZZCmTEJ3WARjQUwfuaORtGdFNrHF+QFlozEJLUb
+zxQHskD4o55BhrwE0GuWyCqANP2/7waj3VjFhT0+j/6eKeC2uAloGRwYQw==
+-----END CERTIFICATE-----
+
+AffirmTrust Premium ECC
+=======================
+-----BEGIN CERTIFICATE-----
+MIIB/jCCAYWgAwIBAgIIdJclisc/elQwCgYIKoZIzj0EAwMwRTELMAkGA1UEBhMCVVMxFDASBgNV
+BAoMC0FmZmlybVRydXN0MSAwHgYDVQQDDBdBZmZpcm1UcnVzdCBQcmVtaXVtIEVDQzAeFw0xMDAx
+MjkxNDIwMjRaFw00MDEyMzExNDIwMjRaMEUxCzAJBgNVBAYTAlVTMRQwEgYDVQQKDAtBZmZpcm1U
+cnVzdDEgMB4GA1UEAwwXQWZmaXJtVHJ1c3QgUHJlbWl1bSBFQ0MwdjAQBgcqhkjOPQIBBgUrgQQA
+IgNiAAQNMF4bFZ0D0KF5Nbc6PJJ6yhUczWLznCZcBz3lVPqj1swS6vQUX+iOGasvLkjmrBhDeKzQ
+N8O9ss0s5kfiGuZjuD0uL3jET9v0D6RoTFVya5UdThhClXjMNzyR4ptlKymjQjBAMB0GA1UdDgQW
+BBSaryl6wBE1NSZRMADDav5A1a7WPDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAK
+BggqhkjOPQQDAwNnADBkAjAXCfOHiFBar8jAQr9HX/VsaobgxCd05DhT1wV/GzTjxi+zygk8N53X
+57hG8f2h4nECMEJZh0PUUd+60wkyWs6Iflc9nF9Ca/UHLbXwgpP5WW+uZPpY5Yse42O+tYHNbwKM
+eQ==
+-----END CERTIFICATE-----
+
+Certum Trusted Network CA
+=========================
+-----BEGIN CERTIFICATE-----
+MIIDuzCCAqOgAwIBAgIDBETAMA0GCSqGSIb3DQEBBQUAMH4xCzAJBgNVBAYTAlBMMSIwIAYDVQQK
+ExlVbml6ZXRvIFRlY2hub2xvZ2llcyBTLkEuMScwJQYDVQQLEx5DZXJ0dW0gQ2VydGlmaWNhdGlv
+biBBdXRob3JpdHkxIjAgBgNVBAMTGUNlcnR1bSBUcnVzdGVkIE5ldHdvcmsgQ0EwHhcNMDgxMDIy
+MTIwNzM3WhcNMjkxMjMxMTIwNzM3WjB+MQswCQYDVQQGEwJQTDEiMCAGA1UEChMZVW5pemV0byBU
+ZWNobm9sb2dpZXMgUy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRpZmljYXRpb24gQXV0aG9yaXR5
+MSIwIAYDVQQDExlDZXJ0dW0gVHJ1c3RlZCBOZXR3b3JrIENBMIIBIjANBgkqhkiG9w0BAQEFAAOC
+AQ8AMIIBCgKCAQEA4/t9o3K6wvDJFIf1awFO4W5AB7ptJ11/91sts1rHUV+rpDKmYYe2bg+G0jAC
+l/jXaVehGDldamR5xgFZrDwxSjh80gTSSyjoIF87B6LMTXPb865Px1bVWqeWifrzq2jUI4ZZJ88J
+J7ysbnKDHDBy3+Ci6dLhdHUZvSqeexVUBBvXQzmtVSjF4hq79MDkrjhJM8x2hZ85RdKknvISjFH4
+fOQtf/WsX+sWn7Et0brMkUJ3TCXJkDhv2/DM+44el1k+1WBO5gUo7Ul5E0u6SNsv+XLTOcr+H9g0
+cvW0QM8xAcPs3hEtF10fuFDRXhmnad4HMyjKUJX5p1TLVIZQRan5SQIDAQABo0IwQDAPBgNVHRMB
+Af8EBTADAQH/MB0GA1UdDgQWBBQIds3LB/8k9sXN7buQvOKEN0Z19zAOBgNVHQ8BAf8EBAMCAQYw
+DQYJKoZIhvcNAQEFBQADggEBAKaorSLOAT2mo/9i0Eidi15ysHhE49wcrwn9I0j6vSrEuVUEtRCj
+jSfeC4Jj0O7eDDd5QVsisrCaQVymcODU0HfLI9MA4GxWL+FpDQ3Zqr8hgVDZBqWo/5U30Kr+4rP1
+mS1FhIrlQgnXdAIv94nYmem8J9RHjboNRhx3zxSkHLmkMcScKHQDNP8zGSal6Q10tz6XxnboJ5aj
+Zt3hrvJBW8qYVoNzcOSGGtIxQbovvi0TWnZvTuhOgQ4/WwMioBK+ZlgRSssDxLQqKi2WF+A5VLxI
+03YnnZotBqbJ7DnSq9ufmgsnAjUpsUCV5/nonFWIGUbWtzT1fs45mtk48VH3Tyw=
+-----END CERTIFICATE-----
+
+Certinomis - Autorité Racine
+=============================
+-----BEGIN CERTIFICATE-----
+MIIFnDCCA4SgAwIBAgIBATANBgkqhkiG9w0BAQUFADBjMQswCQYDVQQGEwJGUjETMBEGA1UEChMK
+Q2VydGlub21pczEXMBUGA1UECxMOMDAwMiA0MzM5OTg5MDMxJjAkBgNVBAMMHUNlcnRpbm9taXMg
+LSBBdXRvcml0w6kgUmFjaW5lMB4XDTA4MDkxNzA4Mjg1OVoXDTI4MDkxNzA4Mjg1OVowYzELMAkG
+A1UEBhMCRlIxEzARBgNVBAoTCkNlcnRpbm9taXMxFzAVBgNVBAsTDjAwMDIgNDMzOTk4OTAzMSYw
+JAYDVQQDDB1DZXJ0aW5vbWlzIC0gQXV0b3JpdMOpIFJhY2luZTCCAiIwDQYJKoZIhvcNAQEBBQAD
+ggIPADCCAgoCggIBAJ2Fn4bT46/HsmtuM+Cet0I0VZ35gb5j2CN2DpdUzZlMGvE5x4jYF1AMnmHa
+wE5V3udauHpOd4cN5bjr+p5eex7Ezyh0x5P1FMYiKAT5kcOrJ3NqDi5N8y4oH3DfVS9O7cdxbwly
+Lu3VMpfQ8Vh30WC8Tl7bmoT2R2FFK/ZQpn9qcSdIhDWerP5pqZ56XjUl+rSnSTV3lqc2W+HN3yNw
+2F1MpQiD8aYkOBOo7C+ooWfHpi2GR+6K/OybDnT0K0kCe5B1jPyZOQE51kqJ5Z52qz6WKDgmi92N
+jMD2AR5vpTESOH2VwnHu7XSu5DaiQ3XV8QCb4uTXzEIDS3h65X27uK4uIJPT5GHfceF2Z5c/tt9q
+c1pkIuVC28+BA5PY9OMQ4HL2AHCs8MF6DwV/zzRpRbWT5BnbUhYjBYkOjUjkJW+zeL9i9Qf6lSTC
+lrLooyPCXQP8w9PlfMl1I9f09bze5N/NgL+RiH2nE7Q5uiy6vdFrzPOlKO1Enn1So2+WLhl+HPNb
+xxaOu2B9d2ZHVIIAEWBsMsGoOBvrbpgT1u449fCfDu/+MYHB0iSVL1N6aaLwD4ZFjliCK0wi1F6g
+530mJ0jfJUaNSih8hp75mxpZuWW/Bd22Ql095gBIgl4g9xGC3srYn+Y3RyYe63j3YcNBZFgCQfna
+4NH4+ej9Uji29YnfAgMBAAGjWzBZMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0G
+A1UdDgQWBBQNjLZh2kS40RR9w759XkjwzspqsDAXBgNVHSAEEDAOMAwGCiqBegFWAgIAAQEwDQYJ
+KoZIhvcNAQEFBQADggIBACQ+YAZ+He86PtvqrxyaLAEL9MW12Ukx9F1BjYkMTv9sov3/4gbIOZ/x
+WqndIlgVqIrTseYyCYIDbNc/CMf4uboAbbnW/FIyXaR/pDGUu7ZMOH8oMDX/nyNTt7buFHAAQCva
+R6s0fl6nVjBhK4tDrP22iCj1a7Y+YEq6QpA0Z43q619FVDsXrIvkxmUP7tCMXWY5zjKn2BCXwH40
+nJ+U8/aGH88bc62UeYdocMMzpXDn2NU4lG9jeeu/Cg4I58UvD0KgKxRA/yHgBcUn4YQRE7rWhh1B
+CxMjidPJC+iKunqjo3M3NYB9Ergzd0A4wPpeMNLytqOx1qKVl4GbUu1pTP+A5FPbVFsDbVRfsbjv
+JL1vnxHDx2TCDyhihWZeGnuyt++uNckZM6i4J9szVb9o4XVIRFb7zdNIu0eJOqxp9YDG5ERQL1TE
+qkPFMTFYvZbF6nVsmnWxTfj3l/+WFvKXTej28xH5On2KOG4Ey+HTRRWqpdEdnV1j6CTmNhTih60b
+WfVEm/vXd3wfAXBioSAaosUaKPQhA+4u2cGA6rnZgtZbdsLLO7XSAPCjDuGtbkD326C00EauFddE
+wk01+dIL8hf2rGbVJLJP0RyZwG71fet0BLj5TXcJ17TPBzAJ8bgAVtkXFhYKK4bfjwEZGuW7gmP/
+vgt2Fl43N+bYdJeimUV5
+-----END CERTIFICATE-----
+
+Root CA Generalitat Valenciana
+==============================
+-----BEGIN CERTIFICATE-----
+MIIGizCCBXOgAwIBAgIEO0XlaDANBgkqhkiG9w0BAQUFADBoMQswCQYDVQQGEwJFUzEfMB0GA1UE
+ChMWR2VuZXJhbGl0YXQgVmFsZW5jaWFuYTEPMA0GA1UECxMGUEtJR1ZBMScwJQYDVQQDEx5Sb290
+IENBIEdlbmVyYWxpdGF0IFZhbGVuY2lhbmEwHhcNMDEwNzA2MTYyMjQ3WhcNMjEwNzAxMTUyMjQ3
+WjBoMQswCQYDVQQGEwJFUzEfMB0GA1UEChMWR2VuZXJhbGl0YXQgVmFsZW5jaWFuYTEPMA0GA1UE
+CxMGUEtJR1ZBMScwJQYDVQQDEx5Sb290IENBIEdlbmVyYWxpdGF0IFZhbGVuY2lhbmEwggEiMA0G
+CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDGKqtXETcvIorKA3Qdyu0togu8M1JAJke+WmmmO3I2
+F0zo37i7L3bhQEZ0ZQKQUgi0/6iMweDHiVYQOTPvaLRfX9ptI6GJXiKjSgbwJ/BXufjpTjJ3Cj9B
+ZPPrZe52/lSqfR0grvPXdMIKX/UIKFIIzFVd0g/bmoGlu6GzwZTNVOAydTGRGmKy3nXiz0+J2ZGQ
+D0EbtFpKd71ng+CT516nDOeB0/RSrFOyA8dEJvt55cs0YFAQexvba9dHq198aMpunUEDEO5rmXte
+JajCq+TA81yc477OMUxkHl6AovWDfgzWyoxVjr7gvkkHD6MkQXpYHYTqWBLI4bft75PelAgxAgMB
+AAGjggM7MIIDNzAyBggrBgEFBQcBAQQmMCQwIgYIKwYBBQUHMAGGFmh0dHA6Ly9vY3NwLnBraS5n
+dmEuZXMwEgYDVR0TAQH/BAgwBgEB/wIBAjCCAjQGA1UdIASCAiswggInMIICIwYKKwYBBAG/VQIB
+ADCCAhMwggHoBggrBgEFBQcCAjCCAdoeggHWAEEAdQB0AG8AcgBpAGQAYQBkACAAZABlACAAQwBl
+AHIAdABpAGYAaQBjAGEAYwBpAPMAbgAgAFIAYQDtAHoAIABkAGUAIABsAGEAIABHAGUAbgBlAHIA
+YQBsAGkAdABhAHQAIABWAGEAbABlAG4AYwBpAGEAbgBhAC4ADQAKAEwAYQAgAEQAZQBjAGwAYQBy
+AGEAYwBpAPMAbgAgAGQAZQAgAFAAcgDhAGMAdABpAGMAYQBzACAAZABlACAAQwBlAHIAdABpAGYA
+aQBjAGEAYwBpAPMAbgAgAHEAdQBlACAAcgBpAGcAZQAgAGUAbAAgAGYAdQBuAGMAaQBvAG4AYQBt
+AGkAZQBuAHQAbwAgAGQAZQAgAGwAYQAgAHAAcgBlAHMAZQBuAHQAZQAgAEEAdQB0AG8AcgBpAGQA
+YQBkACAAZABlACAAQwBlAHIAdABpAGYAaQBjAGEAYwBpAPMAbgAgAHMAZQAgAGUAbgBjAHUAZQBu
+AHQAcgBhACAAZQBuACAAbABhACAAZABpAHIAZQBjAGMAaQDzAG4AIAB3AGUAYgAgAGgAdAB0AHAA
+OgAvAC8AdwB3AHcALgBwAGsAaQAuAGcAdgBhAC4AZQBzAC8AYwBwAHMwJQYIKwYBBQUHAgEWGWh0
+dHA6Ly93d3cucGtpLmd2YS5lcy9jcHMwHQYDVR0OBBYEFHs100DSHHgZZu90ECjcPk+yeAT8MIGV
+BgNVHSMEgY0wgYqAFHs100DSHHgZZu90ECjcPk+yeAT8oWykajBoMQswCQYDVQQGEwJFUzEfMB0G
+A1UEChMWR2VuZXJhbGl0YXQgVmFsZW5jaWFuYTEPMA0GA1UECxMGUEtJR1ZBMScwJQYDVQQDEx5S
+b290IENBIEdlbmVyYWxpdGF0IFZhbGVuY2lhbmGCBDtF5WgwDQYJKoZIhvcNAQEFBQADggEBACRh
+TvW1yEICKrNcda3FbcrnlD+laJWIwVTAEGmiEi8YPyVQqHxK6sYJ2fR1xkDar1CdPaUWu20xxsdz
+Ckj+IHLtb8zog2EWRpABlUt9jppSCS/2bxzkoXHPjCpaF3ODR00PNvsETUlR4hTJZGH71BTg9J63
+NI8KJr2XXPR5OkowGcytT6CYirQxlyric21+eLj4iIlPsSKRZEv1UN4D2+XFducTZnV+ZfsBn5OH
+iJ35Rld8TWCvmHMTI6QgkYH60GFmuH3Rr9ZvHmw96RH9qfmCIoaZM3Fa6hlXPZHNqcCjbgcTpsnt
++GijnsNacgmHKNHEc8RzGF9QdRYxn7fofMM=
+-----END CERTIFICATE-----
+
+A-Trust-nQual-03
+================
+-----BEGIN CERTIFICATE-----
+MIIDzzCCAregAwIBAgIDAWweMA0GCSqGSIb3DQEBBQUAMIGNMQswCQYDVQQGEwJBVDFIMEYGA1UE
+Cgw/QS1UcnVzdCBHZXMuIGYuIFNpY2hlcmhlaXRzc3lzdGVtZSBpbSBlbGVrdHIuIERhdGVudmVy
+a2VociBHbWJIMRkwFwYDVQQLDBBBLVRydXN0LW5RdWFsLTAzMRkwFwYDVQQDDBBBLVRydXN0LW5R
+dWFsLTAzMB4XDTA1MDgxNzIyMDAwMFoXDTE1MDgxNzIyMDAwMFowgY0xCzAJBgNVBAYTAkFUMUgw
+RgYDVQQKDD9BLVRydXN0IEdlcy4gZi4gU2ljaGVyaGVpdHNzeXN0ZW1lIGltIGVsZWt0ci4gRGF0
+ZW52ZXJrZWhyIEdtYkgxGTAXBgNVBAsMEEEtVHJ1c3QtblF1YWwtMDMxGTAXBgNVBAMMEEEtVHJ1
+c3QtblF1YWwtMDMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCtPWFuA/OQO8BBC4SA
+zewqo51ru27CQoT3URThoKgtUaNR8t4j8DRE/5TrzAUjlUC5B3ilJfYKvUWG6Nm9wASOhURh73+n
+yfrBJcyFLGM/BWBzSQXgYHiVEEvc+RFZznF/QJuKqiTfC0Li21a8StKlDJu3Qz7dg9MmEALP6iPE
+SU7l0+m0iKsMrmKS1GWH2WrX9IWf5DMiJaXlyDO6w8dB3F/GaswADm0yqLaHNgBid5seHzTLkDx4
+iHQF63n1k3Flyp3HaxgtPVxO59X4PzF9j4fsCiIvI+n+u33J4PTs63zEsMMtYrWacdaxaujs2e3V
+cuy+VwHOBVWf3tFgiBCzAgMBAAGjNjA0MA8GA1UdEwEB/wQFMAMBAf8wEQYDVR0OBAoECERqlWdV
+eRFPMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQUFAAOCAQEAVdRU0VlIXLOThaq/Yy/kgM40
+ozRiPvbY7meIMQQDbwvUB/tOdQ/TLtPAF8fGKOwGDREkDg6lXb+MshOWcdzUzg4NCmgybLlBMRmr
+sQd7TZjTXLDR8KdCoLXEjq/+8T/0709GAHbrAvv5ndJAlseIOrifEXnzgGWovR/TeIGgUUw3tKZd
+JXDRZslo+S4RFGjxVJgIrCaSD96JntT6s3kr0qN51OyLrIdTaEJMUVF0HhsnLuP1Hyl0Te2v9+GS
+mYHovjrHF1D2t8b8m7CKa9aIA5GPBnc6hQLdmNVDeD/GMBWsm2vLV7eJUYs66MmEDNuxUCAKGkq6
+ahq97BvIxYSazQ==
+-----END CERTIFICATE-----
+
+TWCA Root Certification Authority
+=================================
+-----BEGIN CERTIFICATE-----
+MIIDezCCAmOgAwIBAgIBATANBgkqhkiG9w0BAQUFADBfMQswCQYDVQQGEwJUVzESMBAGA1UECgwJ
+VEFJV0FOLUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFUV0NBIFJvb3QgQ2VydGlmaWNh
+dGlvbiBBdXRob3JpdHkwHhcNMDgwODI4MDcyNDMzWhcNMzAxMjMxMTU1OTU5WjBfMQswCQYDVQQG
+EwJUVzESMBAGA1UECgwJVEFJV0FOLUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFUV0NB
+IFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK
+AoIBAQCwfnK4pAOU5qfeCTiRShFAh6d8WWQUe7UREN3+v9XAu1bihSX0NXIP+FPQQeFEAcK0HMMx
+QhZHhTMidrIKbw/lJVBPhYa+v5guEGcevhEFhgWQxFnQfHgQsIBct+HHK3XLfJ+utdGdIzdjp9xC
+oi2SBBtQwXu4PhvJVgSLL1KbralW6cH/ralYhzC2gfeXRfwZVzsrb+RH9JlF/h3x+JejiB03HFyP
+4HYlmlD4oFT/RJB2I9IyxsOrBr/8+7/zrX2SYgJbKdM1o5OaQ2RgXbL6Mv87BK9NQGr5x+PvI/1r
+y+UPizgN7gr8/g+YnzAx3WxSZfmLgb4i4RxYA7qRG4kHAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIB
+BjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqOFsmjd6LWvJPelSDGRjjCDWmujANBgkqhkiG
+9w0BAQUFAAOCAQEAPNV3PdrfibqHDAhUaiBQkr6wQT25JmSDCi/oQMCXKCeCMErJk/9q56YAf4lC
+mtYR5VPOL8zy2gXE/uJQxDqGfczafhAJO5I1KlOy/usrBdlsXebQ79NqZp4VKIV66IIArB6nCWlW
+QtNoURi+VJq/REG6Sb4gumlc7rh3zc5sH62Dlhh9DrUUOYTxKOkto557HnpyWoOzeW/vtPzQCqVY
+T0bf+215WfKEIlKuD8z7fDvnaspHYcN6+NOSBB+4IIThNlQWx0DeO4pz3N/GCUzf7Nr/1FNCocny
+Yh0igzyXxfkZYiesZSLX0zzG5Y6yU8xJzrww/nsOM5D77dIUkR8Hrw==
+-----END CERTIFICATE-----
+
+Security Communication RootCA2
+==============================
+-----BEGIN CERTIFICATE-----
+MIIDdzCCAl+gAwIBAgIBADANBgkqhkiG9w0BAQsFADBdMQswCQYDVQQGEwJKUDElMCMGA1UEChMc
+U0VDT00gVHJ1c3QgU3lzdGVtcyBDTy4sTFRELjEnMCUGA1UECxMeU2VjdXJpdHkgQ29tbXVuaWNh
+dGlvbiBSb290Q0EyMB4XDTA5MDUyOTA1MDAzOVoXDTI5MDUyOTA1MDAzOVowXTELMAkGA1UEBhMC
+SlAxJTAjBgNVBAoTHFNFQ09NIFRydXN0IFN5c3RlbXMgQ08uLExURC4xJzAlBgNVBAsTHlNlY3Vy
+aXR5IENvbW11bmljYXRpb24gUm9vdENBMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB
+ANAVOVKxUrO6xVmCxF1SrjpDZYBLx/KWvNs2l9amZIyoXvDjChz335c9S672XewhtUGrzbl+dp++
++T42NKA7wfYxEUV0kz1XgMX5iZnK5atq1LXaQZAQwdbWQonCv/Q4EpVMVAX3NuRFg3sUZdbcDE3R
+3n4MqzvEFb46VqZab3ZpUql6ucjrappdUtAtCms1FgkQhNBqyjoGADdH5H5XTz+L62e4iKrFvlNV
+spHEfbmwhRkGeC7bYRr6hfVKkaHnFtWOojnflLhwHyg/i/xAXmODPIMqGplrz95Zajv8bxbXH/1K
+EOtOghY6rCcMU/Gt1SSwawNQwS08Ft1ENCcadfsCAwEAAaNCMEAwHQYDVR0OBBYEFAqFqXdlBZh8
+QIH4D5csOPEK7DzPMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEB
+CwUAA4IBAQBMOqNErLlFsceTfsgLCkLfZOoc7llsCLqJX2rKSpWeeo8HxdpFcoJxDjrSzG+ntKEj
+u/Ykn8sX/oymzsLS28yN/HH8AynBbF0zX2S2ZTuJbxh2ePXcokgfGT+Ok+vx+hfuzU7jBBJV1uXk
+3fs+BXziHV7Gp7yXT2g69ekuCkO2r1dcYmh8t/2jioSgrGK+KwmHNPBqAbubKVY8/gA3zyNs8U6q
+tnRGEmyR7jTV7JqR50S+kDFy1UkC9gLl9B/rfNmWVan/7Ir5mUf/NVoCqgTLiluHcSmRvaS0eg29
+mvVXIwAHIRc/SjnRBUkLp7Y3gaVdjKozXoEofKd9J+sAro03
+-----END CERTIFICATE-----
+
+EC-ACC
+======
+-----BEGIN CERTIFICATE-----
+MIIFVjCCBD6gAwIBAgIQ7is969Qh3hSoYqwE893EATANBgkqhkiG9w0BAQUFADCB8zELMAkGA1UE
+BhMCRVMxOzA5BgNVBAoTMkFnZW5jaWEgQ2F0YWxhbmEgZGUgQ2VydGlmaWNhY2lvIChOSUYgUS0w
+ODAxMTc2LUkpMSgwJgYDVQQLEx9TZXJ2ZWlzIFB1YmxpY3MgZGUgQ2VydGlmaWNhY2lvMTUwMwYD
+VQQLEyxWZWdldSBodHRwczovL3d3dy5jYXRjZXJ0Lm5ldC92ZXJhcnJlbCAoYykwMzE1MDMGA1UE
+CxMsSmVyYXJxdWlhIEVudGl0YXRzIGRlIENlcnRpZmljYWNpbyBDYXRhbGFuZXMxDzANBgNVBAMT
+BkVDLUFDQzAeFw0wMzAxMDcyMzAwMDBaFw0zMTAxMDcyMjU5NTlaMIHzMQswCQYDVQQGEwJFUzE7
+MDkGA1UEChMyQWdlbmNpYSBDYXRhbGFuYSBkZSBDZXJ0aWZpY2FjaW8gKE5JRiBRLTA4MDExNzYt
+SSkxKDAmBgNVBAsTH1NlcnZlaXMgUHVibGljcyBkZSBDZXJ0aWZpY2FjaW8xNTAzBgNVBAsTLFZl
+Z2V1IGh0dHBzOi8vd3d3LmNhdGNlcnQubmV0L3ZlcmFycmVsIChjKTAzMTUwMwYDVQQLEyxKZXJh
+cnF1aWEgRW50aXRhdHMgZGUgQ2VydGlmaWNhY2lvIENhdGFsYW5lczEPMA0GA1UEAxMGRUMtQUND
+MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsyLHT+KXQpWIR4NA9h0X84NzJB5R85iK
+w5K4/0CQBXCHYMkAqbWUZRkiFRfCQ2xmRJoNBD45b6VLeqpjt4pEndljkYRm4CgPukLjbo73FCeT
+ae6RDqNfDrHrZqJyTxIThmV6PttPB/SnCWDaOkKZx7J/sxaVHMf5NLWUhdWZXqBIoH7nF2W4onW4
+HvPlQn2v7fOKSGRdghST2MDk/7NQcvJ29rNdQlB50JQ+awwAvthrDk4q7D7SzIKiGGUzE3eeml0a
+E9jD2z3Il3rucO2n5nzbcc8tlGLfbdb1OL4/pYUKGbio2Al1QnDE6u/LDsg0qBIimAy4E5S2S+zw
+0JDnJwIDAQABo4HjMIHgMB0GA1UdEQQWMBSBEmVjX2FjY0BjYXRjZXJ0Lm5ldDAPBgNVHRMBAf8E
+BTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUoMOLRKo3pUW/l4Ba0fF4opvpXY0wfwYD
+VR0gBHgwdjB0BgsrBgEEAfV4AQMBCjBlMCwGCCsGAQUFBwIBFiBodHRwczovL3d3dy5jYXRjZXJ0
+Lm5ldC92ZXJhcnJlbDA1BggrBgEFBQcCAjApGidWZWdldSBodHRwczovL3d3dy5jYXRjZXJ0Lm5l
+dC92ZXJhcnJlbCAwDQYJKoZIhvcNAQEFBQADggEBAKBIW4IB9k1IuDlVNZyAelOZ1Vr/sXE7zDkJ
+lF7W2u++AVtd0x7Y/X1PzaBB4DSTv8vihpw3kpBWHNzrKQXlxJ7HNd+KDM3FIUPpqojlNcAZQmNa
+Al6kSBg6hW/cnbw/nZzBh7h6YQjpdwt/cKt63dmXLGQehb+8dJahw3oS7AwaboMMPOhyRp/7SNVe
+l+axofjk70YllJyJ22k4vuxcDlbHZVHlUIiIv0LVKz3l+bqeLrPK9HOSAgu+TGbrIP65y7WZf+a2
+E/rKS03Z7lNGBjvGTq2TWoF+bCpLagVFjPIhpDGQh2xlnJ2lYJU6Un/10asIbvPuW/mIPX64b24D
+5EI=
+-----END CERTIFICATE-----
+
+Hellenic Academic and Research Institutions RootCA 2011
+=======================================================
+-----BEGIN CERTIFICATE-----
+MIIEMTCCAxmgAwIBAgIBADANBgkqhkiG9w0BAQUFADCBlTELMAkGA1UEBhMCR1IxRDBCBgNVBAoT
+O0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgQ2VydC4gQXV0aG9y
+aXR5MUAwPgYDVQQDEzdIZWxsZW5pYyBBY2FkZW1pYyBhbmQgUmVzZWFyY2ggSW5zdGl0dXRpb25z
+IFJvb3RDQSAyMDExMB4XDTExMTIwNjEzNDk1MloXDTMxMTIwMTEzNDk1MlowgZUxCzAJBgNVBAYT
+AkdSMUQwQgYDVQQKEztIZWxsZW5pYyBBY2FkZW1pYyBhbmQgUmVzZWFyY2ggSW5zdGl0dXRpb25z
+IENlcnQuIEF1dGhvcml0eTFAMD4GA1UEAxM3SGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJlc2VhcmNo
+IEluc3RpdHV0aW9ucyBSb290Q0EgMjAxMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB
+AKlTAOMupvaO+mDYLZU++CwqVE7NuYRhlFhPjz2L5EPzdYmNUeTDN9KKiE15HrcS3UN4SoqS5tdI
+1Q+kOilENbgH9mgdVc04UfCMJDGFr4PJfel3r+0ae50X+bOdOFAPplp5kYCvN66m0zH7tSYJnTxa
+71HFK9+WXesyHgLacEnsbgzImjeN9/E2YEsmLIKe0HjzDQ9jpFEw4fkrJxIH2Oq9GGKYsFk3fb7u
+8yBRQlqD75O6aRXxYp2fmTmCobd0LovUxQt7L/DICto9eQqakxylKHJzkUOap9FNhYS5qXSPFEDH
+3N6sQWRstBmbAmNtJGSPRLIl6s5ddAxjMlyNh+UCAwEAAaOBiTCBhjAPBgNVHRMBAf8EBTADAQH/
+MAsGA1UdDwQEAwIBBjAdBgNVHQ4EFgQUppFC/RNhSiOeCKQp5dgTBCPuQSUwRwYDVR0eBEAwPqA8
+MAWCAy5ncjAFggMuZXUwBoIELmVkdTAGggQub3JnMAWBAy5ncjAFgQMuZXUwBoEELmVkdTAGgQQu
+b3JnMA0GCSqGSIb3DQEBBQUAA4IBAQAf73lB4XtuP7KMhjdCSk4cNx6NZrokgclPEg8hwAOXhiVt
+XdMiKahsog2p6z0GW5k6x8zDmjR/qw7IThzh+uTczQ2+vyT+bOdrwg3IBp5OjWEopmr95fZi6hg8
+TqBTnbI6nOulnJEWtk2C4AwFSKls9cz4y51JtPACpf1wA+2KIaWuE4ZJwzNzvoc7dIsXRSZMFpGD
+/md9zU1jZ/rzAxKWeAaNsWftjj++n08C9bMJL/NMh98qy5V8AcysNnq/onN694/BtZqhFLKPM58N
+7yLcZnuEvUUXBj08yrl3NI/K6s8/MT7jiOOASSXIl7WdmplNsDz4SgCbZN2fOUvRJ9e4
+-----END CERTIFICATE-----
+
+Actalis Authentication Root CA
+==============================
+-----BEGIN CERTIFICATE-----
+MIIFuzCCA6OgAwIBAgIIVwoRl0LE48wwDQYJKoZIhvcNAQELBQAwazELMAkGA1UEBhMCSVQxDjAM
+BgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8wMzM1ODUyMDk2NzEnMCUGA1UE
+AwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290IENBMB4XDTExMDkyMjExMjIwMloXDTMwMDky
+MjExMjIwMlowazELMAkGA1UEBhMCSVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlz
+IFMucC5BLi8wMzM1ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290
+IENBMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAp8bEpSmkLO/lGMWwUKNvUTufClrJ
+wkg4CsIcoBh/kbWHuUA/3R1oHwiD1S0eiKD4j1aPbZkCkpAW1V8IbInX4ay8IMKx4INRimlNAJZa
+by/ARH6jDuSRzVju3PvHHkVH3Se5CAGfpiEd9UEtL0z9KK3giq0itFZljoZUj5NDKd45RnijMCO6
+zfB9E1fAXdKDa0hMxKufgFpbOr3JpyI/gCczWw63igxdBzcIy2zSekciRDXFzMwujt0q7bd9Zg1f
+YVEiVRvjRuPjPdA1YprbrxTIW6HMiRvhMCb8oJsfgadHHwTrozmSBp+Z07/T6k9QnBn+locePGX2
+oxgkg4YQ51Q+qDp2JE+BIcXjDwL4k5RHILv+1A7TaLndxHqEguNTVHnd25zS8gebLra8Pu2Fbe8l
+EfKXGkJh90qX6IuxEAf6ZYGyojnP9zz/GPvG8VqLWeICrHuS0E4UT1lF9gxeKF+w6D9Fz8+vm2/7
+hNN3WpVvrJSEnu68wEqPSpP4RCHiMUVhUE4Q2OM1fEwZtN4Fv6MGn8i1zeQf1xcGDXqVdFUNaBr8
+EBtiZJ1t4JWgw5QHVw0U5r0F+7if5t+L4sbnfpb2U8WANFAoWPASUHEXMLrmeGO89LKtmyuy/uE5
+jF66CyCU3nuDuP/jVo23Eek7jPKxwV2dpAtMK9myGPW1n0sCAwEAAaNjMGEwHQYDVR0OBBYEFFLY
+iDrIn3hm7YnzezhwlMkCAjbQMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUUtiIOsifeGbt
+ifN7OHCUyQICNtAwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBCwUAA4ICAQALe3KHwGCmSUyI
+WOYdiPcUZEim2FgKDk8TNd81HdTtBjHIgT5q1d07GjLukD0R0i70jsNjLiNmsGe+b7bAEzlgqqI0
+JZN1Ut6nna0Oh4lScWoWPBkdg/iaKWW+9D+a2fDzWochcYBNy+A4mz+7+uAwTc+G02UQGRjRlwKx
+K3JCaKygvU5a2hi/a5iB0P2avl4VSM0RFbnAKVy06Ij3Pjaut2L9HmLecHgQHEhb2rykOLpn7VU+
+Xlff1ANATIGk0k9jpwlCCRT8AKnCgHNPLsBA2RF7SOp6AsDT6ygBJlh0wcBzIm2Tlf05fbsq4/aC
+4yyXX04fkZT6/iyj2HYauE2yOE+b+h1IYHkm4vP9qdCa6HCPSXrW5b0KDtst842/6+OkfcvHlXHo
+2qN8xcL4dJIEG4aspCJTQLas/kx2z/uUMsA1n3Y/buWQbqCmJqK4LL7RK4X9p2jIugErsWx0Hbhz
+lefut8cl8ABMALJ+tguLHPPAUJ4lueAI3jZm/zel0btUZCzJJ7VLkn5l/9Mt4blOvH+kQSGQQXem
+OR/qnuOf0GZvBeyqdn6/axag67XH/JJULysRJyU3eExRarDzzFhdFPFqSBX/wge2sY0PjlxQRrM9
+vwGYT7JZVEc+NHt4bVaTLnPqZih4zR0Uv6CPLy64Lo7yFIrM6bV8+2ydDKXhlg==
+-----END CERTIFICATE-----
+
+Trustis FPS Root CA
+===================
+-----BEGIN CERTIFICATE-----
+MIIDZzCCAk+gAwIBAgIQGx+ttiD5JNM2a/fH8YygWTANBgkqhkiG9w0BAQUFADBFMQswCQYDVQQG
+EwJHQjEYMBYGA1UEChMPVHJ1c3RpcyBMaW1pdGVkMRwwGgYDVQQLExNUcnVzdGlzIEZQUyBSb290
+IENBMB4XDTAzMTIyMzEyMTQwNloXDTI0MDEyMTExMzY1NFowRTELMAkGA1UEBhMCR0IxGDAWBgNV
+BAoTD1RydXN0aXMgTGltaXRlZDEcMBoGA1UECxMTVHJ1c3RpcyBGUFMgUm9vdCBDQTCCASIwDQYJ
+KoZIhvcNAQEBBQADggEPADCCAQoCggEBAMVQe547NdDfxIzNjpvto8A2mfRC6qc+gIMPpqdZh8mQ
+RUN+AOqGeSoDvT03mYlmt+WKVoaTnGhLaASMk5MCPjDSNzoiYYkchU59j9WvezX2fihHiTHcDnlk
+H5nSW7r+f2C/revnPDgpai/lkQtV/+xvWNUtyd5MZnGPDNcE2gfmHhjjvSkCqPoc4Vu5g6hBSLwa
+cY3nYuUtsuvffM/bq1rKMfFMIvMFE/eC+XN5DL7XSxzA0RU8k0Fk0ea+IxciAIleH2ulrG6nS4zt
+o3Lmr2NNL4XSFDWaLk6M6jKYKIahkQlBOrTh4/L68MkKokHdqeMDx4gVOxzUGpTXn2RZEm0CAwEA
+AaNTMFEwDwYDVR0TAQH/BAUwAwEB/zAfBgNVHSMEGDAWgBS6+nEleYtXQSUhhgtx67JkDoshZzAd
+BgNVHQ4EFgQUuvpxJXmLV0ElIYYLceuyZA6LIWcwDQYJKoZIhvcNAQEFBQADggEBAH5Y//01GX2c
+GE+esCu8jowU/yyg2kdbw++BLa8F6nRIW/M+TgfHbcWzk88iNVy2P3UnXwmWzaD+vkAMXBJV+JOC
+yinpXj9WV4s4NvdFGkwozZ5BuO1WTISkQMi4sKUraXAEasP41BIy+Q7DsdwyhEQsb8tGD+pmQQ9P
+8Vilpg0ND2HepZ5dfWWhPBfnqFVO76DH7cZEf1T1o+CP8HxVIo8ptoGj4W1OLBuAZ+ytIJ8MYmHV
+l/9D7S3B2l0pKoU/rGXuhg8FjZBf3+6f9L/uHfuY5H+QK4R4EA5sSVPvFVtlRkpdr7r7OnIdzfYl
+iB6XzCGcKQENZetX2fNXlrtIzYE=
+-----END CERTIFICATE-----
+
+StartCom Certification Authority
+================================
+-----BEGIN CERTIFICATE-----
+MIIHhzCCBW+gAwIBAgIBLTANBgkqhkiG9w0BAQsFADB9MQswCQYDVQQGEwJJTDEWMBQGA1UEChMN
+U3RhcnRDb20gTHRkLjErMCkGA1UECxMiU2VjdXJlIERpZ2l0YWwgQ2VydGlmaWNhdGUgU2lnbmlu
+ZzEpMCcGA1UEAxMgU3RhcnRDb20gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDYwOTE3MTk0
+NjM3WhcNMzYwOTE3MTk0NjM2WjB9MQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRk
+LjErMCkGA1UECxMiU2VjdXJlIERpZ2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzEpMCcGA1UEAxMg
+U3RhcnRDb20gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAw
+ggIKAoICAQDBiNsJvGxGfHiflXu1M5DycmLWwTYgIiRezul38kMKogZkpMyONvg45iPwbm2xPN1y
+o4UcodM9tDMr0y+v/uqwQVlntsQGfQqedIXWeUyAN3rfOQVSWff0G0ZDpNKFhdLDcfN1YjS6LIp/
+Ho/u7TTQEceWzVI9ujPW3U3eCztKS5/CJi/6tRYccjV3yjxd5srhJosaNnZcAdt0FCX+7bWgiA/d
+eMotHweXMAEtcnn6RtYTKqi5pquDSR3l8u/d5AGOGAqPY1MWhWKpDhk6zLVmpsJrdAfkK+F2PrRt
+2PZE4XNiHzvEvqBTViVsUQn3qqvKv3b9bZvzndu/PWa8DFaqr5hIlTpL36dYUNk4dalb6kMMAv+Z
+6+hsTXBbKWWc3apdzK8BMewM69KN6Oqce+Zu9ydmDBpI125C4z/eIT574Q1w+2OqqGwaVLRcJXrJ
+osmLFqa7LH4XXgVNWG4SHQHuEhANxjJ/GP/89PrNbpHoNkm+Gkhpi8KWTRoSsmkXwQqQ1vp5Iki/
+untp+HDH+no32NgN0nZPV/+Qt+OR0t3vwmC3Zzrd/qqc8NSLf3Iizsafl7b4r4qgEKjZ+xjGtrVc
+UjyJthkqcwEKDwOzEmDyei+B26Nu/yYwl/WL3YlXtq09s68rxbd2AvCl1iuahhQqcvbjM4xdCUsT
+37uMdBNSSwIDAQABo4ICEDCCAgwwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYD
+VR0OBBYEFE4L7xqkQFulF2mHMMo0aEPQQa7yMB8GA1UdIwQYMBaAFE4L7xqkQFulF2mHMMo0aEPQ
+Qa7yMIIBWgYDVR0gBIIBUTCCAU0wggFJBgsrBgEEAYG1NwEBATCCATgwLgYIKwYBBQUHAgEWImh0
+dHA6Ly93d3cuc3RhcnRzc2wuY29tL3BvbGljeS5wZGYwNAYIKwYBBQUHAgEWKGh0dHA6Ly93d3cu
+c3RhcnRzc2wuY29tL2ludGVybWVkaWF0ZS5wZGYwgc8GCCsGAQUFBwICMIHCMCcWIFN0YXJ0IENv
+bW1lcmNpYWwgKFN0YXJ0Q29tKSBMdGQuMAMCAQEagZZMaW1pdGVkIExpYWJpbGl0eSwgcmVhZCB0
+aGUgc2VjdGlvbiAqTGVnYWwgTGltaXRhdGlvbnMqIG9mIHRoZSBTdGFydENvbSBDZXJ0aWZpY2F0
+aW9uIEF1dGhvcml0eSBQb2xpY3kgYXZhaWxhYmxlIGF0IGh0dHA6Ly93d3cuc3RhcnRzc2wuY29t
+L3BvbGljeS5wZGYwEQYJYIZIAYb4QgEBBAQDAgAHMDgGCWCGSAGG+EIBDQQrFilTdGFydENvbSBG
+cmVlIFNTTCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTANBgkqhkiG9w0BAQsFAAOCAgEAjo/n3JR5
+fPGFf59Jb2vKXfuM/gTFwWLRfUKKvFO3lANmMD+x5wqnUCBVJX92ehQN6wQOQOY+2IirByeDqXWm
+N3PH/UvSTa0XQMhGvjt/UfzDtgUx3M2FIk5xt/JxXrAaxrqTi3iSSoX4eA+D/i+tLPfkpLst0OcN
+Org+zvZ49q5HJMqjNTbOx8aHmNrs++myziebiMMEofYLWWivydsQD032ZGNcpRJvkrKTlMeIFw6T
+tn5ii5B/q06f/ON1FE8qMt9bDeD1e5MNq6HPh+GlBEXoPBKlCcWw0bdT82AUuoVpaiF8H3VhFyAX
+e2w7QSlc4axa0c2Mm+tgHRns9+Ww2vl5GKVFP0lDV9LdJNUso/2RjSe15esUBppMeyG7Oq0wBhjA
+2MFrLH9ZXF2RsXAiV+uKa0hK1Q8p7MZAwC+ITGgBF3f0JBlPvfrhsiAhS90a2Cl9qrjeVOwhVYBs
+HvUwyKMQ5bLmKhQxw4UtjJixhlpPiVktucf3HMiKf8CdBUrmQk9io20ppB+Fq9vlgcitKj1MXVuE
+JnHEhV5xJMqlG2zYYdMa4FTbzrqpMrUi9nNBCV24F10OD5mQ1kfabwo6YigUZ4LZ8dCAWZvLMdib
+D4x3TrVoivJs9iQOLWxwxXPR3hTQcY+203sC9uO41Alua551hDnmfyWl8kgAwKQB2j8=
+-----END CERTIFICATE-----
+
+StartCom Certification Authority G2
+===================================
+-----BEGIN CERTIFICATE-----
+MIIFYzCCA0ugAwIBAgIBOzANBgkqhkiG9w0BAQsFADBTMQswCQYDVQQGEwJJTDEWMBQGA1UEChMN
+U3RhcnRDb20gTHRkLjEsMCoGA1UEAxMjU3RhcnRDb20gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkg
+RzIwHhcNMTAwMTAxMDEwMDAxWhcNMzkxMjMxMjM1OTAxWjBTMQswCQYDVQQGEwJJTDEWMBQGA1UE
+ChMNU3RhcnRDb20gTHRkLjEsMCoGA1UEAxMjU3RhcnRDb20gQ2VydGlmaWNhdGlvbiBBdXRob3Jp
+dHkgRzIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC2iTZbB7cgNr2Cu+EWIAOVeq8O
+o1XJJZlKxdBWQYeQTSFgpBSHO839sj60ZwNq7eEPS8CRhXBF4EKe3ikj1AENoBB5uNsDvfOpL9HG
+4A/LnooUCri99lZi8cVytjIl2bLzvWXFDSxu1ZJvGIsAQRSCb0AgJnooD/Uefyf3lLE3PbfHkffi
+Aez9lInhzG7TNtYKGXmu1zSCZf98Qru23QumNK9LYP5/Q0kGi4xDuFby2X8hQxfqp0iVAXV16iul
+Q5XqFYSdCI0mblWbq9zSOdIxHWDirMxWRST1HFSr7obdljKF+ExP6JV2tgXdNiNnvP8V4so75qbs
+O+wmETRIjfaAKxojAuuKHDp2KntWFhxyKrOq42ClAJ8Em+JvHhRYW6Vsi1g8w7pOOlz34ZYrPu8H
+vKTlXcxNnw3h3Kq74W4a7I/htkxNeXJdFzULHdfBR9qWJODQcqhaX2YtENwvKhOuJv4KHBnM0D4L
+nMgJLvlblnpHnOl68wVQdJVznjAJ85eCXuaPOQgeWeU1FEIT/wCc976qUM/iUUjXuG+v+E5+M5iS
+FGI6dWPPe/regjupuznixL0sAA7IF6wT700ljtizkC+p2il9Ha90OrInwMEePnWjFqmveiJdnxMa
+z6eg6+OGCtP95paV1yPIN93EfKo2rJgaErHgTuixO/XWb/Ew1wIDAQABo0IwQDAPBgNVHRMBAf8E
+BTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUS8W0QGutHLOlHGVuRjaJhwUMDrYwDQYJ
+KoZIhvcNAQELBQADggIBAHNXPyzVlTJ+N9uWkusZXn5T50HsEbZH77Xe7XRcxfGOSeD8bpkTzZ+K
+2s06Ctg6Wgk/XzTQLwPSZh0avZyQN8gMjgdalEVGKua+etqhqaRpEpKwfTbURIfXUfEpY9Z1zRbk
+J4kd+MIySP3bmdCPX1R0zKxnNBFi2QwKN4fRoxdIjtIXHfbX/dtl6/2o1PXWT6RbdejF0mCy2wl+
+JYt7ulKSnj7oxXehPOBKc2thz4bcQ///If4jXSRK9dNtD2IEBVeC2m6kMyV5Sy5UGYvMLD0w6dEG
+/+gyRr61M3Z3qAFdlsHB1b6uJcDJHgoJIIihDsnzb02CVAAgp9KP5DlUFy6NHrgbuxu9mk47EDTc
+nIhT76IxW1hPkWLIwpqazRVdOKnWvvgTtZ8SafJQYqz7Fzf07rh1Z2AQ+4NQ+US1dZxAF7L+/Xld
+blhYXzD8AK6vM8EOTmy6p6ahfzLbOOCxchcKK5HsamMm7YnUeMx0HgX4a/6ManY5Ka5lIxKVCCIc
+l85bBu4M4ru8H0ST9tg4RQUh7eStqxK2A6RCLi3ECToDZ2mEmuFZkIoohdVddLHRDiBYmxOlsGOm
+7XtH/UVVMKTumtTm4ofvmMkyghEpIrwACjFeLQ/Ajulrso8uBtjRkcfGEvRM/TAXw8HaOFvjqerm
+obp573PYtlNXLfbQ4ddI
+-----END CERTIFICATE-----
+
+Buypass Class 2 Root CA
+=======================
+-----BEGIN CERTIFICATE-----
+MIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEdMBsGA1UECgwU
+QnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3MgQ2xhc3MgMiBSb290IENBMB4X
+DTEwMTAyNjA4MzgwM1oXDTQwMTAyNjA4MzgwM1owTjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1
+eXBhc3MgQVMtOTgzMTYzMzI3MSAwHgYDVQQDDBdCdXlwYXNzIENsYXNzIDIgUm9vdCBDQTCCAiIw
+DQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANfHXvfBB9R3+0Mh9PT1aeTuMgHbo4Yf5FkNuud1
+g1Lr6hxhFUi7HQfKjK6w3Jad6sNgkoaCKHOcVgb/S2TwDCo3SbXlzwx87vFKu3MwZfPVL4O2fuPn
+9Z6rYPnT8Z2SdIrkHJasW4DptfQxh6NR/Md+oW+OU3fUl8FVM5I+GC911K2GScuVr1QGbNgGE41b
+/+EmGVnAJLqBcXmQRFBoJJRfuLMR8SlBYaNByyM21cHxMlAQTn/0hpPshNOOvEu/XAFOBz3cFIqU
+CqTqc/sLUegTBxj6DvEr0VQVfTzh97QZQmdiXnfgolXsttlpF9U6r0TtSsWe5HonfOV116rLJeff
+awrbD02TTqigzXsu8lkBarcNuAeBfos4GzjmCleZPe4h6KP1DBbdi+w0jpwqHAAVF41og9JwnxgI
+zRFo1clrUs3ERo/ctfPYV3Me6ZQ5BL/T3jjetFPsaRyifsSP5BtwrfKi+fv3FmRmaZ9JUaLiFRhn
+Bkp/1Wy1TbMz4GHrXb7pmA8y1x1LPC5aAVKRCfLf6o3YBkBjqhHk/sM3nhRSP/TizPJhk9H9Z2vX
+Uq6/aKtAQ6BXNVN48FP4YUIHZMbXb5tMOA1jrGKvNouicwoN9SG9dKpN6nIDSdvHXx1iY8f93ZHs
+M+71bbRuMGjeyNYmsHVee7QHIJihdjK4TWxPAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYD
+VR0OBBYEFMmAd+BikoL1RpzzuvdMw964o605MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsF
+AAOCAgEAU18h9bqwOlI5LJKwbADJ784g7wbylp7ppHR/ehb8t/W2+xUbP6umwHJdELFx7rxP462s
+A20ucS6vxOOto70MEae0/0qyexAQH6dXQbLArvQsWdZHEIjzIVEpMMpghq9Gqx3tOluwlN5E40EI
+osHsHdb9T7bWR9AUC8rmyrV7d35BH16Dx7aMOZawP5aBQW9gkOLo+fsicdl9sz1Gv7SEr5AcD48S
+aq/v7h56rgJKihcrdv6sVIkkLE8/trKnToyokZf7KcZ7XC25y2a2t6hbElGFtQl+Ynhw/qlqYLYd
+DnkM/crqJIByw5c/8nerQyIKx+u2DISCLIBrQYoIwOula9+ZEsuK1V6ADJHgJgg2SMX6OBE1/yWD
+LfJ6v9r9jv6ly0UsH8SIU653DtmadsWOLB2jutXsMq7Aqqz30XpN69QH4kj3Io6wpJ9qzo6ysmD0
+oyLQI+uUWnpp3Q+/QFesa1lQ2aOZ4W7+jQF5JyMV3pKdewlNWudLSDBaGOYKbeaP4NK75t98biGC
+wWg5TbSYWGZizEqQXsP6JwSxeRV0mcy+rSDeJmAc61ZRpqPq5KM/p/9h3PFaTWwyI0PurKju7koS
+CTxdccK+efrCh2gdC/1cacwG0Jp9VJkqyTkaGa9LKkPzY11aWOIv4x3kqdbQCtCev9eBCfHJxyYN
+rJgWVqA=
+-----END CERTIFICATE-----
+
+Buypass Class 3 Root CA
+=======================
+-----BEGIN CERTIFICATE-----
+MIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEdMBsGA1UECgwU
+QnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3MgQ2xhc3MgMyBSb290IENBMB4X
+DTEwMTAyNjA4Mjg1OFoXDTQwMTAyNjA4Mjg1OFowTjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1
+eXBhc3MgQVMtOTgzMTYzMzI3MSAwHgYDVQQDDBdCdXlwYXNzIENsYXNzIDMgUm9vdCBDQTCCAiIw
+DQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAKXaCpUWUOOV8l6ddjEGMnqb8RB2uACatVI2zSRH
+sJ8YZLya9vrVediQYkwiL944PdbgqOkcLNt4EemOaFEVcsfzM4fkoF0LXOBXByow9c3EN3coTRiR
+5r/VUv1xLXA+58bEiuPwKAv0dpihi4dVsjoT/Lc+JzeOIuOoTyrvYLs9tznDDgFHmV0ST9tD+leh
+7fmdvhFHJlsTmKtdFoqwNxxXnUX/iJY2v7vKB3tvh2PX0DJq1l1sDPGzbjniazEuOQAnFN44wOwZ
+ZoYS6J1yFhNkUsepNxz9gjDthBgd9K5c/3ATAOux9TN6S9ZV+AWNS2mw9bMoNlwUxFFzTWsL8TQH
+2xc519woe2v1n/MuwU8XKhDzzMro6/1rqy6any2CbgTUUgGTLT2G/H783+9CHaZr77kgxve9oKeV
+/afmiSTYzIw0bOIjL9kSGiG5VZFvC5F5GQytQIgLcOJ60g7YaEi7ghM5EFjp2CoHxhLbWNvSO1UQ
+RwUVZ2J+GGOmRj8JDlQyXr8NYnon74Do29lLBlo3WiXQCBJ31G8JUJc9yB3D34xFMFbG02SrZvPA
+Xpacw8Tvw3xrizp5f7NJzz3iiZ+gMEuFuZyUJHmPfWupRWgPK9Dx2hzLabjKSWJtyNBjYt1gD1iq
+j6G8BaVmos8bdrKEZLFMOVLAMLrwjEsCsLa3AgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYD
+VR0OBBYEFEe4zf/lb+74suwvTg75JbCOPGvDMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsF
+AAOCAgEAACAjQTUEkMJAYmDv4jVM1z+s4jSQuKFvdvoWFqRINyzpkMLyPPgKn9iB5btb2iUspKdV
+cSQy9sgL8rxq+JOssgfCX5/bzMiKqr5qb+FJEMwx14C7u8jYog5kV+qi9cKpMRXSIGrs/CIBKM+G
+uIAeqcwRpTzyFrNHnfzSgCHEy9BHcEGhyoMZCCxt8l13nIoUE9Q2HJLw5QY33KbmkJs4j1xrG0aG
+Q0JfPgEHU1RdZX33inOhmlRaHylDFCfChQ+1iHsaO5S3HWCntZznKWlXWpuTekMwGwPXYshApqr8
+ZORK15FTAaggiG6cX0S5y2CBNOxv033aSF/rtJC8LakcC6wc1aJoIIAE1vyxjy+7SjENSoYc6+I2
+KSb12tjE8nVhz36udmNKekBlk4f4HoCMhuWG1o8O/FMsYOgWYRqiPkN7zTlgVGr18okmAWiDSKIz
+6MkEkbIRNBE+6tBDGR8Dk5AM/1E9V/RBbuHLoL7ryWPNbczk+DaqaJ3tvV2XcEQNtg413OEMXbug
+UZTLfhbrES+jkkXITHHZvMmZUldGL1DPvTVp9D0VzgalLA8+9oG6lLvDu79leNKGef9JOxqDDPDe
+eOzI8k1MGt6CKfjBWtrt7uYnXuhF0J0cUahoq0Tj0Itq4/g7u9xN12TyUb7mqqta6THuBrxzvxNi
+Cp/HuZc=
+-----END CERTIFICATE-----
+
+T-TeleSec GlobalRoot Class 3
+============================
+-----BEGIN CERTIFICATE-----
+MIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoM
+IlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBU
+cnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDMwHhcNMDgx
+MDAxMTAyOTU2WhcNMzMxMDAxMjM1OTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lz
+dGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBD
+ZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDMwggEiMA0GCSqGSIb3
+DQEBAQUAA4IBDwAwggEKAoIBAQC9dZPwYiJvJK7genasfb3ZJNW4t/zN8ELg63iIVl6bmlQdTQyK
+9tPPcPRStdiTBONGhnFBSivwKixVA9ZIw+A5OO3yXDw/RLyTPWGrTs0NvvAgJ1gORH8EGoel15YU
+NpDQSXuhdfsaa3Ox+M6pCSzyU9XDFES4hqX2iys52qMzVNn6chr3IhUciJFrf2blw2qAsCTz34ZF
+iP0Zf3WHHx+xGwpzJFu5ZeAsVMhg02YXP+HMVDNzkQI6pn97djmiH5a2OK61yJN0HZ65tOVgnS9W
+0eDrXltMEnAMbEQgqxHY9Bn20pxSN+f6tsIxO0rUFJmtxxr1XV/6B7h8DR/Wgx6zAgMBAAGjQjBA
+MA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS1A/d2O2GCahKqGFPr
+AyGUv/7OyjANBgkqhkiG9w0BAQsFAAOCAQEAVj3vlNW92nOyWL6ukK2YJ5f+AbGwUgC4TeQbIXQb
+fsDuXmkqJa9c1h3a0nnJ85cp4IaH3gRZD/FZ1GSFS5mvJQQeyUapl96Cshtwn5z2r3Ex3XsFpSzT
+ucpH9sry9uetuUg/vBa3wW306gmv7PO15wWeph6KU1HWk4HMdJP2udqmJQV0eVp+QD6CSyYRMG7h
+P0HHRwA11fXT91Q+gT3aSWqas+8QPebrb9HIIkfLzM8BMZLZGOMivgkeGj5asuRrDFR6fUNOuIml
+e9eiPZaGzPImNC1qkp2aGtAw4l1OBLBfiyB+d8E9lYLRRpo7PHi4b6HQDWSieB4pTpPDpFQUWw==
+-----END CERTIFICATE-----
+
+EE Certification Centre Root CA
+===============================
+-----BEGIN CERTIFICATE-----
+MIIEAzCCAuugAwIBAgIQVID5oHPtPwBMyonY43HmSjANBgkqhkiG9w0BAQUFADB1MQswCQYDVQQG
+EwJFRTEiMCAGA1UECgwZQVMgU2VydGlmaXRzZWVyaW1pc2tlc2t1czEoMCYGA1UEAwwfRUUgQ2Vy
+dGlmaWNhdGlvbiBDZW50cmUgUm9vdCBDQTEYMBYGCSqGSIb3DQEJARYJcGtpQHNrLmVlMCIYDzIw
+MTAxMDMwMTAxMDMwWhgPMjAzMDEyMTcyMzU5NTlaMHUxCzAJBgNVBAYTAkVFMSIwIAYDVQQKDBlB
+UyBTZXJ0aWZpdHNlZXJpbWlza2Vza3VzMSgwJgYDVQQDDB9FRSBDZXJ0aWZpY2F0aW9uIENlbnRy
+ZSBSb290IENBMRgwFgYJKoZIhvcNAQkBFglwa2lAc2suZWUwggEiMA0GCSqGSIb3DQEBAQUAA4IB
+DwAwggEKAoIBAQDIIMDs4MVLqwd4lfNE7vsLDP90jmG7sWLqI9iroWUyeuuOF0+W2Ap7kaJjbMeM
+TC55v6kF/GlclY1i+blw7cNRfdCT5mzrMEvhvH2/UpvObntl8jixwKIy72KyaOBhU8E2lf/slLo2
+rpwcpzIP5Xy0xm90/XsY6KxX7QYgSzIwWFv9zajmofxwvI6Sc9uXp3whrj3B9UiHbCe9nyV0gVWw
+93X2PaRka9ZP585ArQ/dMtO8ihJTmMmJ+xAdTX7Nfh9WDSFwhfYggx/2uh8Ej+p3iDXE/+pOoYtN
+P2MbRMNE1CV2yreN1x5KZmTNXMWcg+HCCIia7E6j8T4cLNlsHaFLAgMBAAGjgYowgYcwDwYDVR0T
+AQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFBLyWj7qVhy/zQas8fElyalL1BSZ
+MEUGA1UdJQQ+MDwGCCsGAQUFBwMCBggrBgEFBQcDAQYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEF
+BQcDCAYIKwYBBQUHAwkwDQYJKoZIhvcNAQEFBQADggEBAHv25MANqhlHt01Xo/6tu7Fq1Q+e2+Rj
+xY6hUFaTlrg4wCQiZrxTFGGVv9DHKpY5P30osxBAIWrEr7BSdxjhlthWXePdNl4dp1BUoMUq5KqM
+lIpPnTX/dqQGE5Gion0ARD9V04I8GtVbvFZMIi5GQ4okQC3zErg7cBqklrkar4dBGmoYDQZPxz5u
+uSlNDUmJEYcyW+ZLBMjkXOZ0c5RdFpgTlf7727FE5TpwrDdr5rMzcijJs1eg9gIWiAYLtqZLICjU
+3j2LrTcFU3T+bsy8QxdxXvnFzBqpYe73dgzzcvRyrc9yAjYHR8/vGVCJYMzpJJUPwssd8m92kMfM
+dcGWxZ0=
+-----END CERTIFICATE-----
+
+TURKTRUST Certificate Services Provider Root 2007
+=================================================
+-----BEGIN CERTIFICATE-----
+MIIEPTCCAyWgAwIBAgIBATANBgkqhkiG9w0BAQUFADCBvzE/MD0GA1UEAww2VMOcUktUUlVTVCBF
+bGVrdHJvbmlrIFNlcnRpZmlrYSBIaXptZXQgU2HEn2xhecSxY8Sxc8SxMQswCQYDVQQGEwJUUjEP
+MA0GA1UEBwwGQW5rYXJhMV4wXAYDVQQKDFVUw5xSS1RSVVNUIEJpbGdpIMSwbGV0acWfaW0gdmUg
+QmlsacWfaW0gR8O8dmVubGnEn2kgSGl6bWV0bGVyaSBBLsWeLiAoYykgQXJhbMSxayAyMDA3MB4X
+DTA3MTIyNTE4MzcxOVoXDTE3MTIyMjE4MzcxOVowgb8xPzA9BgNVBAMMNlTDnFJLVFJVU1QgRWxl
+a3Ryb25payBTZXJ0aWZpa2EgSGl6bWV0IFNhxJ9sYXnEsWPEsXPEsTELMAkGA1UEBhMCVFIxDzAN
+BgNVBAcMBkFua2FyYTFeMFwGA1UECgxVVMOcUktUUlVTVCBCaWxnaSDEsGxldGnFn2ltIHZlIEJp
+bGnFn2ltIEfDvHZlbmxpxJ9pIEhpem1ldGxlcmkgQS7Fni4gKGMpIEFyYWzEsWsgMjAwNzCCASIw
+DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKu3PgqMyKVYFeaK7yc9SrToJdPNM8Ig3BnuiD9N
+YvDdE3ePYakqtdTyuTFYKTsvP2qcb3N2Je40IIDu6rfwxArNK4aUyeNgsURSsloptJGXg9i3phQv
+KUmi8wUG+7RP2qFsmmaf8EMJyupyj+sA1zU511YXRxcw9L6/P8JorzZAwan0qafoEGsIiveGHtya
+KhUG9qPw9ODHFNRRf8+0222vR5YXm3dx2KdxnSQM9pQ/hTEST7ruToK4uT6PIzdezKKqdfcYbwnT
+rqdUKDT74eA7YH2gvnmJhsifLfkKS8RQouf9eRbHegsYz85M733WB2+Y8a+xwXrXgTW4qhe04MsC
+AwEAAaNCMEAwHQYDVR0OBBYEFCnFkKslrxHkYb+j/4hhkeYO/pyBMA4GA1UdDwEB/wQEAwIBBjAP
+BgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEBBQUAA4IBAQAQDdr4Ouwo0RSVgrESLFF6QSU2TJ/s
+Px+EnWVUXKgWAkD6bho3hO9ynYYKVZ1WKKxmLNA6VpM0ByWtCLCPyA8JWcqdmBzlVPi5RX9ql2+I
+aE1KBiY3iAIOtsbWcpnOa3faYjGkVh+uX4132l32iPwa2Z61gfAyuOOI0JzzaqC5mxRZNTZPz/OO
+Xl0XrRWV2N2y1RVuAE6zS89mlOTgzbUF2mNXi+WzqtvALhyQRNsaXRik7r4EW5nVcV9VZWRi1aKb
+BFmGyGJ353yCRWo9F7/snXUMrqNvWtMvmDb08PUZqxFdyKbjKlhqQgnDvZImZjINXQhVdP+MmNAK
+poRq0Tl9
+-----END CERTIFICATE-----
+
+D-TRUST Root Class 3 CA 2 2009
+==============================
+-----BEGIN CERTIFICATE-----
+MIIEMzCCAxugAwIBAgIDCYPzMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNVBAYTAkRFMRUwEwYDVQQK
+DAxELVRydXN0IEdtYkgxJzAlBgNVBAMMHkQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgMjAwOTAe
+Fw0wOTExMDUwODM1NThaFw0yOTExMDUwODM1NThaME0xCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxE
+LVRydXN0IEdtYkgxJzAlBgNVBAMMHkQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgMjAwOTCCASIw
+DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOySs96R+91myP6Oi/WUEWJNTrGa9v+2wBoqOAD
+ER03UAifTUpolDWzU9GUY6cgVq/eUXjsKj3zSEhQPgrfRlWLJ23DEE0NkVJD2IfgXU42tSHKXzlA
+BF9bfsyjxiupQB7ZNoTWSPOSHjRGICTBpFGOShrvUD9pXRl/RcPHAY9RySPocq60vFYJfxLLHLGv
+KZAKyVXMD9O0Gu1HNVpK7ZxzBCHQqr0ME7UAyiZsxGsMlFqVlNpQmvH/pStmMaTJOKDfHR+4CS7z
+p+hnUquVH+BGPtikw8paxTGA6Eian5Rp/hnd2HN8gcqW3o7tszIFZYQ05ub9VxC1X3a/L7AQDcUC
+AwEAAaOCARowggEWMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFP3aFMSfMN4hvR5COfyrYyNJ
+4PGEMA4GA1UdDwEB/wQEAwIBBjCB0wYDVR0fBIHLMIHIMIGAoH6gfIZ6bGRhcDovL2RpcmVjdG9y
+eS5kLXRydXN0Lm5ldC9DTj1ELVRSVVNUJTIwUm9vdCUyMENsYXNzJTIwMyUyMENBJTIwMiUyMDIw
+MDksTz1ELVRydXN0JTIwR21iSCxDPURFP2NlcnRpZmljYXRlcmV2b2NhdGlvbmxpc3QwQ6BBoD+G
+PWh0dHA6Ly93d3cuZC10cnVzdC5uZXQvY3JsL2QtdHJ1c3Rfcm9vdF9jbGFzc18zX2NhXzJfMjAw
+OS5jcmwwDQYJKoZIhvcNAQELBQADggEBAH+X2zDI36ScfSF6gHDOFBJpiBSVYEQBrLLpME+bUMJm
+2H6NMLVwMeniacfzcNsgFYbQDfC+rAF1hM5+n02/t2A7nPPKHeJeaNijnZflQGDSNiH+0LS4F9p0
+o3/U37CYAqxva2ssJSRyoWXuJVrl5jLn8t+rSfrzkGkj2wTZ51xY/GXUl77M/C4KzCUqNQT4YJEV
+dT1B/yMfGchs64JTBKbkTCJNjYy6zltz7GRUUG3RnFX7acM2w4y8PIWmawomDeCTmGCufsYkl4ph
+X5GOZpIJhzbNi5stPvZR1FDUWSi9g/LMKHtThm3YJohw1+qRzT65ysCQblrGXnRl11z+o+I=
+-----END CERTIFICATE-----
+
+D-TRUST Root Class 3 CA 2 EV 2009
+=================================
+-----BEGIN CERTIFICATE-----
+MIIEQzCCAyugAwIBAgIDCYP0MA0GCSqGSIb3DQEBCwUAMFAxCzAJBgNVBAYTAkRFMRUwEwYDVQQK
+DAxELVRydXN0IEdtYkgxKjAoBgNVBAMMIUQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgRVYgMjAw
+OTAeFw0wOTExMDUwODUwNDZaFw0yOTExMDUwODUwNDZaMFAxCzAJBgNVBAYTAkRFMRUwEwYDVQQK
+DAxELVRydXN0IEdtYkgxKjAoBgNVBAMMIUQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgRVYgMjAw
+OTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJnxhDRwui+3MKCOvXwEz75ivJn9gpfS
+egpnljgJ9hBOlSJzmY3aFS3nBfwZcyK3jpgAvDw9rKFs+9Z5JUut8Mxk2og+KbgPCdM03TP1YtHh
+zRnp7hhPTFiu4h7WDFsVWtg6uMQYZB7jM7K1iXdODL/ZlGsTl28So/6ZqQTMFexgaDbtCHu39b+T
+7WYxg4zGcTSHThfqr4uRjRxWQa4iN1438h3Z0S0NL2lRp75mpoo6Kr3HGrHhFPC+Oh25z1uxav60
+sUYgovseO3Dvk5h9jHOW8sXvhXCtKSb8HgQ+HKDYD8tSg2J87otTlZCpV6LqYQXY+U3EJ/pure35
+11H3a6UCAwEAAaOCASQwggEgMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFNOUikxiEyoZLsyv
+cop9NteaHNxnMA4GA1UdDwEB/wQEAwIBBjCB3QYDVR0fBIHVMIHSMIGHoIGEoIGBhn9sZGFwOi8v
+ZGlyZWN0b3J5LmQtdHJ1c3QubmV0L0NOPUQtVFJVU1QlMjBSb290JTIwQ2xhc3MlMjAzJTIwQ0El
+MjAyJTIwRVYlMjAyMDA5LE89RC1UcnVzdCUyMEdtYkgsQz1ERT9jZXJ0aWZpY2F0ZXJldm9jYXRp
+b25saXN0MEagRKBChkBodHRwOi8vd3d3LmQtdHJ1c3QubmV0L2NybC9kLXRydXN0X3Jvb3RfY2xh
+c3NfM19jYV8yX2V2XzIwMDkuY3JsMA0GCSqGSIb3DQEBCwUAA4IBAQA07XtaPKSUiO8aEXUHL7P+
+PPoeUSbrh/Yp3uDx1MYkCenBz1UbtDDZzhr+BlGmFaQt77JLvyAoJUnRpjZ3NOhk31KxEcdzes05
+nsKtjHEh8lprr988TlWvsoRlFIm5d8sqMb7Po23Pb0iUMkZv53GMoKaEGTcH8gNFCSuGdXzfX2lX
+ANtu2KZyIktQ1HWYVt+3GP9DQ1CuekR78HlR10M9p9OB0/DJT7naxpeG0ILD5EJt/rDiZE4OJudA
+NCa1CInXCGNjOCd1HjPqbqjdn5lPdE2BiYBL3ZqXKVwvvoFBuYz/6n1gBp7N1z3TLqMVvKjmJuVv
+w9y4AyHqnxbxLFS1
+-----END CERTIFICATE-----
+
+PSCProcert
+==========
+-----BEGIN CERTIFICATE-----
+MIIJhjCCB26gAwIBAgIBCzANBgkqhkiG9w0BAQsFADCCAR4xPjA8BgNVBAMTNUF1dG9yaWRhZCBk
+ZSBDZXJ0aWZpY2FjaW9uIFJhaXogZGVsIEVzdGFkbyBWZW5lem9sYW5vMQswCQYDVQQGEwJWRTEQ
+MA4GA1UEBxMHQ2FyYWNhczEZMBcGA1UECBMQRGlzdHJpdG8gQ2FwaXRhbDE2MDQGA1UEChMtU2lz
+dGVtYSBOYWNpb25hbCBkZSBDZXJ0aWZpY2FjaW9uIEVsZWN0cm9uaWNhMUMwQQYDVQQLEzpTdXBl
+cmludGVuZGVuY2lhIGRlIFNlcnZpY2lvcyBkZSBDZXJ0aWZpY2FjaW9uIEVsZWN0cm9uaWNhMSUw
+IwYJKoZIhvcNAQkBFhZhY3JhaXpAc3VzY2VydGUuZ29iLnZlMB4XDTEwMTIyODE2NTEwMFoXDTIw
+MTIyNTIzNTk1OVowgdExJjAkBgkqhkiG9w0BCQEWF2NvbnRhY3RvQHByb2NlcnQubmV0LnZlMQ8w
+DQYDVQQHEwZDaGFjYW8xEDAOBgNVBAgTB01pcmFuZGExKjAoBgNVBAsTIVByb3ZlZWRvciBkZSBD
+ZXJ0aWZpY2Fkb3MgUFJPQ0VSVDE2MDQGA1UEChMtU2lzdGVtYSBOYWNpb25hbCBkZSBDZXJ0aWZp
+Y2FjaW9uIEVsZWN0cm9uaWNhMQswCQYDVQQGEwJWRTETMBEGA1UEAxMKUFNDUHJvY2VydDCCAiIw
+DQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANW39KOUM6FGqVVhSQ2oh3NekS1wwQYalNo97BVC
+wfWMrmoX8Yqt/ICV6oNEolt6Vc5Pp6XVurgfoCfAUFM+jbnADrgV3NZs+J74BCXfgI8Qhd19L3uA
+3VcAZCP4bsm+lU/hdezgfl6VzbHvvnpC2Mks0+saGiKLt38GieU89RLAu9MLmV+QfI4tL3czkkoh
+RqipCKzx9hEC2ZUWno0vluYC3XXCFCpa1sl9JcLB/KpnheLsvtF8PPqv1W7/U0HU9TI4seJfxPmO
+EO8GqQKJ/+MMbpfg353bIdD0PghpbNjU5Db4g7ayNo+c7zo3Fn2/omnXO1ty0K+qP1xmk6wKImG2
+0qCZyFSTXai20b1dCl53lKItwIKOvMoDKjSuc/HUtQy9vmebVOvh+qBa7Dh+PsHMosdEMXXqP+UH
+0quhJZb25uSgXTcYOWEAM11G1ADEtMo88aKjPvM6/2kwLkDd9p+cJsmWN63nOaK/6mnbVSKVUyqU
+td+tFjiBdWbjxywbk5yqjKPK2Ww8F22c3HxT4CAnQzb5EuE8XL1mv6JpIzi4mWCZDlZTOpx+FIyw
+Bm/xhnaQr/2v/pDGj59/i5IjnOcVdo/Vi5QTcmn7K2FjiO/mpF7moxdqWEfLcU8UC17IAggmosvp
+r2uKGcfLFFb14dq12fy/czja+eevbqQ34gcnAgMBAAGjggMXMIIDEzASBgNVHRMBAf8ECDAGAQH/
+AgEBMDcGA1UdEgQwMC6CD3N1c2NlcnRlLmdvYi52ZaAbBgVghl4CAqASDBBSSUYtRy0yMDAwNDAz
+Ni0wMB0GA1UdDgQWBBRBDxk4qpl/Qguk1yeYVKIXTC1RVDCCAVAGA1UdIwSCAUcwggFDgBStuyId
+xuDSAaj9dlBSk+2YwU2u06GCASakggEiMIIBHjE+MDwGA1UEAxM1QXV0b3JpZGFkIGRlIENlcnRp
+ZmljYWNpb24gUmFpeiBkZWwgRXN0YWRvIFZlbmV6b2xhbm8xCzAJBgNVBAYTAlZFMRAwDgYDVQQH
+EwdDYXJhY2FzMRkwFwYDVQQIExBEaXN0cml0byBDYXBpdGFsMTYwNAYDVQQKEy1TaXN0ZW1hIE5h
+Y2lvbmFsIGRlIENlcnRpZmljYWNpb24gRWxlY3Ryb25pY2ExQzBBBgNVBAsTOlN1cGVyaW50ZW5k
+ZW5jaWEgZGUgU2VydmljaW9zIGRlIENlcnRpZmljYWNpb24gRWxlY3Ryb25pY2ExJTAjBgkqhkiG
+9w0BCQEWFmFjcmFpekBzdXNjZXJ0ZS5nb2IudmWCAQowDgYDVR0PAQH/BAQDAgEGME0GA1UdEQRG
+MESCDnByb2NlcnQubmV0LnZloBUGBWCGXgIBoAwMClBTQy0wMDAwMDKgGwYFYIZeAgKgEgwQUklG
+LUotMzE2MzUzNzMtNzB2BgNVHR8EbzBtMEagRKBChkBodHRwOi8vd3d3LnN1c2NlcnRlLmdvYi52
+ZS9sY3IvQ0VSVElGSUNBRE8tUkFJWi1TSEEzODRDUkxERVIuY3JsMCOgIaAfhh1sZGFwOi8vYWNy
+YWl6LnN1c2NlcnRlLmdvYi52ZTA3BggrBgEFBQcBAQQrMCkwJwYIKwYBBQUHMAGGG2h0dHA6Ly9v
+Y3NwLnN1c2NlcnRlLmdvYi52ZTBBBgNVHSAEOjA4MDYGBmCGXgMBAjAsMCoGCCsGAQUFBwIBFh5o
+dHRwOi8vd3d3LnN1c2NlcnRlLmdvYi52ZS9kcGMwDQYJKoZIhvcNAQELBQADggIBACtZ6yKZu4Sq
+T96QxtGGcSOeSwORR3C7wJJg7ODU523G0+1ng3dS1fLld6c2suNUvtm7CpsR72H0xpkzmfWvADmN
+g7+mvTV+LFwxNG9s2/NkAZiqlCxB3RWGymspThbASfzXg0gTB1GEMVKIu4YXx2sviiCtxQuPcD4q
+uxtxj7mkoP3YldmvWb8lK5jpY5MvYB7Eqvh39YtsL+1+LrVPQA3uvFd359m21D+VJzog1eWuq2w1
+n8GhHVnchIHuTQfiSLaeS5UtQbHh6N5+LwUeaO6/u5BlOsju6rEYNxxik6SgMexxbJHmpHmJWhSn
+FFAFTKQAVzAswbVhltw+HoSvOULP5dAssSS830DD7X9jSr3hTxJkhpXzsOfIt+FTvZLm8wyWuevo
+5pLtp4EJFAv8lXrPj9Y0TzYS3F7RNHXGRoAvlQSMx4bEqCaJqD8Zm4G7UaRKhqsLEQ+xrmNTbSjq
+3TNWOByyrYDT13K9mmyZY+gAu0F2BbdbmRiKw7gSXFbPVgx96OLP7bx0R/vu0xdOIk9W/1DzLuY5
+poLWccret9W6aAjtmcz9opLLabid+Qqkpj5PkygqYWwHJgD/ll9ohri4zspV4KuxPX+Y1zMOWj3Y
+eMLEYC/HYvBhkdI4sPaeVdtAgAUSM84dkpvRabP/v/GSCmE1P93+hvS84Bpxs2Km
+-----END CERTIFICATE-----
+
+China Internet Network Information Center EV Certificates Root
+==============================================================
+-----BEGIN CERTIFICATE-----
+MIID9zCCAt+gAwIBAgIESJ8AATANBgkqhkiG9w0BAQUFADCBijELMAkGA1UEBhMCQ04xMjAwBgNV
+BAoMKUNoaW5hIEludGVybmV0IE5ldHdvcmsgSW5mb3JtYXRpb24gQ2VudGVyMUcwRQYDVQQDDD5D
+aGluYSBJbnRlcm5ldCBOZXR3b3JrIEluZm9ybWF0aW9uIENlbnRlciBFViBDZXJ0aWZpY2F0ZXMg
+Um9vdDAeFw0xMDA4MzEwNzExMjVaFw0zMDA4MzEwNzExMjVaMIGKMQswCQYDVQQGEwJDTjEyMDAG
+A1UECgwpQ2hpbmEgSW50ZXJuZXQgTmV0d29yayBJbmZvcm1hdGlvbiBDZW50ZXIxRzBFBgNVBAMM
+PkNoaW5hIEludGVybmV0IE5ldHdvcmsgSW5mb3JtYXRpb24gQ2VudGVyIEVWIENlcnRpZmljYXRl
+cyBSb290MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm35z7r07eKpkQ0H1UN+U8i6y
+jUqORlTSIRLIOTJCBumD1Z9S7eVnAztUwYyZmczpwA//DdmEEbK40ctb3B75aDFk4Zv6dOtouSCV
+98YPjUesWgbdYavi7NifFy2cyjw1l1VxzUOFsUcW9SxTgHbP0wBkvUCZ3czY28Sf1hNfQYOL+Q2H
+klY0bBoQCxfVWhyXWIQ8hBouXJE0bhlffxdpxWXvayHG1VA6v2G5BY3vbzQ6sm8UY78WO5upKv23
+KzhmBsUs4qpnHkWnjQRmQvaPK++IIGmPMowUc9orhpFjIpryp9vOiYurXccUwVswah+xt54ugQEC
+7c+WXmPbqOY4twIDAQABo2MwYTAfBgNVHSMEGDAWgBR8cks5x8DbYqVPm6oYNJKiyoOCWTAPBgNV
+HRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUfHJLOcfA22KlT5uqGDSSosqD
+glkwDQYJKoZIhvcNAQEFBQADggEBACrDx0M3j92tpLIM7twUbY8opJhJywyA6vPtI2Z1fcXTIWd5
+0XPFtQO3WKwMVC/GVhMPMdoG52U7HW8228gd+f2ABsqjPWYWqJ1MFn3AlUa1UeTiH9fqBk1jjZaM
+7+czV0I664zBechNdn3e9rG3geCg+aF4RhcaVpjwTj2rHO3sOdwHSPdj/gauwqRcalsyiMXHM4Ws
+ZkJHwlgkmeHlPuV1LI5D1l08eB6olYIpUNHRFrrvwb562bTYzB5MRuF3sTGrvSrIzo9uoV1/A3U0
+5K2JRVRevq4opbs/eHnrc7MKDf2+yfdWrPa37S+bISnHOLaVxATywy39FCqQmbkHzJ8=
+-----END CERTIFICATE-----
+
+Swisscom Root CA 2
+==================
+-----BEGIN CERTIFICATE-----
+MIIF2TCCA8GgAwIBAgIQHp4o6Ejy5e/DfEoeWhhntjANBgkqhkiG9w0BAQsFADBkMQswCQYDVQQG
+EwJjaDERMA8GA1UEChMIU3dpc3Njb20xJTAjBgNVBAsTHERpZ2l0YWwgQ2VydGlmaWNhdGUgU2Vy
+dmljZXMxGzAZBgNVBAMTElN3aXNzY29tIFJvb3QgQ0EgMjAeFw0xMTA2MjQwODM4MTRaFw0zMTA2
+MjUwNzM4MTRaMGQxCzAJBgNVBAYTAmNoMREwDwYDVQQKEwhTd2lzc2NvbTElMCMGA1UECxMcRGln
+aXRhbCBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczEbMBkGA1UEAxMSU3dpc3Njb20gUm9vdCBDQSAyMIIC
+IjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAlUJOhJ1R5tMJ6HJaI2nbeHCOFvErjw0DzpPM
+LgAIe6szjPTpQOYXTKueuEcUMncy3SgM3hhLX3af+Dk7/E6J2HzFZ++r0rk0X2s682Q2zsKwzxNo
+ysjL67XiPS4h3+os1OD5cJZM/2pYmLcX5BtS5X4HAB1f2uY+lQS3aYg5oUFgJWFLlTloYhyxCwWJ
+wDaCFCE/rtuh/bxvHGCGtlOUSbkrRsVPACu/obvLP+DHVxxX6NZp+MEkUp2IVd3Chy50I9AU/SpH
+Wrumnf2U5NGKpV+GY3aFy6//SSj8gO1MedK75MDvAe5QQQg1I3ArqRa0jG6F6bYRzzHdUyYb3y1a
+SgJA/MTAtukxGggo5WDDH8SQjhBiYEQN7Aq+VRhxLKX0srwVYv8c474d2h5Xszx+zYIdkeNL6yxS
+NLCK/RJOlrDrcH+eOfdmQrGrrFLadkBXeyq96G4DsguAhYidDMfCd7Camlf0uPoTXGiTOmekl9Ab
+mbeGMktg2M7v0Ax/lZ9vh0+Hio5fCHyqW/xavqGRn1V9TrALacywlKinh/LTSlDcX3KwFnUey7QY
+Ypqwpzmqm59m2I2mbJYV4+by+PGDYmy7Velhk6M99bFXi08jsJvllGov34zflVEpYKELKeRcVVi3
+qPyZ7iVNTA6z00yPhOgpD/0QVAKFyPnlw4vP5w8CAwEAAaOBhjCBgzAOBgNVHQ8BAf8EBAMCAYYw
+HQYDVR0hBBYwFDASBgdghXQBUwIBBgdghXQBUwIBMBIGA1UdEwEB/wQIMAYBAf8CAQcwHQYDVR0O
+BBYEFE0mICKJS9PVpAqhb97iEoHF8TwuMB8GA1UdIwQYMBaAFE0mICKJS9PVpAqhb97iEoHF8Twu
+MA0GCSqGSIb3DQEBCwUAA4ICAQAyCrKkG8t9voJXiblqf/P0wS4RfbgZPnm3qKhyN2abGu2sEzsO
+v2LwnN+ee6FTSA5BesogpxcbtnjsQJHzQq0Qw1zv/2BZf82Fo4s9SBwlAjxnffUy6S8w5X2lejjQ
+82YqZh6NM4OKb3xuqFp1mrjX2lhIREeoTPpMSQpKwhI3qEAMw8jh0FcNlzKVxzqfl9NX+Ave5XLz
+o9v/tdhZsnPdTSpxsrpJ9csc1fV5yJmz/MFMdOO0vSk3FQQoHt5FRnDsr7p4DooqzgB53MBfGWcs
+a0vvaGgLQ+OswWIJ76bdZWGgr4RVSJFSHMYlkSrQwSIjYVmvRRGFHQEkNI/Ps/8XciATwoCqISxx
+OQ7Qj1zB09GOInJGTB2Wrk9xseEFKZZZ9LuedT3PDTcNYtsmjGOpI99nBjx8Oto0QuFmtEYE3saW
+mA9LSHokMnWRn6z3aOkquVVlzl1h0ydw2Df+n7mvoC5Wt6NlUe07qxS/TFED6F+KBZvuim6c779o
++sjaC+NCydAXFJy3SuCvkychVSa1ZC+N8f+mQAWFBVzKBxlcCxMoTFh/wqXvRdpg065lYZ1Tg3TC
+rvJcwhbtkj6EPnNgiLx29CzP0H1907he0ZESEOnN3col49XtmS++dYFLJPlFRpTJKSFTnCZFqhMX
+5OfNeOI5wSsSnqaeG8XmDtkx2Q==
+-----END CERTIFICATE-----
+
+Swisscom Root EV CA 2
+=====================
+-----BEGIN CERTIFICATE-----
+MIIF4DCCA8igAwIBAgIRAPL6ZOJ0Y9ON/RAdBB92ylgwDQYJKoZIhvcNAQELBQAwZzELMAkGA1UE
+BhMCY2gxETAPBgNVBAoTCFN3aXNzY29tMSUwIwYDVQQLExxEaWdpdGFsIENlcnRpZmljYXRlIFNl
+cnZpY2VzMR4wHAYDVQQDExVTd2lzc2NvbSBSb290IEVWIENBIDIwHhcNMTEwNjI0MDk0NTA4WhcN
+MzEwNjI1MDg0NTA4WjBnMQswCQYDVQQGEwJjaDERMA8GA1UEChMIU3dpc3Njb20xJTAjBgNVBAsT
+HERpZ2l0YWwgQ2VydGlmaWNhdGUgU2VydmljZXMxHjAcBgNVBAMTFVN3aXNzY29tIFJvb3QgRVYg
+Q0EgMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMT3HS9X6lds93BdY7BxUglgRCgz
+o3pOCvrY6myLURYaVa5UJsTMRQdBTxB5f3HSek4/OE6zAMaVylvNwSqD1ycfMQ4jFrclyxy0uYAy
+Xhqdk/HoPGAsp15XGVhRXrwsVgu42O+LgrQ8uMIkqBPHoCE2G3pXKSinLr9xJZDzRINpUKTk4Rti
+GZQJo/PDvO/0vezbE53PnUgJUmfANykRHvvSEaeFGHR55E+FFOtSN+KxRdjMDUN/rhPSays/p8Li
+qG12W0OfvrSdsyaGOx9/5fLoZigWJdBLlzin5M8J0TbDC77aO0RYjb7xnglrPvMyxyuHxuxenPaH
+Za0zKcQvidm5y8kDnftslFGXEBuGCxobP/YCfnvUxVFkKJ3106yDgYjTdLRZncHrYTNaRdHLOdAG
+alNgHa/2+2m8atwBz735j9m9W8E6X47aD0upm50qKGsaCnw8qyIL5XctcfaCNYGu+HuB5ur+rPQa
+m3Rc6I8k9l2dRsQs0h4rIWqDJ2dVSqTjyDKXZpBy2uPUZC5f46Fq9mDU5zXNysRojddxyNMkM3Ox
+bPlq4SjbX8Y96L5V5jcb7STZDxmPX2MYWFCBUWVv8p9+agTnNCRxunZLWB4ZvRVgRaoMEkABnRDi
+xzgHcgplwLa7JSnaFp6LNYth7eVxV4O1PHGf40+/fh6Bn0GXAgMBAAGjgYYwgYMwDgYDVR0PAQH/
+BAQDAgGGMB0GA1UdIQQWMBQwEgYHYIV0AVMCAgYHYIV0AVMCAjASBgNVHRMBAf8ECDAGAQH/AgED
+MB0GA1UdDgQWBBRF2aWBbj2ITY1x0kbBbkUe88SAnTAfBgNVHSMEGDAWgBRF2aWBbj2ITY1x0kbB
+bkUe88SAnTANBgkqhkiG9w0BAQsFAAOCAgEAlDpzBp9SSzBc1P6xXCX5145v9Ydkn+0UjrgEjihL
+j6p7jjm02Vj2e6E1CqGdivdj5eu9OYLU43otb98TPLr+flaYC/NUn81ETm484T4VvwYmneTwkLbU
+wp4wLh/vx3rEUMfqe9pQy3omywC0Wqu1kx+AiYQElY2NfwmTv9SoqORjbdlk5LgpWgi/UOGED1V7
+XwgiG/W9mR4U9s70WBCCswo9GcG/W6uqmdjyMb3lOGbcWAXH7WMaLgqXfIeTK7KK4/HsGOV1timH
+59yLGn602MnTihdsfSlEvoqq9X46Lmgxk7lq2prg2+kupYTNHAq4Sgj5nPFhJpiTt3tm7JFe3VE/
+23MPrQRYCd0EApUKPtN236YQHoA96M2kZNEzx5LH4k5E4wnJTsJdhw4Snr8PyQUQ3nqjsTzyP6Wq
+J3mtMX0f/fwZacXduT98zca0wjAefm6S139hdlqP65VNvBFuIXxZN5nQBrz5Bm0yFqXZaajh3DyA
+HmBR3NdUIR7KYndP+tiPsys6DXhyyWhBWkdKwqPrGtcKqzwyVcgKEZzfdNbwQBUdyLmPtTbFr/gi
+uMod89a2GQ+fYWVq6nTIfI/DT11lgh/ZDYnadXL77/FHZxOzyNEZiCcmmpl5fx7kLD977vHeTYuW
+l8PVP3wbI+2ksx0WckNLIOFZfsLorSa/ovc=
+-----END CERTIFICATE-----
+
+CA Disig Root R1
+================
+-----BEGIN CERTIFICATE-----
+MIIFaTCCA1GgAwIBAgIJAMMDmu5QkG4oMA0GCSqGSIb3DQEBBQUAMFIxCzAJBgNVBAYTAlNLMRMw
+EQYDVQQHEwpCcmF0aXNsYXZhMRMwEQYDVQQKEwpEaXNpZyBhLnMuMRkwFwYDVQQDExBDQSBEaXNp
+ZyBSb290IFIxMB4XDTEyMDcxOTA5MDY1NloXDTQyMDcxOTA5MDY1NlowUjELMAkGA1UEBhMCU0sx
+EzARBgNVBAcTCkJyYXRpc2xhdmExEzARBgNVBAoTCkRpc2lnIGEucy4xGTAXBgNVBAMTEENBIERp
+c2lnIFJvb3QgUjEwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCqw3j33Jijp1pedxiy
+3QRkD2P9m5YJgNXoqqXinCaUOuiZc4yd39ffg/N4T0Dhf9Kn0uXKE5Pn7cZ3Xza1lK/oOI7bm+V8
+u8yN63Vz4STN5qctGS7Y1oprFOsIYgrY3LMATcMjfF9DCCMyEtztDK3AfQ+lekLZWnDZv6fXARz2
+m6uOt0qGeKAeVjGu74IKgEH3G8muqzIm1Cxr7X1r5OJeIgpFy4QxTaz+29FHuvlglzmxZcfe+5nk
+CiKxLU3lSCZpq+Kq8/v8kiky6bM+TR8noc2OuRf7JT7JbvN32g0S9l3HuzYQ1VTW8+DiR0jm3hTa
+YVKvJrT1cU/J19IG32PK/yHoWQbgCNWEFVP3Q+V8xaCJmGtzxmjOZd69fwX3se72V6FglcXM6pM6
+vpmumwKjrckWtc7dXpl4fho5frLABaTAgqWjR56M6ly2vGfb5ipN0gTco65F97yLnByn1tUD3AjL
+LhbKXEAz6GfDLuemROoRRRw1ZS0eRWEkG4IupZ0zXWX4Qfkuy5Q/H6MMMSRE7cderVC6xkGbrPAX
+ZcD4XW9boAo0PO7X6oifmPmvTiT6l7Jkdtqr9O3jw2Dv1fkCyC2fg69naQanMVXVz0tv/wQFx1is
+XxYb5dKj6zHbHzMVTdDypVP1y+E9Tmgt2BLdqvLmTZtJ5cUoobqwWsagtQIDAQABo0IwQDAPBgNV
+HRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUiQq0OJMa5qvum5EY+fU8PjXQ
+04IwDQYJKoZIhvcNAQEFBQADggIBADKL9p1Kyb4U5YysOMo6CdQbzoaz3evUuii+Eq5FLAR0rBNR
+xVgYZk2C2tXck8An4b58n1KeElb21Zyp9HWc+jcSjxyT7Ff+Bw+r1RL3D65hXlaASfX8MPWbTx9B
+LxyE04nH4toCdu0Jz2zBuByDHBb6lM19oMgY0sidbvW9adRtPTXoHqJPYNcHKfyyo6SdbhWSVhlM
+CrDpfNIZTUJG7L399ldb3Zh+pE3McgODWF3vkzpBemOqfDqo9ayk0d2iLbYq/J8BjuIQscTK5Gfb
+VSUZP/3oNn6z4eGBrxEWi1CXYBmCAMBrTXO40RMHPuq2MU/wQppt4hF05ZSsjYSVPCGvxdpHyN85
+YmLLW1AL14FABZyb7bq2ix4Eb5YgOe2kfSnbSM6C3NQCjR0EMVrHS/BsYVLXtFHCgWzN4funodKS
+ds+xDzdYpPJScWc/DIh4gInByLUfkmO+p3qKViwaqKactV2zY9ATIKHrkWzQjX2v3wvkF7mGnjix
+lAxYjOBVqjtjbZqJYLhkKpLGN/R+Q0O3c+gB53+XD9fyexn9GtePyfqFa3qdnom2piiZk4hA9z7N
+UaPK6u95RyG1/jLix8NRb76AdPCkwzryT+lf3xkK8jsTQ6wxpLPn6/wY1gGp8yqPNg7rtLG8t0zJ
+a7+h89n07eLw4+1knj0vllJPgFOL
+-----END CERTIFICATE-----
+
+CA Disig Root R2
+================
+-----BEGIN CERTIFICATE-----
+MIIFaTCCA1GgAwIBAgIJAJK4iNuwisFjMA0GCSqGSIb3DQEBCwUAMFIxCzAJBgNVBAYTAlNLMRMw
+EQYDVQQHEwpCcmF0aXNsYXZhMRMwEQYDVQQKEwpEaXNpZyBhLnMuMRkwFwYDVQQDExBDQSBEaXNp
+ZyBSb290IFIyMB4XDTEyMDcxOTA5MTUzMFoXDTQyMDcxOTA5MTUzMFowUjELMAkGA1UEBhMCU0sx
+EzARBgNVBAcTCkJyYXRpc2xhdmExEzARBgNVBAoTCkRpc2lnIGEucy4xGTAXBgNVBAMTEENBIERp
+c2lnIFJvb3QgUjIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCio8QACdaFXS1tFPbC
+w3OeNcJxVX6B+6tGUODBfEl45qt5WDza/3wcn9iXAng+a0EE6UG9vgMsRfYvZNSrXaNHPWSb6Wia
+xswbP7q+sos0Ai6YVRn8jG+qX9pMzk0DIaPY0jSTVpbLTAwAFjxfGs3Ix2ymrdMxp7zo5eFm1tL7
+A7RBZckQrg4FY8aAamkw/dLukO8NJ9+flXP04SXabBbeQTg06ov80egEFGEtQX6sx3dOy1FU+16S
+GBsEWmjGycT6txOgmLcRK7fWV8x8nhfRyyX+hk4kLlYMeE2eARKmK6cBZW58Yh2EhN/qwGu1pSqV
+g8NTEQxzHQuyRpDRQjrOQG6Vrf/GlK1ul4SOfW+eioANSW1z4nuSHsPzwfPrLgVv2RvPN3YEyLRa
+5Beny912H9AZdugsBbPWnDTYltxhh5EF5EQIM8HauQhl1K6yNg3ruji6DOWbnuuNZt2Zz9aJQfYE
+koopKW1rOhzndX0CcQ7zwOe9yxndnWCywmZgtrEE7snmhrmaZkCo5xHtgUUDi/ZnWejBBhG93c+A
+Ak9lQHhcR1DIm+YfgXvkRKhbhZri3lrVx/k6RGZL5DJUfORsnLMOPReisjQS1n6yqEm70XooQL6i
+Fh/f5DcfEXP7kAplQ6INfPgGAVUzfbANuPT1rqVCV3w2EYx7XsQDnYx5nQIDAQABo0IwQDAPBgNV
+HRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUtZn4r7CU9eMg1gqtzk5WpC5u
+Qu0wDQYJKoZIhvcNAQELBQADggIBACYGXnDnZTPIgm7ZnBc6G3pmsgH2eDtpXi/q/075KMOYKmFM
+tCQSin1tERT3nLXK5ryeJ45MGcipvXrA1zYObYVybqjGom32+nNjf7xueQgcnYqfGopTpti72TVV
+sRHFqQOzVju5hJMiXn7B9hJSi+osZ7z+Nkz1uM/Rs0mSO9MpDpkblvdhuDvEK7Z4bLQjb/D907Je
+dR+Zlais9trhxTF7+9FGs9K8Z7RiVLoJ92Owk6Ka+elSLotgEqv89WBW7xBci8QaQtyDW2QOy7W8
+1k/BfDxujRNt+3vrMNDcTa/F1balTFtxyegxvug4BkihGuLq0t4SOVga/4AOgnXmt8kHbA7v/zjx
+mHHEt38OFdAlab0inSvtBfZGR6ztwPDUO+Ls7pZbkBNOHlY667DvlruWIxG68kOGdGSVyCh13x01
+utI3gzhTODY7z2zp+WsO0PsE6E9312UBeIYMej4hYvF/Y3EMyZ9E26gnonW+boE+18DrG5gPcFw0
+sorMwIUY6256s/daoQe/qUKS82Ail+QUoQebTnbAjn39pCXHR+3/H3OszMOl6W8KjptlwlCFtaOg
+UxLMVYdh84GuEEZhvUQhuMI9dM9+JDX6HAcOmz0iyu8xL4ysEr3vQCj8KWefshNPZiTEUxnpHikV
+7+ZtsH8tZ/3zbBt1RqPlShfppNcL
+-----END CERTIFICATE-----
+
+ACCVRAIZ1
+=========
+-----BEGIN CERTIFICATE-----
+MIIH0zCCBbugAwIBAgIIXsO3pkN/pOAwDQYJKoZIhvcNAQEFBQAwQjESMBAGA1UEAwwJQUNDVlJB
+SVoxMRAwDgYDVQQLDAdQS0lBQ0NWMQ0wCwYDVQQKDARBQ0NWMQswCQYDVQQGEwJFUzAeFw0xMTA1
+MDUwOTM3MzdaFw0zMDEyMzEwOTM3MzdaMEIxEjAQBgNVBAMMCUFDQ1ZSQUlaMTEQMA4GA1UECwwH
+UEtJQUNDVjENMAsGA1UECgwEQUNDVjELMAkGA1UEBhMCRVMwggIiMA0GCSqGSIb3DQEBAQUAA4IC
+DwAwggIKAoICAQCbqau/YUqXry+XZpp0X9DZlv3P4uRm7x8fRzPCRKPfmt4ftVTdFXxpNRFvu8gM
+jmoYHtiP2Ra8EEg2XPBjs5BaXCQ316PWywlxufEBcoSwfdtNgM3802/J+Nq2DoLSRYWoG2ioPej0
+RGy9ocLLA76MPhMAhN9KSMDjIgro6TenGEyxCQ0jVn8ETdkXhBilyNpAlHPrzg5XPAOBOp0KoVdD
+aaxXbXmQeOW1tDvYvEyNKKGno6e6Ak4l0Squ7a4DIrhrIA8wKFSVf+DuzgpmndFALW4ir50awQUZ
+0m/A8p/4e7MCQvtQqR0tkw8jq8bBD5L/0KIV9VMJcRz/RROE5iZe+OCIHAr8Fraocwa48GOEAqDG
+WuzndN9wrqODJerWx5eHk6fGioozl2A3ED6XPm4pFdahD9GILBKfb6qkxkLrQaLjlUPTAYVtjrs7
+8yM2x/474KElB0iryYl0/wiPgL/AlmXz7uxLaL2diMMxs0Dx6M/2OLuc5NF/1OVYm3z61PMOm3WR
+5LpSLhl+0fXNWhn8ugb2+1KoS5kE3fj5tItQo05iifCHJPqDQsGH+tUtKSpacXpkatcnYGMN285J
+9Y0fkIkyF/hzQ7jSWpOGYdbhdQrqeWZ2iE9x6wQl1gpaepPluUsXQA+xtrn13k/c4LOsOxFwYIRK
+Q26ZIMApcQrAZQIDAQABo4ICyzCCAscwfQYIKwYBBQUHAQEEcTBvMEwGCCsGAQUFBzAChkBodHRw
+Oi8vd3d3LmFjY3YuZXMvZmlsZWFkbWluL0FyY2hpdm9zL2NlcnRpZmljYWRvcy9yYWl6YWNjdjEu
+Y3J0MB8GCCsGAQUFBzABhhNodHRwOi8vb2NzcC5hY2N2LmVzMB0GA1UdDgQWBBTSh7Tj3zcnk1X2
+VuqB5TbMjB4/vTAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFNKHtOPfNyeTVfZW6oHlNsyM
+Hj+9MIIBcwYDVR0gBIIBajCCAWYwggFiBgRVHSAAMIIBWDCCASIGCCsGAQUFBwICMIIBFB6CARAA
+QQB1AHQAbwByAGkAZABhAGQAIABkAGUAIABDAGUAcgB0AGkAZgBpAGMAYQBjAGkA8wBuACAAUgBh
+AO0AegAgAGQAZQAgAGwAYQAgAEEAQwBDAFYAIAAoAEEAZwBlAG4AYwBpAGEAIABkAGUAIABUAGUA
+YwBuAG8AbABvAGcA7QBhACAAeQAgAEMAZQByAHQAaQBmAGkAYwBhAGMAaQDzAG4AIABFAGwAZQBj
+AHQAcgDzAG4AaQBjAGEALAAgAEMASQBGACAAUQA0ADYAMAAxADEANQA2AEUAKQAuACAAQwBQAFMA
+IABlAG4AIABoAHQAdABwADoALwAvAHcAdwB3AC4AYQBjAGMAdgAuAGUAczAwBggrBgEFBQcCARYk
+aHR0cDovL3d3dy5hY2N2LmVzL2xlZ2lzbGFjaW9uX2MuaHRtMFUGA1UdHwROMEwwSqBIoEaGRGh0
+dHA6Ly93d3cuYWNjdi5lcy9maWxlYWRtaW4vQXJjaGl2b3MvY2VydGlmaWNhZG9zL3JhaXphY2N2
+MV9kZXIuY3JsMA4GA1UdDwEB/wQEAwIBBjAXBgNVHREEEDAOgQxhY2N2QGFjY3YuZXMwDQYJKoZI
+hvcNAQEFBQADggIBAJcxAp/n/UNnSEQU5CmH7UwoZtCPNdpNYbdKl02125DgBS4OxnnQ8pdpD70E
+R9m+27Up2pvZrqmZ1dM8MJP1jaGo/AaNRPTKFpV8M9xii6g3+CfYCS0b78gUJyCpZET/LtZ1qmxN
+YEAZSUNUY9rizLpm5U9EelvZaoErQNV/+QEnWCzI7UiRfD+mAM/EKXMRNt6GGT6d7hmKG9Ww7Y49
+nCrADdg9ZuM8Db3VlFzi4qc1GwQA9j9ajepDvV+JHanBsMyZ4k0ACtrJJ1vnE5Bc5PUzolVt3OAJ
+TS+xJlsndQAJxGJ3KQhfnlmstn6tn1QwIgPBHnFk/vk4CpYY3QIUrCPLBhwepH2NDd4nQeit2hW3
+sCPdK6jT2iWH7ehVRE2I9DZ+hJp4rPcOVkkO1jMl1oRQQmwgEh0q1b688nCBpHBgvgW1m54ERL5h
+I6zppSSMEYCUWqKiuUnSwdzRp+0xESyeGabu4VXhwOrPDYTkF7eifKXeVSUG7szAh1xA2syVP1Xg
+Nce4hL60Xc16gwFy7ofmXx2utYXGJt/mwZrpHgJHnyqobalbz+xFd3+YJ5oyXSrjhO7FmGYvliAd
+3djDJ9ew+f7Zfc3Qn48LFFhRny+Lwzgt3uiP1o2HpPVWQxaZLPSkVrQ0uGE3ycJYgBugl6H8WY3p
+EfbRD0tVNEYqi4Y7
+-----END CERTIFICATE-----
+
+TWCA Global Root CA
+===================
+-----BEGIN CERTIFICATE-----
+MIIFQTCCAymgAwIBAgICDL4wDQYJKoZIhvcNAQELBQAwUTELMAkGA1UEBhMCVFcxEjAQBgNVBAoT
+CVRBSVdBTi1DQTEQMA4GA1UECxMHUm9vdCBDQTEcMBoGA1UEAxMTVFdDQSBHbG9iYWwgUm9vdCBD
+QTAeFw0xMjA2MjcwNjI4MzNaFw0zMDEyMzExNTU5NTlaMFExCzAJBgNVBAYTAlRXMRIwEAYDVQQK
+EwlUQUlXQU4tQ0ExEDAOBgNVBAsTB1Jvb3QgQ0ExHDAaBgNVBAMTE1RXQ0EgR2xvYmFsIFJvb3Qg
+Q0EwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCwBdvI64zEbooh745NnHEKH1Jw7W2C
+nJfF10xORUnLQEK1EjRsGcJ0pDFfhQKX7EMzClPSnIyOt7h52yvVavKOZsTuKwEHktSz0ALfUPZV
+r2YOy+BHYC8rMjk1Ujoog/h7FsYYuGLWRyWRzvAZEk2tY/XTP3VfKfChMBwqoJimFb3u/Rk28OKR
+Q4/6ytYQJ0lM793B8YVwm8rqqFpD/G2Gb3PpN0Wp8DbHzIh1HrtsBv+baz4X7GGqcXzGHaL3SekV
+tTzWoWH1EfcFbx39Eb7QMAfCKbAJTibc46KokWofwpFFiFzlmLhxpRUZyXx1EcxwdE8tmx2RRP1W
+KKD+u4ZqyPpcC1jcxkt2yKsi2XMPpfRaAok/T54igu6idFMqPVMnaR1sjjIsZAAmY2E2TqNGtz99
+sy2sbZCilaLOz9qC5wc0GZbpuCGqKX6mOL6OKUohZnkfs8O1CWfe1tQHRvMq2uYiN2DLgbYPoA/p
+yJV/v1WRBXrPPRXAb94JlAGD1zQbzECl8LibZ9WYkTunhHiVJqRaCPgrdLQABDzfuBSO6N+pjWxn
+kjMdwLfS7JLIvgm/LCkFbwJrnu+8vyq8W8BQj0FwcYeyTbcEqYSjMq+u7msXi7Kx/mzhkIyIqJdI
+zshNy/MGz19qCkKxHh53L46g5pIOBvwFItIm4TFRfTLcDwIDAQABoyMwITAOBgNVHQ8BAf8EBAMC
+AQYwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAXzSBdu+WHdXltdkCY4QWwa6g
+cFGn90xHNcgL1yg9iXHZqjNB6hQbbCEAwGxCGX6faVsgQt+i0trEfJdLjbDorMjupWkEmQqSpqsn
+LhpNgb+E1HAerUf+/UqdM+DyucRFCCEK2mlpc3INvjT+lIutwx4116KD7+U4x6WFH6vPNOw/KP4M
+8VeGTslV9xzU2KV9Bnpv1d8Q34FOIWWxtuEXeZVFBs5fzNxGiWNoRI2T9GRwoD2dKAXDOXC4Ynsg
+/eTb6QihuJ49CcdP+yz4k3ZB3lLg4VfSnQO8d57+nile98FRYB/e2guyLXW3Q0iT5/Z5xoRdgFlg
+lPx4mI88k1HtQJAH32RjJMtOcQWh15QaiDLxInQirqWm2BJpTGCjAu4r7NRjkgtevi92a6O2JryP
+A9gK8kxkRr05YuWW6zRjESjMlfGt7+/cgFhI6Uu46mWs6fyAtbXIRfmswZ/ZuepiiI7E8UuDEq3m
+i4TWnsLrgxifarsbJGAzcMzs9zLzXNl5fe+epP7JI8Mk7hWSsT2RTyaGvWZzJBPqpK5jwa19hAM8
+EHiGG3njxPPyBJUgriOCxLM6AGK/5jYk4Ve6xx6QddVfP5VhK8E7zeWzaGHQRiapIVJpLesux+t3
+zqY6tQMzT3bR51xUAV3LePTJDL/PEo4XLSNolOer/qmyKwbQBM0=
+-----END CERTIFICATE-----
+
+TeliaSonera Root CA v1
+======================
+-----BEGIN CERTIFICATE-----
+MIIFODCCAyCgAwIBAgIRAJW+FqD3LkbxezmCcvqLzZYwDQYJKoZIhvcNAQEFBQAwNzEUMBIGA1UE
+CgwLVGVsaWFTb25lcmExHzAdBgNVBAMMFlRlbGlhU29uZXJhIFJvb3QgQ0EgdjEwHhcNMDcxMDE4
+MTIwMDUwWhcNMzIxMDE4MTIwMDUwWjA3MRQwEgYDVQQKDAtUZWxpYVNvbmVyYTEfMB0GA1UEAwwW
+VGVsaWFTb25lcmEgUm9vdCBDQSB2MTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMK+
+6yfwIaPzaSZVfp3FVRaRXP3vIb9TgHot0pGMYzHw7CTww6XScnwQbfQ3t+XmfHnqjLWCi65ItqwA
+3GV17CpNX8GH9SBlK4GoRz6JI5UwFpB/6FcHSOcZrr9FZ7E3GwYq/t75rH2D+1665I+XZ75Ljo1k
+B1c4VWk0Nj0TSO9P4tNmHqTPGrdeNjPUtAa9GAH9d4RQAEX1jF3oI7x+/jXh7VB7qTCNGdMJjmhn
+Xb88lxhTuylixcpecsHHltTbLaC0H2kD7OriUPEMPPCs81Mt8Bz17Ww5OXOAFshSsCPN4D7c3TxH
+oLs1iuKYaIu+5b9y7tL6pe0S7fyYGKkmdtwoSxAgHNN/Fnct7W+A90m7UwW7XWjH1Mh1Fj+JWov3
+F0fUTPHSiXk+TT2YqGHeOh7S+F4D4MHJHIzTjU3TlTazN19jY5szFPAtJmtTfImMMsJu7D0hADnJ
+oWjiUIMusDor8zagrC/kb2HCUQk5PotTubtn2txTuXZZNp1D5SDgPTJghSJRt8czu90VL6R4pgd7
+gUY2BIbdeTXHlSw7sKMXNeVzH7RcWe/a6hBle3rQf5+ztCo3O3CLm1u5K7fsslESl1MpWtTwEhDc
+TwK7EpIvYtQ/aUN8Ddb8WHUBiJ1YFkveupD/RwGJBmr2X7KQarMCpgKIv7NHfirZ1fpoeDVNAgMB
+AAGjPzA9MA8GA1UdEwEB/wQFMAMBAf8wCwYDVR0PBAQDAgEGMB0GA1UdDgQWBBTwj1k4ALP1j5qW
+DNXr+nuqF+gTEjANBgkqhkiG9w0BAQUFAAOCAgEAvuRcYk4k9AwI//DTDGjkk0kiP0Qnb7tt3oNm
+zqjMDfz1mgbldxSR651Be5kqhOX//CHBXfDkH1e3damhXwIm/9fH907eT/j3HEbAek9ALCI18Bmx
+0GtnLLCo4MBANzX2hFxc469CeP6nyQ1Q6g2EdvZR74NTxnr/DlZJLo961gzmJ1TjTQpgcmLNkQfW
+pb/ImWvtxBnmq0wROMVvMeJuScg/doAmAyYp4Db29iBT4xdwNBedY2gea+zDTYa4EzAvXUYNR0PV
+G6pZDrlcjQZIrXSHX8f8MVRBE+LHIQ6e4B4N4cB7Q4WQxYpYxmUKeFfyxiMPAdkgS94P+5KFdSpc
+c41teyWRyu5FrgZLAMzTsVlQ2jqIOylDRl6XK1TOU2+NSueW+r9xDkKLfP0ooNBIytrEgUy7onOT
+JsjrDNYmiLbAJM+7vVvrdX3pCI6GMyx5dwlppYn8s3CQh3aP0yK7Qs69cwsgJirQmz1wHiRszYd2
+qReWt88NkvuOGKmYSdGe/mBEciG5Ge3C9THxOUiIkCR1VBatzvT4aRRkOfujuLpwQMcnHL/EVlP6
+Y2XQ8xwOFvVrhlhNGNTkDY6lnVuR3HYkUD/GKvvZt5y11ubQ2egZixVxSK236thZiNSQvxaz2ems
+WWFUyBy6ysHK4bkgTI86k4mloMy/0/Z1pHWWbVY=
+-----END CERTIFICATE-----
+
+E-Tugra Certification Authority
+===============================
+-----BEGIN CERTIFICATE-----
+MIIGSzCCBDOgAwIBAgIIamg+nFGby1MwDQYJKoZIhvcNAQELBQAwgbIxCzAJBgNVBAYTAlRSMQ8w
+DQYDVQQHDAZBbmthcmExQDA+BgNVBAoMN0UtVHXEn3JhIEVCRyBCaWxpxZ9pbSBUZWtub2xvamls
+ZXJpIHZlIEhpem1ldGxlcmkgQS7Fni4xJjAkBgNVBAsMHUUtVHVncmEgU2VydGlmaWthc3lvbiBN
+ZXJrZXppMSgwJgYDVQQDDB9FLVR1Z3JhIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTEzMDMw
+NTEyMDk0OFoXDTIzMDMwMzEyMDk0OFowgbIxCzAJBgNVBAYTAlRSMQ8wDQYDVQQHDAZBbmthcmEx
+QDA+BgNVBAoMN0UtVHXEn3JhIEVCRyBCaWxpxZ9pbSBUZWtub2xvamlsZXJpIHZlIEhpem1ldGxl
+cmkgQS7Fni4xJjAkBgNVBAsMHUUtVHVncmEgU2VydGlmaWthc3lvbiBNZXJrZXppMSgwJgYDVQQD
+DB9FLVR1Z3JhIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIICIjANBgkqhkiG9w0BAQEFAAOCAg8A
+MIICCgKCAgEA4vU/kwVRHoViVF56C/UYB4Oufq9899SKa6VjQzm5S/fDxmSJPZQuVIBSOTkHS0vd
+hQd2h8y/L5VMzH2nPbxHD5hw+IyFHnSOkm0bQNGZDbt1bsipa5rAhDGvykPL6ys06I+XawGb1Q5K
+CKpbknSFQ9OArqGIW66z6l7LFpp3RMih9lRozt6Plyu6W0ACDGQXwLWTzeHxE2bODHnv0ZEoq1+g
+ElIwcxmOj+GMB6LDu0rw6h8VqO4lzKRG+Bsi77MOQ7osJLjFLFzUHPhdZL3Dk14opz8n8Y4e0ypQ
+BaNV2cvnOVPAmJ6MVGKLJrD3fY185MaeZkJVgkfnsliNZvcHfC425lAcP9tDJMW/hkd5s3kc91r0
+E+xs+D/iWR+V7kI+ua2oMoVJl0b+SzGPWsutdEcf6ZG33ygEIqDUD13ieU/qbIWGvaimzuT6w+Gz
+rt48Ue7LE3wBf4QOXVGUnhMMti6lTPk5cDZvlsouDERVxcr6XQKj39ZkjFqzAQqptQpHF//vkUAq
+jqFGOjGY5RH8zLtJVor8udBhmm9lbObDyz51Sf6Pp+KJxWfXnUYTTjF2OySznhFlhqt/7x3U+Lzn
+rFpct1pHXFXOVbQicVtbC/DP3KBhZOqp12gKY6fgDT+gr9Oq0n7vUaDmUStVkhUXU8u3Zg5mTPj5
+dUyQ5xJwx0UCAwEAAaNjMGEwHQYDVR0OBBYEFC7j27JJ0JxUeVz6Jyr+zE7S6E5UMA8GA1UdEwEB
+/wQFMAMBAf8wHwYDVR0jBBgwFoAULuPbsknQnFR5XPonKv7MTtLoTlQwDgYDVR0PAQH/BAQDAgEG
+MA0GCSqGSIb3DQEBCwUAA4ICAQAFNzr0TbdF4kV1JI+2d1LoHNgQk2Xz8lkGpD4eKexd0dCrfOAK
+kEh47U6YA5n+KGCRHTAduGN8qOY1tfrTYXbm1gdLymmasoR6d5NFFxWfJNCYExL/u6Au/U5Mh/jO
+XKqYGwXgAEZKgoClM4so3O0409/lPun++1ndYYRP0lSWE2ETPo+Aab6TR7U1Q9Jauz1c77NCR807
+VRMGsAnb/WP2OogKmW9+4c4bU2pEZiNRCHu8W1Ki/QY3OEBhj0qWuJA3+GbHeJAAFS6LrVE1Uweo
+a2iu+U48BybNCAVwzDk/dr2l02cmAYamU9JgO3xDf1WKvJUawSg5TB9D0pH0clmKuVb8P7Sd2nCc
+dlqMQ1DujjByTd//SffGqWfZbawCEeI6FiWnWAjLb1NBnEg4R2gz0dfHj9R0IdTDBZB6/86WiLEV
+KV0jq9BgoRJP3vQXzTLlyb/IQ639Lo7xr+L0mPoSHyDYwKcMhcWQ9DstliaxLL5Mq+ux0orJ23gT
+Dx4JnW2PAJ8C2sH6H3p6CcRK5ogql5+Ji/03X186zjhZhkuvcQu02PJwT58yE+Owp1fl2tpDy4Q0
+8ijE6m30Ku/Ba3ba+367hTzSU8JNvnHhRdH9I2cNE3X7z2VnIp2usAnRCf8dNL/+I5c30jn6PQ0G
+C7TbO6Orb1wdtn7os4I07QZcJA==
+-----END CERTIFICATE-----
+
+T-TeleSec GlobalRoot Class 2
+============================
+-----BEGIN CERTIFICATE-----
+MIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoM
+IlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBU
+cnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDIwHhcNMDgx
+MDAxMTA0MDE0WhcNMzMxMDAxMjM1OTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lz
+dGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBD
+ZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDIwggEiMA0GCSqGSIb3
+DQEBAQUAA4IBDwAwggEKAoIBAQCqX9obX+hzkeXaXPSi5kfl82hVYAUdAqSzm1nzHoqvNK38DcLZ
+SBnuaY/JIPwhqgcZ7bBcrGXHX+0CfHt8LRvWurmAwhiCFoT6ZrAIxlQjgeTNuUk/9k9uN0goOA/F
+vudocP05l03Sx5iRUKrERLMjfTlH6VJi1hKTXrcxlkIF+3anHqP1wvzpesVsqXFP6st4vGCvx970
+2cu+fjOlbpSD8DT6IavqjnKgP6TeMFvvhk1qlVtDRKgQFRzlAVfFmPHmBiiRqiDFt1MmUUOyCxGV
+WOHAD3bZwI18gfNycJ5v/hqO2V81xrJvNHy+SE/iWjnX2J14np+GPgNeGYtEotXHAgMBAAGjQjBA
+MA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS/WSA2AHmgoCJrjNXy
+YdK4LMuCSjANBgkqhkiG9w0BAQsFAAOCAQEAMQOiYQsfdOhyNsZt+U2e+iKo4YFWz827n+qrkRk4
+r6p8FU3ztqONpfSO9kSpp+ghla0+AGIWiPACuvxhI+YzmzB6azZie60EI4RYZeLbK4rnJVM3YlNf
+vNoBYimipidx5joifsFvHZVwIEoHNN/q/xWA5brXethbdXwFeilHfkCoMRN3zUA7tFFHei4R40cR
+3p1m0IvVVGb6g1XqfMIpiRvpb7PO4gWEyS8+eIVibslfwXhjdFjASBgMmTnrpMwatXlajRWc2BQN
+9noHV8cigwUtPJslJj0Ys6lDfMjIq2SPDqO/nBudMNva0Bkuqjzx+zOAduTNrRlPBSeOE6Fuwg==
+-----END CERTIFICATE-----
+
+Atos TrustedRoot 2011
+=====================
+-----BEGIN CERTIFICATE-----
+MIIDdzCCAl+gAwIBAgIIXDPLYixfszIwDQYJKoZIhvcNAQELBQAwPDEeMBwGA1UEAwwVQXRvcyBU
+cnVzdGVkUm9vdCAyMDExMQ0wCwYDVQQKDARBdG9zMQswCQYDVQQGEwJERTAeFw0xMTA3MDcxNDU4
+MzBaFw0zMDEyMzEyMzU5NTlaMDwxHjAcBgNVBAMMFUF0b3MgVHJ1c3RlZFJvb3QgMjAxMTENMAsG
+A1UECgwEQXRvczELMAkGA1UEBhMCREUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCV
+hTuXbyo7LjvPpvMpNb7PGKw+qtn4TaA+Gke5vJrf8v7MPkfoepbCJI419KkM/IL9bcFyYie96mvr
+54rMVD6QUM+A1JX76LWC1BTFtqlVJVfbsVD2sGBkWXppzwO3bw2+yj5vdHLqqjAqc2K+SZFhyBH+
+DgMq92og3AIVDV4VavzjgsG1xZ1kCWyjWZgHJ8cblithdHFsQ/H3NYkQ4J7sVaE3IqKHBAUsR320
+HLliKWYoyrfhk/WklAOZuXCFteZI6o1Q/NnezG8HDt0Lcp2AMBYHlT8oDv3FdU9T1nSatCQujgKR
+z3bFmx5VdJx4IbHwLfELn8LVlhgf8FQieowHAgMBAAGjfTB7MB0GA1UdDgQWBBSnpQaxLKYJYO7R
+l+lwrrw7GWzbITAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFKelBrEspglg7tGX6XCuvDsZ
+bNshMBgGA1UdIAQRMA8wDQYLKwYBBAGwLQMEAQEwDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEB
+CwUAA4IBAQAmdzTblEiGKkGdLD4GkGDEjKwLVLgfuXvTBznk+j57sj1O7Z8jvZfza1zv7v1Apt+h
+k6EKhqzvINB5Ab149xnYJDE0BAGmuhWawyfc2E8PzBhj/5kPDpFrdRbhIfzYJsdHt6bPWHJxfrrh
+TZVHO8mvbaG0weyJ9rQPOLXiZNwlz6bb65pcmaHFCN795trV1lpFDMS3wrUU77QR/w4VtfX128a9
+61qn8FYiqTxlVMYVqL2Gns2Dlmh6cYGJ4Qvh6hEbaAjMaZ7snkGeRDImeuKHCnE96+RapNLbxc3G
+3mB/ufNPRJLvKrcYPqcZ2Qt9sTdBQrC6YB3y/gkRsPCHe6ed
+-----END CERTIFICATE-----
+
+QuoVadis Root CA 1 G3
+=====================
+-----BEGIN CERTIFICATE-----
+MIIFYDCCA0igAwIBAgIUeFhfLq0sGUvjNwc1NBMotZbUZZMwDQYJKoZIhvcNAQELBQAwSDELMAkG
+A1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAcBgNVBAMTFVF1b1ZhZGlzIFJv
+b3QgQ0EgMSBHMzAeFw0xMjAxMTIxNzI3NDRaFw00MjAxMTIxNzI3NDRaMEgxCzAJBgNVBAYTAkJN
+MRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDEg
+RzMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCgvlAQjunybEC0BJyFuTHK3C3kEakE
+PBtVwedYMB0ktMPvhd6MLOHBPd+C5k+tR4ds7FtJwUrVu4/sh6x/gpqG7D0DmVIB0jWerNrwU8lm
+PNSsAgHaJNM7qAJGr6Qc4/hzWHa39g6QDbXwz8z6+cZM5cOGMAqNF34168Xfuw6cwI2H44g4hWf6
+Pser4BOcBRiYz5P1sZK0/CPTz9XEJ0ngnjybCKOLXSoh4Pw5qlPafX7PGglTvF0FBM+hSo+LdoIN
+ofjSxxR3W5A2B4GbPgb6Ul5jxaYA/qXpUhtStZI5cgMJYr2wYBZupt0lwgNm3fME0UDiTouG9G/l
+g6AnhF4EwfWQvTA9xO+oabw4m6SkltFi2mnAAZauy8RRNOoMqv8hjlmPSlzkYZqn0ukqeI1RPToV
+7qJZjqlc3sX5kCLliEVx3ZGZbHqfPT2YfF72vhZooF6uCyP8Wg+qInYtyaEQHeTTRCOQiJ/GKubX
+9ZqzWB4vMIkIG1SitZgj7Ah3HJVdYdHLiZxfokqRmu8hqkkWCKi9YSgxyXSthfbZxbGL0eUQMk1f
+iyA6PEkfM4VZDdvLCXVDaXP7a3F98N/ETH3Goy7IlXnLc6KOTk0k+17kBL5yG6YnLUlamXrXXAkg
+t3+UuU/xDRxeiEIbEbfnkduebPRq34wGmAOtzCjvpUfzUwIDAQABo0IwQDAPBgNVHRMBAf8EBTAD
+AQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUo5fW816iEOGrRZ88F2Q87gFwnMwwDQYJKoZI
+hvcNAQELBQADggIBABj6W3X8PnrHX3fHyt/PX8MSxEBd1DKquGrX1RUVRpgjpeaQWxiZTOOtQqOC
+MTaIzen7xASWSIsBx40Bz1szBpZGZnQdT+3Btrm0DWHMY37XLneMlhwqI2hrhVd2cDMT/uFPpiN3
+GPoajOi9ZcnPP/TJF9zrx7zABC4tRi9pZsMbj/7sPtPKlL92CiUNqXsCHKnQO18LwIE6PWThv6ct
+Tr1NxNgpxiIY0MWscgKCP6o6ojoilzHdCGPDdRS5YCgtW2jgFqlmgiNR9etT2DGbe+m3nUvriBbP
++V04ikkwj+3x6xn0dxoxGE1nVGwvb2X52z3sIexe9PSLymBlVNFxZPT5pqOBMzYzcfCkeF9OrYMh
+3jRJjehZrJ3ydlo28hP0r+AJx2EqbPfgna67hkooby7utHnNkDPDs3b69fBsnQGQ+p6Q9pxyz0fa
+wx/kNSBT8lTR32GDpgLiJTjehTItXnOQUl1CxM49S+H5GYQd1aJQzEH7QRTDvdbJWqNjZgKAvQU6
+O0ec7AAmTPWIUb+oI38YB7AL7YsmoWTTYUrrXJ/es69nA7Mf3W1daWhpq1467HxpvMc7hU6eFbm0
+FU/DlXpY18ls6Wy58yljXrQs8C097Vpl4KlbQMJImYFtnh8GKjwStIsPm6Ik8KaN1nrgS7ZklmOV
+hMJKzRwuJIczYOXD
+-----END CERTIFICATE-----
+
+QuoVadis Root CA 2 G3
+=====================
+-----BEGIN CERTIFICATE-----
+MIIFYDCCA0igAwIBAgIURFc0JFuBiZs18s64KztbpybwdSgwDQYJKoZIhvcNAQELBQAwSDELMAkG
+A1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAcBgNVBAMTFVF1b1ZhZGlzIFJv
+b3QgQ0EgMiBHMzAeFw0xMjAxMTIxODU5MzJaFw00MjAxMTIxODU5MzJaMEgxCzAJBgNVBAYTAkJN
+MRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDIg
+RzMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQChriWyARjcV4g/Ruv5r+LrI3HimtFh
+ZiFfqq8nUeVuGxbULX1QsFN3vXg6YOJkApt8hpvWGo6t/x8Vf9WVHhLL5hSEBMHfNrMWn4rjyduY
+NM7YMxcoRvynyfDStNVNCXJJ+fKH46nafaF9a7I6JaltUkSs+L5u+9ymc5GQYaYDFCDy54ejiK2t
+oIz/pgslUiXnFgHVy7g1gQyjO/Dh4fxaXc6AcW34Sas+O7q414AB+6XrW7PFXmAqMaCvN+ggOp+o
+MiwMzAkd056OXbxMmO7FGmh77FOm6RQ1o9/NgJ8MSPsc9PG/Srj61YxxSscfrf5BmrODXfKEVu+l
+V0POKa2Mq1W/xPtbAd0jIaFYAI7D0GoT7RPjEiuA3GfmlbLNHiJuKvhB1PLKFAeNilUSxmn1uIZo
+L1NesNKqIcGY5jDjZ1XHm26sGahVpkUG0CM62+tlXSoREfA7T8pt9DTEceT/AFr2XK4jYIVz8eQQ
+sSWu1ZK7E8EM4DnatDlXtas1qnIhO4M15zHfeiFuuDIIfR0ykRVKYnLP43ehvNURG3YBZwjgQQvD
+6xVu+KQZ2aKrr+InUlYrAoosFCT5v0ICvybIxo/gbjh9Uy3l7ZizlWNof/k19N+IxWA1ksB8aRxh
+lRbQ694Lrz4EEEVlWFA4r0jyWbYW8jwNkALGcC4BrTwV1wIDAQABo0IwQDAPBgNVHRMBAf8EBTAD
+AQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQU7edvdlq/YOxJW8ald7tyFnGbxD0wDQYJKoZI
+hvcNAQELBQADggIBAJHfgD9DCX5xwvfrs4iP4VGyvD11+ShdyLyZm3tdquXK4Qr36LLTn91nMX66
+AarHakE7kNQIXLJgapDwyM4DYvmL7ftuKtwGTTwpD4kWilhMSA/ohGHqPHKmd+RCroijQ1h5fq7K
+pVMNqT1wvSAZYaRsOPxDMuHBR//47PERIjKWnML2W2mWeyAMQ0GaW/ZZGYjeVYg3UQt4XAoeo0L9
+x52ID8DyeAIkVJOviYeIyUqAHerQbj5hLja7NQ4nlv1mNDthcnPxFlxHBlRJAHpYErAK74X9sbgz
+dWqTHBLmYF5vHX/JHyPLhGGfHoJE+V+tYlUkmlKY7VHnoX6XOuYvHxHaU4AshZ6rNRDbIl9qxV6X
+U/IyAgkwo1jwDQHVcsaxfGl7w/U2Rcxhbl5MlMVerugOXou/983g7aEOGzPuVBj+D77vfoRrQ+Nw
+mNtddbINWQeFFSM51vHfqSYP1kjHs6Yi9TM3WpVHn3u6GBVv/9YUZINJ0gpnIdsPNWNgKCLjsZWD
+zYWm3S8P52dSbrsvhXz1SnPnxT7AvSESBT/8twNJAlvIJebiVDj1eYeMHVOyToV7BjjHLPj4sHKN
+JeV3UvQDHEimUF+IIDBu8oJDqz2XhOdT+yHBTw8imoa4WSr2Rz0ZiC3oheGe7IUIarFsNMkd7Egr
+O3jtZsSOeWmD3n+M
+-----END CERTIFICATE-----
+
+QuoVadis Root CA 3 G3
+=====================
+-----BEGIN CERTIFICATE-----
+MIIFYDCCA0igAwIBAgIULvWbAiin23r/1aOp7r0DoM8Sah0wDQYJKoZIhvcNAQELBQAwSDELMAkG
+A1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAcBgNVBAMTFVF1b1ZhZGlzIFJv
+b3QgQ0EgMyBHMzAeFw0xMjAxMTIyMDI2MzJaFw00MjAxMTIyMDI2MzJaMEgxCzAJBgNVBAYTAkJN
+MRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDMg
+RzMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCzyw4QZ47qFJenMioKVjZ/aEzHs286
+IxSR/xl/pcqs7rN2nXrpixurazHb+gtTTK/FpRp5PIpM/6zfJd5O2YIyC0TeytuMrKNuFoM7pmRL
+Mon7FhY4futD4tN0SsJiCnMK3UmzV9KwCoWdcTzeo8vAMvMBOSBDGzXRU7Ox7sWTaYI+FrUoRqHe
+6okJ7UO4BUaKhvVZR74bbwEhELn9qdIoyhA5CcoTNs+cra1AdHkrAj80//ogaX3T7mH1urPnMNA3
+I4ZyYUUpSFlob3emLoG+B01vr87ERRORFHAGjx+f+IdpsQ7vw4kZ6+ocYfx6bIrc1gMLnia6Et3U
+VDmrJqMz6nWB2i3ND0/kA9HvFZcba5DFApCTZgIhsUfei5pKgLlVj7WiL8DWM2fafsSntARE60f7
+5li59wzweyuxwHApw0BiLTtIadwjPEjrewl5qW3aqDCYz4ByA4imW0aucnl8CAMhZa634RylsSqi
+Md5mBPfAdOhx3v89WcyWJhKLhZVXGqtrdQtEPREoPHtht+KPZ0/l7DxMYIBpVzgeAVuNVejH38DM
+dyM0SXV89pgR6y3e7UEuFAUCf+D+IOs15xGsIs5XPd7JMG0QA4XN8f+MFrXBsj6IbGB/kE+V9/Yt
+rQE5BwT6dYB9v0lQ7e/JxHwc64B+27bQ3RP+ydOc17KXqQIDAQABo0IwQDAPBgNVHRMBAf8EBTAD
+AQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUxhfQvKjqAkPyGwaZXSuQILnXnOQwDQYJKoZI
+hvcNAQELBQADggIBADRh2Va1EodVTd2jNTFGu6QHcrxfYWLopfsLN7E8trP6KZ1/AvWkyaiTt3px
+KGmPc+FSkNrVvjrlt3ZqVoAh313m6Tqe5T72omnHKgqwGEfcIHB9UqM+WXzBusnIFUBhynLWcKzS
+t/Ac5IYp8M7vaGPQtSCKFWGafoaYtMnCdvvMujAWzKNhxnQT5WvvoxXqA/4Ti2Tk08HS6IT7SdEQ
+TXlm66r99I0xHnAUrdzeZxNMgRVhvLfZkXdxGYFgu/BYpbWcC/ePIlUnwEsBbTuZDdQdm2NnL9Du
+DcpmvJRPpq3t/O5jrFc/ZSXPsoaP0Aj/uHYUbt7lJ+yreLVTubY/6CD50qi+YUbKh4yE8/nxoGib
+Ih6BJpsQBJFxwAYf3KDTuVan45gtf4Od34wrnDKOMpTwATwiKp9Dwi7DmDkHOHv8XgBCH/MyJnmD
+hPbl8MFREsALHgQjDFSlTC9JxUrRtm5gDWv8a4uFJGS3iQ6rJUdbPM9+Sb3H6QrG2vd+DhcI00iX
+0HGS8A85PjRqHH3Y8iKuu2n0M7SmSFXRDw4m6Oy2Cy2nhTXN/VnIn9HNPlopNLk9hM6xZdRZkZFW
+dSHBd575euFgndOtBBj0fOtek49TSiIp+EgrPk2GrFt/ywaZWWDYWGWVjUTR939+J399roD1B0y2
+PpxxVJkES/1Y+Zj0
+-----END CERTIFICATE-----
+
+DigiCert Assured ID Root G2
+===========================
+-----BEGIN CERTIFICATE-----
+MIIDljCCAn6gAwIBAgIQC5McOtY5Z+pnI7/Dr5r0SzANBgkqhkiG9w0BAQsFADBlMQswCQYDVQQG
+EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQuY29tMSQw
+IgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzIwHhcNMTMwODAxMTIwMDAwWhcNMzgw
+MTE1MTIwMDAwWjBlMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQL
+ExB3d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzIw
+ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDZ5ygvUj82ckmIkzTz+GoeMVSAn61UQbVH
+35ao1K+ALbkKz3X9iaV9JPrjIgwrvJUXCzO/GU1BBpAAvQxNEP4HteccbiJVMWWXvdMX0h5i89vq
+bFCMP4QMls+3ywPgym2hFEwbid3tALBSfK+RbLE4E9HpEgjAALAcKxHad3A2m67OeYfcgnDmCXRw
+VWmvo2ifv922ebPynXApVfSr/5Vh88lAbx3RvpO704gqu52/clpWcTs/1PPRCv4o76Pu2ZmvA9OP
+YLfykqGxvYmJHzDNw6YuYjOuFgJ3RFrngQo8p0Quebg/BLxcoIfhG69Rjs3sLPr4/m3wOnyqi+Rn
+lTGNAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBTO
+w0q5mVXyuNtgv6l+vVa1lzan1jANBgkqhkiG9w0BAQsFAAOCAQEAyqVVjOPIQW5pJ6d1Ee88hjZv
+0p3GeDgdaZaikmkuOGybfQTUiaWxMTeKySHMq2zNixya1r9I0jJmwYrA8y8678Dj1JGG0VDjA9tz
+d29KOVPt3ibHtX2vK0LRdWLjSisCx1BL4GnilmwORGYQRI+tBev4eaymG+g3NJ1TyWGqolKvSnAW
+hsI6yLETcDbYz+70CjTVW0z9B5yiutkBclzzTcHdDrEcDcRjvq30FPuJ7KJBDkzMyFdA0G4Dqs0M
+jomZmWzwPDCvON9vvKO+KSAnq3T/EyJ43pdSVR6DtVQgA+6uwE9W3jfMw3+qBCe703e4YtsXfJwo
+IhNzbM8m9Yop5w==
+-----END CERTIFICATE-----
+
+DigiCert Assured ID Root G3
+===========================
+-----BEGIN CERTIFICATE-----
+MIICRjCCAc2gAwIBAgIQC6Fa+h3foLVJRK/NJKBs7DAKBggqhkjOPQQDAzBlMQswCQYDVQQGEwJV
+UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQuY29tMSQwIgYD
+VQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzMwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1
+MTIwMDAwWjBlMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3
+d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzMwdjAQ
+BgcqhkjOPQIBBgUrgQQAIgNiAAQZ57ysRGXtzbg/WPuNsVepRC0FFfLvC/8QdJ+1YlJfZn4f5dwb
+RXkLzMZTCp2NXQLZqVneAlr2lSoOjThKiknGvMYDOAdfVdp+CW7if17QRSAPWXYQ1qAk8C3eNvJs
+KTmjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBTL0L2p4ZgF
+UaFNN6KDec6NHSrkhDAKBggqhkjOPQQDAwNnADBkAjAlpIFFAmsSS3V0T8gj43DydXLefInwz5Fy
+YZ5eEJJZVrmDxxDnOOlYJjZ91eQ0hjkCMHw2U/Aw5WJjOpnitqM7mzT6HtoQknFekROn3aRukswy
+1vUhZscv6pZjamVFkpUBtA==
+-----END CERTIFICATE-----
+
+DigiCert Global Root G2
+=======================
+-----BEGIN CERTIFICATE-----
+MIIDjjCCAnagAwIBAgIQAzrx5qcRqaC7KGSxHQn65TANBgkqhkiG9w0BAQsFADBhMQswCQYDVQQG
+EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQuY29tMSAw
+HgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBHMjAeFw0xMzA4MDExMjAwMDBaFw0zODAxMTUx
+MjAwMDBaMGExCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3
+dy5kaWdpY2VydC5jb20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEcyMIIBIjANBgkq
+hkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuzfNNNx7a8myaJCtSnX/RrohCgiN9RlUyfuI2/Ou8jqJ
+kTx65qsGGmvPrC3oXgkkRLpimn7Wo6h+4FR1IAWsULecYxpsMNzaHxmx1x7e/dfgy5SDN67sH0NO
+3Xss0r0upS/kqbitOtSZpLYl6ZtrAGCSYP9PIUkY92eQq2EGnI/yuum06ZIya7XzV+hdG82MHauV
+BJVJ8zUtluNJbd134/tJS7SsVQepj5WztCO7TG1F8PapspUwtP1MVYwnSlcUfIKdzXOS0xZKBgyM
+UNGPHgm+F6HmIcr9g+UQvIOlCsRnKPZzFBQ9RnbDhxSJITRNrw9FDKZJobq7nMWxM4MphQIDAQAB
+o0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAdBgNVHQ4EFgQUTiJUIBiV5uNu
+5g/6+rkS7QYXjzkwDQYJKoZIhvcNAQELBQADggEBAGBnKJRvDkhj6zHd6mcY1Yl9PMWLSn/pvtsr
+F9+wX3N3KjITOYFnQoQj8kVnNeyIv/iPsGEMNKSuIEyExtv4NeF22d+mQrvHRAiGfzZ0JFrabA0U
+WTW98kndth/Jsw1HKj2ZL7tcu7XUIOGZX1NGFdtom/DzMNU+MeKNhJ7jitralj41E6Vf8PlwUHBH
+QRFXGU7Aj64GxJUTFy8bJZ918rGOmaFvE7FBcf6IKshPECBV1/MUReXgRPTqh5Uykw7+U0b6LJ3/
+iyK5S9kJRaTepLiaWN0bfVKfjllDiIGknibVb63dDcY3fe0Dkhvld1927jyNxF1WW6LZZm6zNTfl
+MrY=
+-----END CERTIFICATE-----
+
+DigiCert Global Root G3
+=======================
+-----BEGIN CERTIFICATE-----
+MIICPzCCAcWgAwIBAgIQBVVWvPJepDU1w6QP1atFcjAKBggqhkjOPQQDAzBhMQswCQYDVQQGEwJV
+UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQuY29tMSAwHgYD
+VQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBHMzAeFw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAw
+MDBaMGExCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k
+aWdpY2VydC5jb20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEczMHYwEAYHKoZIzj0C
+AQYFK4EEACIDYgAE3afZu4q4C/sLfyHS8L6+c/MzXRq8NOrexpu80JX28MzQC7phW1FGfp4tn+6O
+YwwX7Adw9c+ELkCDnOg/QW07rdOkFFk2eJ0DQ+4QE2xy3q6Ip6FrtUPOZ9wj/wMco+I+o0IwQDAP
+BgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAdBgNVHQ4EFgQUs9tIpPmhxdiuNkHMEWNp
+Yim8S8YwCgYIKoZIzj0EAwMDaAAwZQIxAK288mw/EkrRLTnDCgmXc/SINoyIJ7vmiI1Qhadj+Z4y
+3maTD/HMsQmP3Wyr+mt/oAIwOWZbwmSNuJ5Q3KjVSaLtx9zRSX8XAbjIho9OjIgrqJqpisXRAL34
+VOKa5Vt8sycX
+-----END CERTIFICATE-----
+
+DigiCert Trusted Root G4
+========================
+-----BEGIN CERTIFICATE-----
+MIIFkDCCA3igAwIBAgIQBZsbV56OITLiOQe9p3d1XDANBgkqhkiG9w0BAQwFADBiMQswCQYDVQQG
+EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQuY29tMSEw
+HwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3QgRzQwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1
+MTIwMDAwWjBiMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3
+d3cuZGlnaWNlcnQuY29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3QgRzQwggIiMA0G
+CSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC/5pBzaN675F1KPDAiMGkz7MKnJS7JIT3yithZwuEp
+pz1Yq3aaza57G4QNxDAf8xukOBbrVsaXbR2rsnnyyhHS5F/WBTxSD1Ifxp4VpX6+n6lXFllVcq9o
+k3DCsrp1mWpzMpTREEQQLt+C8weE5nQ7bXHiLQwb7iDVySAdYyktzuxeTsiT+CFhmzTrBcZe7Fsa
+vOvJz82sNEBfsXpm7nfISKhmV1efVFiODCu3T6cw2Vbuyntd463JT17lNecxy9qTXtyOj4DatpGY
+QJB5w3jHtrHEtWoYOAMQjdjUN6QuBX2I9YI+EJFwq1WCQTLX2wRzKm6RAXwhTNS8rhsDdV14Ztk6
+MUSaM0C/CNdaSaTC5qmgZ92kJ7yhTzm1EVgX9yRcRo9k98FpiHaYdj1ZXUJ2h4mXaXpI8OCiEhtm
+mnTK3kse5w5jrubU75KSOp493ADkRSWJtppEGSt+wJS00mFt6zPZxd9LBADMfRyVw4/3IbKyEbe7
+f/LVjHAsQWCqsWMYRJUadmJ+9oCw++hkpjPRiQfhvbfmQ6QYuKZ3AeEPlAwhHbJUKSWJbOUOUlFH
+dL4mrLZBdd56rF+NP8m800ERElvlEFDrMcXKchYiCd98THU/Y+whX8QgUWtvsauGi0/C1kVfnSD8
+oR7FwI+isX4KJpn15GkvmB0t9dmpsh3lGwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1Ud
+DwEB/wQEAwIBhjAdBgNVHQ4EFgQU7NfjgtJxXWRM3y5nP+e6mK4cD08wDQYJKoZIhvcNAQEMBQAD
+ggIBALth2X2pbL4XxJEbw6GiAI3jZGgPVs93rnD5/ZpKmbnJeFwMDF/k5hQpVgs2SV1EY+CtnJYY
+ZhsjDT156W1r1lT40jzBQ0CuHVD1UvyQO7uYmWlrx8GnqGikJ9yd+SeuMIW59mdNOj6PWTkiU0Tr
+yF0Dyu1Qen1iIQqAyHNm0aAFYF/opbSnr6j3bTWcfFqK1qI4mfN4i/RN0iAL3gTujJtHgXINwBQy
+7zBZLq7gcfJW5GqXb5JQbZaNaHqasjYUegbyJLkJEVDXCLG4iXqEI2FCKeWjzaIgQdfRnGTZ6iah
+ixTXTBmyUEFxPT9NcCOGDErcgdLMMpSEDQgJlxxPwO5rIHQw0uA5NBCFIRUBCOhVMt5xSdkoF1BN
+5r5N0XWs0Mr7QbhDparTwwVETyw2m+L64kW4I1NsBm9nVX9GtUw/bihaeSbSpKhil9Ie4u1Ki7wb
+/UdKDd9nZn6yW0HQO+T0O/QEY+nvwlQAUaCKKsnOeMzV6ocEGLPOr0mIr/OSmbaz5mEP0oUA51Aa
+5BuVnRmhuZyxm7EAHu/QD09CbMkKvO5D+jpxpchNJqU1/YldvIViHTLSoCtU7ZpXwdv6EM8Zt4tK
+G48BtieVU+i2iW1bvGjUI+iLUaJW+fCmgKDWHrO8Dw9TdSmq6hN35N6MgSGtBxBHEa2HPQfRdbzP
+82Z+
+-----END CERTIFICATE-----
+
+WoSign
+======
+-----BEGIN CERTIFICATE-----
+MIIFdjCCA16gAwIBAgIQXmjWEXGUY1BWAGjzPsnFkTANBgkqhkiG9w0BAQUFADBVMQswCQYDVQQG
+EwJDTjEaMBgGA1UEChMRV29TaWduIENBIExpbWl0ZWQxKjAoBgNVBAMTIUNlcnRpZmljYXRpb24g
+QXV0aG9yaXR5IG9mIFdvU2lnbjAeFw0wOTA4MDgwMTAwMDFaFw0zOTA4MDgwMTAwMDFaMFUxCzAJ
+BgNVBAYTAkNOMRowGAYDVQQKExFXb1NpZ24gQ0EgTGltaXRlZDEqMCgGA1UEAxMhQ2VydGlmaWNh
+dGlvbiBBdXRob3JpdHkgb2YgV29TaWduMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA
+vcqNrLiRFVaXe2tcesLea9mhsMMQI/qnobLMMfo+2aYpbxY94Gv4uEBf2zmoAHqLoE1UfcIiePyO
+CbiohdfMlZdLdNiefvAA5A6JrkkoRBoQmTIPJYhTpA2zDxIIFgsDcSccf+Hb0v1naMQFXQoOXXDX
+2JegvFNBmpGN9J42Znp+VsGQX+axaCA2pIwkLCxHC1l2ZjC1vt7tj/id07sBMOby8w7gLJKA84X5
+KIq0VC6a7fd2/BVoFutKbOsuEo/Uz/4Mx1wdC34FMr5esAkqQtXJTpCzWQ27en7N1QhatH/YHGkR
++ScPewavVIMYe+HdVHpRaG53/Ma/UkpmRqGyZxq7o093oL5d//xWC0Nyd5DKnvnyOfUNqfTq1+ez
+EC8wQjchzDBwyYaYD8xYTYO7feUapTeNtqwylwA6Y3EkHp43xP901DfA4v6IRmAR3Qg/UDaruHqk
+lWJqbrDKaiFaafPz+x1wOZXzp26mgYmhiMU7ccqjUu6Du/2gd/Tkb+dC221KmYo0SLwX3OSACCK2
+8jHAPwQ+658geda4BmRkAjHXqc1S+4RFaQkAKtxVi8QGRkvASh0JWzko/amrzgD5LkhLJuYwTKVY
+yrREgk/nkR4zw7CT/xH8gdLKH3Ep3XZPkiWvHYG3Dy+MwwbMLyejSuQOmbp8HkUff6oZRZb9/D0C
+AwEAAaNCMEAwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFOFmzw7R
+8bNLtwYgFP6HEtX2/vs+MA0GCSqGSIb3DQEBBQUAA4ICAQCoy3JAsnbBfnv8rWTjMnvMPLZdRtP1
+LOJwXcgu2AZ9mNELIaCJWSQBnfmvCX0KI4I01fx8cpm5o9dU9OpScA7F9dY74ToJMuYhOZO9sxXq
+T2r09Ys/L3yNWC7F4TmgPsc9SnOeQHrAK2GpZ8nzJLmzbVUsWh2eJXLOC62qx1ViC777Y7NhRCOj
+y+EaDveaBk3e1CNOIZZbOVtXHS9dCF4Jef98l7VNg64N1uajeeAz0JmWAjCnPv/So0M/BVoG6kQC
+2nz4SNAzqfkHx5Xh9T71XXG68pWpdIhhWeO/yloTunK0jF02h+mmxTwTv97QRCbut+wucPrXnbes
+5cVAWubXbHssw1abR80LzvobtCHXt2a49CUwi1wNuepnsvRtrtWhnk/Yn+knArAdBtaP4/tIEp9/
+EaEQPkxROpaw0RPxx9gmrjrKkcRpnd8BKWRRb2jaFOwIQZeQjdCygPLPwj2/kWjFgGcexGATVdVh
+mVd8upUPYUk6ynW8yQqTP2cOEvIo4jEbwFcW3wh8GcF+Dx+FHgo2fFt+J7x6v+Db9NpSvd4MVHAx
+kUOVyLzwPt0JfjBkUO1/AaQzZ01oT74V77D2AhGiGxMlOtzCWfHjXEa7ZywCRuoeSKbmW9m1vFGi
+kpbbqsY3Iqb+zCB0oy2pLmvLwIIRIbWTee5Ehr7XHuQe+w==
+-----END CERTIFICATE-----
+
+WoSign China
+============
+-----BEGIN CERTIFICATE-----
+MIIFWDCCA0CgAwIBAgIQUHBrzdgT/BtOOzNy0hFIjTANBgkqhkiG9w0BAQsFADBGMQswCQYDVQQG
+EwJDTjEaMBgGA1UEChMRV29TaWduIENBIExpbWl0ZWQxGzAZBgNVBAMMEkNBIOayg+mAmuagueiv
+geS5pjAeFw0wOTA4MDgwMTAwMDFaFw0zOTA4MDgwMTAwMDFaMEYxCzAJBgNVBAYTAkNOMRowGAYD
+VQQKExFXb1NpZ24gQ0EgTGltaXRlZDEbMBkGA1UEAwwSQ0Eg5rKD6YCa5qC56K+B5LmmMIICIjAN
+BgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA0EkhHiX8h8EqwqzbdoYGTufQdDTc7WU1/FDWiD+k
+8H/rD195L4mx/bxjWDeTmzj4t1up+thxx7S8gJeNbEvxUNUqKaqoGXqW5pWOdO2XCld19AXbbQs5
+uQF/qvbW2mzmBeCkTVL829B0txGMe41P/4eDrv8FAxNXUDf+jJZSEExfv5RxadmWPgxDT74wwJ85
+dE8GRV2j1lY5aAfMh09Qd5Nx2UQIsYo06Yms25tO4dnkUkWMLhQfkWsZHWgpLFbE4h4TV2TwYeO5
+Ed+w4VegG63XX9Gv2ystP9Bojg/qnw+LNVgbExz03jWhCl3W6t8Sb8D7aQdGctyB9gQjF+BNdeFy
+b7Ao65vh4YOhn0pdr8yb+gIgthhid5E7o9Vlrdx8kHccREGkSovrlXLp9glk3Kgtn3R46MGiCWOc
+76DbT52VqyBPt7D3h1ymoOQ3OMdc4zUPLK2jgKLsLl3Az+2LBcLmc272idX10kaO6m1jGx6KyX2m
++Jzr5dVjhU1zZmkR/sgO9MHHZklTfuQZa/HpelmjbX7FF+Ynxu8b22/8DU0GAbQOXDBGVWCvOGU6
+yke6rCzMRh+yRpY/8+0mBe53oWprfi1tWFxK1I5nuPHa1UaKJ/kR8slC/k7e3x9cxKSGhxYzoacX
+GKUN5AXlK8IrC6KVkLn9YDxOiT7nnO4fuwECAwEAAaNCMEAwDgYDVR0PAQH/BAQDAgEGMA8GA1Ud
+EwEB/wQFMAMBAf8wHQYDVR0OBBYEFOBNv9ybQV0T6GTwp+kVpOGBwboxMA0GCSqGSIb3DQEBCwUA
+A4ICAQBqinA4WbbaixjIvirTthnVZil6Xc1bL3McJk6jfW+rtylNpumlEYOnOXOvEESS5iVdT2H6
+yAa+Tkvv/vMx/sZ8cApBWNromUuWyXi8mHwCKe0JgOYKOoICKuLJL8hWGSbueBwj/feTZU7n85iY
+r83d2Z5AiDEoOqsuC7CsDCT6eiaY8xJhEPRdF/d+4niXVOKM6Cm6jBAyvd0zaziGfjk9DgNyp115
+j0WKWa5bIW4xRtVZjc8VX90xJc/bYNaBRHIpAlf2ltTW/+op2znFuCyKGo3Oy+dCMYYFaA6eFN0A
+kLppRQjbbpCBhqcqBT/mhDn4t/lXX0ykeVoQDF7Va/81XwVRHmyjdanPUIPTfPRm94KNPQx96N97
+qA4bLJyuQHCH2u2nFoJavjVsIE4iYdm8UXrNemHcSxH5/mc0zy4EZmFcV5cjjPOGG0jfKq+nwf/Y
+jj4Du9gqsPoUJbJRa4ZDhS4HIxaAjUz7tGM7zMN07RujHv41D198HRaG9Q7DlfEvr10lO1Hm13ZB
+ONFLAzkopR6RctR9q5czxNM+4Gm2KHmgCY0c0f9BckgG/Jou5yD5m6Leie2uPAmvylezkolwQOQv
+T8Jwg0DXJCxr5wkf09XHwQj02w47HAcLQxGEIYbpgNR12KvxAmLBsX5VYc8T1yaw15zLKYs4SgsO
+kI26oQ==
+-----END CERTIFICATE-----
+
+COMODO RSA Certification Authority
+==================================
+-----BEGIN CERTIFICATE-----
+MIIF2DCCA8CgAwIBAgIQTKr5yttjb+Af907YWwOGnTANBgkqhkiG9w0BAQwFADCBhTELMAkGA1UE
+BhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgG
+A1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNhdGlv
+biBBdXRob3JpdHkwHhcNMTAwMTE5MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMC
+R0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UE
+ChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNhdGlvbiBB
+dXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCR6FSS0gpWsawNJN3Fz0Rn
+dJkrN6N9I3AAcbxT38T6KhKPS38QVr2fcHK3YX/JSw8Xpz3jsARh7v8Rl8f0hj4K+j5c+ZPmNHrZ
+FGvnnLOFoIJ6dq9xkNfs/Q36nGz637CC9BR++b7Epi9Pf5l/tfxnQ3K9DADWietrLNPtj5gcFKt+
+5eNu/Nio5JIk2kNrYrhV/erBvGy2i/MOjZrkm2xpmfh4SDBF1a3hDTxFYPwyllEnvGfDyi62a+pG
+x8cgoLEfZd5ICLqkTqnyg0Y3hOvozIFIQ2dOciqbXL1MGyiKXCJ7tKuY2e7gUYPDCUZObT6Z+pUX
+2nwzV0E8jVHtC7ZcryxjGt9XyD+86V3Em69FmeKjWiS0uqlWPc9vqv9JWL7wqP/0uK3pN/u6uPQL
+OvnoQ0IeidiEyxPx2bvhiWC4jChWrBQdnArncevPDt09qZahSL0896+1DSJMwBGB7FY79tOi4lu3
+sgQiUpWAk2nojkxl8ZEDLXB0AuqLZxUpaVICu9ffUGpVRr+goyhhf3DQw6KqLCGqR84onAZFdr+C
+GCe01a60y1Dma/RMhnEw6abfFobg2P9A3fvQQoh/ozM6LlweQRGBY84YcWsr7KaKtzFcOmpH4MN5
+WdYgGq/yapiqcrxXStJLnbsQ/LBMQeXtHT1eKJ2czL+zUdqnR+WEUwIDAQABo0IwQDAdBgNVHQ4E
+FgQUu69+Aj36pvE8hI6t7jiY7NkyMtQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8w
+DQYJKoZIhvcNAQEMBQADggIBAArx1UaEt65Ru2yyTUEUAJNMnMvlwFTPoCWOAvn9sKIN9SCYPBMt
+rFaisNZ+EZLpLrqeLppysb0ZRGxhNaKatBYSaVqM4dc+pBroLwP0rmEdEBsqpIt6xf4FpuHA1sj+
+nq6PK7o9mfjYcwlYRm6mnPTXJ9OV2jeDchzTc+CiR5kDOF3VSXkAKRzH7JsgHAckaVd4sjn8OoSg
+tZx8jb8uk2IntznaFxiuvTwJaP+EmzzV1gsD41eeFPfR60/IvYcjt7ZJQ3mFXLrrkguhxuhoqEwW
+sRqZCuhTLJK7oQkYdQxlqHvLI7cawiiFwxv/0Cti76R7CZGYZ4wUAc1oBmpjIXUDgIiKboHGhfKp
+pC3n9KUkEEeDys30jXlYsQab5xoq2Z0B15R97QNKyvDb6KkBPvVWmckejkk9u+UJueBPSZI9FoJA
+zMxZxuY67RIuaTxslbH9qh17f4a+Hg4yRvv7E491f0yLS0Zj/gA0QHDBw7mh3aZw4gSzQbzpgJHq
+ZJx64SIDqZxubw5lT2yHh17zbqD5daWbQOhTsiedSrnAdyGN/4fy3ryM7xfft0kL0fJuMAsaDk52
+7RH89elWsn2/x20Kk4yl0MC2Hb46TpSi125sC8KKfPog88Tk5c0NqMuRkrF8hey1FGlmDoLnzc7I
+LaZRfyHBNVOFBkpdn627G190
+-----END CERTIFICATE-----
+
+USERTrust RSA Certification Authority
+=====================================
+-----BEGIN CERTIFICATE-----
+MIIF3jCCA8agAwIBAgIQAf1tMPyjylGoG7xkDjUDLTANBgkqhkiG9w0BAQwFADCBiDELMAkGA1UE
+BhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQK
+ExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNh
+dGlvbiBBdXRob3JpdHkwHhcNMTAwMjAxMDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UE
+BhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQK
+ExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNh
+dGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCAEmUXNg7D2wiz
+0KxXDXbtzSfTTK1Qg2HiqiBNCS1kCdzOiZ/MPans9s/B3PHTsdZ7NygRK0faOca8Ohm0X6a9fZ2j
+Y0K2dvKpOyuR+OJv0OwWIJAJPuLodMkYtJHUYmTbf6MG8YgYapAiPLz+E/CHFHv25B+O1ORRxhFn
+RghRy4YUVD+8M/5+bJz/Fp0YvVGONaanZshyZ9shZrHUm3gDwFA66Mzw3LyeTP6vBZY1H1dat//O
++T23LLb2VN3I5xI6Ta5MirdcmrS3ID3KfyI0rn47aGYBROcBTkZTmzNg95S+UzeQc0PzMsNT79uq
+/nROacdrjGCT3sTHDN/hMq7MkztReJVni+49Vv4M0GkPGw/zJSZrM233bkf6c0Plfg6lZrEpfDKE
+Y1WJxA3Bk1QwGROs0303p+tdOmw1XNtB1xLaqUkL39iAigmTYo61Zs8liM2EuLE/pDkP2QKe6xJM
+lXzzawWpXhaDzLhn4ugTncxbgtNMs+1b/97lc6wjOy0AvzVVdAlJ2ElYGn+SNuZRkg7zJn0cTRe8
+yexDJtC/QV9AqURE9JnnV4eeUB9XVKg+/XRjL7FQZQnmWEIuQxpMtPAlR1n6BB6T1CZGSlCBst6+
+eLf8ZxXhyVeEHg9j1uliutZfVS7qXMYoCAQlObgOK6nyTJccBz8NUvXt7y+CDwIDAQABo0IwQDAd
+BgNVHQ4EFgQUU3m/WqorSs9UgOHYm8Cd8rIDZsswDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQF
+MAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAFzUfA3P9wF9QZllDHPFUp/L+M+ZBn8b2kMVn54CVVeW
+FPFSPCeHlCjtHzoBN6J2/FNQwISbxmtOuowhT6KOVWKR82kV2LyI48SqC/3vqOlLVSoGIG1VeCkZ
+7l8wXEskEVX/JJpuXior7gtNn3/3ATiUFJVDBwn7YKnuHKsSjKCaXqeYalltiz8I+8jRRa8YFWSQ
+Eg9zKC7F4iRO/Fjs8PRF/iKz6y+O0tlFYQXBl2+odnKPi4w2r78NBc5xjeambx9spnFixdjQg3IM
+8WcRiQycE0xyNN+81XHfqnHd4blsjDwSXWXavVcStkNr/+XeTWYRUc+ZruwXtuhxkYzeSf7dNXGi
+FSeUHM9h4ya7b6NnJSFd5t0dCy5oGzuCr+yDZ4XUmFF0sbmZgIn/f3gZXHlKYC6SQK5MNyosycdi
+yA5d9zZbyuAlJQG03RoHnHcAP9Dc1ew91Pq7P8yF1m9/qS3fuQL39ZeatTXaw2ewh0qpKJ4jjv9c
+J2vhsE/zB+4ALtRZh8tSQZXq9EfX7mRBVXyNWQKV3WKdwrnuWih0hKWbt5DHDAff9Yk2dDLWKMGw
+sAvgnEzDHNb842m1R0aBL6KCq9NjRHDEjf8tM7qtj3u1cIiuPhnPQCjY/MiQu12ZIvVS5ljFH4gx
+Q+6IHdfGjjxDah2nGN59PRbxYvnKkKj9
+-----END CERTIFICATE-----
+
+USERTrust ECC Certification Authority
+=====================================
+-----BEGIN CERTIFICATE-----
+MIICjzCCAhWgAwIBAgIQXIuZxVqUxdJxVt7NiYDMJjAKBggqhkjOPQQDAzCBiDELMAkGA1UEBhMC
+VVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVU
+aGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBFQ0MgQ2VydGlmaWNhdGlv
+biBBdXRob3JpdHkwHhcNMTAwMjAxMDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMC
+VVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVU
+aGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBFQ0MgQ2VydGlmaWNhdGlv
+biBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQarFRaqfloI+d61SRvU8Za2EurxtW2
+0eZzca7dnNYMYf3boIkDuAUU7FfO7l0/4iGzzvfUinngo4N+LZfQYcTxmdwlkWOrfzCjtHDix6Ez
+nPO/LlxTsV+zfTJ/ijTjeXmjQjBAMB0GA1UdDgQWBBQ64QmG1M8ZwpZ2dEl23OA1xmNjmjAOBgNV
+HQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjA2Z6EWCNzklwBB
+HU6+4WMBzzuqQhFkoJ2UOQIReVx7Hfpkue4WQrO/isIJxOzksU0CMQDpKmFHjFJKS04YcPbWRNZu
+9YO6bVi9JNlWSOrvxKJGgYhqOkbRqZtNyWHa0V1Xahg=
+-----END CERTIFICATE-----
+
+GlobalSign ECC Root CA - R4
+===========================
+-----BEGIN CERTIFICATE-----
+MIIB4TCCAYegAwIBAgIRKjikHJYKBN5CsiilC+g0mAIwCgYIKoZIzj0EAwIwUDEkMCIGA1UECxMb
+R2xvYmFsU2lnbiBFQ0MgUm9vdCBDQSAtIFI0MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQD
+EwpHbG9iYWxTaWduMB4XDTEyMTExMzAwMDAwMFoXDTM4MDExOTAzMTQwN1owUDEkMCIGA1UECxMb
+R2xvYmFsU2lnbiBFQ0MgUm9vdCBDQSAtIFI0MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQD
+EwpHbG9iYWxTaWduMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEuMZ5049sJQ6fLjkZHAOkrprl
+OQcJFspjsbmG+IpXwVfOQvpzofdlQv8ewQCybnMO/8ch5RikqtlxP6jUuc6MHaNCMEAwDgYDVR0P
+AQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFFSwe61FuOJAf/sKbvu+M8k8o4TV
+MAoGCCqGSM49BAMCA0gAMEUCIQDckqGgE6bPA7DmxCGXkPoUVy0D7O48027KqGx2vKLeuwIgJ6iF
+JzWbVsaj8kfSt24bAgAXqmemFZHe+pTsewv4n4Q=
+-----END CERTIFICATE-----
+
+GlobalSign ECC Root CA - R5
+===========================
+-----BEGIN CERTIFICATE-----
+MIICHjCCAaSgAwIBAgIRYFlJ4CYuu1X5CneKcflK2GwwCgYIKoZIzj0EAwMwUDEkMCIGA1UECxMb
+R2xvYmFsU2lnbiBFQ0MgUm9vdCBDQSAtIFI1MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQD
+EwpHbG9iYWxTaWduMB4XDTEyMTExMzAwMDAwMFoXDTM4MDExOTAzMTQwN1owUDEkMCIGA1UECxMb
+R2xvYmFsU2lnbiBFQ0MgUm9vdCBDQSAtIFI1MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQD
+EwpHbG9iYWxTaWduMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAER0UOlvt9Xb/pOdEh+J8LttV7HpI6
+SFkc8GIxLcB6KP4ap1yztsyX50XUWPrRd21DosCHZTQKH3rd6zwzocWdTaRvQZU4f8kehOvRnkmS
+h5SHDDqFSmafnVmTTZdhBoZKo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAd
+BgNVHQ4EFgQUPeYpSJvqB8ohREom3m7e0oPQn1kwCgYIKoZIzj0EAwMDaAAwZQIxAOVpEslu28Yx
+uglB4Zf4+/2a4n0Sye18ZNPLBSWLVtmg515dTguDnFt2KaAJJiFqYgIwcdK1j1zqO+F4CYWodZI7
+yFz9SO8NdCKoCOJuxUnOxwy8p2Fp8fc74SrL+SvzZpA3
+-----END CERTIFICATE-----
diff --git a/CN-39.133/csv_client/animations.csv b/CN-39.133/csv_client/animations.csv
new file mode 100644
index 000000000..3cb432c31
--- /dev/null
+++ b/CN-39.133/csv_client/animations.csv
@@ -0,0 +1,2201 @@
+Name,FileName,StartFrame,EndFrame,FaceFreezeFrame,Speed,TransitionInMs,TransitionOutMs,AutoFadeMs,Looping,Priority
+string,string,int,int,int,int,int,int,int,boolean,string
+Turret,turret_jessie_geo.scw,,-1,,,,,,,
+TurretSpawn,turret_jessie_spawn.scw,,-1,,,,,1,,3
+TurretIdle,turret_jessie_idle.scw,,-1,,,,,,true,
+TurretAttack,turret_jessie_attack.scw,,-1,,,,,1,,4
+GunslingerIdle,colt_idle.scw,,-1,,,100,100,,true,
+GunslingerWalk,colt_walk.scw,,-1,,125,100,100,,true,1
+GunslingerPrimary,colt_attack.scw,,-1,,,100,200,100,,spine_lower_s#3
+GunslingerSecondary,colt_attack.scw,,-1,,,200,200,100,,spine_lower_s#3
+GunslingerRecoil,colt_recoil1.scw,1,10,,,100,100,200,,spine_lower_s#4
+GunslingerRecoil2,colt_recoil2.scw,1,10,,,100,100,200,,spine_lower_s#4
+GunslingerReload,colt_idle.scw,1,3,,,800,800,800,,spine_lower_s#4
+GunslingerPushback,colt_pushback.scw,,-1,,,100,100,100,,5
+GunslingerWin,colt_win.scw,,-1,,,,,,,
+GunslingerWinloop,colt_idle.scw,,-1,,,,,,true,
+GunslingerLose,colt_loseloop.scw,,47,,,,,200,,
+GunslingerLoseloop,colt_loseloop.scw,48,85,,,,,200,true,
+GunslingerProfile,colt_win.scw,1,1,,,,,,,
+TntguyIdle,dynamike_idle.scw,,-1,,,100,100,,true,0
+TntguyWalk,dynamike_walk.scw,1,29,,150,100,100,,true,1
+TntguyPrimary,dynamike_attack.scw,1,5,,,,,10,,hips_s#3
+TntguySecondary,dynamike_super.scw,1,5,,,,,10,,hips_s#3
+TntguyRecoil,dynamike_attack.scw,5,20,,,,,100,,hips_s#4
+TntguyReload,dynamike_walk.scw,1,5,,150,66,66,6,,spine_lower_s#0
+TntguyUlti,dynamike_super.scw,5,20,,,,,100,,hips_s#4
+TntguyPushback,dynamike_pushback.scw,,-1,,,100,100,100,,5
+TntguyWin,dynamike_win.scw,1,62,,,,,,,
+TntguyWinloop,dynamike_win.scw,62,89,,80,,,,true,
+TntguyLose,dynamike_lose.scw,,41,,,,,,,
+TntguyLoseloop,dynamike_lose.scw,41,50,,,,,,true,
+TntguyProfile,dynamike_idle.scw,20,20,,,,,,true,
+UndertakerIdle,mortis_idle.scw,1,32,,,200,200,,true,
+UndertakerAttack,mortis_attack.scw,3,30,,,,250,200,,3
+UndertakerWalk,mortis_walk.scw,1,32,,150,100,100,,true,1
+UndertakerRecoil1,mortis_attack.scw,3,30,,,,250,200,,4
+UndertakerUltiRecoil1,mortis_ulti.scw,5,40,,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+UndertakerUltiAttack,mortis_ulti.scw,,5,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+UndertakerPushback,mortis_pushback.scw,,-1,,,100,100,100,,5
+UndertakerWin,mortis_win.scw,1,77,,,,,,,1
+UndertakerWinloop,mortis_win.scw,77,106,,,,,,true,1
+UndertakerLose,mortis_lose.scw,1,54,,,,,,,1
+UndertakerLoseloop,mortis_lose.scw,54,60,,,,,,true,1
+UndertakerProfile,mortis_win.scw,49,49,,,,,,,1
+CrowIdle,crow_idle.glb,1,29,,,100,100,,true,
+CrowWalk,crow_walk.glb,1,20,,,100,100,,true,1
+CrowPrimary,crow_attack.glb,,5,,,100,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+CrowSecondary,crow_super.glb,,45,,,50,50,200,,5
+CrowRecoil,crow_attack.glb,5,20,,,,50,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+CrowReload,crow_reload.glb,1,20,,,100,50,200,,hips_s#0+chest_s#5+R_clavicle_s#0+head_s#0+L_upperLeg_s#0+R_upperLeg_s#0
+CrowPushback,crow_pushback.glb,1,10,,,200,100,100,,5
+CrowWin,crow_win.glb,,126,,,,,,,
+CrowWinloop,crow_win.glb,127,165,,,,,,true,
+CrowLose,crow_lose.glb,,-1,,,,,,,
+CrowLoseloop,crow_lose.glb,48,-1,,,,,,true,
+CrowProfile,crow_idle.glb,1,1,,,,,,,
+BowGuyIdle,bo_idle.scw,1,29,,,100,100,,true,
+BowGuyWalk,bo_walk.scw,1,20,,,100,100,,true,1
+BowGuyAttack,bo_attack.scw,1,12,,,50,50,350,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BowGuySecondary,bo_ult.scw,1,12,,,50,50,350,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BowGuyRecoil,bo_attack.scw,13,30,,,50,50,350,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BowGuyRecoil2,bo_ult.scw,13,30,,,50,50,350,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BowGuyWin,bo_win.scw,-1,79,,,100,100,500,,
+BowGuyWinloop,bo_win.scw,80,120,,,100,100,200,true,
+BowGuyLose,bo_lose.scw,1,29,,,100,100,200,,
+BowGuyLoseloop,bo_lose.scw,30,79,,,100,100,200,true,
+BowGuyProfile,bo_idle.scw,1,1,,,,,,true,
+RicoIdle,rico_idle.scw,,-1,,,100,100,,true,
+RicoWalk,rico_walk.scw,,25,,,100,100,,true,1
+RicoPrimary,rico_attack.scw,5,8,,,100,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RicoSecondary,rico_attack.scw,5,8,,,100,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RicoRecoil,rico_attack.scw,8,30,,150,50,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RicoReload,rico_idle.scw,1,2,,,200,200,200,,
+RicoPushback,rico_idle.scw,,-1,,,200,100,200,,5
+RicoWin,rico_win.scw,1,149,,,,,,,
+RicoWinloop,rico_win.scw,150,210,,,,,,true,
+RicoLose,rico_lose.scw,1,70,,,,,,,
+RicoLoseloop,rico_lose.scw,70,75,,,,,,true,
+RicoProfile,rico_win.scw,1,1,,,,,,true,
+RicoPopcornIdle,rico_popcorn_idle.scw,,-1,,,100,100,,true,
+RicoPopcornWalk,rico_walk.scw,,-1,,120,100,100,,true,1
+RicoPopcornPrimary,rico_attack.scw,5,8,,,100,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RicoPopcornSecondary,rico_attack.scw,5,8,,,100,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RicoPopcornRecoil,rico_attack.scw,8,30,,150,50,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RicoPopcornReload,rico_popcorn_idle.scw,1,2,,,200,200,200,,
+RicoPopcornPushback,rico_popcorn_idle.scw,,-1,,,200,100,200,,5
+RicoPopcornWin,rico_popcorn_win.scw,1,149,,,,,,,
+RicoPopcornWinloop,rico_popcorn_win.scw,150,210,,,,,,true,
+RicoPopcornLose,rico_popcorn_lose.scw,1,46,,,,,,,
+RicoPopcornLoseloop,rico_popcorn_lose.scw,46,138,,,,,,true,
+RicoGoldIdle,rico_gold_idle.scw,,-1,,,100,100,,true,
+RicoGoldWalk,rico_gold_walk.scw,,25,,120,100,100,,true,1
+RicoGoldPrimary,rico_gold_attack.scw,5,8,,,100,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RicoGoldSecondary,rico_gold_attack.scw,5,8,,,100,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RicoGoldRecoil,rico_gold_attack.scw,8,30,,150,50,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RicoGoldReload,rico_gold_idle.scw,1,2,,,200,200,200,,
+RicoGoldPushback,rico_gold_idle.scw,,-1,,,200,100,200,,5
+RicoGoldWin,rico_gold_win.scw,1,150,,,,,,,
+RicoGoldWinloop,rico_gold_win.scw,150,210,,,,,,true,
+RicoGoldLose,rico_gold_lose.scw,1,82,,,,,,,
+RicoGoldLoseloop,rico_gold_lose.scw,82,85,,,,,,true,
+JunkerIdle,jessie_idle.scw,,-1,,,100,100,,true,
+JunkerWalk,jessie_walk.scw,,-1,,150,100,100,,true,1
+JunkerPrimary,jessie_attack.scw,1,5,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+JunkerUltiAttack,jessie_idle.scw,,-1,,,200,200,10,true,5
+JunkerRecoil,jessie_attack.scw,5,15,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+JunkerUltiRecoil,jessie_idle.scw,,-1,,,200,200,100,,5
+JunkerReload,jessie_idle.scw,,-1,,,200,200,200,,ChestBone#2
+JunkerPushback,jessie_pushback.scw,,-1,,,100,100,100,,5
+JunkerWin,jessie_win.scw,1,107,,,,,,,
+JunkerWinloop,jessie_win.scw,107,139,,,,,,true,
+JunkerLose,jessie_lose.scw,1,56,,,,,,,
+JunkerLoseloop,jessie_lose.scw,56,70,,,,,,true,
+JunkerProfile,jessie_portrait.scw,1,1,,,,,,true,
+BarkeepIdle,barkeep_idle.scw,-1,-1,,,100,100,250,true,
+BarkeepWalk,barkeep_walk.scw,,19,,120,100,100,,true,1
+BarkeepPrimary,barkeep_attack1.scw,3,12,,,,,,,ChestBone#3
+BarkeepSecondary,barkeep_attack1.scw,-1,-1,,,100,50,200,,ChestBone#3
+BarkeepRecoil,barkeep_attack1.scw,3,12,,,10,10,10,,ChestBone#4
+BarkeepReload,barkeep_idle.scw,-1,-1,,,200,200,200,,ChestBone#2
+BarkeepPushback,barley_pushback.scw,-1,-1,,,100,100,100,,5
+BarkeepWin,barkeep_win1.scw,,30,,,50,250,250,,
+BarkeepWinloop,barkeep_win1.scw,30,80,,,25,,,true,
+BarkeepLose,barkeep_lose1.scw,-1,-1,,130,,,38,,
+BarkeepLoseloop,barkeep_loseloop1.scw,-1,-1,,120,,,,true,
+BarkeepWinidleloop,barkeep_winidleloop.scw,-1,-1,,,,,,true,
+BarkeepProfile,barkeep_win1.scw,1,1,,,,,,,
+BarkeepIntro,barley_intro_pose.scw,,,,,,,,,
+SpikeIdle,spike_idle.scw,,-1,,,100,100,,true,
+SpikeWalk,spike_walk.scw,,-1,,,100,100,,true,1
+SpikePrimary,spike_attack.scw,8,20,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SpikeSecondary,spike_attack.scw,5,20,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SpikeRecoil,spike_attack.scw,8,20,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SpikeRecoil2,spike_attack.scw,5,20,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SpikeReload,spike_idle.scw,1,2,,,200,200,200,,5
+SpikeWin,spike_win.scw,1,43,,,,,,,5
+SpikeWinloop,spike_win.scw,43,63,,,,,,true,1
+SpikeLose,spike_lose.scw,1,79,,,,,,,5
+SpikeLoseloop,spike_loseloop.scw,80,-1,,,,,,true,1
+SpikeProfile,spike_win.scw,34,34,,,,,,,5
+LouchadorIdle,primo_idle.scw,1,49,,,200,200,,true,
+LouchadorWalk,primo_walk.scw,1,27,,120,150,150,,true,1
+LouchadorPrimary,primo_attack.scw,,5,,,1,100,50,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+LouchadorSecondary,primo_super.scw,,-1,,,100,100,,,5
+LouchadorRecoil,primo_attack.scw,5,12,,,,,50,,hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0
+LouchadorPushback,primo_idle.scw,,20,,,100,100,400,,5
+LouchadorRecoil2,primo_attack.scw,16,24,,,,,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+LouchadorWin,primo_win.scw,1,111,,,,,,,5
+LouchadorWinloop,primo_win.scw,112,-1,,,,,,true,1
+LouchadorLose,primo_lose.scw,1,41,,,,,200,,5
+LouchadorLoseloop,primo_lose.scw,42,89,,,,,,true,1
+LouchadorProfile,primo_portrait.scw,1,1,,,,,,true,5
+LouchadorIntro,primo_intro_pose.scw,,,,,,,,,
+LouchadorGadgetFlipPrimary,primo_gadget_flip_attack.scw,1,6,,,,,1,,hips_s#0+L_upperLeg_s#0+R_upperLeg_s#0
+LouchadorGadgetFlipRecoil,primo_gadget_flip_attack.scw,6,20,,,,,100,,hips_s#0+L_upperLeg_s#0+R_upperLeg_s#0
+ShamanIdle,nita_idle.scw,1,34,,,100,100,,true,
+ShamanWalk,nita_walk.scw,1,29,,170,100,100,,true,1
+ShamanAttack,nita_make_attack.glb,3,26,,,,,200,,spine_lower_s#4
+ShamanSecondary,nita_make_attack.glb,3,26,,,,,200,,spine_lower_s#4
+ShamanRecoil,nita_make_attack.glb,3,26,,,,,200,,spine_lower_s#4
+ShamanReload,nita_idle.scw,,-1,,,,,100,,ChestBone#2
+ShamanPushback,nita_pushback.scw,,-1,,,100,100,100,,5
+ShamanWin,nita_win.scw,1,79,,,,,,,5
+ShamanWinloop,nita_win.scw,80,113,,,,,,true,1
+ShamanLose,nita_lose.scw,1,30,,,,,,,5
+ShamanLoseloop,nita_lose.scw,30,35,,,,,,true,1
+ShamanProfile,nita_win.scw,88,88,,,,,,,5
+ShellyIdle,shelly_idle.scw,,-1,,,100,100,,true,
+ShellyWalk,shelly_walk.scw,1,30,,,100,100,,true,1
+ShellyPrimary,shelly_attack.scw,1,5,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+ShellySecondary,shelly_attack.scw,1,5,,,,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ShellyRecoil,shelly_attack.scw,6,20,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ShellyReload,shelly_reload.scw,1,-1,,,,,100,,hips_s#0+L_upperLeg_s#0+R_upperLeg_s#0+R_clavicle_s#4+R_shoulder_s#4+R_elbow_s#4+R_forearm_twist_s#4+R_wrist_s#4+L_clavicle_s#4+L_shoulder_s#4+L_elbow_s#4+L_forearm_twist_s#4+L_wrist_s#4
+ShellyPushback,shelly_pushback.scw,,-1,,,100,100,100,,5
+ShellyWin,shelly_win.scw,1,59,,,,,,,5
+ShellyWinloop,shelly_win.scw,60,102,,,,,,true,1
+ShellyLose,shelly_lose.scw,1,50,,,,,,,5
+ShellyLoseloop,shelly_lose.scw,50,130,,,,,,true,1
+ShellyProfile,shelly_win.scw,80,80,,,,,,true,
+ShellyIntro,shelly_intro_pose.scw,,,,,,,,,
+BearIdle,nita_bear_idle.scw,-1,-1,,,100,100,,true,
+BearWalk,nita_bear_walk.scw,1,40,,170,100,100,,true,1
+BearAttack,nita_bear_attack.scw,-1,-1,,,100,200,150,,spine_lower_s#4
+BearRecoil,nita_bear_attack.scw,-1,-1,,,1,1,50,,spine_lower_s#4
+BearPushback,nita_bear_idle.scw,-1,-1,,,200,300,500,,5
+BearWin,nita_bear_win.scw,-1,-1,,,200,300,500,,5
+BrockIdle,brock_idle1.scw,,-1,,135,74,74,,true,
+BrockWalk,brock_walk1.scw,,-1,,150,100,100,,true,1
+BrockPrimary,brock_attack1.scw,,-1,,,1,300,300,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+BrockSecondary,brock_attack1.scw,,-1,,,1,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BrockRecoil,brock_attack1.scw,,-1,,,1,100,100,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+BrockRecoil2,brock_attack1.scw,,-1,,,1,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BrockPushback,brock_pushback1.scw,,-1,,,100,100,100,,5
+BrockWin,brock_win1.scw,,50,,,,500,500,,5
+BrockWinloop,brock_winloop1.scw,,59,,,500,,500,true,5
+BrockLose,brock_lose1.scw,1,70,,,,,,,5
+BrockLoseloop,brock_lose1.scw,70,110,,,,,,true,5
+BrockHero,brock_win1.scw,,35,,,,200,200,,5
+BrockProfile,brock_win1.scw,1,1,,,,,,true,5
+BrockBoomboxProfile,brock_boombox_idle.scw,1,1,,,,,,true,5
+BrockBoomboxWin,brock_boombox_win.scw,1,56,,,,,,true,5
+BrockBoomboxWinIntro,brock_boombox_win_intro.scw,1,95,,,,,,,5
+BrockCnyWalk,brock_cny_walk.scw,-1,-1,,,100,100,,true,1
+BullRockIdle,bull_idle.scw,,29,,,150,150,,true,
+BullRockWalk,bull_walk.scw,,21,,,100,100,,true,1
+BullRockPrimary,bull_attack.scw,1,3,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+BullRockSecondary,bull_super.scw,,21,,150,66,66,133,true,5
+BullRockRecoil,bull_attack.scw,4,20,,,50,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BullRockReload,bull_idle.scw,1,10,,200,250,250,250,,ChestBone#2
+BullRockPushback,bull_rock_pushback.scw,,-1,,,100,100,100,,5
+BullRockWin,bull_win.scw,,54,,,,,,,5
+BullRockWinloop,bull_win.scw,55,91,,,,,,true,5
+BullRockLose,bull_lose.scw,,25,,,,,,,5
+BullRockLoseloop,bull_lose.scw,30,36,,,,,,true,5
+BullRockProfile,bull_win.scw,1,1,,,,,,true,5
+BullVikingIdle,bull_viking_idle.scw,,29,,,150,150,150,true,
+BullVikingWalk,bull_viking_walk.scw,,21,,,100,100,,true,1
+BullVikingPrimary,bull_viking_attack.scw,1,5,,,,,10,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+BullVikingSecondary,bull_viking_walk.scw,,21,,150,,,133,true,1
+BullVikingRecoil,bull_viking_attack.scw,5,20,,,25,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BullVikingReload,bull_viking_attack.scw,1,10,,200,250,250,250,,ChestBone#2
+BullVikingPushback,bull_viking_pushback.scw,,-1,,,100,100,100,,5
+BullVikingWin,bull_viking_win.scw,,54,,,,,,,5
+BullVikingWinloop,bull_viking_win.scw,55,91,,,,,,true,5
+BullVikingLose,bull_viking_lose.scw,,25,,,,,,,5
+BullVikingLoseloop,bull_viking_lose.scw,30,36,,,,,,true,5
+BullFootbullLose,bull_footbull_lose.scw,,25,,,,,,,5
+BullFootbullLoseloop,bull_footbull_lose.scw,30,65,,,,,,true,5
+BullFootbullWin,bull_footbull_win.scw,,54,,,,200,200,,5
+BullFootbullWinloop,bull_footbull_win.scw,55,91,,,,,,true,5
+SniperIdle,piper_idle.scw,1,41,,,100,100,,true,
+SniperWalk,piper_walk.scw,1,20,,,100,100,,true,1
+SniperAttack,piper_attack.scw,1,12,,,,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0+R_dress_01_s#0+L_dress_01_s#0+F_dress_01_s#0+B_dress_01_s#0
+SniperSecondary,piper_super.scw,,-1,,,50,50,50,,5
+SniperRecoil,piper_attack.scw,1,25,,,,,200,,hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0+R_dress_01_s#0+L_dress_01_s#0+F_dress_01_s#0+B_dress_01_s#0
+SniperReload,piper_idle.scw,,10,,,100,100,500,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0+R_dress_01_s#0+L_dress_01_s#0+F_dress_01_s#0+B_dress_01_s#0
+SniperPushback,piper_pushback.scw,1,10,,,50,50,100,,5
+SniperWin,piper_win.scw,1,114,,,,,,,5
+SniperWinloop,piper_win.scw,115,155,,,,,,true,1
+SniperLose,piper_lose.scw,1,61,,,,,,,5
+SniperLoseloop,piper_lose.scw,62,104,,,,,,true,1
+SniperProfile,piper_portrait.scw,,,,,,,,,5
+SniperGadgetPistolAttack,piper_gadget_pistol_attack.scw,1,13,,,,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0+R_dress_01_s#0+L_dress_01_s#0+F_dress_01_s#0+B_dress_01_s#0
+SniperGadgetPistolRecoil,piper_gadget_pistol_attack.scw,13,25,,,,,200,,hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0+R_dress_01_s#0+L_dress_01_s#0+F_dress_01_s#0+B_dress_01_s#0
+BarrelbotSecondary,darryl_super.scw,,29,,,1,1,1,true,5
+BarrelbotWin,darryl_win.scw,,-1,,,,,200,,
+BarrelbotWinloop,darryl_winloop.scw,1,29,,,,,,true,
+BarrelbotLose,darryl_lose.scw,,-1,,,,,200,,
+BarrelbotLoseloop,darryl_lose.scw,45,45,,,,,,true,
+BarrelbotShipLoop,darryl_ship_loop.scw,-1,-1,,,,,,true,1
+RangedBotIdle,rangedbot_idle.scw,-1,-1,,,100,100,,true,
+RangedBotWalk,rangedbot_walk.scw,-1,-1,,100,100,100,,true,1
+RangedBotPrimary,rangedbot_attack1.scw,-1,-1,,,100,300,600,,ChestBone#3
+RangedBotSecondary,rangedbot_attack1.scw,-1,-1,,,100,300,600,,ChestBone#3
+RangedBotRecoil,rangedbot_recoil.scw,-1,-1,,,100,200,400,,ChestBone#4
+RangedBotReload,rangedbot_reload.scw,-1,-1,,,200,200,200,,ChestBone#2
+RangedBotPushback,rangedbot_idle.scw,-1,-1,,,200,100,200,,5
+RangedBotWin,rangedbot_win1.scw,-1,-1,,,,,200,,
+RangedBotWinloop,rangedbot_winloop1.scw,-1,-1,,,,,,true,
+RangedBotLose,rangedbot_lose1.scw,-1,-1,,,,,200,,
+RangedBotLoseloop,rangedbot_loseloop1.scw,-1,-1,,,,,,true,
+FastMeleeBotIdle,fastmeleebot_idle.scw,-1,-1,,,500,500,,true,
+FastMeleeBotWalk,fastmeleebot_walk.scw,-1,-1,,150,120,200,,true,1
+FastMeleeBotRecoil,fastmeleebot_recoil.scw,-1,-1,,,1,100,200,,PelvisBone#4+RLegBone#0+LLegBone#0
+FastMeleeBotPushback,fastmeleebot_idle.scw,-1,-1,,,100,100,400,,5
+FastMeleeBotWin,fastmeleebot_idle.scw,-1,-1,,,,,200,,5
+FastMeleeBotWinloop,fastmeleebot_idle.scw,-1,-1,,,,,,true,1
+FastMeleeBotLose,fastmeleebot_idle.scw,-1,-1,,,,,200,,5
+FastMeleeBotLoseloop,fastmeleebot_idle.scw,-1,-1,,,,,,true,1
+MeleeBotIdle,meleebot_idle.scw,-1,-1,,,500,500,,true,
+MeleeBotWalk,meleebot_walk.scw,-1,-1,,150,120,200,,true,1
+MeleeBotRecoil,recoil.scw,-1,-1,,,1,100,200,,PelvisBone#4+RLegBone#0+LLegBone#0
+MeleeBotPushback,meleebot_idle.scw,-1,-1,,,100,100,400,,5
+MeleeBotRecoil2,recoil_2.scw,-1,-1,,,1,100,200,,PelvisBone#4+RLegBone#0+LLegBone#0
+MeleeBotWin,meleebot_idle.scw,-1,-1,,,,,200,,5
+MeleeBotWinloop,meleebot_idle.scw,-1,-1,,,,,,true,1
+MeleeBotLose,meleebot_idle.scw,-1,-1,,,,,200,,5
+MeleeBotLoseloop,meleebot_idle.scw,-1,-1,,,,,,true,1
+BossBotIdle,bossbot_idle.scw,-1,-1,,,500,500,,true,
+BossBotWalk,bossbot_walk.scw,-1,-1,,150,120,200,,true,1
+BossBotPrimary,bossbot_shoot_recoil.scw,-1,-1,,,1,100,200,,ChestBone#3
+BossBotRecoil,bossbot_recoil_1.scw,-1,-1,,,1,100,200,,PelvisBone#4+RLegBone#0+LLegBone#0
+BossBotPushback,bossbot_idle.scw,-1,-1,,,100,100,400,,5
+BossBotRecoil2,bossbot_recoil_2.scw,-1,-1,,,1,100,200,,PelvisBone#4+RLegBone#0+LLegBone#0
+BossBotWin,bossbot_idle.scw,-1,-1,,,,,200,,5
+BossBotWinloop,bossbot_idle.scw,-1,-1,,,,,,true,1
+BossBotLose,bossbot_idle.scw,-1,-1,,,,,200,,5
+BossBotLoseloop,bossbot_idle.scw,-1,-1,,,,,,true,1
+ArtilleryGalIdle,mari_idle.scw,,-1,,,100,100,,true,
+ArtilleryGalWalk,mari_walk.scw,,28,,150,100,100,,true,1
+ArtilleryGalPrimary,mari_attack.scw,1,5,,,,,1,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ArtilleryGalUltiAttack,mari_ult.scw,,5,,,,,10,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ArtilleryGalRecoil,mari_attack.scw,5,20,,,,,150,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ArtilleryGalUltiRecoil,mari_ult.scw,5,22,,,,,250,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ArtilleryGalReload,mari_idle.scw,,5,,,200,200,200,,
+ArtilleryGalPushback,mari_pushback.scw,,-1,,,100,100,200,,5
+ArtilleryGalWin,mari_win.scw,1,62,,,,,,,
+ArtilleryGalWinloop,mari_win.scw,63,92,,,,,,true,
+ArtilleryGalLose,mari_lose.scw,1,50,,,,,,,
+ArtilleryGalLoseloop,mari_lose.scw,40,50,,,,,,true,
+ArtilleryGalProfile,mari_win.scw,1,1,,,,,,true,
+FrankIdle,frank_idle.scw,,-1,,,500,500,,true,
+FrankWalk,frank_walk.scw,1,29,,120,300,300,,true,5
+FrankPrimary,frank_attack.scw,1,45,,,,,100,,5
+FrankSecondary,frank_ulti.scw,1,50,,,100,100,,,5
+FrankRecoil,frank_attack.scw,22,35,,,,,200,,5
+FrankPushback,frank_pushback.scw,,-1,,,120,120,400,,5
+FrankRecoil2,frank_ulti.scw,36,50,,,1,1,100,,5
+FrankWin,frank_win.scw,1,22,,,,,,,5
+FrankWinloop,frank_win.scw,23,50,,,,,,true,1
+FrankLose,frank_lose.scw,1,74,,,,,,,5
+FrankLoseloop,frank_lose.scw,75,119,,,,,,true,1
+FrankProfile,frank_idle.scw,44,44,,,,,,,
+FrankIntro,frank_intro_pose.scw,,,,,,,,,
+FrankMortuary,frank_mortuary_env_loop.scw,-1,-1,,,,,,true,1
+ArtillerySpawn,turret_spawn.scw,-1,-1,,,,,1,,3
+ArtilleryIdle,turret_idle.scw,,-1,,,,,,true,
+ArtilleryAttack,turret_attack.scw,-1,-1,,100,,,1,,4
+JunkerKnightWalk,jessie_knight_walk.scw,-1,-1,,150,100,100,,true,1
+JunkerKnightIdle,jessie_knight_idle.scw,1,29,,,100,100,,true,
+JunkerKnightPrimary,jessie_knight_attack.scw,1,5,,,,,1,,spine_lower_s#3
+JunkerKnightUltiAttack,jessie_knight_idle.scw,1,29,,,200,200,10,,5
+JunkerKnightRecoil,jessie_knight_attack.scw,5,15,,,25,,100,,spine_lower_s#4
+JunkerKnightUltiRecoil,jessie_knight_idle.scw,1,29,,,200,200,100,,5
+JunkerKnightReload,jessie_knight_idle.scw,1,29,,,200,200,200,,ChestBone#2
+JunkerKnightPushback,jessie_knight_pushback.scw,-1,-1,,,100,100,100,,5
+JunkerKnightWin,jessie_knight_win.scw,1,100,,,,,,,
+JunkerKnightWinloop,jessie_knight_win.scw,100,130,,,,,,true,
+JunkerKnightBattleWin,jessie_knight_battlewin.scw,1,107,,,,,,,
+JunkerKnightBattleWinloop,jessie_knight_battlewin.scw,107,139,,,,,,true,
+JunkerKnightLose,jessie_knight_lose.scw,1,56,,,,,,,
+JunkerKnightLoseloop,jessie_knight_lose.scw,56,70,,,,,,true,
+JunkerSummertimeWalk,jessie_summertime_walk.scw,-1,-1,,150,100,100,,true,1
+CrowPheonixIdle,crow_pheonix_idle.scw,-1,-1,,,100,100,,true,
+CrowPheonixWalk,crow_pheonix_walk.scw,1,29,,150,100,100,,true,1
+CrowPheonixPrimary,crow_pheonix_attack.scw,1,5,,150,66,200,400,,spine_lower_s#4
+CrowPheonixUltiAttack,crow_pheonix_ulti.scw,-1,-1,,,50,,10,,5
+CrowPheonixRecoil,crow_pheonix_attack.scw,5,20,,150,,,66,,spine_lower_s#4
+CrowPheonixReload,crow_pheonix_idle.scw,1,2,,,200,200,200,,spine_lower_s#4
+CrowPheonixPushback,crow_pheonix_idle.scw,-1,-1,,,200,100,200,,5
+CrowPheonixWin,crow_pheonix_win.scw,1,89,,,,,,,
+CrowPheonixWinloop,crow_pheonix_win.scw,90,112,,,,,,true,
+CrowPheonixLose,crow_pheonix_lose.scw,1,49,,,,,200,,
+CrowPheonixLoseloop,crow_pheonix_lose.scw,50,75,,,,,,true,
+CrowPheonixProfile,crow_pheonix_win.scw,66,66,,,,,,,
+TurretWin,turret_dragon_win.scw,1,100,,,,,,,
+TurretWinloop,turret_dragon_win.scw,100,130,,,,,,true,
+UndertakerGreaserWin,mortis_greaser_win.scw,,80,,,,,,,1
+UndertakerGreaserWinloop,mortis_greaser_win.scw,80,110,,,,,,true,1
+UndertakerGreaserLose,mortis_greaser_lose.scw,,12,,,,,,,1
+UndertakerGreaserLoseloop,mortis_greaser_lose.scw,12,50,,,,,,true,1
+UndertakerGreaserIdle,mortis_greaser_idle.scw,,30,,,,,,true,
+ShellyPreregIdle,shelly_prereg_idle.scw,,39,,,100,100,,true,
+ShellyPreregWalk,shelly_prereg_walk.scw,1,30,,,100,100,,true,1
+ShellyPreregPrimary,shelly_prereg_attack.scw,1,5,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+ShellyPreregSecondary,shelly_prereg_attack.scw,1,5,,,,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ShellyPreregRecoil,shelly_prereg_attack.scw,6,20,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ShellyPreregReload,shelly_prereg_reload.scw,1,-1,,,,,100,,hips_s#0+L_upperLeg_s#0+R_upperLeg_s#0+R_clavicle_s#4+R_shoulder_s#4+R_elbow_s#4+R_forearm_twist_s#4+R_wrist_s#4+L_clavicle_s#4+L_shoulder_s#4+L_elbow_s#4+L_forearm_twist_s#4+L_wrist_s#4
+ShellyPreregPushback,shelly_prereg_pushback.scw,,-1,,,100,100,100,,5
+ShellyPreregWin,shelly_prereg_win.scw,1,59,,,,,,,5
+ShellyPreregWinloop,shelly_prereg_win.scw,60,102,,,,,,true,1
+ShellyPreregLose,shelly_prereg_lose.scw,1,50,,,,,,,5
+ShellyPreregLoseloop,shelly_prereg_lose.scw,50,130,,,,,,true,1
+BarkeepBankerIdle,barley_banker_idle.scw,-1,-1,,,100,100,250,true,
+BarkeepBankerWalk,barley_banker_walk.scw,,19,,120,100,100,,true,1
+BarkeepBankerPrimary,barley_banker_attack1.scw,3,12,,,,,,,ChestBone#3
+BarkeepBankerSecondary,barley_banker_attack1.scw,-1,-1,,,100,50,200,,ChestBone#3
+BarkeepBankerRecoil,barley_banker_attack1.scw,3,12,,,10,10,10,,ChestBone#4
+BarkeepBankerReload,barley_banker_idle.scw,-1,-1,,,200,200,200,,ChestBone#2
+BarkeepBankerPushback,barley_banker_knockback.scw,-1,-1,,,100,100,100,,5
+BarkeepBankerWin,barley_banker_win1.scw,,30,,,50,250,250,,
+BarkeepBankerWinloop,barley_banker_win1.scw,30,80,,,25,,,true,
+BarkeepBankerLose,barley_banker_lose1.scw,-1,-1,,130,,,38,,
+BarkeepBankerLoseloop,barley_banker_lose1.scw,60,150,,120,,,,true,
+BarkeepBankerWinidleloop,barley_banker_winidleloop.scw,-1,-1,,,,,,true,
+BarkeepBankerProfile,barley_banker_idle.scw,1,1,,,,,,true,
+ShellyBanditaIdle,shelly_bandita_idle.scw,,39,,,100,100,,true,
+ShellyBanditaWalk,shelly_bandita_walk.scw,1,30,,,100,100,,true,1
+ShellyBanditaPrimary,shelly_bandita_attack.scw,1,5,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+ShellyBanditaSecondary,shelly_bandita_attack.scw,1,5,,,,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ShellyBanditaRecoil,shelly_bandita_attack.scw,6,20,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ShellyBanditaReload,shelly_bandita_reload.scw,1,-1,,,,,100,,hips_s#0+L_upperLeg_s#0+R_upperLeg_s#0+R_clavicle_s#4+R_shoulder_s#4+R_elbow_s#4+R_forearm_twist_s#4+R_wrist_s#4+L_clavicle_s#4+L_shoulder_s#4+L_elbow_s#4+L_forearm_twist_s#4+L_wrist_s#4
+ShellyBanditaPushback,shelly_pushback.scw,,-1,,,100,100,100,,5
+ShellyBanditaWin,shelly_bandita_win.scw,1,59,,,,,,,5
+ShellyBanditaWinloop,shelly_bandita_win.scw,60,102,,,,,,true,1
+ShellyBanditaLose,shelly_bandita_lose.scw,1,50,,,,,,,5
+ShellyBanditaLoseloop,shelly_bandita_lose.scw,50,130,,,,,,true,1
+LeonIdle,leon_idle.scw,1,28,,,100,100,,true,
+LeonWalk,leon_walk.scw,1,29,,170,100,100,,true,1
+LeonAttack,leon_attack.scw,1,3,,,,,10,,spine_lower_s#4
+LeonSecondary,leon_idle.scw,1,20,,,,,10,,spine_lower_s#4
+LeonRecoil,leon_attack.scw,3,7,,,,,10,,spine_lower_s#4
+LeonRecoil2,leon_attack.scw,7,11,,,,,10,,spine_lower_s#4
+LeonReload,leon_idle.scw,,-1,,,,,100,,ChestBone#2
+LeonPushback,leon_pushback.scw,1,34,,,100,100,100,,5
+LeonWin,leon_win.scw,1,84,,,,10,100,,5
+LeonWinloop,leon_win.scw,84,111,,,10,,,true,1
+LeonLose,leon_lose.scw,1,45,,,,,,,5
+LeonLoseloop,leon_lose.scw,45,50,,,,,,true,1
+LeonProfile,leon_base_cam.scw,1,10,,,,,,true,5
+LeonIntro,leon_intro_pose.scw,,,,,,,,,
+BarkeepWizardIdle,barley_wizard_idle.scw,-1,-1,,,100,100,,true,
+BarkeepWizardWalk,barley_wizard_walk.scw,,19,,120,100,100,,true,1
+BarkeepWizardPrimary,barley_wizard_attack.scw,5,20,,,,,10,,spine_lower_s#4
+BarkeepWizardSecondary,barley_wizard_attack.scw,5,20,,,,,10,,spine_lower_s#4
+BarkeepWizardRecoil,barley_wizard_attack.scw,5,20,,,,,50,,spine_lower_s#4
+BarkeepWizardReload,barley_wizard_idle.scw,-1,-1,,,,,50,,ChestBone#2
+BarkeepWizardPushback,barley_wizard_pushback.scw,-1,-1,,,100,100,100,,5
+BarkeepWizardWin,barley_wizard_win.scw,,40,,,,,,,
+BarkeepWizardWinloop,barley_wizard_win.scw,40,120,,,,,,true,
+BarkeepWizardLose,barley_wizard_lose.scw,-1,-1,,130,,,38,,
+BarkeepWizardLoseloop,barley_wizard_lose.scw,60,150,,120,,,,true,
+BarkeepWizardProfile,barley_wizard_portrait.scw,1,1,,,,,,,
+BearReindeerIdle,bear_reindeer_idle.scw,-1,-1,,,100,100,,true,
+BearReindeerWalk,bear_reindeer_walk.scw,1,40,,170,100,100,,true,1
+BearReindeerAttack,bear_reindeer_attack.scw,-1,-1,,,100,200,150,,spine_lower_s#4
+BearReindeerRecoil,bear_reindeer_attack.scw,-1,-1,,,1,1,50,,spine_lower_s#4
+BearReindeerPushback,bear_reindeer_idle.scw,-1,-1,,,200,300,500,,5
+BearReindeerWin,bear_reindeer_idle.scw,-1,-1,,,200,300,500,,5
+PocoIdle,poco_idle.scw,-1,-1,,,100,100,,true,
+PocoWalk,poco_walk.scw,-1,-1,,160,100,100,,true,1
+PocoAttack,poco_attack.scw,,5,,,100,100,100,,spine_lower_s#3
+PocoSecondary,poco_attack.scw,4,20,,,100,100,100,,spine_lower_s#3
+PocoRecoil,poco_attack.scw,4,20,,,100,100,100,,spine_lower_s#4
+PocoReload,poco_idle.scw,1,2,,,100,200,200,,spine_lower_s#2
+PocoPushback,poco_idle.scw,,-1,,,200,300,500,,5
+PocoWin,poco_win.scw,1,30,,,,,,,
+PocoWinloop,poco_win.scw,30,90,,,,,,true,
+PocoLose,poco_lose.scw,1,15,,,,,,,
+PocoLoseloop,poco_lose.scw,15,20,,,,,,true,
+PocoProfile,poco_win.scw,1,1,,,,,,,
+GeneIdle,gene_anim_idle.scw,,79,,,100,100,,true,
+GeneWalk,gene_anim_walk.scw,1,29,,120,100,100,,true,1
+GeneAttack,gene_anim_attack.scw,1,5,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+GeneAttackRecoil,gene_anim_attack.scw,5,20,,,50,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+GeneSecondary,gene_anim_super2.scw,1,30,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+GeneSecondaryRecoil,gene_anim_super2.scw,1,30,,,100,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+GeneReload,gene_anim_reload.scw,1,25,,,100,200,200,,spine_lower_s#2
+GenePushback,gene_anim_idle.scw,,20,,,200,300,500,,5
+GeneWin,gene_anim_win.scw,1,119,,,,,,,
+GeneWinloop,gene_anim_win.scw,120,204,,,,,,true,
+GeneLose,gene_anim_lose.scw,,129,,,100,,,,
+GeneLoseloop,gene_anim_lose.scw,130,224,,,,,,true,
+GeneProfile,gene_base_cam.scw,1,1,,,,,,true,
+DarrylIdle,darryl_idle.scw,1,-1,,,100,100,,true,
+DarrylWalk,darryl_walk.scw,1,20,,,100,100,,true,1
+DarrylPrimary,darryl_attack.scw,,10,,,100,100,100,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+DarrylSecondary,darryl_super.scw,,29,,,1,1,1,true,5
+DarrylRecoil,darryl_recoil_01.scw,1,10,,,,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+DarrylRecoil2,darryl_recoil_02.scw,1,10,,,,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+DarrylReload,darryl_idle.scw,,-1,,,800,800,800,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+DarrylPushback,darryl_pushback.scw,1,10,,,50,100,200,,5
+DarrylWin,darryl_win.scw,-1,-1,,,,,200,,
+DarrylWinloop,darryl_winloop.scw,-1,-1,,,,,,true,
+DarrylLose,darryl_lose.scw,-1,-1,,,,,200,,
+DarrylHide,darryl_win.scw,,1,,,200,200,100,true,
+DarrylLoseloop,darryl_lose.scw,45,45,,,,,,true,
+DarrylProfile,darryl_win.scw,44,44,,,,,,true,
+DarrylCnyIdle,darryl_cny_idle.scw,,-1,,,100,100,,true,
+DarrylCnyWalk,darryl_cny_walk.scw,,20,,,100,100,,true,1
+DarrylCnyPrimary,darryl_cny_attack.scw,,10,,,50,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+DarrylCnySecondary,darryl_cny_super.scw,,29,,,1,1,1,,5
+DarrylCnyRecoil,darryl_cny_recoil1.scw,,-1,,,,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+DarrylCnyRecoil2,darryl_cny_recoil2.scw,,-1,,,,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+DarrylCnyReload,darryl_cny_idle.scw,,-1,,,800,800,800,,ChestBone#2
+DarrylCnyPushback,darryl_cny_pushback.scw,,-1,,,50,100,200,,5
+DarrylCnyWin,darryl_cny_win.scw,,42,,,,200,200,,
+DarrylCnyWinloop,darryl_cny_winloop.scw,1,29,,,200,,,true,
+DarrylCnyLose,darryl_cny_lose.scw,,-1,,,,,200,,
+DarrylCnyHide,darryl_cny_win.scw,,1,,,200,200,100,true,
+DarrylCnyLoseloop,darryl_cny_lose.scw,45,45,,,,,,true,
+DarrylCnyProfile,darryl_cny_win.scw,44,44,,,,,,,
+UndertakerNightwitchWin,mortis_nightwitch_win.scw,1,77,,,,,,,1
+UndertakerNightwitchWinloop,mortis_nightwitch_win.scw,77,106,,,,,,true,1
+RoboWarsBaseIdle,siege_base.scw,-1,-1,,,,,,true,
+RoboWarsBaseAttack,siege_base_attack.scw,-1,-1,,,,,1,,4
+CarlIdle,carl_idle.scw,,-1,,,100,100,,true,
+CarlWalk,carl_walk.scw,,-1,,,100,100,,true,1
+CarlAttack,carl_attack.scw,1,5,,,100,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+CarlAttackRecoil,carl_attack.scw,5,35,,,100,200,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+CarlSecondary,carl_super.scw,1,59,,,200,200,200,true,5
+CarlSecondaryRecoil,carl_super.scw,1,59,,,,,,true,5
+CarlReload,carl_attack.scw,17,25,,,100,100,100,,5
+CarlPushback,carl_idle.scw,-1,-1,,,200,300,500,,5
+CarlWin,carl_win.scw,,-1,,,200,1000,500,,
+CarlWinloop,carl_winloop.scw,1,29,,,2000,100,500,true,
+CarlLose,carl_lose.scw,,-1,,,100,1000,500,,
+CarlLoseloop,carl_loseloop.scw,1,80,,,2000,100,500,true,
+CarlProfile,carl_base_cam.scw,1,10,,,,,,true,
+ShamanShibaIdle,nita_shiba_idle.scw,1,34,,,100,100,,true,
+ShamanShibaWalk,nita_shiba_walk.scw,1,29,,170,100,100,,true,1
+ShamanShibaAttack,nita_attack.scw,1,20,,,,,10,,spine_lower_s#4
+ShamanShibaSecondary,nita_attack.scw,1,20,,,,,10,,spine_lower_s#4
+ShamanShibaRecoil,nita_attack.scw,1,20,,,,,100,,spine_lower_s#4
+ShamanShibaReload,nita_idle.scw,-1,-1,,,,,100,,ChestBone#2
+ShamanShibaPushback,nita_pushback.scw,-1,-1,,,100,100,100,,5
+ShamanShibaWin,nita_shiba_win.scw,1,64,,,,,,,5
+ShamanShibaWinloop,nita_shiba_win.scw,65,104,,,200,200,200,true,1
+ShamanShibaLose,nita_lose.scw,1,30,,,,,,,5
+ShamanShibaLoseloop,nita_lose.scw,30,35,,,,,,true,1
+BearShibaIdle,bear_shiba_idle.scw,1,59,,,100,100,,true,
+RosaIdle,rosa_idle.scw,1,25,,,100,100,,true,
+RosaWalk,rosa_walk.scw,1,24,,,100,100,,true,1
+RosaAttack,rosa_attack.scw,1,11,,,100,100,50,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+RosaAttackRecoil,rosa_attack.scw,12,19,,,1,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RosaAttackRecoil2,rosa_attack.scw,20,28,,,1,100,100,,hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0
+RosaUltRecoil,rosa_ult.scw,,-1,,,1,100,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RosaUltRecoil2,rosa_detransform.scw,,-1,,,1,100,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RosaWin,rosa_win.scw,1,130,,,100,200,500,,
+RosaWinloop,rosa_win.scw,131,159,,,500,100,300,true,
+RosaLose,rosa_lose.scw,1,49,,,100,100,200,,
+RosaLoseloop,rosa_lose.scw,50,79,,,1,100,200,true,
+RosaIdle_transform,rosa_idle_transform.scw,1,25,,,100,100,,true,
+RosaWalk_transform,rosa_walk_transform.scw,1,24,,,100,100,,true,1
+RosaAttack_transform,rosa_attack_transform.scw,1,11,,,100,100,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RosaAttackRecoil_transform,rosa_attack_transform.scw,12,19,,,1,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RosaAttackRecoil2_transform,rosa_attack_transform.scw,20,28,,,1,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RosaProfile,rosa_idle.scw,1,1,,,,,,true,
+ArtilleryBunnySpawn,bunny_turret_anim_spawn.scw,,-1,,,,,1,,3
+ArtilleryBunnyIdle,bunny_turret_anim_idle.scw,,-1,,,,,,true,
+ArtilleryBunnyIdleMenu,bunny_turret_anim_idlemenu.scw,,-1,,,,,,,
+ArtilleryBunnyAttack,bunny_turret_anim_attack.scw,,-1,,,,,1,,4
+ArtilleryGalBunnyWalk,penny_bunny_walk.scw,1,28,,150,100,100,,true,1
+ArtilleryGalBunnyWin,penny_bunny_win.scw,1,62,,,,,,,
+ArtilleryGalBunnyWinloop,penny_bunny_win.scw,63,92,,,,,,true,
+ArtilleryGalBunnyLose,penny_bunny_win.scw,1,50,,,,,,,
+ArtilleryGalBunnyLoseloop,mari_lose.scw,40,50,,,,,,true,
+BarkeepMsIdle,barley_ms_idle.scw,1,60,,,100,100,350,true,
+BarkeepMsWalk,barley_ms_walk.scw,,16,,,100,100,100,true,1
+BarkeepMsWin,barley_ms_win.scw,-1,-1,,,50,250,250,,
+BarkeepMsPrimary,barley_ms_attack.scw,3,24,,,100,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BarkeepMsReload,barley_ms_idle.scw,-1,-1,,,200,200,200,,ChestBone#2
+BarkeepMsSecondary,barley_ms_attack.scw,3,24,,,100,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BarkeepMsLose,barley_ms_lose.scw,-1,29,,,100,100,200,,
+BarkeepMsLoseloop,barley_ms_lose.scw,30,90,,,100,100,200,true,
+BarkeepMsProfile,barley_ms_idle.scw,1,1,,,100,100,350,true,
+BarkeepMsIntro,barley_bakesale_intro_pose.scw,,,,,,,,,
+BrockHotrodIdle,brock_hotrod_idle.scw,,-1,,135,74,74,,true,
+BrockHotrodWalk,brock_hotrod_run.scw,-1,-1,,150,100,100,,true,1
+BrockHotrodPrimary,brock_hotrod_attack.scw,,-1,,,1,300,300,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BrockHotrodSecondary,brock_hotrod_attack.scw,,-1,,,1,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BrockHotrodRecoil,brock_hotrod_attack.scw,,-1,,,1,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BrockHotrodRecoil2,brock_hotrod_attack.scw,,-1,,,1,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BrockHotrodPushback,brock_pushback1.scw,,-1,,,100,100,100,,5
+BrockHotrodWin,brock_hotrod_win.scw,,50,,,,500,500,,5
+BrockHotrodWinloop,brock_hotrod_winloop.scw,,59,,,500,,500,true,5
+BrockHotrodLose,brock_hotrod_lose.scw,1,70,,,,,,,5
+BrockHotrodLoseloop,brock_hotrod_lose.scw,70,110,,,,,,true,5
+BibiIdle,bibi_idle.scw,1,29,,,100,100,,true,
+BibiWalk,bibi_run.scw,1,29,,,120,200,,true,1
+BibiPrimary,bibi_attack.scw,1,51,,,100,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BibiSecondary,bibi_attack.scw,1,51,,,100,100,100,true,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BibiRecoil,bibi_attack.scw,22,51,,,1,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BibiPushback,bibi_pushback.scw,,-1,,,100,100,100,,5
+BibiRecoil2,bibi_attack.scw,17,51,,,100,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BibiWin,bibi_win.scw,1,163,,,100,,,,5
+BibiWinloop,bibi_win.scw,164,262,,,,,,true,1
+BibiLose,bibi_lose.scw,1,29,,,,,,,5
+BibiLoseloop,bibi_lose.scw,30,89,,,,,,true,1
+BibiProfile,bibi_win.scw,108,108,,,,,,,5
+CarlHotrodIdle,carl_hotrod_idle.scw,,-1,,,100,100,,true,
+CarlHotrodWalk,carl_hotrod_walk.scw,,-1,,,100,100,,true,1
+CarlHotrodAttack,carl_hotrod_attack.scw,1,5,,,100,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+CarlHotrodAttackRecoil,carl_hotrod_attack.scw,5,35,,,100,200,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+CarlHotrodSecondary,carl_hotrod_super.scw,1,59,,,200,200,200,true,5
+CarlHotrodSecondaryRecoil,carl_hotrod_super.scw,1,59,,,,,,true,5
+CarlHotrodReload,carl_hotrod_attack.scw,17,25,,,100,100,100,,5
+CarlHotrodPushback,carl_hotrod_idle.scw,-1,-1,,,200,300,500,,5
+CarlHotrodWin,carl_hotrod_win.scw,,-1,,,200,100,500,,
+CarlHotrodWinloop,carl_hotrod_winloop.scw,1,29,,,100,100,500,true,
+CarlHotrodLose,carl_hotrod_lose.scw,,-1,,,100,100,500,,
+CarlHotrodLoseloop,carl_hotrod_loseloop.scw,1,80,,,100,100,500,true,
+BarkeepLumberjackIdle,barley_lumberjack_idle.scw,1,59,,,100,100,250,true,
+BarkeepLumberjackWalk,barley_lumberjack_run.scw,,19,,120,100,100,100,true,1
+BarkeepLumberjackPrimary,barley_lumberjack_attack.scw,3,12,,,,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BarkeepLumberjackSecondary,barley_lumberjack_attack.scw,-1,-1,,,100,50,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BarkeepLumberjackRecoil,barley_lumberjack_attack.scw,3,12,,,10,10,10,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BarkeepLumberjackReload,barley_lumberjack_idle.scw,1,2,,,200,200,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BarkeepLumberjackPushback,barley_lumberjack_pushback.scw,-1,-1,,,100,100,100,,5
+BarkeepLumberjackWin,barley_lumberjack_win.scw,,70,,,100,200,200,,
+BarkeepLumberjackWinloop,barley_lumberjack_idle.scw,1,59,,,200,200,200,true,
+BarkeepLumberjackLose,barley_lumberjack_lose.scw,1,59,,120,83,,,,
+BarkeepLumberjackLoseloop,barley_lumberjack_lose.scw,60,149,,120,,,,true,
+BarkeepLumberjackProfile,barley_lumberjack_idle.scw,1,1,,,,,,true,
+BrockBoomboxIdle,brock_boombox_idle.scw,,-1,,135,74,74,,true,
+BrockBoomboxWalk,brock_boombox_walk.scw,,30,,150,100,100,,true,1
+BrockBoomboxPrimary,brock_boombox_attack.scw,,-1,,,1,300,300,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BrockBoomboxSecondary,brock_boombox_attack.scw,,-1,,,1,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BrockBoomboxRecoil,brock_boombox_attack.scw,,-1,,,1,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BrockBoomboxRecoil2,brock_boombox_attack.scw,,-1,,,1,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BrockBoomboxLose,brock_boombox_lose.scw,1,70,,,,,,,5
+BrockBoomboxLoseloop,brock_boombox_lose.scw,70,110,,,,,,true,5
+CrowMechaIdle,crow_mecha_idle.scw,1,34,,,100,100,,true,
+CrowMechaWalk,crow_mecha_run.scw,1,24,,,100,100,,true,1
+CrowMechaPrimary,crow_mecha_attack.scw,1,3,,,100,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+CrowMechaSecondary,crow_mecha_ult.scw,5,-1,,,50,50,200,,5
+CrowMechaRecoil,crow_mecha_attack.scw,4,20,,,50,50,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+CrowMechaReload,crow_mecha_idle.scw,1,3,,,200,200,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+CrowMechaPushback,crow_mecha_pushback.scw,,-1,,,200,100,200,,5
+CrowMechaWin,crow_mecha_win.scw,1,143,,,,,,,
+CrowMechaWinloop,crow_mecha_win.scw,144,202,,,,,,true,
+CrowMechaLose,crow_mecha_lose.scw,1,45,,,,,,,
+CrowMechaLoseloop,crow_mecha_lose.scw,45,45,,,,,,true,
+CrowMechaProfile,crow_mecha_win.scw,21,21,,,,,,,
+BoMechaIdle,bo_mecha_idle.scw,1,59,,,100,100,,true,
+BoMechaWalk,bo_mecha_run.scw,1,20,,80,200,200,,true,1
+BoMechaAttack,bo_mecha_attack.scw,1,10,,,,,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BoMechaSecondary,bo_mecha_ult.scw,1,10,,,100,200,350,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BoMechaRecoil,bo_mecha_attack.scw,8,30,,,,,350,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BoMechaRecoil2,bo_mecha_ult.scw,5,30,,,100,100,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BoMechaWin,bo_mecha_win.scw,1,144,,,100,,,,
+BoMechaWinloop,bo_mecha_win.scw,145,202,,,,,,true,
+BoMechaLose,bo_mecha_lose.scw,1,36,,,100,,,,
+BoMechaLoseloop,bo_mecha_lose.scw,36,36,,,,,,true,
+BoMechaPushback,bo_mecha_pushback.scw,1,30,,,50,100,,true,5
+BoMechaProfile,bo_mecha_win.scw,93,93,,,,,,true,
+SpikeMechaWalk,spike_mecha_walk.scw,,20,,125,,,,true,1
+SpikeMechaWin,spike_mecha_win.scw,,43,,,,,,,5
+SpikeMechaWinloop,spike_mecha_win.scw,43,63,,,,,,true,1
+SpikeMechaLose,spike_mecha_lose.scw,,79,,,,,,,5
+SpikeMechaLoseloop,spike_mecha_lose.scw,80,-1,,,,,,,1
+TickIdle,tick_idle.scw,1,47,,,,,,true,
+TickWalk,tick_walk.scw,1,21,,125,,,,true,1
+TickWin,tick_win.scw,1,97,,,,,,,
+TickWinloop,tick_win.scw,97,143,,,,,,true,
+TickProfile,tick_idle.scw,16,16,,,,,,,
+TickPrimary,tick_attack.scw,1,20,,,,,25,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+TickSecondary,tick_ult.scw,1,20,,,,,25,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+TickRecoil,tick_attack.scw,1,20,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+TickUltRecoil,tick_ult.scw,1,20,,,,,300,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+TickLose,tick_lose.scw,1,74,,,,,,,
+TickLoseloop,tick_lose.scw,74,-1,,,,,,true,
+BombheadIdle,bombhead_idle.scw,1,12,,,,,,true,
+TntDudeMechaIdle,dynamike_mecha_idle.scw,1,59,,,,,,true,
+TntDudeMechaWalk,dynamike_mecha_walk.scw,1,20,,,,,,true,1
+TntDudeMechaPrimary,dynamike_mecha_attack.scw,1,5,,,,,100,,chest_s#4
+TntDudeMechaRecoil,dynamike_mecha_attack.scw,5,25,,,,,200,,chest_s#4
+TntDudeMechaSecondary,dynamike_mecha_ult.scw,1,5,,,,,100,,chest_s#4
+TntDudeMechaSecondaryRecoil,dynamike_mecha_ult.scw,5,25,,,,,200,,chest_s#4
+TntDudeMechaWin,dynamike_mecha_win.scw,1,44,,,,,,,5
+TntDudeMechaWinloop,dynamike_mecha_win.scw,45,74,,,,,,true,1
+TntDudeMechaLose,dynamike_mecha_lose.scw,1,70,,,,,,,
+TntDudeMechaLoseloop,dynamike_mecha_lose.scw,70,70,,,,,,true,
+CarlHogriderIdle,carl_hogrider_idle.scw,,-1,,,100,100,,true,
+CarlHogriderWalk,carl_hogrider_walk.scw,,-1,,,100,100,,true,1
+CarlHogriderAttack,carl_hogrider_attack.scw,1,5,,,100,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+CarlHogriderAttackRecoil,carl_hogrider_attack.scw,5,35,,,100,200,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+CarlHogriderSecondary,carl_hogrider_super.scw,1,59,,,200,200,200,true,5
+CarlHogriderSecondaryRecoil,carl_hogrider_super.scw,1,59,,,,,,true,5
+CarlHogriderReload,carl_hogrider_attack.scw,17,25,,,100,100,100,,5
+CarlHogriderPushback,carl_hogrider_idle.scw,-1,-1,,,200,300,500,,5
+CarlHogriderWin,carl_hogrider_win.scw,,-1,,,200,1000,500,,
+CarlHogriderWinloop,carl_hogrider_winloop.scw,1,29,,,2000,100,500,true,
+CarlHogriderLose,carl_hogrider_lose.scw,,-1,,,100,1000,500,,
+CarlHogriderLoseloop,carl_hogrider_loseloop.scw,1,80,,,2000,100,500,true,
+CarlHogriderProfile,carl_hogrider_cam.scw,,-1,,,100,100,,true,
+TaraIdle,tara_idle.scw,1,-1,,,200,,,true,5
+TaraWalk,tara_walk.scw,1,20,,80,200,,200,true,1
+TaraPrimary,tara_attack.scw,1,4,,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+TaraRecoil,tara_attack.scw,4,20,,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+TaraReload,tara_idle.scw,1,12,,,,,50,,
+TaraSecondary,tara_ult.scw,1,4,,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+TaraSecondaryRecoil,tara_ult.scw,4,22,,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+TaraWin,tara_win.scw,1,74,,,,,,,5
+TaraWinloop,tara_win.scw,75,125,,,,,,true,1
+TaraLose,tara_lose.scw,1,97,,,,,,,
+TaraLoseloop,tara_lose.scw,98,-1,,,,,,true,
+TaraProfile,tara_win.scw,34,34,,,,,,,5
+BullGuyHairProfile,bull_viking_win.scw,91,91,,,,,,true,
+TurretRedDragonIdle,turret_jessie_red_dragon_idle.scw,,-1,,,,,,true,
+TurretRedDragon,turret_jessie_red_dragon_geo.scw,,10,,,,,,,
+TurretRedDragonAttack,turret_jessie_red_dragon_attack.scw,,-1,,80,,,1,,4
+TurretRedDragonSpawn,turret_jessie_red_dragon_spawn.scw,,-1,,,,,1,,3
+8bitIdle,8bit_idle.scw,1,29,,,100,100,,true,
+8BitWalk,8bit_walk.scw,1,20,,,100,100,,true,1
+8bitAttack,8bit_attack.scw,1,5,,,50,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+8bitRecoil,8bit_attack.scw,5,-1,,,,,250,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+8bitReload,8bit_reload.scw,,13,,,,,150,,hips_s#1+L_upperLeg_s#0+R_upperLeg_s#0+L_clavicle_s#4+L_shoulder_s#4+L_elbow_s#4+L_forearm_twist_s#4+L_wrist_s#4+R_clavicle_s#0+R_shoulder_s#0+R_elbow_s#0
+8bitPushback,8bit_pushback.scw,,-1,,,50,100,200,,
+8bitWin,8bit_win.scw,1,70,,,,,,,
+8bitWinloop,8bit_win.scw,71,99,,,,,,true,
+8bitProfile,8bit_base_cam.scw,1,1,,,,,,true,
+8bitLose,8bit_lose.scw,1,99,,,,,,,
+8bitLoseloop,8bit_lose.scw,100,139,,,,,,true,
+8bitTurretIdle,8bit_turret_idle.scw,,-1,,,,,,true,
+8bitTurretSpawn,8bit_turret_spawn.scw,,-1,,,,,,true,
+FrankReloading,frank_idle.scw,,6,,,,,50,,
+SandyIdle,sandy_idle.scw,1,128,,,500,500,,true,5
+LouchadorRudoPortrait,primo_elrudo_portrait.scw,1,1,,,,,,true,
+SandyWalk,sandy_walk.scw,1,20,,,500,500,,true,1
+SandyAttack,sandy_attack.scw,,5,,,,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SandyRecoil,sandy_attack.scw,,20,,,,,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SandyReload,sandy_idle.scw,,10,,,100,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+LuchadorRudoWin,primo_elrudo_win.scw,,117,,,,,,,
+SandyWin,sandy_win.scw,1,192,,,,,,,
+SandyWinloop,sandy_win.scw,193,320,,,,,,true,1
+LuchadorReyWin,primo_rey_win.scw,,153,,,,,,,5
+LuchadorReyWinloop,primo_rey_win.scw,154,198,,,,,,true,1
+LuchadorRudoWinloop,primo_elrudo_win.scw,118,-1,,,,,,true,
+LuchadorReyIdle,primo_rey_idle.scw,1,49,,,200,200,,true,
+LuchadorReyWalk,primo_rey_walk.scw,1,-1,,,150,150,,true,1
+LuchadorReyPrimary,primo_rey_attack.scw,,5,,,1,100,50,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+LuchadorReyRecoil,primo_rey_attack.scw,5,12,,,,,50,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+LuchadorReyRecoil2,primo_rey_attack.scw,16,24,,,,,50,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+LuchadorReySecondary,primo_rey_super.scw,,-1,,,100,100,,,
+SandyLose,sandy_win.scw,193,320,,,,,,,
+SandyPushBack,sandy_pushback.scw,,10,,,100,100,100,,
+LuchadorReyLose,primo_rey_lose.scw,1,41,,,,,200,,5
+LuchadorReyLoseloop,primo_rey_lose.scw,42,-1,,,,,,true,1
+SandyProfile,sandy_win.scw,220,220,,,,,,true,1
+TntDudeMechaProfile,dynamike_mecha_idle.scw,,,,,,,,,
+EmzIdle,emz_idle.scw,,-1,,,100,100,,true,
+EmzWalk,emz_walk.scw,,29,,,100,100,,true,1
+EmzPrimary,emz_attack.scw,2,6,,,,,,,hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0
+EmzRecoil,emz_attack.scw,7,22,,,50,,100,,hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0
+EmzReload,emz_reload.scw,,-1,,,,,100,,hips_s#1+L_upperLeg_s#0+R_upperLeg_s#0+L_clavicle_s#4+L_shoulder_s#4+L_elbow_s#4+L_forearm_twist_s#4+L_wrist_s#4+R_clavicle_s#0+R_shoulder_s#0+R_elbow_s#0
+EmzPushback,emz_pushback.scw,,-1,,,100,100,100,,
+EmzSecondary,emz_idle.scw,,,,,,,,,
+EmzSecondaryRecoil,emz_idle.scw,,,,,,,,,
+EmzWin,emz_win.scw,,171,,,,,,,
+EmzWinloop,emz_win.scw,172,231,,,,,,true,
+EmzLose,emz_lose.scw,,50,,,,,,,
+EmzLoseloop,emz_lose.scw,50,50,,,,,,,
+EmzProfile,emz_win.scw,77,77,,,,,,,
+EmzIntro,emz_intro_pose.scw,,,,,,,,true,
+ShellyWitchIdle,shelly_witch_idle.scw,,-1,,,100,100,,true,
+ShellyWitchWalk,shelly_witch_walk.scw,1,30,,,100,100,,true,1
+ShellyWitchPrimarySkill,shelly_witch_attack.scw,1,5,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+ShellyWitchSecondarySkill,shelly_witch_attack.scw,-1,-1,,,,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ShellyWitchRecoil,shelly_witch_attack.scw,6,20,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ShellyWitchReload,shelly_witch_reload.scw,1,30,,,,,100,,hips_s#0+L_upperLeg_s#0+R_upperLeg_s#0+R_clavicle_s#4+R_shoulder_s#4+R_elbow_s#4+R_forearm_twist_s#4+R_wrist_s#4+L_clavicle_s#4+L_shoulder_s#4+L_elbow_s#4+L_forearm_twist_s#4+L_wrist_s#4
+ShellyWitchHappy,shelly_witch_win.scw,,180,,,,,,,
+ShellyWitchHappyLoop,shelly_witch_win.scw,181,220,,,,,,true,
+ShellyWitchLose,shelly_witch_lose.scw,1,50,,,,,,,
+ShellyWitchLoseloop,shelly_witch_lose.scw,50,130,,,,,,true,
+ShellyWitchProfile,shelly_witch_win.scw,200,200,,,,,,true,
+JunkerKnightDarkIdle,jessie_knightdark_idle.scw,1,29,,,100,100,,true,
+JunkerKnightDarkPrimary,jessie_knight_attack.scw,1,5,,,,,1,,spine_lower_s#3
+JunkerKnightDarkUltiAttack,jessie_knightdark_idle.scw,1,29,,,200,200,10,,5
+JunkerKnightDarkRecoil,jessie_knight_attack.scw,5,15,,,25,,100,,spine_lower_s#4
+JunkerKnightDarkUltiRecoil,jessie_knightdark_idle.scw,1,29,,,200,200,100,,5
+JunkerKnightDarkReload,jessie_knightdark_idle.scw,1,29,,,200,200,200,,ChestBone#2
+JunkerKnightDarkPushback,jessie_knight_pushback.scw,-1,-1,,,100,100,100,,5
+JunkerKnightDarkWin,jessie_knightdark_win.scw,1,100,,,,,,,
+JunkerKnightDarkWinloop,jessie_knightdark_win.scw,100,130,,,,,,true,
+JunkerKnightDarkBattleWin,jessie_knightdark_battlewin.scw,1,107,,,,,,,
+JunkerKnightDarkBattleWinloop,jessie_knightdark_battlewin.scw,107,139,,,,,,true,
+JunkerKnightDarkLose,jessie_knight_lose.scw,1,56,,,,,,,
+JunkerKnightDarkLoseloop,jessie_knight_lose.scw,56,70,,,,,,true,
+JunkerKnightDarkPortrait,jessie_knightdark_idle.scw,1,1,,,,,,,
+LeonWolfWin,leon_wolf_win.scw,,145,,,,,,,
+LeonWolfIdle,leon_wolf_idle.scw,,29,,,100,100,,true,
+LeonWolfWalk,leon_wolf_walk.scw,,29,,150,100,100,,true,1
+LeonWolfHappyLoop,leon_wolf_win.scw,146,-1,,,,,,true,
+LeonWolfAttack,leon_wolf_attack.scw,1,3,,,,,10,,spine_lower_s#4
+LeonWolfSecondary,leon_wolf_idle.scw,1,20,,,,,10,,spine_lower_s#4
+LeonWolfRecoil,leon_wolf_attack.scw,3,7,,,,,10,,spine_lower_s#4
+LeonWolfRecoil2,leon_wolf_attack.scw,7,11,,,,,10,,spine_lower_s#4
+LeonWolfReload,leon_wolf_idle.scw,,10,,,100,100,100,,ChestBone#2
+LeonWolfPushBack,leon_wolf_pushback.scw,1,10,,,100,100,100,,5
+LeonWolfLose,leon_wolf_lose.scw,,-1,,,,,,,
+LeonWolfLoseLoop,leon_wolf_lose.scw,39,-1,,,,,,true,
+LeonWolfProfile,leon_wolf_portrait.scw,,10,,,,,,true,
+LuchadorBrownIdle,primo_brown_idle.scw,1,49,,,200,200,,true,
+LuchadorBrownWalk,primo_brown_walk.scw,1,-1,,,150,150,,true,1
+LuchadorBrownPrimary,primo_brown_attack.scw,,5,,,50,50,50,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+LuchadorBrownRecoil1,primo_brown_attack.scw,5,12,,,50,50,50,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+LuchadorBrownRecoil2,primo_brown_attack.scw,17,24,,,50,50,50,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+LuchadorBrownPushback,primo_brown_pushback.scw,,10,,,50,100,100,,5
+LuchadorBrownSecondary,primo_brown_super.scw,,-1,,,100,100,,,5
+LuchadorBrownWin,primo_brown_win.scw,,98,,,,,,,
+LuchadorBrownWinloop,primo_brown_win.scw,99,159,,,,,,true,
+LuchadorBrownLose,primo_brown_lose.scw,,44,,,,,,,
+LuchadorBrownLoseloop,primo_brown_lose.scw,45,143,,,,,,true,
+LuchadorBrownGadgetFlipPrimary,primo_brown_gadget_flip_attack.scw,1,6,,,,,1,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+LuchadorBrownGadgetFlipRecoil1,primo_brown_gadget_flip_attack.scw,6,20,,,,,100,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+LeonSallyWin,leon_sally_win.scw,1,84,,,,,,,5
+LeonSallyWinloop,leon_sally_win.scw,84,-1,,,,,,true,1
+LuchadorBrownProfile,primo_brown_portrait.scw,,-1,,,,,,true,
+CarlHotrodProfile,carl_hotrod_cam.scw,,-1,,,,,,true,
+GenePirateIdle,gene_pirate_anim_idle.scw,,79,,,100,100,,true,
+GenePirateWalk,gene_pirate_anim_walk.scw,1,29,,120,100,100,,true,1
+GenePirateAttack,gene_pirate_anim_attack.scw,1,5,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+GenePirateAttackRecoil,gene_pirate_anim_attack.scw,5,20,,,50,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+GenePirateSecondary,gene_pirate_anim_super.scw,1,30,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+GenePirateSecondaryRecoil,gene_pirate_anim_super.scw,1,30,,,100,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+GenePirateReload,gene_pirate_anim_reload.scw,1,25,,,100,200,200,,spine_lower_s#2
+GenePirateWin,gene_pirate_anim_win.scw,1,119,,,,,,,
+GenePirateWinloop,gene_pirate_anim_win.scw,120,204,,,,,,true,
+GenePirateLose,gene_pirate_anim_lose.scw,,129,,,100,,,,
+GenePirateLoseloop,gene_pirate_anim_lose.scw,130,224,,,,,,true,
+TntDudeSantaRopeLoop,dynamike_santa_rope_loop.scw,-1,-1,,,,,,true,1
+CarlPirateIdle,carl_pirate_idle.scw,,111,,,200,200,,true,
+CarlPirateWalk,carl_pirate_walk.scw,,62,,,200,200,,true,1
+CarlPirateAttack,carl_pirate_attack.scw,2,6,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+CarlPirateAttackRecoil,carl_pirate_attack.scw,7,-1,,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+CarlPirateSecondary,carl_pirate_super.scw,1,59,,,200,200,200,true,5
+CarlPirateSecondaryRecoil,carl_pirate_super.scw,1,59,,,,,,true,5
+CarlPirateReload,carl_pirate_reload.scw,1,15,,,100,100,100,,5
+CarlPiratePushback,carl_pirate_pushback.scw,,-1,,,50,200,100,,5
+CarlPirateWin,carl_pirate_win.scw,,100,,,,,,,
+CarlPirateWinloop,carl_pirate_win.scw,101,200,,,,,,true,
+CarlPirateLose,carl_pirate_lose.scw,,113,,,,,,,
+CarlPirateLoseloop,carl_pirate_lose.scw,114,175,,,,,,true,
+CarlPirateProfile,carl_pirate_idle.scw,30,30,,,,,,true,
+BeaIdle,bea_idle.scw,,-1,,,100,100,,true,
+BeaWalk,bea_walk.scw,1,26,,,100,100,,true,1
+BeaAttack,bea_attack.scw,,4,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+BeaRecoil,bea_attack.scw,5,20,,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BeaReload,bea_reload.scw,,20,,,100,100,100,,spine_lower_s#0+L_clavicle_s#2+R_clavicle_s#2
+BeaPushback,bea_pushback.scw,,-1,,,25,100,200,,5
+BeaIntro,bea_intro_pose.scw,,,,,,,,,
+GunslingerPirateWin,colt_pirate_win.scw,,58,,,,,,,
+GunslingerPirateWinloop,colt_pirate_win.scw,59,-1,,,,,,true,
+BeaWin,bea_win.scw,,120,,,,,,,5
+BeaWinloop,bea_win.scw,121,-1,,,,,,true,1
+BeaPortrait,bea_portrait.scw,,,,,,,,,
+MaxIdle,max_idle.scw,1,30,,,50,50,,true,
+MaxWalk,max_walk.scw,1,20,,,50,50,,true,1
+MaxPrimary,max_attack.scw,,4,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+MaxRecoil,max_attack.scw,5,21,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+MaxSecondary,max_super.scw,,,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+MaxSecondaryRecoil,max_super.scw,,-1,,,50,50,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BeeSmallIdle,bee_small_idle.scw,-1,-1,,,,,,true,
+BeeBigIdle,bee_big_idle.scw,-1,-1,,,,,,true,
+BeeSmallReload,bee_small_reload.scw,1,-1,,,,,200,,5
+BeeBigReload,bee_big_reload.scw,1,13,,,,,200,,5
+PocoPirateIdle,poco_pirate_idle.scw,,-1,,,100,100,,true,
+PocoPirateWalk,poco_pirate_walk.scw,,-1,,,100,100,,true,1
+PocoPirateHappy,poco_pirate_win.scw,,30,,,,,,,
+PocoPirateHappyLoop,poco_pirate_win.scw,30,-1,,,,,,true,
+PocoPirateProfile,poco_pirate_idle.scw,20,20,,,,,,,
+GunslingerPirateIdle,colt_pirate_idle.scw,,-1,,,100,100,,true,
+GunslingerPirateWalk,colt_pirate_walk.scw,,-1,,125,100,100,,true,1
+GunslingerPirateLose,colt_pirate_lose.scw,,67,,,,,,,
+GunslingerPirateLoseloop,colt_pirate_lose.scw,68,-1,,,,,,true,
+GunslingerPirateProfile,colt_pirate_idle.scw,90,90,,,,,,,
+MaxWin,max_win.scw,,152,,,,,,,5
+MaxWinloop,max_win.scw,153,181,,,,,,true,1
+BeaLose,bea_lose.scw,,21,,,,,,,
+BeaLoseloop,bea_lose.scw,22,-1,,,,,,true,
+MaxLose,max_lose.scw,1,70,,,,,,,
+MaxLoseloop,max_lose.scw,71,100,,,,,,true,
+MaxPortrait,max_portrait.scw,,-1,,,,,,true,
+MaxReload,max_reload.scw,3,20,,,100,100,100,,spine_lower_s#0+L_clavicle_s#2+R_clavicle_s#2
+MaxPushback,max_pushback.scw,,10,,,50,100,50,,
+GunslingerPirateReload,colt_pirate_idle.scw,,10,,,,,100,,
+PocoPirateLose,poco_pirate_lose.scw,,15,,,,,,,
+PocoPirateLoseloop,poco_pirate_lose.scw,15,-1,,,,,,true,
+GunslingerPiratePrimary,colt_pirate_attack.scw,,-1,,,100,200,100,,spine_lower_s#3
+GunslingerPirateRecoil,colt_pirate_recoil1.scw,1,10,,,100,100,200,,spine_lower_s#4
+GunslingerPirateRecoil2,colt_pirate_recoil2.scw,1,10,,,100,100,200,,spine_lower_s#4
+GunslingerPiratePushBack,colt_pirate_pushback.scw,,-1,,,100,100,100,,5
+8bitVirusIdle,8bit_virus_idle.scw,1,29,,,100,100,,true,
+8BitVirusWalk,8bit_virus_walk.scw,1,20,,110,100,100,,true,1
+8bitVirusAttack,8bit_virus_attack.scw,1,5,,,50,,,,hips_s#4+L_front_leg_01_s#0+R_front_leg_01_s#0+L_back_leg_01_s#0+R_back_leg_01_s#0
+8bitVirusRecoil,8bit_virus_attack.scw,5,-1,,,,,250,,hips_s#5+L_front_leg_01_s#0+R_front_leg_01_s#0+L_back_leg_01_s#0+R_back_leg_01_s#0
+8bitVirusReload,8bit_virus_reload.scw,,13,,,,,150,,hips_s#1+L_front_leg_01_s#0+R_front_leg_01_s#0+L_back_leg_01_s#0+R_back_leg_01_s#0+L_clavicle_s#4+L_shoulder_s#4+L_elbow_s#4+L_forearm_twist_s#4+L_wrist_s#4+R_clavicle_s#0+R_shoulder_s#0+R_elbow_s#0
+8bitVirusPushback,8bit_pushback.scw,,-1,,,50,100,200,,
+8bitVirusWin,8bit_virus_win.scw,1,127,,,,,,,
+8bitVirusWinloop,8bit_virus_win.scw,128,157,,,,,,true,
+8bitVirusLose,8bit_virus_lose.scw,1,99,,,,,,,
+8bitVirusLoseloop,8bit_virus_lose.scw,100,139,,,,,,true,
+BibiGamerIdle,bibi_gamer_idle.scw,1,29,,,100,100,,true,
+BibiGamerWalk,bibi_gamer_walk.scw,1,29,,,120,200,,true,1
+BibiGamerPrimary,bibi_gamer_attack.scw,1,51,,,100,100,100,,R_gunbone_01_s#4+hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BibiGamerSecondary,bibi_gamer_attack.scw,1,51,,,100,100,100,,R_gunbone_01_s#4+hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BibiGamerRecoil,bibi_gamer_attack.scw,22,51,,,1,100,100,,R_gunbone_01_s#5+hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0
+BibiGamerPushback,bibi_gamer_pushback.scw,,-1,,,100,100,100,,5
+BibiGamerRecoil2,bibi_gamer_attack.scw,17,51,,,100,100,100,,R_gunbone_01_s#5+hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0
+BibiGamerWin,bibi_gamer_win.scw,1,189,,,100,,,,5
+BibiGamerWinloop,bibi_gamer_win.scw,190,238,,,,,,true,1
+BibiGamerLose,bibi_gamer_lose.scw,1,29,,,,,,,5
+BibiGamerLoseloop,bibi_gamer_lose.scw,30,89,,,,,,true,1
+BibiGamerProfile,bibi_gamer_portrait.scw,1,10,,,,,,true,5
+TaraStreetninjaIdle,tara_streetninja_idle.scw,1,28,,,200,,,true,5
+TaraStreetninjaWalk,tara_streetninja_walk.scw,1,20,,80,200,,200,true,1
+TaraStreetninjaPrimary,tara_streetninja_attack.scw,1,4,,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+TaraStreetninjaRecoil,tara_streetninja_attack.scw,4,20,,,,,200,,hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0
+TaraStreetninjaReload,tara_streetninja_idle.scw,1,12,,,,,50,,
+TaraStreetninjaSecondary,tara_streetninja_ult.scw,1,4,,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+TaraStreetninjaSecondaryRecoil,tara_streetninja_ult.scw,4,22,,,,,200,,hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0
+TaraStreetninjaWin,tara_streetninja_win.scw,1,34,,,,,,,5
+TaraStreetninjaWinloop,tara_streetninja_win.scw,35,70,,,,,,true,1
+TaraStreetninjaLose,tara_streetninja_lose.scw,1,97,,,,,,,
+TaraStreetninjaLoseloop,tara_streetninja_lose.scw,98,-1,,,,,,true,
+TaraStreetninjaProfile,tara_streetninja_portrait.scw,10,10,,,,,,true,5
+MrPIdle,mrp_idle.scw,,-1,,,100,100,100,true,1
+MrPWalk,mrp_walk.scw,1,-1,,,100,100,100,true,
+MrPAttack,mrp_attack.scw,,5,,,,,,,R_gunbone_01_s#4+hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+MrPRecoil,mrp_attack.scw,6,20,,,,200,50,,R_gunbone_01_s#5+hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0
+MrPPetWalk,mrp_count_pengula_pet_walk.glb,,-1,,,100,100,100,true,
+MrPPetIdle,mrp_pet_idle.scw,,-1,,,100,100,100,true,1
+MrPSpawnerIdle,mrp_spawner_idle.scw,,-1,,,,,,true,1
+MrPSpawnerSpawn,mrp_spawner_spawn.scw,,84,,,,,,,5
+MrPSpawnerSpawnLoop,mrp_spawner_spawn.scw,84,100,,,,,,true,1
+MrPWin,mrp_win.scw,,110,,,,,,,5
+MrPWinloop,mrp_win.scw,111,-1,,,,,,true,1
+MrPLose,mrp_lose.scw,,45,,,,,,,5
+MrPLoseloop,mrp_lose.scw,46,61,,,,,,true,1
+MrPPushBack,mrp_idle.scw,,-1,,,100,100,100,,5
+8bitVirusProfile,8bit_virus_portrait.scw,,-1,,,,,,,
+MrPPortrait,mrp_portrait.scw,,-1,,,,,,true,5
+MrPAgentWin,mrp_agentp_win.scw,,110,,,,,,,5
+MrPAgentWinloop,mrp_agentp_win.scw,111,-1,,,,,,true,1
+SniperValentinesIdle,piper_valentines_idle.scw,1,41,,,100,100,,true,
+SniperValentinesWalk,piper_valentines_run.scw,1,20,,,100,100,,true,1
+SniperValentinesAttack,piper_valentines_attack.scw,1,12,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0+R_dress_01_s#0+L_dress_01_s#0+F_dress_01_s#0+B_dress_01_s#0
+SniperValentinesRecoil,piper_valentines_attack.scw,1,25,,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0+R_dress_01_s#0+L_dress_01_s#0+F_dress_01_s#0+B_dress_01_s#0
+SniperValentinesReload,piper_valentines_idle.scw,,10,,,100,100,500,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0+R_dress_01_s#0+L_dress_01_s#0+F_dress_01_s#0+B_dress_01_s#0
+SniperValentinesWin,piper_valentines_win.scw,1,114,,,,,,,5
+SniperValentinesWinloop,piper_valentines_win.scw,115,155,,,,,,true,1
+SniperValentinesLose,piper_valentines_lose.scw,1,61,,,,,,,5
+SniperValentinesLoseloop,piper_valentines_lose.scw,62,104,,,,,,true,1
+SproutIdle,sprout_idle.scw,,-1,,,100,100,,true,
+SproutWalk,sprout_walk.scw,1,29,,,100,100,,true,1
+SproutPrimary,sprout_attack.scw,,5,,,,,,,body_s#3+L_wheel_s#0+R_wheel_s#0
+SproutRecoil,sprout_attack.scw,5,30,,,,,100,,body_s#4+L_wheel_s#0+R_wheel_s#0
+SproutReload,sprout_reload.scw,,20,,,100,100,100,,body_s#0+L_arm_01_s#4+L_wheel_s#0+R_wheel_s#0
+SproutPushback,sprout_pushback.scw,,10,,,50,100,100,,5
+JackyIdle,jacky_idle.scw,1,45,,,100,100,,true,
+JackyWalk,jacky_walk.scw,1,-1,,,100,100,,true,1
+JackyAttack,jacky_attack.scw,6,20,,,,,,true,3
+JackyRecoil,jacky_attack.scw,6,20,,,,,100,,4
+JackySuper,jacky_super.scw,1,-1,,120,,,83,true,3
+JackySuperRecoil,jacky_super.scw,1,-1,,120,,,83,true,4
+DynamikeCoachIdle,dynamike_coach_idle.scw,,-1,,,100,100,,true,0
+DynamikeCoachWalk,dynamike_coach_walk.scw,1,29,,150,100,100,,true,1
+DynamikeCoachPrimary,dynamike_coach_attack.scw,1,5,,,,,,,hips_s#3
+DynamikeCoachSecondary,dynamike_coach_super.scw,1,5,,,,,,,hips_s#3
+DynamikeCoachRecoil,dynamike_coach_attack.scw,5,20,,,,,100,,hips_s#4
+DynamikeCoachReload,dynamike_coach_walk.scw,1,5,,150,66,66,6,,spine_lower_s#0
+DynamikeCoachUlti,dynamike_coach_super.scw,5,20,,,,,100,,hips_s#4
+DynamikeCoachPushback,dynamike_coach_pushback.scw,,-1,,,100,100,100,,5
+DynamikeCoachWin,dynamike_coach_win.scw,,84,,,,,,,
+DynamikeCoachWinloop,dynamike_coach_win.scw,85,156,,,,,,true,
+DynamikeCoachLose,dynamike_coach_lose.scw,1,225,,,,,,,
+DynamikeCoachLoseloop,dynamike_coach_lose.scw,226,307,,,,,,true,
+DynamikeCoachProfile,dynamike_coach_idle.scw,20,20,,,,,,true,
+JessieTanukiIdle,jessie_tanuki_idle.scw,,29,,,100,100,,true,
+JessieTanukiWalk,jessie_tanuki_walk.scw,,28,,150,100,100,,true,1
+JessieTanukiPrimary,jessie_tanuki_attack.scw,1,5,,,,,100,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+JessieTanukiUltiAttack,jessie_tanuki_idle.scw,,-1,,,200,200,10,true,5
+JessieTanukiRecoil,jessie_tanuki_attack.scw,5,15,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+JessieTanukiUltiRecoil,jessie_tanuki_idle.scw,,-1,,,200,200,100,,5
+JessieTanukiReload,jessie_tanuki_idle.scw,,-1,,,200,200,200,,chest_s#2
+JessieTanukiPushback,jessie_pushback.scw,,-1,,,100,100,100,,5
+JessieTanukiWin,jessie_tanuki_win.scw,1,107,,,,,,,
+JessieTanukiWinloop,jessie_tanuki_win.scw,107,139,,,,,,true,
+JessieTanukiLose,jessie_tanuki_lose.scw,1,56,,,,,,,
+JessieTanukiLoseloop,jessie_tanuki_lose.scw,56,70,,,,,,true,
+JessieTanukiProfile,jessie_portrait.scw,1,1,,,,,,true,
+BoFalconIdle,bo_falcon_idle.scw,1,29,,,100,100,,true,
+BoFalconWalk,bo_falcon_walk.scw,1,20,,,100,100,,true,1
+BoFalconAttack,bo_falcon_attack.scw,1,12,,,,,100,,arrow1_s#3+hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+BoFalconSecondary,bo_falcon_attack.scw,1,12,,,,,100,,arrow1_s#3+hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+BoFalconRecoil,bo_falcon_attack.scw,13,30,,,,,200,,arrow1_s#4+hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BoFalconRecoil2,bo_falcon_attack.scw,13,30,,,,,200,,arrow1_s#4+hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BoFalconWin,bo_falcon_win.scw,,174,,,,,,,
+BoFalconWinloop,bo_falcon_win.scw,175,322,,,,,,true,
+BoFalconLose,bo_falcon_lose.scw,,175,,,,,,,
+BoFalconLoseloop,bo_falcon_lose.scw,175,-1,,,,,,true,
+BoFalconProfile,bo_falcon_portrait.scw,1,1,,,,,,true,
+JackyHappy,jacky_win.scw,,122,,,100,,,,
+JackyHappyLoop,jacky_win.scw,123,171,,,,,,true,
+JackyLose,jacky_lose.scw,,-1,,200,,,,,
+JackyLoseloop,jacky_lose.scw,80,-1,,,,,,true,
+SproutWin,sprout_win.scw,,125,,,,,,,
+SproutWinloop,sprout_win.scw,126,185,,,,,,true,
+SproutLose,sprout_lose.scw,,-1,,,,,,,
+SproutLoseloop,sprout_lose.scw,99,-1,,,,,,true,
+SproutEnter,sprout_win.scw,1,1,,,100,100,,,
+DarrylFootballIdle,darryl_fb_idle.scw,1,-1,,,100,100,,true,
+DarrylFootballWalk,darryl_fb_walk.scw,1,20,,,100,100,,true,1
+DarrylFootballPrimary,darryl_fb_attack.scw,,10,,,100,100,100,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+DarrylFootballSecondary,darryl_fb_super.scw,,29,,,1,1,1,true,5
+DarrylFootballRecoil,darryl_fb_recoil_01.scw,1,10,,,,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+DarrylFootballRecoil2,darryl_fb_recoil_02.scw,1,10,,,,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+DarrylFootballReload,darryl_fb_idle.scw,,-1,,,800,800,800,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+DarrylFootballPushback,darryl_pushback.scw,1,10,,,50,100,200,,5
+DarrylFootballWin,darryl_fb_win.scw,-1,70,,,,,200,,
+DarrylFootballWinloop,darryl_fb_win.scw,71,99,,,,,,true,
+DarrylFootballLose,darryl_fb_lose.scw,-1,-1,,,,,200,,
+DarrylFootballHide,darryl_fb_idle.scw,,-1,,,200,200,100,true,
+DarrylFootballLoseloop,darryl_fb_lose.scw,45,45,,,,,,true,
+DarrylFootballProfile,darryl_fb_win.scw,44,44,,,,,,true,
+SproutPortrait,sprout_moon_idle.scw,50,50,,,,,,true,
+JackyPortrait,jacky_portrait.scw,1,1,,,,,,,
+PamIdle,pam_idle.scw,1,-1,,,100,100,,true,
+PamWalk,pam_walk.scw,1,22,,,100,100,,true,1
+PamAttack,pam_attack.scw,,4,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+PamRecoil,pam_attack.scw,4,20,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+GeneDarkIdle,gene_dark_idle.scw,,30,,,100,100,,true,
+GeneDarkWalk,gene_dark_walk.scw,1,29,,120,100,100,,true,1
+GeneDarkAttack,gene_dark_attack.scw,1,5,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+GeneDarkAttackRecoil,gene_dark_attack.scw,5,20,,,50,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+GeneDarkSecondary,gene_dark_super.scw,1,30,,,,,,,3
+GeneDarkSecondaryRecoil,gene_dark_super.scw,5,30,,,,,100,,4
+GeneDarkReload,gene_dark_reload.scw,1,25,,,100,200,200,,spine_lower_s#2
+GeneDarkPushback,gene_dark_idle.scw,,20,,,200,300,500,,5
+GeneDarkWin,gene_dark_win.scw,1,105,,,,,,,
+GeneDarkWinloop,gene_dark_win.scw,106,174,,,,,,true,
+GeneDarkLose,gene_dark_lose.scw,,135,,,100,,,,
+GeneDarkLoseloop,gene_dark_lose.scw,135,136,,,,,,true,
+GeneDarkProfile,gene_dark_win.scw,132,132,,,,,,true,
+PamReload,pam_reload.scw,,20,,,100,,100,,hips_s#1+chest_s#4+spine_lower_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+PamSecondary,pam_super.scw,,5,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+PamSecondaryRecoil,pam_super.scw,6,20,,,,,175,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+PamPushback,pam_pushback.scw,,10,,,25,100,150,,
+PamWin,pam_win.scw,,134,,,,,,,5
+PamWinloop,pam_win.scw,135,174,,,,,,true,1
+GaleIdle,gale_idle.scw,1,59,,,200,200,,true,
+GaleWalk,gale_walk.scw,1,22,,,200,200,,true,1
+GalePrimary,gale_attack.scw,1,5,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+GaleRecoil,gale_attack.scw,5,20,,,,,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+GalePushback,gale_pushback.scw,1,10,,,20,100,100,,5
+RicoDarkIdle,rico_dark_idle.scw,,-1,,,100,100,,true,
+RicoDarkWalk,rico_dark_walk.scw,,25,,,100,100,,true,1
+RicoDarkPrimary,rico_dark_attack.scw,5,8,,,100,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RicoDarkSecondary,rico_dark_attack.scw,5,8,,,100,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RicoDarkRecoil,rico_dark_attack.scw,8,30,,,50,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RicoDarkReload,rico_dark_idle.scw,1,2,,,200,200,200,,
+RicoDarkPushback,rico_dark_idle.scw,,-1,,,200,100,200,,5
+RicoDarkWin,rico_dark_win.scw,1,160,,,,,,,
+RicoDarkWinloop,rico_dark_win.scw,161,220,,,,,,true,
+RicoDarkLose,rico_dark_lose.glb,1,120,,,,,,,
+RicoDarkLoseloop,rico_dark_lose.glb,120,150,,,,,,true,
+RicoDarkProfile,rico_dark_win.scw,128,128,,,,,,true,
+MortisDarkIdle,mortis_dark_idle.scw,1,32,,,200,200,,true,
+MortisDarkAttack,mortis_dark_attack.scw,3,30,,,,250,200,,3
+MortisDarkWalk,mortis_dark_walk.scw,1,32,,150,100,100,,true,1
+MortisDarkRecoil,mortis_dark_attack.scw,3,30,,,,250,200,,4
+MortisDarkUltiRecoil,mortis_dark_ulti.scw,5,40,,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+MortisDarkUltiAttack,mortis_dark_ulti.scw,,5,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+MortisDarkPushback,mortis_pushback.scw,,-1,,,100,100,100,,5
+MortisDarkWin,mortis_dark_win.scw,1,101,,,,,,,1
+MortisDarkWinloop,mortis_dark_win.scw,102,165,,,,,,true,1
+MortisDarkLose,mortis_dark_lose.scw,1,124,,,,,,,1
+MortisDarkLoseloop,mortis_dark_lose.scw,125,172,,,,,,true,1
+MortisDarkProfile,mortis_dark_win.scw,87,87,,,,,,,1
+GaleWin,gale_win.scw,1,214,,,,,,,5
+GaleWinloop,gale_win.scw,215,273,,,,,,true,1
+SproutHawaiiIdle,sprout_hawaii_idle.scw,,-1,,,100,100,,true,
+SproutHawaiiWalk,sprout_hawaii_walk.scw,,-1,,,100,100,,true,1
+SproutHawaiiPrimary,sprout_hawaii_attack.scw,,5,,,,,,,body_s#3+L_wheel_s#0+R_wheel_s#0
+SproutHawaiiRecoil,sprout_hawaii_attack.scw,5,30,,,,,100,,body_s#4+L_wheel_s#0+R_wheel_s#0
+SproutHawaiiReload,sprout_reload.scw,,20,,,100,100,100,,body_s#0+L_arm_01_s#4+L_wheel_s#0+R_wheel_s#0
+SproutHawaiiPushback,sprout_pushback.scw,,10,,,50,100,100,,5
+SproutHawaiiWin,sprout_hawaii_win.scw,,125,,,,,,,
+SproutHawaiiWinloop,sprout_hawaii_win.scw,126,185,,,,,,true,
+SproutHawaiiProfile,sprout_hawaii_idle.scw,38,38,,,,,,true,
+BullBarbkingIdle,bull_barbking_idle.scw,,29,,,150,150,,true,
+BullBarbkingWalk,bull_barbking_walk.scw,,21,,,100,100,,true,1
+BullBarbkingPrimary,bull_barbking_attack.scw,1,3,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+BullBarbkingSecondary,bull_barbking_super.scw,,21,,150,66,66,133,true,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+BullBarbkingRecoil,bull_barbking_attack.scw,4,20,,,50,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BullBarbkingReload,bull_barbking_idle.scw,1,10,,200,250,250,250,,ChestBone#2
+BullBarbkingPushback,bull_rock_pushback.scw,,-1,,,100,100,100,,5
+BullBarbkingWin,bull_barbking_win.scw,,54,,,,,,,5
+BullBarbkingWinloop,bull_barbking_win.scw,55,91,,,,,,true,5
+BullBarbkingLose,bull_barbking_lose.scw,,25,,,,,,,5
+BullBarbkingLoseloop,bull_barbking_lose.scw,30,36,,,,,,true,5
+BullBarbkingProfile,bull_barbking_win.scw,29,29,,,,,,true,5
+NaniIdle,nani_idle.scw,1,45,,,100,100,,true,
+NaniWalk,nani_walk.scw,1,27,,,100,100,,true,1
+NaniAttack,nani_attack.scw,,5,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+NaniRecoil,nani_attack.scw,,23,,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+GaleTraderIdle,gale_trader_idle.scw,1,59,,,200,200,,true,
+GaleTraderWalk,gale_trader_walk.scw,1,22,,,200,200,,true,1
+GaleTraderPrimary,gale_trader_attack.scw,1,5,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+GaleTraderRecoil,gale_trader_attack.scw,5,20,,,,,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+GaleTraderPushback,gale_pushback.scw,1,10,,,20,100,100,,5
+GaleTraderWin,gale_trader_win.scw,1,195,,,,,,,5
+GaleTraderWinloop,gale_trader_win.scw,196,225,,,,,,true,1
+GaleTraderProfile,gale_trader_win.scw,169,169,,,,,,,5
+PeepIdle,peep_idle.scw,1,176,,,,,50,true,
+PeepWalk,peep_idle.scw,1,176,,,,,50,true,1
+NaniReload,nani_idle.scw,,10,,,200,200,100,,
+NaniWin,nani_win.scw,,227,,,,,,,1
+NaniWinloop,nani_win.scw,228,-1,,,,,,true,1
+NaniSecondary,nani_super.scw,,-1,,,100,100,,true,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+NaniPushback,nani_pushback.scw,,-1,,,50,,100,,5
+PamTurretIdle,pam_turret_idle.scw,1,41,,,,,,true,
+PamTurretSpawn,pam_turret_spawn.scw,,-1,,,,,,,
+PamLose,pam_lose.scw,,-1,,,,,,,
+PamLoseloop,pam_lose.scw,39,40,,,,,,true,
+GaleLose,gale_lose.scw,1,29,,,,,,,
+GaleLoseloop,gale_lose.scw,1,29,,,,,,true,
+NaniLose,nani_lose.scw,,-1,,,,,,,1
+NaniLoseloop,nani_lose.scw,59,60,,,,,,true,1
+NaniPortrait,nani_base_cam.scw,-1,-1,,,,,,,
+PeepPortrait,peep_portrait.scw,-1,-1,,,,,,,
+PamPortrait,pam_base_cam.scw,,-1,,,,,,true,
+GalePortrait,gale_base_cam.scw,,-1,,,,,,,
+GaleTraderLose,gale_trader_lose.scw,1,111,,,,,,,
+GaleTraderLoseloop,gale_trader_lose.scw,112,-1,,,,,,true,
+BossKaijuIdle,kaiju_boss_idle.glb,2,-1,,,200,200,,true,
+BossKaijuWalk,kaiju_boss_walk.glb,2,-1,,,200,200,,true,2
+BossKaijuPrimary,kaiju_boss_primary_attack.glb,1,20,,,100,,200,,1
+BossKaijuSecondary,kaiju_boss_secondary_attack.glb,1,90,,,200,,200,,3
+BossKaijuSecondaryRecoil,kaiju_boss_secondary_attack.glb,61,90,,,,,200,,4
+SurgeIdle,surge_idle.glb,,-1,,,100,100,,true,
+SurgeWalk,surge_walk.glb,,-1,,75,100,100,,true,1
+SurgeWalk_transform,surge_walk_transform.glb,,-1,,75,100,100,,true,1
+SurgeSecondary,surge_super.glb,,40,,,,,250,,4
+SurgeAttackRecoil,surge_attack.glb,1,-1,,,50,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SurgeAttackRecoil_transform,surge_attack_transform.glb,1,-1,,,50,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SurgeReload,surge_reload.glb,,20,,,50,100,100,,hips_s#0+chest_s#0+R_clavicle_s#4+L_clavicle_s#1+L_upperLeg_s#0+R_upperLeg_s#0
+SurgePushback,surge_pushback.glb,,10,,,50,100,100,,5
+SurgeWin,surge_win.glb,,106,,,,,,,
+SurgeWinloop,surge_win.glb,107,180,,,,,,true,
+SurgeLose,surge_lose.glb,,142,,,,,,,
+SurgeLoseloop,surge_lose.glb,143,200,,,,,,true,
+BeaBugIdle,bea_bug_idle.glb,,-1,,,100,100,,true,
+BeaBugWalk,bea_bug_walk.glb,1,26,,,100,100,,true,1
+BeaBugAttack,bea_bug_attack.glb,,4,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+BeaBugRecoil,bea_bug_attack.glb,5,20,,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BeaBugReload,bea_bug_reload.glb,,20,,,100,100,100,,spine_lower_s#0+L_clavicle_s#2+R_clavicle_s#2
+BeaBugPushback,bea_bug_pushback.glb,,-1,,,25,100,200,,
+BeaBugIntro,bea_intro_pose.scw,,,,,,,,,
+BeaBugWin,bea_bug_win.glb,1,110,,,,,,,5
+BeaBugWinloop,bea_bug_win.glb,110,137,,,,,,true,1
+BeaBugPortrait,bea_portrait.scw,,,,,,,,,
+BeeBugSmallIdle,bee_small_idle.scw,-1,-1,,,,,,true,
+BeeBugBigIdle,bee_big_idle.scw,-1,-1,,,,,,true,
+BeeBugSmallReload,bee_small_reload.scw,1,-1,,,,,200,,5
+BeeBugBigReload,bee_big_reload.scw,1,13,,,,,200,,5
+BeaBugLose,bea_bug_lose.glb,1,103,,,,,,,
+BeaBugLoseloop,bea_bug_lose.glb,103,134,,,,,,true,
+JackyDrillerIdle,jacky_driller_idle.glb,1,45,,,100,100,,true,
+JackyDrillerWalk,jacky_driller_walk.glb,1,-1,,,100,100,,true,1
+JackyDrillerAttack,jacky_driller_attack.glb,6,20,,,,,,true,3
+JackyDrillerRecoil,jacky_driller_attack.glb,6,20,,,,,100,,4
+JackyDrillerSuper,jacky_driller_super.glb,1,-1,,120,,,83,true,3
+JackyDrillerSuperRecoil,jacky_driller_super.glb,1,-1,,120,,,83,true,4
+JackyDrillerHappy,jacky_driller_win.glb,,126,,,100,,,,
+JackyDrillerHappyLoop,jacky_driller_win.glb,127,186,,,,,,true,
+JackyDrillerLose,jacky_driller_lose.glb,,131,,200,,,,,
+JackyDrillerLoseloop,jacky_driller_lose.glb,132,175,,,,,,true,
+JackyDrillerPortrait,jacky_portrait.scw,1,1,,,,,,,
+JAckyIntro,jacky_intro_pose.glb,-1,-1,,,,,,,
+MaxTracksuitIdle,max_tracksuit_idle.glb,1,30,,,50,50,,true,
+MaxTracksuitWalk,max_tracksuit_walk.glb,1,20,,,50,50,,true,1
+MaxTracksuitPrimary,max_tracksuit_attack.glb,,4,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+MaxTracksuitRecoil,max_tracksuit_attack.glb,5,21,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+MaxTracksuitWin,max_tracksuit_win.glb,,152,,,,,,,5
+MaxTracksuitWinloop,max_tracksuit_win.glb,153,181,,,,,,true,1
+MaxTracksuitLose,max_tracksuit_lose.glb,1,70,,,,,,,
+MaxTracksuitLoseloop,max_tracksuit_lose.glb,71,100,,,,,,true,
+MaxTracksuitPortrait,max_portrait.scw,,-1,,,,,,true,
+MaxTracksuitReload,max_tracksuit_reload.scw,3,20,,,100,100,100,,spine_lower_s#0+L_clavicle_s#2+R_clavicle_s#2
+MaxTracksuitPushback,max_tracksuit_pushback.glb,,10,,,50,100,50,,
+BrockRangerProfile,brock_ranger_portrait.scw,50,-1,,,,,,,
+SurgeProfile,surge_portrait.scw,,-1,,,,,,,
+SurgeKnightWalk,surge_knight_walk.glb,,-1,,75,100,100,,true,1
+SurgeKnightWalk_transform,surge_knight_walk_transform.glb,,-1,,75,100,100,,true,1
+TickMonsterIdle,tick_idle.scw,1,47,,,,,,true,
+TickMonsterWalk,tick_crab_walk.glb,1,21,,125,,,,true,1
+TickMonsterWin,tick_crab_win.glb,1,97,,,,,,,
+TickMonsterWinloop,tick_crab_win.glb,97,143,,,,,,true,
+TickMonsterProfile,tick_idle.scw,16,16,,,,,,,
+TickMonsterPrimary,tick_crab_attack.glb,1,20,,,,,25,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+TickMonsterSecondary,tick_crab_ult.glb,1,20,,,,,25,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+TickMonsterRecoil,tick_crab_attack.glb,1,20,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+TickMonsterUltRecoil,tick_crab_ult.glb,1,20,,,,,300,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+TickMonsterLose,tick_lose.scw,1,74,,,,,,,
+TickMonsterLoseloop,tick_lose.scw,74,-1,,,,,,true,
+BombheadMonsterIdle,bombhead_crab_idle.glb,1,12,,,,,,true,
+BrockRangerWin,brock_ranger_win.glb,,50,,,,500,500,,5
+BrockRangerWinloop,brock_ranger_win.glb,-1,-1,,,,,,,
+BossKaijuJump,kaiju_boss_jump.glb,,-1,,,,200,200,,
+SurgeKnightLose,surge_knight_lose.glb,,114,,,,,,,
+SurgeKnightLoseloop,surge_knight_lose.glb,115,193,,,,,,true,
+SurgeKnightWin,surge_knight_win.glb,,145,,,,,,,
+SurgeKnightWinloop,surge_knight_win.glb,146,185,,,,,,true,
+ColetteIdle,colette_idle.scw,1,29,-1,,100,100,,true,
+ColetteWalk,colette_walk.scw,1,-1,-1,,100,100,,true,1
+ColetteAttack,colette_attack.scw,1,4,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+ColetteRecoil,colette_attack.scw,3,20,-1,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ColetteReload,,,,,,,,,,
+ColettePushback,,,,,,,,,,
+ColetteSuper,colette_super.scw,,-1,,,50,50,50,true,5
+ColetteSuperRecoil,,,,,,,,,,
+ColetteWin,colette_win.scw,1,175,,,,1000,1000,,
+ColetteWinloop,colette_idle.scw,,,,,,,,,
+ColetteLose,colette_lose.scw,1,86,,,,,,,
+ColetteLoseloop,colette_lose.scw,86,86,,,,,,true,
+ColettePortrait,colette_portrait.scw,1,1,,,,,,,
+SandyGiftshopIdle,sandy_sugar_addict_idle.scw,1,128,,,500,500,,true,5
+SandyGiftshopWalk,sandy_sugar_addict_walk.scw,1,20,,,500,500,,true,1
+SandyGiftshopAttack,sandy_sugar_addict_attack.scw,,5,,,,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SandyGiftshopRecoil,sandy_sugar_addict_attack.scw,,20,,,,,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SandyGiftshopReload,sandy_sugar_addict_idle.scw,,10,,,100,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SandyGiftshopWin,sandy_sugar_addict_win.scw,1,192,,,,,,,
+SandyGiftshopWinloop,sandy_sugar_addict_win.scw,193,320,,,,,,true,1
+SandyGiftshopLose,sandy_sugar_addict_win.scw,193,320,,,,,,,
+SandyGiftshopPushBack,sandy_pushback.scw,,10,,,100,100,100,,
+SandyGiftshopProfile,sandy_sugar_addict_win.scw,220,220,,,,,,true,1
+EmzGiftshopIdle,emz_giftshop_idle.scw,,-1,,,100,100,,true,
+EmzGiftshopWalk,emz_giftshop_walk.scw,,29,,,100,100,,true,1
+EmzGiftshopPrimary,emz_giftshop_attack.scw,2,6,,,,,,,hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0
+EmzGiftshopRecoil,emz_giftshop_attack.scw,7,22,,,50,,100,,hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0
+EmzGiftshopReload,emz_giftshop_reload.scw,,-1,,,,,100,,hips_s#1+L_upperLeg_s#0+R_upperLeg_s#0+L_clavicle_s#4+L_shoulder_s#4+L_elbow_s#4+L_forearm_twist_s#4+L_wrist_s#4+R_clavicle_s#0+R_shoulder_s#0+R_elbow_s#0
+EmzGiftshopPushback,emz_pushback.scw,,-1,,,100,100,100,,
+EmzGiftshopSecondary,emz_giftshop_idle.scw,,,,,,,,,
+EmzGiftshopSecondaryRecoil,emz_giftshop_idle.scw,,,,,,,,,
+EmzGiftshopWin,emz_giftshop_win.scw,,153,,,,,,,
+EmzGiftshopWinloop,emz_giftshop_win.scw,154,202,,,,,,true,
+EmzGiftshopLose,emz_giftshop_lose.scw,,209,,,,,,,
+EmzGiftshopLoseloop,emz_giftshop_lose.scw,210,259,,,,,,,
+EmzGiftshopProfile,emz_giftshop_win.scw,185,185,,,,,,,1
+ColetteTrixieIdle,colette_demon_idle.scw,1,29,-1,,100,100,,true,
+ColetteTrixieWalk,colette_demon_walk.scw,1,-1,-1,,100,100,,true,1
+ColetteTrixieAttack,colette_demon_attack.scw,1,4,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+ColetteTrixieRecoil,colette_demon_attack.scw,3,20,-1,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ColetteTrixieReload,,,,,,,,,,
+ColetteTrixiePushback,,,,,,,,,,
+ColetteTrixieSuper,colette_demon_super.scw,,-1,,,50,50,50,true,5
+ColetteTrixieSuperRecoil,,,,,,,,,,
+ColetteTrixieWin,colette_demon_win.scw,,138,,,,,,,
+ColetteTrixieWinloop,colette_demon_win.scw,139,168,,,,,,true,
+ColetteTrixieLose,colette_demon_lose.scw,1,100,,,,,,,
+ColetteTrixieLoseloop,colette_demon_lose.scw,101,160,,,,,,true,
+ColetteTrixiePortrait,colette_demon_portrait.scw,130,130,,,,,,true,
+SproutMoonIdle,sprout_moon_idle.scw,,-1,,,100,100,,true,
+SproutMoonWalk,sprout_moon_walk.scw,1,29,,,100,100,,true,1
+SproutMoonPrimary,sprout_moon_attack.scw,,5,,,,,,,body_s#3+L_wheel_s#0+R_wheel_s#0
+SproutMoonRecoil,sprout_moon_attack.scw,5,30,,,,,100,,body_s#4+L_wheel_s#0+R_wheel_s#0
+SproutMoonReload,sprout_moon_reload.scw,,20,,,100,100,100,,body_s#0+L_arm_01_s#4+L_wheel_s#0+R_wheel_s#0
+SproutMoonPushback,sprout_pushback.scw,,10,,,50,100,100,,5
+SproutMoonWin,sprout_moon_win.scw,,101,,,,,,,
+SproutMoonWinloop,sprout_moon_win.scw,102,139,,,,,,true,
+SproutMoonLose,sprout_moon_lose.scw,,70,,,,,,,
+SproutMoonLoseloop,sprout_moon_lose.scw,71,96,,,,,,true,
+SproutMoonPortrait,sprout_moon_idle.scw,98,98,-1,,,,,true,
+PocoStarrPortrait,poco_starr_portrait.scw,-1,-1,-1,,,,,,
+AmberIdle,amber_idle.scw,1,-1,-1,,100,100,,true,
+AmberWalk,amber_walk.scw,1,22,-1,,100,100,,true,1
+AmberAttack,amber_attack.scw,5,10,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+AmberRecoil,amber_attack.scw,10,20,-1,,100,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+AmberWin,amber_win.scw,,191,-1,,,,,,
+AmberWinloop,amber_win.scw,192,230,-1,,,,,true,
+ColtPlayerIdle,colt_player_idle.scw,,-1,,,100,100,,true,
+ColtPlayerWalk,colt_player_run.scw,,-1,,125,100,100,,true,1
+BoDemonIdle,bo_demonic_idle.scw,1,29,,,100,100,,true,
+BoDemonWalk,bo_demonic_walk.scw,1,20,,,100,100,,true,1
+BoDemonAttack,bo_demonic_attack.scw,1,12,,,50,50,350,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BoDemonSecondary,bo_ult.scw,1,12,,,50,50,350,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BoDemonRecoil,bo_demonic_attack.scw,13,30,,,50,50,350,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BoDemonRecoil2,bo_ult.scw,13,30,,,50,50,350,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BoDemonWin,bo_demonic_win.scw,,139,,,,,,,
+BoDemonWinloop,bo_demonic_win.scw,140,199,,,,,,true,
+BoDemonLose,bo_demonic_lose.scw,1,180,,,,,,,
+BoDemonLoseloop,bo_demonic_lose.scw,180,180,,,,,,true,
+BoDemonProfile,bo_demonic_idle.scw,1,1,,,,,,true,
+RosaBrawloweenIdle,rosa_brawloween_idle.scw,1,25,,,100,100,,true,
+RosaBrawloweenWalk,rosa_brawloween_walk.scw,1,24,,,100,100,,true,1
+RosaBrawloweenAttack,rosa_brawloween_attack.scw,1,11,,,100,100,50,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+RosaBrawloweenAttackRecoil,rosa_brawloween_attack.scw,12,19,,,1,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RosaBrawloweenAttackRecoil2,rosa_brawloween_attack.scw,20,28,,,1,100,100,,hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0
+RosaBrawloweenUltRecoil,rosa_ult.scw,,-1,,,1,100,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RosaBrawloweenUltRecoil2,rosa_detransform.scw,,-1,,,1,100,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RosaBrawloweenWin,rosa_brawloween_win.scw,1,130,,,100,200,500,,
+RosaBrawloweenWinloop,rosa_brawloween_win.scw,131,159,,,500,100,300,true,
+RosaBrawloweenLose,rosa_lose.scw,1,49,,,100,100,200,,
+RosaBrawloweenLoseloop,rosa_lose.scw,50,79,,,1,100,200,true,
+RosaBrawloweenIdle_transform,rosa_brawloween_idle_transform.scw,1,25,,,100,100,,true,
+RosaBrawloweenWalk_transform,rosa_brawloween_walk_transform.scw,1,24,,,100,100,,true,1
+RosaBrawloweenAttack_transform,rosa_brawloween_attack_transform.scw,1,11,,,100,100,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RosaBrawloweenAttackRecoil_transform,rosa_brawloween_attack_transform.scw,12,19,,,1,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RosaBrawloweenAttackRecoil2_transform,rosa_brawloween_attack_transform.scw,20,28,,,1,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RosaBrawloweenProfile,rosa_brawloween_idle.scw,1,1,,,,,,true,
+AmberLose,amber_lose.scw,,74,-1,,,,,,
+AmberLoseloop,amber_lose.scw,75,-1,-1,,,,,true,
+ColtPlayerWin,colt_player_win.scw,,110,-1,,,,,,
+ColtPlayerWinloop,colt_player_win.scw,111,200,-1,,,,,true,
+ColtPlayerlose,colt_player_lose.scw,,120,-1,,,,,,
+ColtPlayerLoseloop,colt_player_lose.scw,121,220,-1,,,,,true,
+AmberPushback,amber_pushback.scw,,-1,-1,,,,,,
+AmberPortrait,amber_portrait.scw,,-1,,,,,,,
+SniperLineIdle,piper_line_friends_idle.scw,1,41,,,100,100,,true,
+SniperLineWalk,piper_line_friends_walk.scw,1,20,,,100,100,,true,1
+SniperLineAttack,piper_line_friends_attack.scw,1,12,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0+R_dress_01_s#0+L_dress_01_s#0+F_dress_01_s#0+B_dress_01_s#0
+SniperLineSecondary,piper_line_friends_super.scw,,-1,,,50,50,50,,5
+SniperLineRecoil,piper_line_friends_attack.scw,1,25,,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0+R_dress_01_s#0+L_dress_01_s#0+F_dress_01_s#0+B_dress_01_s#0
+SniperLineReload,piper_line_friends_idle.scw,,10,,,100,100,500,,hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0+R_dress_01_s#0+L_dress_01_s#0+F_dress_01_s#0+B_dress_01_s#0
+SniperLinePushback,piper_pushback.scw,1,10,,,50,50,100,,5
+SniperLineWin,piper_line_friends_win.scw,1,159,,,,,,,5
+SniperLineWinloop,piper_line_friends_win.scw,160,201,,,,,,true,1
+SniperLineLose,piper_line_friends_lose.scw,1,138,,,,,,,5
+SniperLineLoseloop,piper_line_friends_lose.scw,139,168,,,,,,true,1
+SniperLineProfile,piper_line_friends_portrait.scw,,,,,,,,true,5
+SniperLineGadgetPistolAttack,piper_gadget_pistol_attack.scw,1,13,,,,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0+R_dress_01_s#0+L_dress_01_s#0+F_dress_01_s#0+B_dress_01_s#0
+SniperLineGadgetPistolRecoil,piper_gadget_pistol_attack.scw,13,25,,,,,200,,hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0+R_dress_01_s#0+L_dress_01_s#0+F_dress_01_s#0+B_dress_01_s#0
+MaxLineIdle,max_cony_idle.scw,1,30,,,50,50,,true,
+MaxLineWalk,max_cony_walk.scw,1,20,,,50,50,,true,1
+MaxLinePrimary,max_cony_attack.scw,,4,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+MaxLineRecoil,max_cony_attack.scw,5,21,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+MaxLineSecondary,max_cony_super.scw,,,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+MaxLineSecondaryRecoil,max_cony_super.scw,,-1,,,50,50,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+MaxLineWin,max_cony_win.scw,,178,,,,,,,5
+MaxLineWinloop,max_cony_win.scw,179,218,,,,,,true,1
+MaxLineLose,max_cony_lose.scw,1,104,,,,,,,
+MaxLineLoseloop,max_cony_lose.scw,105,112,,,,,,true,
+MaxLinePortrait,max_cony_portrait.scw,,-1,,,,,,true,
+MaxLineReload,max_cony_reload.scw,3,20,,,100,100,100,,spine_lower_s#0+L_clavicle_s#2+R_clavicle_s#2
+MaxLinePushback,max_pushback.scw,,10,,,50,100,50,,
+NaniLineIdle,nani_line_friends_idle.scw,1,45,,,100,100,,true,
+NaniLineWalk,nani_line_friends_walk.scw,1,27,,,100,100,,true,1
+NaniLineAttack,nani_line_friends_attack.scw,,5,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+NaniLineRecoil,nani_line_friends_attack.scw,,23,,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+NaniLineReload,nani_line_friends_idle.scw,,10,,,200,200,100,,
+NaniLineWin,nani_line_friends_win.scw,,114,,,,,,,1
+NaniLineWinloop,nani_line_friends_win.scw,115,-1,,,,,,true,1
+NaniLineSecondary,nani_line_friends_superloop.scw,,-1,,,100,100,,true,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+NaniLinePushback,nani_pushback.scw,,-1,,,50,,100,,5
+NaniLineLose,nani_line_friends_lose.scw,,-1,,,,,,,1
+NaniLineLoseloop,nani_line_friends_lose.scw,117,117,,,,,,true,1
+NaniLinePortrait,nani_line_friends_portrait.scw,,-1,,,,,,,
+PeepLineIdle,peep_line_friends_idle.scw,1,226,,,,,50,true,
+PeepLineWalk,peep_line_friends_idle.scw,1,226,,,,,50,true,1
+LouIdle,lou_idle.scw,,-1,,,100,100,,true,
+LouWalk,lou_walk.scw,1,22,,,100,100,,true,1
+LouAttack,lou_attack.scw,1,5,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+LouRecoil,lou_attack.scw,6,20,-1,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+LouSuper,lou_attack.scw,1,20,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+LouReload,lou_idle.scw,-1,-1,-1,,,,,,
+LouWin,lou_win.scw,1,101,,,,,,,
+LouWinloop,lou_win.scw,102,140,,,,,,true,
+LouLose,lou_lose.scw,1,80,,,,,,,
+LouLoseloop,lou_lose.scw,80,80,,,,,,true,
+LouPortrait,lou_portrait.scw,,,,,,,,,
+DynamikeGroomIdle,dynamike_groom_idle.scw,,27,,,100,100,,true,0
+DynamikeGroomWalk,dynamike_groom_walk.scw,1,29,,150,100,100,,true,1
+DynamikeGroomPrimary,dynamike_groom_attack.scw,1,5,,,,,10,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+DynamikeGroomSecondary,dynamike_groom_super.scw,1,5,,,,,10,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+DynamikeGroomRecoil,dynamike_groom_attack.scw,5,20,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+DynamikeGroomReload,dynamike_groom_walk.scw,1,5,,150,66,66,6,,spine_lower_s#0
+DynamikeGroomUlti,dynamike_groom_super.scw,5,20,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+DynamikeGroomPushback,dynamike_groom_pushback.scw,,-1,,,100,100,100,,5
+DynamikeGroomWin,dynamike_groom_win.scw,1,62,,,,,,,
+DynamikeGroomWinloop,dynamike_groom_win.scw,62,89,,80,,,,true,
+DynamikeGroomLose,dynamike_groom_lose.scw,,41,,,,,,,
+DynamikeGroomLoseloop,dynamike_groom_lose.scw,41,50,,,,,,true,
+DynamikeGroomProfile,dynamike_groom_portrait.scw,20,20,,,,,,true,
+LouKingLose,lou_king_lose.scw,1,120,,,,,,,
+LouKingLoseloop,lou_king_lose.scw,120,120,,,,,,true,
+LouKingPortrait,lou_king_portrait.scw,,-1,-1,,,,,,
+LouKingWin,lou_king_win.scw,,223,-1,,,,,,
+LouKingWinloop,lou_king_win.scw,224,272,-1,,,,,true,
+GaleNutcrackerIdle,gale_nutcracker_idle.scw,1,59,,,200,200,,true,
+GaleNutcrackerWalk,gale_nutcracker_walk.scw,1,22,,,200,200,,true,1
+GaleNutcrackerPrimary,gale_nutcracker_attack.scw,1,5,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+GaleNutcrackerRecoil,gale_nutcracker_attack.scw,5,20,,,,,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+GaleNutcrackerPushback,gale_pushback.scw,1,10,,,20,100,100,,5
+GaleNutcrackerWin,gale_nutcracker_win.scw,1,81,,,,,,,5
+GaleNutcrackerWinloop,gale_nutcracker_win.scw,82,150,,,,,,true,1
+GaleNutcrackerLose,gale_nutcracker_lose.scw,1,94,,,,,,,
+GaleNutcrackerLoseloop,gale_nutcracker_lose.scw,95,235,,,,,,true,
+BrockReduxIdle,brock_redux_idle.scw,,-1,,135,74,74,,true,
+BrockReduxWalk,brock_redux_run.scw,,-1,,150,100,100,,true,1
+BrockReduxPrimary,brock_redux_attack.scw,,-1,,,1,300,300,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+BrockReduxSecondary,brock_redux_attack.scw,,-1,,,1,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BrockReduxRecoil,brock_redux_attack.scw,,-1,,,1,100,100,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+BrockReduxRecoil2,brock_redux_attack.scw,,-1,,,1,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BrockReduxPushback,brock_pushback1.scw,,-1,,,100,100,100,,5
+BrockReduxWin,brock_redux_win_intro.scw,,50,,,,500,500,,5
+BrockReduxWinloop,brock_redux_win_loop.scw,,59,,,500,,500,true,5
+BrockReduxLose,brock_redux_lose.scw,1,70,,,,,,,5
+BrockReduxLoseloop,brock_redux_lose.scw,70,110,,,,,,true,5
+BrockReduxHero,brock_redux_win_intro.scw,,35,,,,200,200,,5
+BrockReduxProfile,brock_redux_idle.scw,1,1,,,,,,,5
+FrankXmasIdle,frank_xmas_idle.scw,,-1,,,500,500,,true,
+FrankXmasWalk,frank_xmas_walk.scw,1,29,,120,300,300,,true,5
+FrankXmasPrimary,frank_xmas_attack.scw,1,45,,,,,100,,5
+FrankXmasSecondary,frank_xmas_super.scw,1,50,,,100,100,,,5
+FrankXmasRecoil,frank_xmas_attack.scw,22,35,,,,,200,,5
+FrankXmasPushback,frank_xmas_pushback.scw,,-1,,,120,120,400,,5
+FrankXmasRecoil2,frank_ulti.scw,36,50,,,1,1,100,,5
+FrankXmasWin,frank_xmas_win.scw,1,130,,,,,,,5
+FrankXmasWinloop,frank_xmas_win.scw,131,196,,,,,,true,1
+FrankXmasLose,frank_xmas_lose.scw,1,131,,,,,,,5
+FrankXmasLoseloop,frank_xmas_lose.scw,132,243,,,,,,true,1
+FrankXmasProfile,frank_idle.scw,44,44,,,,,,,
+FrankXmasIntro,frank_intro_pose.scw,,,,,,,,,
+TickSnowmanIdle,tick_snowman_idle.scw,1,47,,,,,,true,
+TickSnowmanWalk,tick_snowman_walk.scw,1,21,,125,,,,true,1
+TickSnowmanWin,tick_snowman_win.scw,1,97,,,,,,,
+TickSnowmanWinloop,tick_snowman_win.scw,97,143,,,,,,true,
+TickSnowmanProfile,tick_snowman_idle.scw,16,16,,,,,,,
+TickSnowmanPrimary,tick_snowman_attack.scw,1,20,,,,,25,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+TickSnowmanSecondary,tick_snowman_ult.scw,1,20,,,,,25,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+TickSnowmanRecoil,tick_snowman_attack.scw,1,20,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+TickSnowmanUltRecoil,tick_snowman_ult.scw,1,20,,,,,300,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+TickSnowmanLose,tick_snowman_lose.scw,1,74,,,,,,,
+TickSnowmanLoseloop,tick_snowman_lose.scw,74,-1,,,,,,true,
+BombheadSnowmanIdle,bombhead_snowman_idle.scw,1,12,,,,,,true,
+ByronIdle,byron_idle.scw,1,59,-1,,120,120,,true,
+ByronWalk,byron_walk.scw,1,-1,-1,,100,100,,true,1
+ByronAttack,byron_attack.scw,1,5,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+ByronSuper,byron_super.scw,1,5,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+ByronRecoil,byron_attack.scw,5,30,-1,,,,120,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ByronSuperRecoil,byron_super.scw,5,30,-1,,,,120,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ByronPushback,byron_pushback.scw,,-1,-1,,,,,,5
+EdgarIdle,edgar_idle.scw,1,44,-1,,100,100,,true,
+EdgarWalk,edgar_walk.scw,1,22,-1,,100,100,,true,1
+EdgarAttack,edgar_attack.scw,1,5,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+EdgarRecoil,edgar_attack.scw,6,30,-1,,,200,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+EdgarSuper,edgar_super.scw,5,60,-1,,,250,250,,3
+EdgarPushback,edgar_pushback.scw,,-1,-1,,50,100,100,,5
+EdgarWin,edgar_win.scw,,130,-1,,,,,,
+EdgarWinloop,edgar_win.scw,131,174,-1,,,,,true,
+ByronWin,byron_win.scw,1,92,,,,,,,
+ByronWinloop,byron_win.scw,93,-1,,,,,,true,
+ByronLose,byron_lose.scw,1,98,,,,,,,
+ByronLoseloop,byron_lose.scw,99,198,,,,,,true,
+ByronProfile,byron_win.scw,192,192,-1,,,,,,
+EdgarProfile,edgar_win.scw,,,-1,,,,,,
+EdgarLose,edgar_lose.scw,,26,-1,,,,,,
+EdgarLoseloop,edgar_lose.scw,27,48,-1,,,,,true,
+BoWarriorIdle,bo_warrior_idle.scw,1,29,,,100,100,,true,
+BoWarriorWalk,bo_warrior_walk.scw,1,20,,,100,100,,true,1
+BoWarriorWin,bo_warrior_win.scw,-1,79,,,100,100,500,,
+BoWarriorWinloop,bo_warrior_win.scw,80,120,,,100,100,200,true,
+RuffsIdle,ruffs_idle.scw,1,29,-1,,100,100,,true,
+RuffsWalk,ruffs_walk.scw,1,22,-1,,100,100,,true,1
+RuffsAttack,ruffs_attack.scw,1,5,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+RuffsRecoil,ruffs_attack.scw,1,30,-1,,,,120,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RuffsSuper,ruffs_super.scw,1,5,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+RuffsSuperRecoil,ruffs_super.scw,5,20,-1,,,,120,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RuffsPushback,ruffs_pushback.scw,,-1,-1,,50,100,100,,5
+DarrylDroidIdle,droid_darryl_idle.scw,1,-1,,,100,100,100,true,
+DarrylDroidWalk,droid_darryl_run.scw,1,20,,,100,100,,true,1
+DarrylDroidPrimary,droid_darryl_attack.scw,,10,,,100,100,100,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+DarrylDroidSecondary,droid_darryl_super.scw,,29,,,1,1,1,true,5
+DarrylDroidRecoil,droid_darryl_recoil_01.scw,1,10,,,,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+DarrylDroidRecoil2,droid_darryl_recoil_02.scw,1,10,,,,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+DarrylDroidReload,droid_darryl_idle.scw,,10,,,800,800,800,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+DarrylDroidPushback,droid_darryl_pushback.scw,1,10,,,50,100,200,,5
+DarrylDroidWin,droid_darryl_win.scw,,-1,,,,,200,,
+DarrylDroidWinloop,droid_darryl_winloop.scw,1,29,,,,,,true,
+DarrylDroidLose,droid_darryl_lose.scw,,-1,,,,,200,,
+DarrylDroidLoseloop,droid_darryl_lose.scw,45,45,,,,,,true,
+DarrylDroidHide,droid_darryl_win.scw,,1,,,200,200,100,true,
+DarrylDroidProfile,droid_darryl_win.scw,44,44,,,,,,true,
+SpikeLordIdle,spike_lord_idle.scw,,30,,,100,100,,true,
+SpikeLordWalk,spike_lord_walk.scw,,-1,,,100,100,,true,1
+SpikeLordPrimary,spike_lord_attack.scw,8,20,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SpikeLordSecondary,spike_lord_attack.scw,5,20,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SpikeLordRecoil,spike_lord_attack.scw,8,20,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SpikeLordRecoil2,spike_lord_attack.scw,5,20,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SpikeLordReload,spike_lord_idle.scw,1,2,,,200,200,200,,5
+SpikeLordWin,spike_lord_win.scw,1,108,,,,,,,5
+SpikeLordWinloop,spike_lord_win.scw,109,145,,,,,,true,1
+SpikeLordLose,spike_lord_lose.scw,1,40,,,,,,,5
+SpikeLordLoseloop,spike_lord_lose.scw,41,-1,,,,,,true,1
+SpikeLordProfile,spike_lord_portrait.scw,,,,,,,,,5
+BullDudeLaserIdle,bull_ox_idle.scw,,29,,,150,150,,true,
+BullDudeLaserWalk,bull_ox_walk.scw,,21,,,100,100,,true,1
+BullDudeLaserPrimary,bull_ox_attack.scw,1,3,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+BullDudeLaserSecondary,bull_ox_super.scw,,21,,150,66,66,133,,5
+BullDudeLaserRecoil,bull_ox_attack.scw,4,20,,,50,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BullDudeLaserReload,bull_ox_idle.scw,1,10,,200,250,250,250,,ChestBone#2
+BullDudeLaserPushback,bull_rock_pushback.scw,,-1,,,100,100,100,,5
+BullDudeLaserWin,bull_ox_win.scw,,88,,,,,,,5
+BullDudeLaserWinloop,bull_ox_win.scw,89,148,,,,,,true,5
+BullDudeLaserLose,bull_ox_lose.scw,,94,,,,,,,5
+BullDudeLaserLoseloop,bull_ox_lose.scw,95,174,,,,,,true,5
+BullDudeLaserProfile,bull_ox_portrait.scw,10,10,,,,,,,5
+PercenterCrewIdle,colette_crew_idle.scw,1,29,-1,,100,100,,true,
+PercenterCrewWalk,colette_crew_walk.scw,1,-1,-1,,100,100,,true,1
+PercenterCrewAttack,colette_attack.scw,1,4,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+PercenterCrewSuper,colette_crew_super.scw,,-1,,,50,50,50,true,5
+PercenterCrewRecoil,colette_attack.scw,3,20,-1,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+PercenterCrewWin,colette_crew_win.scw,1,175,,,,1000,1000,,
+PercenterCrewLose,colette_crew_lose.scw,1,86,,,,,,,
+PercenterCrewLoseloop,colette_crew_lose.scw,86,86,,,,,,true,
+PercenterCrewPortrait,colette_crew_idle.scw,1,1,,,,,,,
+RuffsWin,ruffs_win.scw,1,98,-1,,,,,,
+RuffsWinloop,ruffs_win.scw,99,-1,-1,,,,,true,
+RuffsLose,ruffs_lose.scw,,68,-1,,,,,,
+RuffsLoseloop,ruffs_lose.scw,69,-1,-1,,,,,true,
+LouCroonerWin,lou_crooner_win.scw,1,101,-1,,,,,,
+LouCroonerWinloop,lou_crooner_win.scw,102,-1,-1,,,,,true,
+RuffsRoninIdle,ruffs_ronin_idle.scw,1,29,-1,,100,100,,true,
+RuffsRoninWalk,ruffs_ronin_walk.scw,1,22,-1,,100,100,,true,1
+RuffsRoninAttack,ruffs_ronin_attack.scw,1,5,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+RuffsRoninSuper,ruffs_super.scw,1,5,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+RuffsRoninRecoil,ruffs_attack.scw,1,30,-1,,,,120,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RuffsRoninSuperRecoil,ruffs_super.scw,5,20,-1,,,,120,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RuffsRoninPushback,ruffs_pushback.scw,,-1,-1,,50,100,100,,5
+RuffsRoninWin,ruffs_ronin_win.scw,1,80,-1,,,,,,
+RuffsRoninWinloop,ruffs_ronin_win.scw,81,118,-1,,,,,true,
+RuffsRoninLose,ruffs_ronin_lose.scw,,152,-1,,,,,,
+RuffsRoninLoseloop,ruffs_ronin_lose.scw,153,184,-1,,,,,true,
+RuffsPortrait,ruffs_idle.scw,,,-1,,,,,,
+RuffsRoninPortrait,ruffs_ronin_idle.scw,,,-1,,,,,,
+LouCroonerPortrait,lou_crooner_portrait.scw,10,-1,-1,,,,,,
+LouCroonerLose,lou_crooner_lose.scw,,-1,-1,,,,,,
+LouCroonerLoseloop,lou_crooner_lose.scw,105,-1,-1,,,,,true,
+StuIdle,stu_idle.glb,1,29,-1,,100,100,,true,
+StuWalk,stu_walk.glb,1,29,-1,,100,100,,true,1
+StuAttack,stu_attack.glb,3,22,-1,,25,,50,,3
+StuRecoil,stu_attack.glb,3,22,-1,,,,200,,4
+BibiVigilanteIdle,bibi_vigilante_idle.glb,1,29,,,100,100,,true,
+BibiVigilanteWalk,bibi_vigilante_run.glb,1,29,,,120,200,,true,1
+BibiVigilantePrimary,bibi_vigilante_attack.glb,1,51,,,100,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BibiVigilanteSecondary,bibi_vigilante_attack.glb,1,51,,,100,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BibiVigilanteRecoil,bibi_vigilante_attack.glb,22,51,,,1,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BibiVigilanteRecoil2,bibi_vigilante_attack.glb,17,51,,,100,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BibiVigilantePushback,bibi_vigilante_pushback.glb,-1,-1,,,100,100,100,,5
+BibiVigilanteWin,bibi_vigilante_win.glb,1,163,,,100,,,,5
+BibiVigilanteWinloop,bibi_vigilante_win.glb,164,262,,,,,,true,1
+BibiVigilanteLose,bibi_vigilante_lose.glb,1,29,,,,,,,5
+BibiVigilanteLoseloop,bibi_vigilante_lose.glb,30,89,,,,,,true,1
+BibiVigilanteProfile,bibi_vigilante_win.glb,108,108,,,,,,,5
+PennySmugglerSpawn,penny_smuggler_turret_spawn.glb,,-1,,,,,1,,3
+PennySmugglerIdle,penny_smuggler_idle.glb,,-1,,,100,100,,true,
+PennySmugglerAttack,penny_smuggler_turret_attack.glb,,-1,,,,,1,,4
+PennySmugglerIdleMenu,penny_smuggler_turret_idle_menu.glb,,-1,-1,,,,,true,
+StuPushback,stu_pushback.glb,,10,-1,,25,200,100,,
+StuWin,stu_win.glb,1,106,-1,,,,,,
+StuWinloop,stu_win.glb,107,137,-1,,,,,true,
+StuLose,stu_lose.glb,,-1,-1,,,,,,
+StuLoseloop,stu_lose.glb,178,-1,-1,,,,,,
+PennySmugglerPortrait,penny_portrait.glb,1,1,-1,,,,,,
+StuPortrait,stu_portrait.glb,1,1,-1,,,,,,
+SpeedBoosterDefaultIdle,stu_tire_geo.glb,1,1,-1,,,,,true,
+PennySmugglerWin,penny_smuggler_win.glb,1,61,-1,,,,,,
+PennySmugglerWinloop,penny_smuggler_win.glb,62,90,-1,,,,,true,
+StuLoseEnter,stu_lose.glb,,1,-1,,,,,,
+AmberMaskedWin,amber_masked_win.glb,,94,-1,,,,,,
+AmberMaskedWinloop,amber_masked_win.glb,95,134,-1,,,,,true,
+FireDudeMaskedIdle,amber_masked_idle.glb,1,-1,-1,,100,100,,true,
+FireDudeMaskedWalk,amber_masked_walk.glb,1,24,-1,,100,100,,true,1
+FireDudeMaskedAttack,amber_masked_attack.glb,5,10,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+FireDudeMaskedRecoil,amber_masked_attack.glb,10,20,-1,,100,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+FireDudeMaskedPushback,amber_masked_pushback.glb,,-1,-1,,,,,,
+FireDudeMaskedWin,amber_win.scw,,191,-1,,,,,,
+FireDudeMaskedWinloop,amber_win.scw,192,230,-1,,,,,true,
+FireDudeMaskedLose,amber_masked_lose.glb,,155,-1,,,,,,
+FireDudeMaskedLoseloop,amber_masked_lose.glb,156,199,-1,,,,,true,
+FireDudeMaskedPortrait,amber_masked_portrait.glb,,,,,,,,,
+EnragerDuelIdle,edgar_duelist_idle.glb,1,44,-1,,100,100,,true,
+EnragerDuelWalk,edgar_duelist_walk.glb,1,22,-1,,100,100,,true,1
+EnragerDuelAttack,edgar_duelist_attack.glb,1,5,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+EnragerDuelSuper,edgar_duelist_super.glb,5,60,-1,,,250,250,,3
+EnragerDuelRecoil,edgar_duelist_attack.glb,6,30,-1,,,200,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+EnragerDuelPushback,edgar_duelist_pushback.glb,,-1,-1,,50,100,100,,5
+EnragerDuelWin,edgar_duelist_win.glb,,132,-1,,,,,,
+EnragerDuelWinloop,edgar_duelist_win.glb,133,168,-1,,,,,true,
+EnragerDuelLose,edgar_duelist_lose.glb,,121,-1,,,,,,
+EnragerDuelLoseloop,edgar_duelist_lose.glb,122,207,-1,,,,,,
+EnragerDuelProfile,edgar_duelist_portrait.glb,,,-1,,,,,true,
+BlackHoleMisfortuneIdle,tara_misfortune_idle.glb,1,-1,,,200,,,true,5
+BlackHoleMisfortuneWalk,tara_misfortune_walk.glb,1,20,,80,200,,200,true,1
+BlackHoleMisfortunePrimary,tara_misfortune_attack.glb,1,4,,,,,200,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+BlackHoleMisfortuneSecondary,tara_misfortune_super.glb,1,4,,,,,200,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+BlackHoleMisfortuneRecoil,tara_misfortune_attack.glb,4,20,,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BlackHoleMisfortuneSecondaryRecoil,tara_misfortune_super.glb,4,22,,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BlackHoleMisfortuneReload,tara_misfortune_idle.glb,1,12,,,,,50,,
+BlackHoleMisfortuneWin,tara_misfortune_win.glb,1,79,,,,,,,5
+BlackHoleMisfortuneWinloop,tara_misfortune_win.glb,80,200,,,,,,true,1
+BlackHoleMisfortuneLose,tara_misfortune_lose.glb,1,87,,,,,,,
+BlackHoleMisfortuneLoseloop,tara_misfortune_lose.glb,88,111,,,,,,true,
+BlackHoleMisfortuneProfile,tara_misfortune_portrait.glb,,,,,,,,,5
+ArcadePianoIdle,8bit_piano_idle.glb,1,29,,,100,100,,true,
+ArcadePianoWalk,8bit_piano_walk.glb,1,20,,,100,100,,true,1
+ArcadePianoAttack,8bit_piano_attack.glb,1,5,,,50,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+ArcadePianoRecoil,8bit_piano_attack.glb,5,-1,,,,,250,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ArcadePianoReload,8bit_piano_reload.glb,,13,,,,,150,,hips_s#1+L_upperLeg_s#0+R_upperLeg_s#0+L_clavicle_s#4+L_shoulder_s#4+L_elbow_s#4+L_forearm_twist_s#4+L_wrist_s#4+R_clavicle_s#0+R_shoulder_s#0+R_elbow_s#0
+ArcadePianoPushback,8bit_pushback.scw,,-1,,,50,100,200,,
+ArcadePianoWin,8bit_piano_win.glb,1,217,,,,,,,
+ArcadePianoWinloop,8bit_piano_win.glb,218,249,,,,,,true,
+ArcadePianoLose,8bit_piano_lose.glb,1,91,,,,,,,
+ArcadePianoLoseloop,8bit_piano_lose.glb,92,191,,,,,,true,
+ArcadePianoProfile,8bit_piano_portrait.glb,249,249,,,,,,true,
+BelleIdle,belle_idle.glb,,-1,-1,,100,100,,true,
+BelleWalk,belle_walk.glb,,-1,-1,,100,100,,true,1
+BelleAttack,belle_attack.glb,1,4,-1,,50,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+BelleRecoil,belle_attack.glb,,25,-1,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BelleWin,belle_win.glb,,84,-1,,,,,,
+BelleWinloop,belle_win.glb,85,113,-1,,,,,true,
+SqueakIdle,squeak_idle.glb,,-1,-1,,100,100,,true,
+SqueakWalk,squeak_walk.glb,,-1,-1,,100,100,,true,1
+SqueakAttack,squeak_attack.glb,5,20,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+SqueakRecoil,squeak_attack.glb,5,20,-1,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+DamageBoosterPianoIdle,8bit_piano_turret_idle.glb,,-1,,,,,,true,
+DamageBoosterPianoSpawn,8bit_piano_turret_spawn.glb,,-1,,,,,,true,
+SqueakPushback,squeak_pushback.glb,,-1,-1,,,,,,
+SqueakWin,squeak_win.glb,,138,-1,,,,,,
+SqueakWinloop,squeak_win.glb,139,-1,-1,,,,,true,
+SqueakLose,squeak_lose.glb,,90,-1,,,,,,
+SqueakLoseloop,squeak_lose.glb,91,-1,-1,,,,,true,
+BeeSniperArchvillainIdle,bea_archvillain_idle.glb,,-1,,,100,100,,true,
+BeeSniperArchvillainWalk,bea_archvillain_walk.glb,1,26,,,100,100,,true,1
+BeeSniperArchvillainAttack,bea_archvillain_attack.glb,,4,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+BeeSniperArchvillainRecoil,bea_archvillain_attack.glb,5,20,,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BeeSniperArchvillainReload,bea_archvillain_reload.glb,,20,,,100,100,100,,spine_lower_s#0+L_clavicle_s#2+R_clavicle_s#2
+BeeSniperArchvillainPushback,bea_archvillain_pushback.glb,,-1,,,25,100,200,,
+BeeSniperArchvillainWin,bea_archvillain_win.glb,,120,,,,,,,5
+BeeSniperArchvillainWinloop,bea_archvillain_win.glb,121,-1,,,,,,true,1
+BeeSniperArchvillainLose,bea_archvillain_lose.glb,,21,,,,,,,
+BeeSniperArchvillainLoseloop,bea_archvillain_lose.glb,22,-1,,,,,,true,
+BeeSniperArchvillainPortrait,bea_archvillain_idle.glb,1,1,,,,,,,
+BeeSniperArchvillainIntro,bea_intro_pose.scw,,,,,,,,,
+BeeSniperCatIdle,bea_luckycat_idle.glb,,-1,,,100,100,,true,
+BeeSniperCatWalk,bea_luckycat_walk.glb,1,26,,,100,100,,true,1
+BeeSniperCatAttack,bea_luckycat_attack.glb,,3,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+BeeSniperCatRecoil,bea_luckycat_attack.glb,4,20,,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BeeSniperCatReload,bea_luckycat_reload.glb,,20,,,100,100,100,,spine_lower_s#0+L_clavicle_s#2+R_clavicle_s#2
+BeeSniperCatPushback,bea_luckycat_pushback.glb,,-1,,,25,100,200,,
+BeeSniperCatWin,bea_luckycat_win.glb,,76,,,,,,,5
+BeeSniperCatWinloop,bea_luckycat_win.glb,77,112,,,,,,true,1
+BeeSniperCatLose,bea_luckycat_lose.glb,,79,,,,,,,
+BeeSniperCatLoseloop,bea_luckycat_lose.glb,80,111,,,,,,true,
+BeeSniperCatPortrait,bea_luckycat_portrait.glb,,,,,,,,,
+BeeSniperCatIntro,bea_intro_pose.scw,,,,,,,,,
+RuffsMarshallIdle,ruffs_marshal_idle.glb,1,29,-1,,100,100,,true,
+RuffsMarshallWalk,ruffs_marshal_walk.glb,1,22,-1,,100,100,,true,1
+RuffsMarshallAttack,ruffs_marshal_attack.glb,1,5,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+RuffsMarshallSuper,ruffs_marshal_super.glb,1,5,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+RuffsMarshallRecoil,ruffs_marshal_attack.glb,1,30,-1,,,,120,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RuffsMarshallSuperRecoil,ruffs_marshal_super.glb,5,20,-1,,,,120,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RuffsMarshallPushback,ruffs_pushback.scw,,-1,-1,,50,100,100,,5
+RuffsMarshallWin,ruffs_marshal_win.glb,1,98,-1,,,,,,
+RuffsMarshallWinloop,ruffs_marshal_win.glb,99,-1,-1,,,,,true,
+RuffsMarshallLose,ruffs_marshal_lose.glb,,68,-1,,,,,,
+RuffsMarshallLoseloop,ruffs_marshal_lose.glb,69,-1,-1,,,,,true,
+RuffsMarshallPortrait,ruffs_marshal_idle.glb,,,-1,,,,,,
+GunslingerBadassIdle,colt_badass_idle.glb,,-1,,,100,100,,true,
+GunslingerBadassWalk,colt_badass_walk.glb,,-1,,125,100,100,,true,1
+GunslingerBadassPrimary,colt_attack.scw,,-1,,,100,200,100,,spine_lower_s#3
+GunslingerBadassSecondary,colt_attack.scw,,-1,,,200,200,100,,spine_lower_s#3
+GunslingerBadassRecoil,colt_recoil1.scw,1,10,,,100,100,200,,spine_lower_s#4
+GunslingerBadassRecoil2,colt_recoil2.scw,1,10,,,100,100,200,,spine_lower_s#4
+GunslingerBadassReload,colt_badass_idle.glb,1,3,,,800,800,800,,spine_lower_s#4
+GunslingerBadassPushback,colt_pushback.scw,,-1,,,100,100,100,,5
+GunslingerBadassWin,colt_badass_win.glb,-1,124,,,,,,,
+GunslingerBadassWinloop,colt_badass_idle.glb,,-1,,,,,,true,
+GunslingerBadassLose,colt_badass_lose.glb,,47,,,,,200,,
+GunslingerBadassLoseloop,colt_badass_lose.glb,48,85,,,,,200,true,
+GunslingerBadassProfile,colt_badass_portrait.glb,1,1,,,,,,,
+ElectroSniperBossIdle,belle_boss_idle.glb,,-1,-1,,100,100,,true,
+ElectroSniperBossWalk,belle_boss_walk.glb,,-1,-1,,100,100,,true,1
+ElectroSniperBossAttack,belle_boss_attack.glb,1,4,-1,,50,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+ElectroSniperBossRecoil,belle_boss_attack.glb,,25,-1,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ElectroSniperBossWin,belle_boss_win.glb,,125,-1,,,,,,
+ElectroSniperBossWinloop,belle_boss_win.glb,126,162,-1,,,,,true,
+ElectroSniperBossLose,belle_boss_lose.glb,,115,-1,,,,,,
+ElectroSniperBossLoseloop,belle_boss_lose.glb,116,-1,-1,,,,,true,
+BelleLose,belle_lose.glb,,115,-1,,,,,,
+BelleLoseloop,belle_lose.glb,116,-1,-1,,,,,true,
+SandstormLanternIdle,sandy_lantern_idle.glb,1,128,,,500,500,,true,5
+SandstormLanternWalk,sandy_lantern_walk.glb,1,20,,,500,500,,true,1
+SandstormLanternAttack,sandy_lantern_attack.glb,,5,,,,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SandstormLanternRecoil,sandy_lantern_attack.glb,,20,,,,,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SandstormLanternReload,sandy_lantern_idle.glb,,10,,,100,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SandstormLanternPushBack,sandy_pushback.scw,,10,,,100,100,100,,
+SandstormLanternWin,sandy_lantern_win.glb,1,110,,,,,,,
+SandstormLanternWinloop,sandy_lantern_win.glb,110,240,,,,,,true,1
+SandstormLanternLose,sandy_lantern_lose.glb,1,123,,,,,,,
+SandstormLanternProfile,sandy_lantern_portrait.glb,220,220,,,,,,true,1
+SandstormLanternLoseloop,sandy_lantern_lose.glb,124,-1,-1,,,,,,
+SqueakPortrait,squeak_portrait.glb,150,150,-1,,,,,,
+BellePortrait,belle_portrait.glb,,-1,-1,,,,,,
+ElectroSniperBossPortrait,belle_boss_portrait.glb,,-1,-1,,,,,,
+BellePushback,belle_pushback.glb,,10,-1,,50,,50,,
+BuzzIdle,buzz_idle.glb,,28,-1,,100,100,,true,
+BuzzWalk,buzz_walk.glb,,27,-1,,100,100,,true,1
+BuzzAttack,buzz_attack.glb,,28,-1,,,,50,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+BuzzAttackRecoil,buzz_attack.glb,,-1,-1,,,,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BuzzSuperJump,buzz_super_jump.glb,,-1,-1,,100,,50,true,5
+BuzzSuperThrow,buzz_super_throw.glb,,5,-1,,,,,,3
+BuzzSuperThrowRecoil,buzz_super_throw.glb,3,20,-1,,,200,50,,4
+BuzzWin,buzz_win.glb,,117,-1,,,,,,
+BuzzWinloop,buzz_win.glb,118,-1,-1,,,,,true,
+BuzzLose,buzz_lose.glb,,67,-1,,,,,,
+BuzzLoseloop,buzz_lose.glb,68,112,-1,,,,,true,
+IceDudeBurgerIdle,lou_idle.scw,,-1,,,100,100,,true,
+IceDudeBurgerWalk,lou_burger_walk.glb,1,22,,,100,100,,true,1
+IceDudeBurgerAttack,lou_burger_attack.glb,1,5,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+IceDudeBurgerSuper,lou_burger_attack.glb,1,20,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+IceDudeBurgerRecoil,lou_burger_attack.glb,6,20,-1,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+IceDudeBurgerWin,lou_burger_win.glb,1,101,,,,,,,
+IceDudeBurgerWinloop,lou_burger_win.glb,102,140,,,,,,true,
+IceDudeBurgerLose,lou_burger_lose.glb,1,80,,,,,,,
+IceDudeBurgerLoseloop,lou_burger_lose.glb,80,80,,,,,,true,
+IceDudeBurgerPortrait,lou_portrait.scw,,,,,,,,,
+DrillerJetskiIdle,jacky_jetski_idle.glb,1,111,,,100,100,,true,
+DrillerJetskiWalk,jacky_jetski_walk.glb,1,-1,,,100,100,,true,1
+DrillerJetskiAttack,jacky_jetski_attack.glb,6,20,,,,,,true,3
+DrillerJetskiSuper,jacky_jetski_super.glb,1,-1,,120,,,83,true,3
+DrillerJetskiRecoil,jacky_jetski_attack.glb,6,20,,,,,100,,4
+DrillerJetskiSuperRecoil,jacky_jetski_super.glb,1,-1,,120,,,83,true,4
+DrillerJetskiHappy,jacky_jetski_win.glb,,102,,,100,,,,
+DrillerJetskiHappyLoop,jacky_jetski_win.glb,103,221,,,,,,true,
+DrillerJetskiLose,jacky_jetski_lose.glb,,122,,200,,,,,
+DrillerJetskiLoseloop,jacky_jetski_lose.glb,123,168,,,,,,true,
+DrillerJetskiPortrait,jacky_portrait.scw,1,1,,,,,,,
+DrillerJetskiIntro,jacky_intro_pose.glb,,-1,,,,,,,
+NinjaDinoIdle,leon_dino_idle.glb,1,28,,,100,100,,true,
+NinjaDinoWalk,leon_dino_walk.glb,1,29,,170,100,100,,true,1
+NinjaDinoAttack,leon_dino_attack.glb,1,3,,,,,10,,spine_lower_s#4
+NinjaDinoSecondary,leon_dino_idle.glb,1,20,,,,,10,,spine_lower_s#4
+NinjaDinoRecoil,leon_dino_attack.glb,3,7,,,,,10,,spine_lower_s#4
+NinjaDinoRecoil2,leon_dino_attack.glb,7,11,,,,,10,,spine_lower_s#4
+NinjaDinoReload,leon_dino_idle.glb,,-1,,,,,100,,ChestBone#2
+NinjaDinoPushback,leon_pushback.scw,1,34,,,100,100,100,,5
+NinjaDinoWin,leon_dino_win.glb,1,195,,,,10,100,,5
+NinjaDinoWinloop,leon_dino_win.glb,196,222,,,10,,,true,1
+NinjaDinoLose,leon_dino_lose.glb,1,90,,,,,,,5
+NinjaDinoLoseloop,leon_dino_lose.glb,91,161,,,,,,true,1
+NinjaDinoProfile,leon_dino_portrait.glb,1,10,,,,,,true,5
+NinjaDinoIntro,leon_intro_pose.scw,,,,,,,,,
+WhirlwindSurferIdle,carl_surfer_idle.glb,,-1,,,100,100,,true,
+WhirlwindSurferWalk,carl_surfer_walk.glb,,-1,,,100,100,,true,1
+WhirlwindSurferAttack,carl_surfer_attack.glb,1,5,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+WhirlwindSurferSecondary,carl_surfer_super.glb,1,58,,,,,50,true,5
+WhirlwindSurferAttackRecoil,carl_surfer_attack.glb,2,35,,,100,200,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+WhirlwindSurferSecondaryRecoil,carl_surfer_super.glb,1,58,,,,,,true,5
+WhirlwindSurferReload,carl_surfer_attack.glb,17,25,,,100,100,100,,5
+WhirlwindSurferWin,carl_surfer_win.glb,1,100,,,100,,,,
+WhirlwindSurferWinloop,carl_surfer_win.glb,101,200,,,,,,true,
+WhirlwindSurferLose,carl_surfer_lose.glb,,80,,,100,,,,
+WhirlwindSurferLoseloop,carl_surfer_lose.glb,81,180,,,,100,,true,
+WhirlwindSurferProfile,carl_surfer_portrait.glb,1,10,,,,,,true,
+GriffWin,griff_win.glb,,162,-1,,,,,,
+GriffWinloop,griff_win.glb,163,198,-1,,,,,true,
+GriffLose,griff_lose.glb,,12,-1,,50,,,,
+GriffLoseloop,griff_lose.glb,,-1,-1,,,,,true,
+RosaCocoIdle,rosa_coco_idle.glb,1,25,,,100,100,,true,
+RosaCocoWalk,rosa_coco_walk.glb,1,24,,,100,100,,true,1
+RosaCocoAttack,rosa_coco_attack.glb,1,11,,,100,100,50,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+RosaCocoAttackRecoil,rosa_coco_attack.glb,12,19,,,1,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RosaCocoAttackRecoil2,rosa_coco_attack.glb,20,28,,,1,100,100,,hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0
+RosaCocoUltRecoil,rosa_coco_ult.glb,,-1,,,1,100,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RosaCocoUltRecoil2,rosa_coco_detransfom.glb,,-1,,,1,100,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RosaCocoWin,rosa_coco_win.glb,1,163,,,100,200,,,
+RosaCocoWinloop,rosa_coco_win.glb,1,163,,,,,,true,
+RosaCocoLose,rosa_coco_lose.glb,1,112,,,100,,,,
+RosaCocoLoseloop,rosa_coco_lose.glb,113,161,,,,,,true,
+RosaCocoProfile,rosa_coco_portrait.glb,1,1,,,,,,true,
+GriffIdle,griff_idle.glb,,38,-1,,100,100,,true,
+GriffWalk,griff_walk.glb,,-1,-1,,100,100,,true,
+GriffAttack,griff_attack.glb,,3,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+GriffRecoil,griff_attack.glb,4,-1,-1,,,100,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RopeDudePunkIdle,buzz_punk_idle.glb,,28,-1,,100,100,,true,
+RopeDudePunkWalk,buzz_punk_walk.glb,,27,-1,,100,100,,true,1
+RopeDudePunkAttack,buzz_punk_attack.glb,,28,-1,,,,50,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+RopeDudePunkSuperThrow,buzz_punk_super_throw.glb,,5,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+RopeDudePunkSuperThrowRecoil,buzz_punk_super_throw.glb,3,20,-1,,,200,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RopeDudePunkSuperJump,buzz_punk_super_jump.glb,,-1,-1,,100,,50,true,5
+RopeDudePunkWin,buzz_punk_win.glb,,132,-1,,50,,,,
+RopeDudePunkWinloop,buzz_punk_win.glb,133,-1,-1,,,,,true,
+RopeDudePunkLose,buzz_punk_lose.glb,,177,-1,,50,,,,
+RopeDudePunkLoseloop,buzz_punk_lose.glb,153,228,-1,,,,,true,
+UndertakerBeachIdle,mortis_beach_idle.glb,1,32,,,200,200,,true,
+UndertakerBeachWalk,mortis_beach_walk.glb,1,32,,150,100,100,,true,1
+UndertakerBeachAttack,mortis_attack.scw,3,30,,,,250,200,,3
+UndertakerBeachUltiAttack,mortis_ulti.scw,,5,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+UndertakerBeachRecoil1,mortis_attack.scw,3,30,,,,250,200,,4
+UndertakerBeachUltiRecoil1,mortis_ulti.scw,5,40,,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+UndertakerBeachPushback,mortis_pushback.scw,,-1,,,100,100,100,,5
+UndertakerBeachWin,mortis_beach_win.glb,1,77,,,,,,,1
+UndertakerBeachWinloop,mortis_beach_win.glb,77,106,,,,,,true,1
+UndertakerBeachLose,mortis_lose.scw,1,54,,,,,,,1
+UndertakerBeachLoseloop,mortis_lose.scw,54,60,,,,,,true,1
+UndertakerBeachProfile,mortis_beach_portrait.glb,49,49,,,,,,,1
+DeadMariachiPunkIdle,poco_punk_idle.glb,,-1,,,100,100,,true,
+DeadMariachiPunkWalk,poco_punk_walk.glb,,-1,,160,100,100,,true,1
+DeadMariachiPunkAttack,poco_punk_attack.glb,,29,,,50,,,,spine_lower_s#3
+DeadMariachiPunkSecondary,poco_punk_attack.glb,2,29,,,,,200,,spine_lower_s#3
+DeadMariachiPunkRecoil,poco_punk_attack.glb,2,29,,,,,200,,spine_lower_s#4
+DeadMariachiPunkReload,poco_punk_idle.glb,1,2,,,100,200,200,,spine_lower_s#2
+DeadMariachiPunkPushback,poco_punk_idle.glb,,-1,,,200,300,500,,5
+DeadMariachiPunkWin,poco_punk_win.glb,1,93,,,,,,,
+DeadMariachiPunkWinloop,poco_punk_win.glb,94,192,,,,,,true,
+DeadMariachiPunkLose,poco_punk_lose.glb,1,81,,,,,,,
+DeadMariachiPunkLoseloop,poco_punk_lose.glb,82,125,,,,,,true,
+DeadMariachiPunkProfile,poco_punk_portrait.glb,1,1,,,,,,true,
+DeadMariachiPunkEnv,poco_punk_guitar_loop.glb,1,-1,-1,,,,,true,
+GriffPortrait,griff_portrait.glb,,-1,-1,,,,,,
+RopeDudePunkPortrait,buzz_punk_portrait.glb,,-1,-1,,,,,,
+BuzzPortrait,buzz_portrait.glb,,-1,-1,,,,,,
+RopeDudePunkHappyEnter,buzz_punk_win.glb,,,-1,,,,,true,
+RopeDudePunkEnv,buzz_punk_sing_loop.glb,,-1,-1,,,,,true,
+ShamanSummerIdle,nita_make_idle.glb,1,34,,,100,100,,true,
+ShamanSummerWalk,nita_make_walk.glb,1,29,,170,100,100,,true,1
+ShamanSummerAttack,nita_make_attack.glb,3,26,,,,,200,,spine_lower_s#4
+ShamanSummerSecondary,nita_make_attack.glb,3,26,,,,,200,,spine_lower_s#4
+ShamanSummerRecoil,nita_make_attack.glb,3,26,,,,,200,,spine_lower_s#4
+ShamanSummerReload,nita_make_idle.glb,,-1,,,,,100,,ChestBone#2
+ShamanSummerPushback,nita_pushback.scw,,-1,,,100,100,100,,5
+ShamanSummerWin,nita_make_win.glb,1,158,,,,,,,5
+ShamanSummerWinloop,nita_make_win.glb,159,195,,,,,,true,1
+ShamanSummerLose,nita_make_lose.glb,1,94,,,,,,,5
+ShamanSummerLoseloop,nita_make_lose.glb,95,204,,,,,,true,1
+ShamanSummerProfile,nita_make_portrait.glb,1,1,,,,,,true,5
+BarrelBotMegaboxIdle,darryl_megabox_idle.glb,1,-1,,,100,100,,true,
+BarrelBotMegaboxWalk,darryl_megabox_run.glb,1,20,,,100,100,,true,1
+BarrelBotMegaboxPrimary,darryl_megabox_attack.glb,,10,,,100,100,100,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+BarrelBotMegaboxBarrelbotSecondary,darryl_megabox_super.glb,,29,,,1,1,1,true,5
+BarrelBotMegaboxRecoil,darryl_megabox_recoil1.glb,1,10,,,,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BarrelBotMegaboxRecoil2,darryl_megabox_recoil2.glb,1,10,,,,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BarrelBotMegaboxReload,darryl_megabox_idle.glb,,-1,,,800,800,800,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+BarrelBotMegaboxPushback,darryl_pushback.scw,1,10,,,50,100,200,,5
+BarrelBotMegaboxBarrelbotWin,darryl_megabox_win.glb,,-1,,,,,200,,
+BarrelBotMegaboxBarrelbotWinloop,darryl_megabox_winloop.glb,1,29,,,,,,true,
+BarrelBotMegaboxBarrelbotLose,darryl_megabox_lose.glb,,-1,,,,,200,,
+BarrelBotMegaboxBarrelbotLoseloop,darryl_megabox_lose.glb,45,45,,,,,,true,
+BarrelBotMegaboxHide,darryl_megabox_win.glb,,1,,,200,200,100,true,
+BarrelBotMegaboxProfile,darryl_megabox_portrait.glb,,,,,,,,true,
+BaseballWarriorIdle,bibi_warrior_idle.glb,1,29,,,100,100,,true,
+BaseballWarriorWalk,bibi_warrior_run.glb,1,29,,,120,200,,true,1
+BaseballWarriorPrimary,bibi_attack.scw,1,51,,,100,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BaseballWarriorSecondary,bibi_attack.scw,1,51,,,100,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BaseballWarriorRecoil,bibi_attack.scw,22,51,,,1,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BaseballWarriorRecoil2,bibi_attack.scw,17,51,,,100,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BaseballWarriorPushback,bibi_pushback.scw,,-1,,,100,100,100,,5
+BaseballWarriorWin,bibi_warrior_win.glb,1,163,,,100,,,,5
+BaseballWarriorWinloop,bibi_warrior_win.glb,164,262,,,,,,true,1
+BaseballWarriorLose,bibi_lose.scw,1,29,,,,,,,5
+BaseballWarriorLoseloop,bibi_lose.scw,30,89,,,,,,true,1
+BaseballWarriorProfile,bibi_warrior_win.glb,108,108,,,,,,,5
+RollerPunkIdle,stu_idle.glb,1,29,-1,,100,100,,true,
+RollerPunkWalk,stu_punk_walk.glb,1,29,-1,,100,100,,true,1
+RollerPunkAttack,stu_attack.glb,3,22,-1,,25,,50,,3
+RollerPunkRecoil,stu_attack.glb,3,22,-1,,,,200,,4
+RollerPunkPushback,stu_pushback.glb,,10,-1,,25,200,100,,
+RollerPunkWin,stu_punk_win.glb,1,106,-1,,,,,,
+RollerPunkWinloop,stu_punk_win.glb,107,137,-1,,,,,true,
+RollerPunkLose,stu_punk_lose.glb,,-1,-1,,,,,,
+RollerPunkLoseloop,stu_punk_lose.glb,178,-1,-1,,,,,,
+RollerPunkLoseEnter,stu_punk_lose.glb,,1,-1,,,,,,
+RollerPunkPortrait,stu_portrait.glb,1,1,-1,,,,,,
+RollerPunkEnv,stu_punk_drum_loop.glb,1,-1,-1,,,,,true,
+StuDrums,drums_stu_loop.glb,1,-1,-1,,,,,true,
+RosaCocoIdle_transform,rosa_coco_idle_transform.glb,1,25,,,100,100,,true,
+RosaCocoWalk_transform,rosa_coco_walk_transform.glb,1,24,,,100,100,,true,1
+RosaCocoAttack_transform,rosa_coco_attack_transform.glb,1,11,,,100,100,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RosaCocoAttackRecoil_transform,rosa_coco_attack_transform.glb,12,19,,,1,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RosaCocoAttackRecoil2_transform,rosa_coco_attack_transform.glb,20,28,,,1,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ShotgunGirlPrincessIdle,shelly_princess_idle.glb,,-1,,,100,100,,true,
+ShotgunGirlPrincessWalk,shelly_princess_walk.glb,1,30,,,100,100,,true,1
+ShotgunGirlPrincessPrimary,shelly_princess_attack.glb,1,5,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+ShotgunGirlPrincessSecondary,shelly_princess_attack.glb,1,5,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+ShotgunGirlPrincessRecoil,shelly_princess_attack.glb,6,20,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ShotgunGirlPrincessReload,shelly_princess_reload.glb,1,-1,,,,,100,,hips_s#0+L_upperLeg_s#0+R_upperLeg_s#0+R_clavicle_s#4+R_shoulder_s#4+R_elbow_s#4+R_forearm_twist_s#4+R_wrist_s#4+L_clavicle_s#4+L_shoulder_s#4+L_elbow_s#4+L_forearm_twist_s#4+L_wrist_s#4
+ShotgunGirlPrincessPushback,shelly_pushback.scw,,-1,,,100,100,100,,5
+ShotgunGirlPrincessWin,shelly_princess_win.glb,1,131,,,,,,,5
+ShotgunGirlPrincessWinloop,shelly_princess_win.glb,132,169,,,,,,true,1
+ShotgunGirlPrincessLose,shelly_princess_lose.glb,1,102,,,,,,,5
+ShotgunGirlPrincessLoseloop,shelly_princess_lose.glb,103,146,,,,,,true,1
+ShotgunGirlPrincessProfile,shelly_princess_portrait.glb,80,80,,,,,,true,
+ShotgunGirlPrincessIntro,shelly_intro_pose.scw,,,,,,,,,
+SnakeOilWizardIdle,byron_wizard_idle.glb,1,59,-1,,120,120,,true,
+SnakeOilWizardWalk,byron_wizard_walk.glb,1,-1,-1,,100,100,,true,1
+SnakeOilWizardAttack,byron_wizard_attack.glb,1,5,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+SnakeOilWizardSuper,byron_wizard_super.glb,1,5,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+SnakeOilWizardRecoil,byron_wizard_attack.glb,5,30,-1,,,,120,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SnakeOilWizardSuperRecoil,byron_wizard_super.glb,5,30,-1,,,,120,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SnakeOilWizardPushback,byron_wizard_pushback.glb,,-1,-1,,,,,,5
+SnakeOilWizardWin,byron_wizard_win.glb,1,111,,,,,,,
+SnakeOilWizardWinloop,byron_wizard_win.glb,112,-1,,,,,,true,
+SnakeOilWizardLose,byron_wizard_lose.glb,1,98,,,,,,,
+SnakeOilWizardLoseloop,byron_wizard_lose.glb,99,198,,,,,,true,
+SnakeOilWizardProfile,byron_wizard_win.glb,192,192,-1,,,,,,
+LuchadorDragonIdle,primo_dragon_idle.glb,1,49,,,200,200,,true,
+LuchadorDragonWalk,primo_dragon_walk.glb,1,27,,120,150,150,,true,1
+LuchadorDragonPrimary,primo_dragon_attack.glb,,5,,,1,100,50,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+LuchadorDragonSecondary,primo_dragon_super.glb,,-1,,,100,100,,,5
+LuchadorDragonRecoil,primo_dragon_attack.glb,5,12,,,,,50,,hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0
+LuchadorDragonRecoil2,primo_dragon_attack.glb,16,24,,,,,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+LuchadorDragonPushback,primo_dragon_idle.glb,,20,,,100,100,400,,5
+LuchadorDragonWin,primo_dragon_win.glb,1,182,,,,,,,5
+LuchadorDragonWinloop,primo_dragon_win.glb,182,-1,,,,,,true,1
+LuchadorDragonLose,primo_dragon_lose.glb,1,168,,,,,,,5
+LuchadorDragonLoseloop,primo_dragon_lose.glb,169,210,,,,,,true,1
+LuchadorDragonProfile,primo_portrait.scw,1,1,,,,,,true,5
+LuchadorDragonIntro,primo_intro_pose.scw,,,,,,,,,
+BarkeepUnicornIdle,barley_unicornknight_idle.glb,,-1,,,100,100,250,true,
+BarkeepUnicornWalk,barley_unicornknight_walk.glb,,19,,120,100,100,,true,1
+BarkeepUnicornPrimary,barley_unicornknight_attack.glb,3,12,,,,,,,ChestBone#3
+BarkeepUnicornSecondary,barley_unicornknight_attack.glb,,-1,,,100,50,200,,ChestBone#3
+BarkeepUnicornRecoil,barley_unicornknight_attack.glb,3,12,,,10,10,10,,ChestBone#4
+BarkeepUnicornReload,barley_unicornknight_idle.glb,,-1,,,200,200,200,,ChestBone#2
+BarkeepUnicornPushback,barley_unicornknight_knockback.glb,,-1,,,100,100,100,,5
+BarkeepUnicornWin,barley_unicornknight_win.glb,,103,,,50,250,250,,
+BarkeepUnicornWinloop,barley_unicornknight_win.glb,104,183,,,25,,,true,
+BarkeepUnicornLose,barley_unicornknight_lose.glb,,112,,130,,,38,,
+BarkeepUnicornLoseloop,barley_unicornknight_lose.glb,113,152,,120,,,,true,
+BarkeepUnicornWinidleloop,barley_unicornknight_win.glb,,-1,,,,,,true,
+BarkeepUnicornProfile,barley_unicornknight_win.glb,1,1,,,,,,true,
+BarkeepUnicornIntro,barley_intro_pose.scw,,,,,,,,,
+GunslingerHeistIdle,colt_heist_idle.glb,,-1,,,100,100,,true,
+GunslingerHeistWalk,colt_heist_run.glb,,-1,,125,100,100,,true,1
+GunslingerHeistPrimary,colt_heist_attack.glb,,45,,,50,50,100,,spine_lower_s#3
+GunslingerHeistSecondary,colt_heist_attack.glb,,45,,,200,200,100,,spine_lower_s#3
+GunslingerHeistRecoil,colt_heist_recoil1.glb,1,10,,,50,50,200,,spine_lower_s#4
+GunslingerHeistRecoil2,colt_heist_recoil2.glb,1,10,,,50,50,200,,spine_lower_s#4
+GunslingerHeistReload,colt_heist_idle.glb,1,3,,,800,800,800,,spine_lower_s#4
+GunslingerHeistPushback,colt_pushback.scw,,-1,,,100,100,100,,5
+GunslingerHeistWin,colt_heist_win.glb,,141,,,,,,,
+GunslingerHeistWinloop,colt_heist_win.glb,142,-1,,,,,,true,
+GunslingerHeistLose,colt_heist_lose.glb,,189,,,,,200,,
+GunslingerHeistLoseloop,colt_heist_lose.glb,190,234,,,,,200,true,
+GunslingerHeistProfile,colt_heist_portrait.glb,1,1,,,,,,,
+AshIdle,ash_idle.glb,,-1,-1,,100,100,,true,
+AshWalk,ash_walk.glb,,-1,-1,,100,100,,true,
+AshAttack,ash_attack.glb,5,20,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+AshRecoil,ash_attack.glb,21,35,-1,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+AshSuper,ash_super.glb,,5,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+AshSuperRecoil,ash_super.glb,6,20,-1,,,,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+AshPushback,ash_pushback.glb,,10,-1,,30,100,100,,5
+SpeedyHermesIdle,max_hermes_idle.glb,1,30,,,50,50,,true,
+SpeedyHermesWalk,max_hermes_walk.glb,1,20,,,50,50,,true,1
+SpeedyHermesPrimary,max_hermes_attack.glb,,4,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+SpeedyHermesSecondary,max_hermes_super.glb,,,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+SpeedyHermesRecoil,max_hermes_attack.glb,5,21,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SpeedyHermesSecondaryRecoil,max_hermes_super.glb,,-1,,,50,50,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SpeedyHermesReload,max_reload.scw,3,20,,,100,100,100,,spine_lower_s#0+L_clavicle_s#2+R_clavicle_s#2
+SpeedyHermesPushback,max_pushback.scw,,10,,,50,100,50,,
+SpeedyHermesWin,max_hermes_win.glb,,152,,,,,,,5
+SpeedyHermesWinloop,max_hermes_win.glb,153,181,,,,,,true,1
+SpeedyHermesLose,max_hermes_lose.glb,1,70,,,,,,,
+SpeedyHermesLoseloop,max_hermes_lose.glb,71,100,,,,,,true,
+SpeedyHermesPortrait,max_portrait.scw,,-1,,,,,,true,
+SniperMoonIdle,piper_lunar_idle.glb,1,41,,,100,100,,true,
+SniperMoonWalk,piper_lunar_walk.glb,1,20,,,100,100,,true,1
+SniperMoonAttack,piper_lunar_attack.glb,1,12,,,,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0+R_dress_01_s#0+L_dress_01_s#0+F_dress_01_s#0+B_dress_01_s#0
+SniperMoonSecondary,piper_super.scw,,-1,,,50,50,50,,5
+SniperMoonRecoil,piper_lunar_attack.glb,1,25,,,,,200,,hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0+R_dress_01_s#0+L_dress_01_s#0+F_dress_01_s#0+B_dress_01_s#0
+SniperMoonReload,piper_lunar_idle.glb,,10,,,100,100,500,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0+R_dress_01_s#0+L_dress_01_s#0+F_dress_01_s#0+B_dress_01_s#0
+SniperMoonPushback,piper_pushback.scw,1,10,,,50,50,100,,5
+SniperMoonWin,piper_lunar_win.glb,1,133,,,,,,,5
+SniperMoonWinloop,piper_lunar_win.glb,134,213,,,,,,true,1
+SniperMoonLose,piper_lunar_lose.glb,1,100,,,,,,,5
+SniperMoonLoseloop,piper_lunar_lose.glb,100,100,,,,,,true,1
+SniperMoonProfile,piper_lunar_portrait.glb,,,,,,,,,5
+AshWin,ash_win.glb,,178,-1,,,,,,
+AshWinloop,ash_win.glb,179,208,-1,,,,,true,
+WallyPrinceIdle,sprout_prince_idle.glb,,-1,,,100,100,,true,
+WallyPrinceWalk,sprout_prince_walk.glb,1,29,,,100,100,,true,1
+WallyPrincePrimary,sprout_prince_attack.glb,,5,,,,,,,body_s#3+L_wheel_s#0+R_wheel_s#0
+WallyPrinceRecoil,sprout_prince_attack.glb,5,30,,,,,100,,body_s#4+L_wheel_s#0+R_wheel_s#0
+WallyPrinceReload,sprout_prince_reload.glb,,20,,,100,100,100,,body_s#0+L_arm_01_s#4+L_wheel_s#0+R_wheel_s#0
+WallyPrincePushback,sprout_prince_pushback.glb,,10,,,50,100,100,,5
+WallyPrinceWin,sprout_prince_win.glb,,125,,,,,,,
+WallyPrinceWinloop,sprout_prince_win.glb,126,185,,,,,,true,
+WallyPrinceLose,sprout_prince_lose.glb,,-1,,,,,,,
+WallyPrinceLoseloop,sprout_prince_lose.glb,99,-1,,,,,,true,
+WallyPrincePortrait,sprout_prince_portrait.glb,50,50,,,,,,true,
+KnightPetDefaultIdle,ash_pet_idle.glb,,-1,-1,,,,,true,
+AshLose,ash_lose.glb,,-1,-1,,,,,,
+AshLoseloop,ash_lose.glb,98,-1,-1,,,,,true,
+AshPortrait,ash_portrait.glb,,-1,-1,,,,,,
+MinigunDudeQueenIdle,pam_queen_idle.glb,1,-1,,,100,100,,true,
+MinigunDudeQueenWalk,pam_queen_walk.glb,1,22,,,100,100,,true,1
+MinigunDudeQueenAttack,pam_queen_attack.glb,,4,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+MinigunDudeQueenSecondary,pam_queen_super.glb,,5,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+MinigunDudeQueenRecoil,pam_queen_attack.glb,4,20,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+MinigunDudeQueenSecondaryRecoil,pam_queen_super.glb,6,20,,,,,175,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+MinigunDudeQueenReload,pam_queen_reload.glb,,20,,,100,,100,,hips_s#1+chest_s#4+spine_lower_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+MinigunDudeQueenPushback,pam_queen_pushback.glb,,10,,,25,100,150,,
+MinigunDudeQueenWin,pam_queen_win.glb,,159,,,,,,,5
+MinigunDudeQueenWinloop,pam_queen_win.glb,160,190,,,,,,true,1
+MinigunDudeQueenLose,pam_queen_lose.glb,,31,,,,,,,
+MinigunDudeQueenLoseloop,pam_queen_lose.glb,32,92,,,,,,true,
+MinigunDudeQueenPortrait,pam_queen_portrait.glb,,,,,,,,true,
+AshNinjaWin,ash_ninja_win.glb,,124,-1,,,,,,
+AshNinjaWinloop,ash_ninja_win.glb,125,-1,-1,,,,,true,
+AshNinjaLose,ash_ninja_lose.glb,,120,-1,,,,,,
+AshNinjaLoseloop,ash_ninja_lose.glb,121,-1,-1,,,,,true,
+AshNinjaIdle,ash_ninja_idle.glb,,-1,-1,,100,100,,true,
+AshNinjaWalk,ash_ninja_walk.glb,,-1,-1,,,,,true,
+AshNinjaAttack,ash_ninja_attack.glb,5,20,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+AshNinjaSuper,ash_ninja_super.glb,,-1,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+AshNinjaRecoil,ash_ninja_attack.glb,21,35,-1,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+AshNinjaSuperRecoil,ash_ninja_super.glb,6,20,-1,,,,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+AshNinjaPushBack,ash_ninja_pushback.glb,,-1,-1,,30,100,100,,
+BrockHotrodGroupProfile,brock_hotrod_win.scw,100,100,,135,74,74,,true,
+CarlHotrodGroupProfile,carl_hotrod_win.scw,120,120,,135,74,,,,
+MegIdle,meg_idle.glb,,-1,-1,,100,100,,true,
+MegWalk,meg_walk.glb,,-1,-1,,100,100,,true,1
+MegAttack,meg_attack.glb,,4,-1,,50,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+MegSuper,meg_super.glb,,38,-1,,,,,,
+MegRecoil,meg_attack.glb,4,15,-1,,,,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+MegSuperRecoil,meg_super.glb,30,-1,-1,,,,50,,
+MegReload,meg_idle.glb,,,-1,,200,200,50,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+MegMechaIdle,meg_mech_idle.glb,,-1,-1,,200,200,,true,
+MegMechaWalk,meg_mech_walk.glb,,-1,-1,,200,200,,true,1
+MegMechaAttack,meg_mech_attack_l.glb,,5,-1,,100,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+MegMechaSuper,meg_mech_super.glb,,5,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+MegMechaRecoilL,meg_mech_attack_l.glb,2,20,-1,,,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+MegMechaRecoilR,meg_mech_attack_r.glb,2,20,-1,,,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+MegMechaSuperRecoil,meg_mech_super.glb,6,-1,-1,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+MegMechaWin,meg_mech_win.glb,,-1,-1,,,,,,
+UndertakerGreaserGroupProfile,mortis_greaser_win.scw,100,100,,135,74,74,,,
+MegWin,meg_win.glb,,158,-1,,,,,,5
+MegWinloop,meg_win.glb,159,186,-1,,,,,true,1
+MegAddonIdle,meg_driver_idle.glb,,-1,-1,,200,200,,true,
+MegAddonWalk,meg_driver_walk.glb,,-1,-1,,200,200,,true,1
+MegAddonAttack,meg_driver_attack_l.glb,,5,-1,,100,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+MegAddonSuper,meg_driver_super.glb,,5,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+MegAddonRecoilL,meg_driver_attack_l.glb,2,20,-1,,,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+MegAddonRecoilR,meg_driver_attack_r.glb,2,20,-1,,,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+MegAddonSuperRecoil,meg_driver_super.glb,6,-1,-1,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+PercenterGladiatorIdle,colette_gladiator_idle.glb,1,29,-1,,100,100,,true,
+PercenterGladiatorWalk,colette_gladiator_walk.glb,1,-1,-1,,100,100,,true,1
+PercenterGladiatorAttack,colette_gladiator_attack.glb,1,4,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+PercenterGladiatorSuper,colette_gladiator_super.glb,,-1,,,50,50,50,,5
+PercenterGladiatorRecoil,colette_gladiator_attack.glb,3,20,-1,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+PercenterGladiatorWin,colette_gladiator_win.glb,1,145,,,,1000,1000,,
+PercenterGladiatorLose,colette_gladiator_lose.glb,1,134,,,,,,,
+PercenterGladiatorLoseloop,colette_gladiator_lose.glb,135,250,,,,,,true,
+PercenterGladiatorPortrait,colette_gladiator_portrait.glb,,,,,,,,,
+PercenterGladiatorWinloop,colette_gladiator_win.glb,146,220,-1,,,,,true,
+ArcadeRetropolisIdle,8bit_retropolis_idle.glb,1,29,,,100,100,,true,
+ArcadeRetropolisWalk,8bit_retropolis_walk.glb,1,20,,,100,100,,true,1
+ArcadeRetropolisAttack,8bit_retropolis_attack.glb,1,5,,,50,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ArcadeRetropolisRecoil,8bit_retropolis_attack.glb,5,-1,,,,,250,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ArcadeRetropolisReload,8bit_reload.scw,,13,,,,,150,,hips_s#1+L_upperLeg_s#0+R_upperLeg_s#0+L_clavicle_s#4+L_shoulder_s#4+L_elbow_s#4+L_forearm_twist_s#4+L_wrist_s#4+R_clavicle_s#0+R_shoulder_s#0+R_elbow_s#0
+ArcadeRetropolisPushback,8bit_pushback.scw,,-1,,,50,100,200,,
+ArcadeRetropolisWin,8bit_retropolis_win.glb,1,70,,,,,,,
+ArcadeRetropolisWinloop,8bit_retropolis_win.glb,71,99,,,,,,true,
+ArcadeRetropolisLose,8bit_lose.scw,1,99,,,,,,,
+ArcadeRetropolisLoseloop,8bit_lose.scw,100,139,,,,,,true,
+ArcadeRetropolisProfile,8bit_base_cam.scw,1,1,,,,,,true,
+DamageBoosterRetropolisIdle,8bit_retropolis_turret_idle.glb,,-1,,,,,,true,
+DamageBoosterRetropolisSpawn,8bit_turret_spawn.scw,,-1,,,,,,true,
+MegLose,meg_lose.glb,,-1,-1,,,,,,5
+MegLoseloop,meg_lose.glb,,-1,-1,,,,,true,1
+MegPortrait,meg_portrait.glb,,-1,-1,,,,,,
+BuzzDirectorWin,buzz_director_win.glb,,115,-1,,,,,,
+BuzzDirectorWinloop,buzz_director_win.glb,115,-1,-1,,,,,true,
+BuzzDirectorLose,buzz_director_lose.glb,,105,-1,,,,,,
+BuzzDirectorLoseloop,buzz_director_lose.glb,105,-1,-1,,,,,true,
+RopeDudeDirectorIdle,buzz_director_idle.glb,1,29,-1,,100,100,,true,
+RopeDudeDirectorWalk,buzz_director_walk.glb,,27,-1,,100,100,,true,1
+RopeDudeDirectorAttack,buzz_director_attack.glb,,28,-1,,,,50,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+RopeDudeDirectorSuperThrow,buzz_director_super_throw.glb,,18,-1,,,,,true,3
+RopeDudeDirectorSuperThrowRecoil,buzz_director_super_throw.glb,3,20,-1,,,200,50,,4
+RopeDudeDirectorSuperJump,buzz_director_super_jump.glb,,-1,-1,,100,,50,true,5
+RopeDudeDirectorWin,buzz_director_win.glb,,147,-1,,,,,,
+RopeDudeDirectorWinloop,buzz_director_win.glb,115,147,-1,,,,,true,
+RopeDudeDirectorLose,buzz_director_lose.glb,,129,-1,,,,,,
+RopeDudeDirectorLoseloop,buzz_director_lose.glb,105,129,-1,,,,,true,
+RopeDudeDirectorPortrait,buzz_director_portrait.glb,77,77,-1,,,,,,
+SpawnerDudeDraculaIdle,mrp_count_pengula_idle.glb,,28,,,100,100,100,true,1
+SpawnerDudeDraculaWalk,mrp_count_pengula_walk.glb,,23,,,100,100,100,true,
+SpawnerDudeDraculaAttack,mrp_count_pengula_attack.glb,,5,,,,,,,R_gunbone_01_s#4+hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SpawnerDudeDraculaRecoil,mrp_count_pengula_attack.glb,6,20,,,,200,50,,R_gunbone_01_s#5+hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0
+SpawnerDudeDraculaPushBack,mrp_count_pengula_idle.glb,,28,,,100,100,100,,5
+SpawnerDudeDraculaWin,mrp_count_pengula_win.glb,,153,,,,,,,5
+SpawnerDudeDraculaWinloop,mrp_count_pengula_win.glb,123,155,,,,,,true,1
+SpawnerDudeDraculaLose,mrp_count_pengula_lose.glb,,118,,,,,,,5
+SpawnerDudeDraculaLoseloop,mrp_count_pengula_lose.glb,97,118,,,,,,true,1
+SpawnerDudeDraculaPortrait,mrp_count_pengula_portrait.glb,,9,,,,,,true,5
+SpawnerDudeTurretDraculaIdle,mrp_count_pengula_pet_spawn.glb,85,85,,,,,,true,1
+SpawnerDudeTurretDraculaSpawn,mrp_count_pengula_pet_spawn.glb,,84,,,,,,,5
+SpawnerDudeTurretDraculaSpawnLoop,mrp_count_pengula_pet_spawn.glb,85,85,,,,,,true,1
+SpawnerPetDraculaIdle,mrp_count_pengula_pet_idle.glb,,-1,,,100,100,100,true,1
+SpawnerPetDraculaWalk,mrp_count_pengula_pet_walk.glb,,13,,,100,100,100,true,
+SpawnerPetDraculaPrimarySkill,mrp_count_pengula_pet_attack.glb,4,15,-1,,,100,100,,3
+MrPPetAttack,mrp_count_pengula_pet_attack.glb,4,15,-1,,,100,100,,3
+BullDudeTerminatorIdle,bull_termina_bull_idle.glb,,29,,,150,150,,true,
+BullDudeTerminatorWalk,bull_termina_bull_walk.glb,,21,,,100,100,,true,1
+BullDudeTerminatorPrimary,bull_termina_bull_attack.glb,1,3,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+BullDudeTerminatorSecondary,bull_termina_bull_super.glb,,21,,150,66,66,133,true,5
+BullDudeTerminatorRecoil,bull_termina_bull_attack.glb,4,20,,,50,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BullDudeTerminatorReload,bull_termina_bull_idle.glb,,45,,200,250,250,250,,ChestBone#2
+BullDudeTerminatorPushback,bull_rock_pushback.scw,,-1,,,100,100,100,,5
+BullDudeTerminatorWin,bull_termina_bull_win.glb,,157,,,,,,,5
+BullDudeTerminatorWinloop,bull_termina_bull_win.glb,97,157,,,,,,true,5
+BullDudeTerminatorLose,termina_bull_lose.glb,,267,,,,,,,5
+BullDudeTerminatorLoseloop,termina_bull_lose.glb,167,267,,,,,,true,5
+BullDudeTerminatorProfile,termina_bull_portrait.glb,157,157,,,,,,,5
+HookDudeSwampIdle,gene_swamp_idle.glb,,78,,,100,100,,true,
+HookDudeSwampWalk,gene_swamp_walk.glb,1,29,,120,100,100,,true,1
+HookDudeSwampAttack,gene_swamp_attack.glb,1,18,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+HookDudeSwampSecondary,gene_swamp_super.glb,1,18,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+HookDudeSwampAttackRecoil,gene_swamp_attack.glb,5,18,,,50,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+HookDudeSwampSecondaryRecoil,gene_swamp_super.glb,1,18,,,100,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+HookDudeSwampReload,gene_swamp_reload.glb,1,23,,,100,200,200,,spine_lower_s#2
+HookDudeSwampPushback,gene_swamp_idle.glb,,78,,,200,300,500,,5
+HookDudeSwampWin,gene_swamp_win.glb,,194,,,,,,,
+HookDudeSwampWinloop,gene_swamp_win.glb,154,194,,,,,,true,
+HookDudeSwampLose,gene_swamp_lose.glb,,158,,,100,,,,
+HookDudeSwampLoseloop,gene_swamp_lose.glb,155,158,,,,,,true,
+HookDudeSwampProfile,gene_swamp_portrait.glb,192,192,,,,,,,
+StickyBombGhostIdle,squeak_ghost_idle.glb,,-1,-1,,100,100,,true,
+StickyBombGhostWalk,squeak_ghost_walk.glb,,-1,-1,,100,100,,true,1
+StickyBombGhostAttack,squeak_ghost_attack.glb,5,20,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+StickyBombGhostRecoil,squeak_ghost_attack.glb,5,20,-1,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+StickyBombGhostPushback,squeak_ghost_pushback.glb,,-1,-1,,,,,,
+StickyBombGhostWin,squeak_ghost_win.glb,,105,-1,,,,,,
+StickyBombGhostWinloop,squeak_ghost_win.glb,70,-1,-1,,,,,true,
+StickyBombGhostLose,squeak_ghost_lose.glb,,150,-1,,,,,,
+StickyBombGhostLoseloop,squeak_ghost_lose.glb,150,150,-1,,,,,true,
+StickyBombGhostPortrait,squeak_ghost_portrait.glb,105,105,-1,,,,,,
+CrowSuperIdle,crow_superhero_idle.glb,1,29,,,100,100,,true,
+CrowSuperWalk,crow_superhero_walk.glb,1,20,,,100,100,,true,1
+CrowSuperPrimary,crow_superhero_attack.glb,,28,,,100,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+CrowSuperSecondary,crow_super.glb,,45,,,50,50,200,,5
+CrowSuperRecoil,crow_superhero_attack.glb,5,20,,,,50,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+CrowSuperReload,crow_superhero_reload.glb,1,20,,,100,50,200,,hips_s#0+chest_s#5+R_clavicle_s#0+head_s#0+L_upperLeg_s#0+R_upperLeg_s#0
+CrowSuperPushback,crow_superhero_pushback.glb,1,10,,,200,100,100,,5
+CrowSuperWin,crow_superhero_win.glb,,191,,,,,,,
+CrowSuperWinloop,crow_superhero_win.glb,109,191,,,,,,true,
+CrowSuperLose,crow_superhero_lose.glb,,176,,,,,,,
+CrowSuperLoseloop,crow_superhero_lose.glb,136,176,,,,,,true,
+CrowSuperProfile,crow_superhero_idle.glb,1,1,,,,,,,
+PowerLevelerKongIdle,surge_kong_idle.glb,,-1,,,100,100,,true,
+PowerLevelerKongWalk,surge_kong_walk.glb,,-1,,75,100,100,,true,1
+PowerLevelerKongSecondary,surge_kong_super.glb,,40,,,,,250,,4
+PowerLevelerKongAttackRecoil,surge_kong_attack.glb,1,-1,,,50,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+PowerLevelerKongReload,surge_kong_reload.glb,,20,,,50,100,100,,hips_s#0+chest_s#0+R_clavicle_s#4+L_clavicle_s#1+L_upperLeg_s#0+R_upperLeg_s#0
+PowerLevelerKongPushback,surge_kong_pushback.glb,,10,,,50,100,100,,5
+PowerLevelerKongWin,surge_kong_win.glb,,209,,,,,,,
+PowerLevelerKongWinloop,surge_kong_win.glb,170,209,,,,,,true,
+PowerLevelerKongLose,surge_kong_lose.glb,,142,,,,,,,
+PowerLevelerKongLoseloop,surge_kong_lose.glb,143,200,,,,,,true,
+PowerLevelerKongProfile,surge_kong_portrait.glb,249,-1,,,,,,,
+RollerHeadlessIdle,stu_headless_idle.glb,1,29,-1,,100,100,,true,
+RollerHeadlessWalk,stu_headless_walk.glb,1,29,-1,,100,100,,true,1
+RollerHeadlessAttack,stu_headless_attack.glb,3,22,-1,,25,,50,,3
+RollerHeadlessRecoil,stu_headless_attack.glb,3,22,-1,,,,200,,4
+RollerHeadlessPushback,stu_pushback.glb,,10,-1,,25,200,100,,
+RollerHeadlessWin,stu_headless_win.glb,1,210,-1,,,,,,
+RollerHeadlessWinloop,stu_headless_win.glb,179,210,-1,,,,,true,
+RollerHeadlessLose,stu_headless_lose.glb,,-1,-1,,,,,,
+RollerHeadlessLoseloop,stu_headless_lose.glb,178,-1,-1,,,,,true,
+RollerHeadlessLoseEnter,stu_headless_lose.glb,,1,-1,,,,,,
+RollerHeadlessPortrait,stu_headless_portrait.glb,210,210,-1,,,,,,
+LollaIdle,lolla_idle.glb,,-1,-1,,100,100,,true,
+LollaWalk,lolla_walk.glb,,-1,-1,,100,100,,true,1
+LollaAttack,lolla_attack.glb,,4,-1,,50,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+LollaRecoil,lolla_attack.glb,5,17,-1,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+JessieIdle,jessie_idle.glb,,-1,,,100,100,,true,
+JessieWalk,jessie_walk.glb,,-1,,,100,100,,true,1
+JessiePrimary,jessie_attack.glb,,4,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+JessieUltiAttack,jessie_idle.glb,,-1,,,200,200,10,true,5
+JessieRecoil,jessie_attack.glb,2,15,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+JessieUltiRecoil,jessie_idle.glb,,-1,,,200,200,100,,5
+JessieReload,jessie_idle.glb,,,,,200,200,200,,chest_s#2
+JessiePushback,jessie_pushback.glb,,10,,,100,100,100,true,5
+JessieWin,jessie_win.glb,1,150,,,,,,,
+JessieWinloop,jessie_win.glb,113,150,,,,,,true,
+JessieLose,jessie_lose.glb,1,99,,,,,,,
+JessieLoseloop,jessie_lose.glb,62,99,,,,,,true,
+JessieProfile,jessie_portrait.glb,73,73,,,,,,,
+JessieTurretIdle,jessie_turret_idle.glb,,-1,-1,,50,50,,true,
+JessieTurretAttack,jessie_turret_attack.glb,,11,-1,,,,20,,
+JessieTurretSpawn,jessie_turret_spawn.glb,,-1,-1,,,,50,,
+BlowerBustersIdle,gale_squeakbuster_idle.glb,1,59,,,200,200,,true,
+BlowerBustersWalk,gale_squeakbuster_walk.glb,1,22,,,200,200,,true,1
+BlowerBustersPrimary,gale_squeakbuster_attack.glb,1,5,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+BlowerBustersRecoil,gale_squeakbuster_attack.glb,5,20,,,,,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BlowerBustersPushback,gale_squeakbuster_pushback.glb,1,10,,,20,100,100,true,5
+BlowerBustersWin,gale_squeakbuster_win.glb,1,185,,,,,,,5
+BlowerBustersWinloop,gale_squeakbuster_win.glb,86,185,,,,,,true,1
+BlowerBustersLose,gale_squeakbuster_lose.glb,1,150,,,,,,,
+BlowerBustersLoseloop,gale_squeakbuster_lose.glb,102,150,,,,,,true,
+BlowerBustersPortrait,gale_squeakbuster_portrait.glb,1,1,,,,,,true,
+LollaSuper,lolla_super.glb,,4,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+LollaSuperRecoil,lolla_super.glb,4,18,-1,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+LollaPushback,lolla_pushback.glb,,10,-1,,20,,100,,
+LollaWin,lolla_win.glb,,-1,-1,,,,800,,
+LollaWinloop,lolla_idle.glb,,-1,-1,,800,800,,true,
+MechanicThiefIdle,jessie_thief_idle.glb,,-1,,,100,100,,true,
+MechanicThiefWalk,jessie_thief_walk.glb,,-1,,,100,100,,true,1
+MechanicThiefPrimary,jessie_thief_attack.glb,,4,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+MechanicThiefUltiAttack,jessie_thief_idle.glb,,-1,,,200,200,10,true,5
+MechanicThiefRecoil,jessie_thief_attack.glb,2,15,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+MechanicThiefUltiRecoil,jessie_thief_idle.glb,,-1,,,200,200,100,,5
+MechanicThiefReload,jessie_thief_idle.glb,,,,,200,200,200,,chest_s#2
+MechanicThiefPushback,jessie_thief_pushback.glb,,10,,,100,100,100,,5
+MechanicThiefWin,jessie_thief_win.glb,1,153,,,,,,,
+MechanicThiefWinloop,jessie_thief_win.glb,121,153,,,,,,true,
+MechanicThiefLose,jessie_thief_lose.glb,1,187,,,,,,,
+MechanicThiefLoseloop,jessie_thief_lose.glb,155,187,,,,,,true,
+MechanicThiefProfile,jessie_thief_portrait.glb,,,,,,,,true,
+MechanicTurretThiefIdle,jessie_thief_turret_idle.glb,,-1,-1,,50,50,,true,
+MechanicTurretThiefAttack,jessie_thief_turret_attack.glb,,11,-1,,,,20,,
+MechanicTurretThiefSpawn,jessie_thief_turret_spawn.glb,,18,-1,,,,50,,
+LollaLose,lolla_lose.glb,,33,-1,,,,,,
+LollaLoseloop,lolla_lose.glb,34,-1,-1,,,,,true,
+LollaPortrait,lolla_portrait.glb,,-1,-1,,,,,,
+DuplicatorCholaIdle,lolla_chola_idle.glb,,-1,-1,,100,100,,true,
+DuplicatorCholaWalk,lolla_chola_walk.glb,,-1,-1,,100,100,,true,1
+DuplicatorCholaAttack,lolla_chola_attack.glb,,4,-1,,50,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+DuplicatorCholaSuper,lolla_chola_super.glb,,4,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+DuplicatorCholaRecoil,lolla_chola_attack.glb,5,17,-1,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+DuplicatorCholaSuperRecoil,lolla_chola_super.glb,4,18,-1,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+DuplicatorCholaPushback,lolla_chola_pushback.glb,,10,-1,,20,,100,,
+DuplicatorCholaWin,lolla_chola_win.glb,,143,-1,,,,800,,
+DuplicatorCholaWinloop,lolla_chola_win.glb,95,143,-1,,800,800,,true,
+DuplicatorCholaLose,lolla_chola_lose.glb,,201,-1,,,,,,
+DuplicatorCholaLoseloop,lolla_chola_lose.glb,157,201,-1,,,,,true,
+DuplicatorCholaPortrait,lolla_chola_portrait.glb,,,-1,,,,,,
diff --git a/CN-39.133/csv_client/billing_packages.csv b/CN-39.133/csv_client/billing_packages.csv
new file mode 100644
index 000000000..8b45de8db
--- /dev/null
+++ b/CN-39.133/csv_client/billing_packages.csv
@@ -0,0 +1,237 @@
+"Name","TID","Type","TypeCN","Disabled","ExistsApple","ExistsAndroid","ExistsCN","DisabledCN","ExistsAppleCN","ExistsAndroidCN","Diamonds","USD","Order","RMB","TencentID","IconExportName","FrameNumber","StarterPackNumber","BigBoxCount","XpLevelReq","ValueFactor","LabelTID","LabelValue","Bg","Decor","IsPromotion","Coins","RefundGemValue","BrawlPassSeason"
+"String","String","int","int","boolean","boolean","boolean","boolean","boolean","boolean","boolean","int","int","int","int","string","string","int","int","int","int","int","String","int","int","int","boolean","int","int","int"
+"com.supercell.laser.gempack0","TID_SHOP_GEM_PACK_1_TITLE",1,,,"TRUE","TRUE","FALSE","TRUE",,,30,199,1,,,"shop_gem_0",0,,,,,,,,,,,30,
+"com.supercell.laser.gempack1","TID_SHOP_GEM_PACK_2_TITLE",1,,,"TRUE","TRUE","FALSE","TRUE",,,80,499,2,,,"shop_gem_1",1,,,,,,,,,,,80,
+"com.supercell.laser.gempack2","TID_SHOP_GEM_PACK_3_TITLE",1,,,"TRUE","TRUE","FALSE","TRUE",,,170,999,3,,,"shop_gem_2",2,,,,,"TID_SHOP_LABEL_POPULAR",,,,,,170,
+"com.supercell.laser.gempack3","TID_SHOP_GEM_PACK_4_TITLE",1,,,"TRUE","TRUE","FALSE","TRUE",,,360,1999,4,,,"shop_gem_3",3,,,,,,,,,,,360,
+"com.supercell.laser.gempack4","TID_SHOP_GEM_PACK_5_TITLE",1,,,"TRUE","TRUE","FALSE","TRUE",,,950,4999,5,,,"shop_gem_4",4,,,,,,,,,,,950,
+"com.supercell.laser.gempack5","TID_SHOP_GEM_PACK_6_TITLE",1,,,"TRUE","TRUE","FALSE","TRUE",,,2000,9999,6,,,"shop_gem_5",5,,,,,"TID_SHOP_LABEL_BEST_VALUE",,,,,,2000,
+"com.supercell.laser.starterpack1","TID_STARTER_PACK_1",2,,"TRUE","TRUE","TRUE","FALSE","TRUE",,,30,299,0,,,,,1,1,5,4,,,1,0,,600,181,
+"com.supercell.laser.starterpack2","TID_STARTER_PACK_2",2,,"TRUE","TRUE","TRUE","FALSE","TRUE",,,30,399,0,,,,,2,2,15,4,,,1,0,,450,243,
+"com.supercell.laser.starterpack3","TID_STARTER_PACK_3",2,,"TRUE","TRUE","TRUE","FALSE","TRUE",,,80,499,0,,,,,3,2,25,4,,,1,0,,700,322,
+"com.supercell.laser.starterpack4","TID_STARTER_PACK_4",2,,"TRUE","TRUE","TRUE","FALSE","TRUE",,,80,599,0,,,,,4,3,35,4,,,1,0,,700,402,
+"com.supercell.laser.xmas2018pack","TID_IAP_XMAS2018_PACK",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,170,499,9,,,,,,2,,4,,,3,1,,,330,
+"com.supercell.laser.starterpackx","TID_STARTER_PACK_0",2,,,"FALSE","FALSE","FALSE","TRUE",,,170,499,0,,,,,0,2,0,4,,,1,3,,,330,
+"com.supercell.laser.starterpack5","TID_STARTER_PACK_5",2,,"TRUE","TRUE","TRUE","FALSE","TRUE",,,100,699,0,,,,,5,3,50,4,,,1,0,,900,446,
+"com.supercell.laser.starterpack6","TID_STARTER_PACK_6",2,,"TRUE","TRUE","TRUE","FALSE","TRUE",,,100,799,0,,,,,6,4,75,4,,,1,0,,900,526,
+"com.supercell.laser.starterpack7","TID_STARTER_PACK_7",2,,"TRUE","TRUE","TRUE","FALSE","TRUE",,,150,899,0,,,,,7,3,100,4,,,1,0,,2000,625,
+"com.supercell.laser.lny2019pack","TID_IAP_LNY2019_PACK",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,170,999,9,,,,,,2,,3,,,3,2,,1500,506,
+"com.supercell.laser.march2019pack","TID_IAP_REFRESHER_PACK",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,111,499,9,,,,,,1,,4,,,1,3,,1111,322,
+"com.supercell.laser.starterpack8","TID_STARTER_PACK_8",2,,"TRUE","TRUE","TRUE","FALSE","TRUE",,,150,999,0,,,,,8,4,125,4,,,1,0,,2000,705,
+"com.supercell.laser.goldenweek","TID_IAP_GOLDENWEEK_PACK",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,170,999,9,,,,,,2,,3,,,4,4,,1500,506,
+"com.supercell.laser.retropolisgempack","TID_IAP_RETROPOLIS_PACK",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,170,499,0,,,,,,1,,3,,,4,5,,,250,
+"com.supercell.laser.retropoliscoins1","TID_IAP_RETROCOIN_PACK_1",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,0,499,0,,,,,,0,,3,,,3,5,,2100,247,
+"com.supercell.laser.retropoliscoins2","TID_IAP_RETROCOIN_PACK_2",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,0,499,1,,,,,,0,,3,,,3,5,,2100,247,
+"com.supercell.laser.retropoliscoins3","TID_IAP_RETROCOIN_PACK_3",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,0,499,2,,,,,,0,,3,,,3,5,,2100,247,
+"com.supercell.laser.sprinkle0","TID_PROMOCODE_PACK",4,,,"FALSE","TRUE","FALSE","TRUE",,,0,99,9,,,,,,1,,,,,,,"TRUE",0,0,
+"com.supercell.laser.sprinkle1","TID_PROMOCODE_PACK",4,,,"FALSE","TRUE","FALSE","TRUE",,,1,99,9,,,,,,0,,,,,,,"TRUE",0,0,
+"com.supercell.laser.sprinkle2","TID_PROMOCODE_PACK",4,,,"FALSE","TRUE","FALSE","TRUE",,,0,99,9,,,,,,1,,,,,,,"TRUE",0,0,
+"com.supercell.laser.sprinkle3","TID_PROMOCODE_PACK",4,,,"FALSE","TRUE","FALSE","TRUE",,,0,99,9,,,,,,0,,,,,,,"TRUE",0,0,
+"com.supercell.laser.sprinkle4","TID_PROMOCODE_PACK",4,,,"FALSE","TRUE","FALSE","TRUE",,,0,99,9,,,,,,0,,,,,,,"TRUE",0,0,
+"com.supercell.laser.sprinkle5","TID_PROMOCODE_PACK",4,,,"FALSE","TRUE","FALSE","TRUE",,,0,99,9,,,,,,0,,,,,,,"TRUE",0,0,
+"com.supercell.laser.sprinkle6","TID_PROMOCODE_PACK",4,,,"FALSE","TRUE","FALSE","TRUE",,,0,99,9,,,,,,0,,,,,,,"TRUE",0,0,
+"com.supercell.laser.sprinkle7","TID_PROMOCODE_PACK",4,,,"FALSE","TRUE","FALSE","TRUE",,,0,99,9,,,,,,0,,,,,,,"TRUE",0,0,
+"com.supercell.laser.sprinkle8","TID_PROMOCODE_PACK",4,,,"FALSE","TRUE","FALSE","TRUE",,,0,99,9,,,,,,0,,,,,,,"TRUE",0,0,
+"com.supercell.laser.sprinkle9","TID_PROMOCODE_PACK",4,,,"FALSE","TRUE","FALSE","TRUE",,,0,99,9,,,,,,0,,,,,,,"TRUE",0,0,
+"com.supercell.laser.som1","TID_IAP_SOM_PACK_1",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,0,499,9,,,,,,0,,2,,,3,4,,1700,200,
+"com.supercell.laser.som2","TID_IAP_SOM_PACK_2",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,0,999,9,,,,,,0,,2,,,3,4,,4200,494,
+"com.supercell.laser.som3","TID_IAP_SOM_PACK_3",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,500,1999,9,,,,,,4,,2,,,1,4,,0,820,
+"com.supercell.laser.som4","TID_IAP_SOM_PACK_4",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,250,999,9,,,,,,4,,4,,,1,4,,2000,805,
+"com.supercell.laser.august1","TID_IAP_AUGUST_PACK_1",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,50,999,9,,,,,,4,,3,,,1,4,,2000,605,
+"com.supercell.laser.august2","TID_IAP_AUGUST_PACK_2",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,150,1999,9,,,,,,8,,3,,,1,4,,2000,1025,
+"com.supercell.laser.flash1","TID_IAP_FLASH_PACK_1",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,100,499,9,,,,,,0,,,"TID_BEST_VALUE_EXTRA",25,4,4,,0,100,
+"com.supercell.laser.flash2","TID_IAP_FLASH_PACK_2",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,300,2999,9,,,,,,10,,4,,,1,4,,8000,2041,
+"com.supercell.laser.moon191","TID_IAP_MOON_19_PACK_1",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,100,999,9,,,,,,2,,3,,,1,4,,2000,495,
+"com.supercell.laser.moon192","TID_IAP_MOON_19_PACK_2",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,1250,4999,9,,,,,,0,,,"TID_BEST_VALUE_EXTRA",30,4,4,,0,1250,
+"com.supercell.laser.b2s191","TID_IAP_B2S_19_PACK_1",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,100,999,9,,,,,,3,,3,,,1,4,,1500,516,
+"com.supercell.laser.b2s192","TID_IAP_B2S_19_PACK_2",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,0,499,9,,,,,,0,,5,,,3,4,,3500,412,
+"com.supercell.laser.b2s193","TID_IAP_B2S_19_PACK_3",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,45,199,9,,,,,,0,,,"TID_BEST_VALUE_EXTRA",50,4,4,,0,45,
+"com.supercell.laser.cw191","TID_IAP_CYBER_WEEK_19_1",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,0,199,9,,,,,,1,,,"TID_BEST_VALUE_DISCOUNT",60,1,4,,0,80,
+"com.supercell.laser.cw192","TID_IAP_CYBER_WEEK_19_2",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,0,499,9,,,,,,0,,3,,,3,4,,2100,247,
+"com.supercell.laser.cw193","TID_IAP_CYBER_WEEK_19_3",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,30,299,9,,,,,,2,,5,,,1,4,,500,249,
+"com.supercell.laser.gstar2019","TID_IAP_GSTAR2019_FINALS",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,150,4999,9,,,,,,12,,3,,,6,4,,12000,2522,
+"com.supercell.laser.bow191","TID_IAP_BRAWLOWEEN_19_1",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,100,999,9,,,,,,4,,4,,,1,4,,2100,667,
+"com.supercell.laser.bow192","TID_IAP_BRAWLOWEEN_19_2",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,0,699,9,,,,,,0,,3,,,3,4,,3000,353,
+"com.supercell.laser.bow193","TID_IAP_BRAWLOWEEN_19_3",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,380,1499,9,,,,,,0,,,"TID_BEST_VALUE_DISCOUNT",25,4,4,,0,380,
+"com.supercell.laser.arabic01","TID_IAP_ARABIC_19_1",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,30,199,9,,,,,,1,,5,,,1,4,,480,166,
+"com.supercell.laser.arabic02","TID_IAP_ARABIC_19_2",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,0,499,9,,,,,,0,,4,,,3,4,,2800,329,
+"com.supercell.laser.xmas190","TID_IAP_XMAS_19_0",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,200,999,9,,,,,,2,,3,,,7,4,,1200,501,
+"com.supercell.laser.xmas191","TID_IAP_XMAS_19_1",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,0,99,9,,,,,,1,,5,,,7,4,,0,80,
+"com.supercell.laser.xmas192","TID_IAP_XMAS_19_2",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,100,499,9,,,,,,3,,5,,,7,4,,600,411,
+"com.supercell.laser.xmas193","TID_IAP_XMAS_19_3",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,350,999,9,,,,,,2,,5,,,7,4,,2700,828,
+"com.supercell.laser.xmas194","TID_IAP_XMAS_19_4",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,450,1999,9,,,,,,6,,5,,,7,4,,6000,1636,
+"com.supercell.laser.cp1119","TID_IAP_COINPACK_11_19",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,0,299,9,,,,,,0,,3,,,3,4,,1250,147,
+"com.supercell.laser.xmas195","TID_IAP_XMAS_19_GENERIC",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,0,199,9,,,,,,2,,5,,,7,4,,0,160,
+"com.supercell.laser.xmas196","TID_IAP_XMAS_19_GENERIC",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,150,699,9,,,,,,4,,5,,,7,4,,900,576,
+"com.supercell.laser.xmas197","TID_IAP_XMAS_19_GENERIC",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,400,1299,9,,,,,,3,,5,,,7,4,,3500,1052,
+"com.supercell.laser.xmas198","TID_IAP_XMAS_19_GENERIC",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,500,2499,9,,,,,,8,,5,,,7,4,,8000,2081,
+"com.supercell.laser.xmas199","TID_IAP_XMAS_19_GENERIC",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,0,299,9,,,,,,2,,5,,,7,4,,700,242,
+"com.supercell.laser.xmas200","TID_IAP_XMAS_19_GENERIC",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,150,799,9,,,,,,4,,5,,,7,4,,1700,670,
+"com.supercell.laser.xmas201","TID_IAP_XMAS_19_GENERIC",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,400,1499,9,,,,,,3,,5,,,7,4,,5100,1240,
+"com.supercell.laser.xmas202","TID_IAP_XMAS_19_GENERIC",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,500,2999,9,,,,,,8,,5,,,7,4,,11500,2493,
+"com.supercell.laser.ny201","TID_IAP_NEW_YEAR_20",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,100,499,9,,,,,,1,,3,,,1,4,,600,251,
+"com.supercell.laser.cp0120","TID_IAP_COINPACK_GENERIC",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,0,99,9,,,,,,0,,4,,,3,4,,550,65,
+"com.supercell.laser.cp0121","TID_IAP_COINPACK_GENERIC",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,0,199,9,,,,,,0,,3,,,3,4,,1400,165,
+"com.supercell.laser.lny201","TID_IAP_LNY2020",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,0,299,9,,,,,,2,,5,,,8,4,,800,254,
+"com.supercell.laser.lny202","TID_IAP_LNY2020",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,80,299,9,,,,,,1,,4,,,8,4,,350,201,
+"com.supercell.laser.lny203","TID_IAP_LNY2020",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,150,499,9,,,,,,1,,4,,,8,4,,900,336,
+"com.supercell.laser.lny204","TID_IAP_LNY2020",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,300,999,9,,,,,,2,,4,,,8,4,,1700,660,
+"com.supercell.laser.lny205","TID_IAP_LNY2020",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,500,1999,9,,,,,,5,,4,,,8,4,,3600,1324,
+"com.supercell.laser.lny206","TID_IAP_LNY2020",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,0,399,9,,,,,,3,,5,,,8,4,,800,334,
+"com.supercell.laser.lny207","TID_IAP_LNY2020",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,80,499,9,,,,,,2,,4,,,8,4,,800,334,
+"com.supercell.laser.lny208","TID_IAP_LNY2020",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,200,999,9,,,,,,4,,4,,,8,4,,1200,661,
+"com.supercell.laser.lny209","TID_IAP_LNY2020",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,350,1499,9,,,,,,5,,4,,,8,4,,2100,997,
+"com.supercell.laser.lny2010","TID_IAP_LNY2020",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,500,2999,9,,,,,,10,,4,,,8,4,,6000,2006,
+"com.supercell.laser.lny2011","TID_IAP_LNY2020",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,50,199,9,,,,,,1,,5,,,8,4,,300,165,
+"com.supercell.laser.tgs201","TID_IAP_TGS2020",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,80,499,9,,,,,,1,,3,,,1,4,,750,248,
+"com.supercell.laser.tgs202","TID_IAP_TGS2020",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,160,999,9,,,,,,2,,3,,,1,4,,1500,496,
+"com.supercell.laser.vd20","TID_IAP_VD2020",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,150,499,9,,,,,,1,,3,,,1,4,,300,265,
+"com.supercell.laser.mar20","TID_IAP_MAR2020",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,150,999,9,,,,,,4,,3,,,1,4,,200,494,
+"com.supercell.laser.brawlpass0","TID_SHOP_SPECIAL_OFFER",5,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,0,499,0,,,,,,,,,,,,,,,0,0
+"com.supercell.laser.brawlpass1","TID_SHOP_SPECIAL_OFFER",5,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,0,499,0,,,,,,,,,,,,,,,0,1
+"com.supercell.laser.0320gp","TID_SHOP_SPECIAL_OFFER",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,415,1999,9,,,,,,0,,,"TID_BEST_VALUE_EXTRA",15,4,4,,0,415,
+"com.supercell.laser.0320backup","TID_SHOP_SPECIAL_OFFER",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,30,499,9,,,,,,3,,3,,,1,4,,0,270,
+"com.supercell.laser.bundle099","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,99,0,,,,,,,,,,,,,,,,
+"com.supercell.laser.bundle199","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,199,0,,,,,,,,,,,,,,,,
+"com.supercell.laser.bundle299","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,299,0,,,,,,,,,,,,,,,,
+"com.supercell.laser.bundle399","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,399,0,,,,,,,,,,,,,,,,
+"com.supercell.laser.bundle499","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,499,0,,,,,,,,,,,,,,,,
+"com.supercell.laser.bundle599","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,599,0,,,,,,,,,,,,,,,,
+"com.supercell.laser.bundle699","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,699,0,,,,,,,,,,,,,,,,
+"com.supercell.laser.bundle799","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,799,0,,,,,,,,,,,,,,,,
+"com.supercell.laser.bundle899","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,899,0,,,,,,,,,,,,,,,,
+"com.supercell.laser.bundle999","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,999,0,,,,,,,,,,,,,,,,
+"com.supercell.laser.bundle1099","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,1099,0,,,,,,,,,,,,,,,,
+"com.supercell.laser.bundle1199","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,1199,0,,,,,,,,,,,,,,,,
+"com.supercell.laser.bundle1299","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,1299,0,,,,,,,,,,,,,,,,
+"com.supercell.laser.bundle1399","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,1399,0,,,,,,,,,,,,,,,,
+"com.supercell.laser.bundle1499","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,1499,0,,,,,,,,,,,,,,,,
+"com.supercell.laser.bundle1599","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,1599,0,,,,,,,,,,,,,,,,
+"com.supercell.laser.bundle1699","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,1699,0,,,,,,,,,,,,,,,,
+"com.supercell.laser.bundle1799","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,1799,0,,,,,,,,,,,,,,,,
+"com.supercell.laser.bundle1899","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,1899,0,,,,,,,,,,,,,,,,
+"com.supercell.laser.bundle1999","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,1999,0,,,,,,,,,,,,,,,,
+"com.supercell.laser.bundle2999","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,2999,0,,,,,,,,,,,,,,,,
+"com.supercell.laser.bundle3999","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,3999,0,,,,,,,,,,,,,,,,
+"com.supercell.laser.bundle4999","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,4999,0,,,,,,,,,,,,,,,,
+"com.supercell.laser.bundle9999","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,9999,0,,,,,,,,,,,,,,,,
+"com.supercell.laser.psg1","TID_IAP_PSG_WEEKEND",3,,"TRUE","TRUE","TRUE","FALSE","TRUE",,,80,499,0,,,,,,2,,4,,,1,4,,700,322,
+"com.supercell.laser.psg2","TID_IAP_PSG_WEEKEND",3,,"TRUE","TRUE","TRUE","FALSE","TRUE",,,170,999,0,,,,,,4,,4,,,1,4,,1700,690,
+"com.supercell.laser.04200","TID_IAP_APRIL20_0",3,,"TRUE","TRUE","TRUE","FALSE","TRUE",,,80,499,0,,,,,,1,,3,,,1,4,,700,242,
+"com.supercell.laser.gw200","TID_IAP_GOLDENWEEK20",3,,"TRUE","TRUE","TRUE","FALSE","TRUE",,,80,499,0,,,,,,3,,5,,,1,4,,700,402,
+"com.supercell.laser.gw201","TID_IAP_GOLDENWEEK20",3,,"TRUE","TRUE","TRUE","FALSE","TRUE",,,170,999,0,,,,,,5,,5,,,1,4,,2400,852,
+"com.supercell.laser.gw202","TID_IAP_GOLDENWEEK20",3,,"TRUE","TRUE","TRUE","FALSE","TRUE",,,540,2999,0,,,,,,15,,5,,,1,4,,8200,2705,
+"com.supercell.laser.04201","TID_IAP_APRIL20_1",3,,"TRUE","TRUE","TRUE","FALSE","TRUE",,,0,199,0,,,,,,1,,4,,,1,4,,350,121,
+"com.supercell.laser.04202","TID_IAP_APRIL20_2",3,,"TRUE","TRUE","TRUE","FALSE","TRUE",,,0,299,0,,,,,,0,,4,,,3,4,,1100,129,
+"com.supercell.laser.sc101","TID_IAP_SC10_1",3,,"TRUE","TRUE","TRUE","FALSE","TRUE",,,40,499,0,,,,,,2,,4,,,1,4,,1100,329,
+"com.supercell.laser.sc102","TID_IAP_SC10_2",3,,"TRUE","TRUE","TRUE","FALSE","TRUE",,,80,999,0,,,,,,4,,4,,,1,4,,2400,682,
+"com.supercell.laser.0620","TID_IAP_0620",3,,"TRUE","TRUE","TRUE","FALSE","TRUE",,,80,499,0,,,,,,1,,3,,,1,4,,700,242,
+"com.supercell.laser.0720","TID_IAP_0720",3,,"TRUE","TRUE","TRUE","FALSE","TRUE",,,80,499,0,,,,,,1,,3,,,1,4,,700,242,
+"com.supercell.laser.0520c","TID_IAP_0520C",3,,"TRUE","TRUE","TRUE","FALSE","TRUE",,,30,199,0,,,,,,1,,5,,,1,4,,350,151,
+"com.supercell.laser.0620c","TID_IAP_0620C",3,,"TRUE","TRUE","TRUE","FALSE","TRUE",,,45,299,0,,,,,,2,,5,,,1,4,,250,234,
+"com.supercell.laser.0620d","TID_IAP_0620D",3,,"TRUE","TRUE","TRUE","FALSE","TRUE",,,170,999,0,,,,,,3,,5,,,1,4,,4000,881,
+"com.supercell.laser.ms201","TID_IAP_MS20_1",3,,"TRUE","TRUE","TRUE","FALSE","TRUE",,,45,299,0,,,,,,1,,4,,,1,4,,500,184,
+"com.supercell.laser.ms202","TID_IAP_MS20_2",3,,"TRUE","TRUE","TRUE","FALSE","TRUE",,,80,499,0,,,,,,2,,4,,,1,4,,700,322,
+"com.supercell.laser.ms203","TID_IAP_MS20_3",3,,"TRUE","TRUE","TRUE","FALSE","TRUE",,,360,1999,0,,,,,,5,,4,,,1,4,,6000,1466,
+"com.supercell.laser.coins0620","TID_IAP_COINS_0620",3,,"TRUE","TRUE","TRUE","FALSE","TRUE",,,0,499,0,,,,,,0,,6,,,3,4,,4000,471,
+"com.supercell.laser.0520g","TID_IAP_0520G",3,,"TRUE","TRUE","TRUE","FALSE","TRUE",,,1200,4999,0,,,,,,0,,,"TID_BEST_VALUE_EXTRA",25,4,4,,0,1200,
+"com.supercell.laser_cn.gempack0","TID_SHOP_GEM_PACK_1_TITLE",,1,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",30,199,1,1200,"GD2020041015865097539219","shop_gem_0",0,,,,,,,,,,,30,
+"com.supercell.laser_cn.gempack1","TID_SHOP_GEM_PACK_2_TITLE",,1,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",80,499,2,3000,"GD2020041015865097822442","shop_gem_1",1,,,,,,,,,,,80,
+"com.supercell.laser_cn.gempack2","TID_SHOP_GEM_PACK_3_TITLE",,1,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",170,999,3,6800,"GD2020041015865098164257","shop_gem_2",2,,,,,"TID_SHOP_LABEL_POPULAR",,,,,,170,
+"com.supercell.laser_cn.gempack3","TID_SHOP_GEM_PACK_4_TITLE",,1,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",360,1999,4,12800,"GD2020041015865098475583","shop_gem_3",3,,,,,,,,,,,360,
+"com.supercell.laser_cn.gempack4","TID_SHOP_GEM_PACK_5_TITLE",,1,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",950,4999,5,32800,"GD2020041015865098866520","shop_gem_4",4,,,,,,,,,,,950,
+"com.supercell.laser_cn.gempack5","TID_SHOP_GEM_PACK_6_TITLE",,1,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",2000,9999,6,64800,"GD2020041015865099143688","shop_gem_5",5,,,,,"TID_SHOP_LABEL_BEST_VALUE",,,,,,2000,
+"com.supercell.laser_cn.starterpack1","TID_STARTER_PACK_1",,2,"TRUE","FALSE","FALSE","TRUE","TRUE","TRUE","TRUE",30,299,0,1800,"GD2020051315893438495358",,,1,1,5,4,,,1,0,,600,181,
+"com.supercell.laser_cn.starterpack2","TID_STARTER_PACK_2",,2,"TRUE","FALSE","FALSE","TRUE","TRUE","TRUE","TRUE",30,399,0,2500,"GD2020051315893554469821",,,2,2,15,4,,,1,0,,450,243,
+"com.supercell.laser_cn.starterpack3","TID_STARTER_PACK_3",,2,"TRUE","FALSE","FALSE","TRUE","TRUE","TRUE","TRUE",80,499,0,3000,"GD2020051315893556064734",,,3,2,25,4,,,1,0,,700,322,
+"com.supercell.laser_cn.starterpack4","TID_STARTER_PACK_4",,2,"TRUE","FALSE","FALSE","TRUE","TRUE","TRUE","TRUE",80,599,0,4000,"GD2020051315893556850503",,,4,3,35,4,,,1,0,,700,402,
+"com.supercell.laser_cn.starterpack5","TID_STARTER_PACK_5",,2,"TRUE","FALSE","FALSE","TRUE","TRUE","TRUE","TRUE",100,699,0,4500,"GD2020051315893557620869",,,5,3,50,4,,,1,0,,900,446,
+"com.supercell.laser_cn.starterpack6","TID_STARTER_PACK_6",,2,"TRUE","FALSE","FALSE","TRUE","TRUE","TRUE","TRUE",100,799,0,5000,"GD2020051315893558367029",,,6,4,75,4,,,1,0,,900,526,
+"com.supercell.laser_cn.starterpack7","TID_STARTER_PACK_7",,2,"TRUE","FALSE","FALSE","TRUE","TRUE","TRUE","TRUE",150,899,0,6000,"GD2020051315893559247326",,,7,3,100,4,,,1,0,,2000,625,
+"com.supercell.laser_cn.starterpack8","TID_STARTER_PACK_8",,2,"TRUE","FALSE","FALSE","TRUE","TRUE","TRUE","TRUE",150,999,0,6800,"GD2020051315893559900801",,,8,4,125,4,,,1,0,,2000,705,
+"com.supercell.laser_cn.bundle099","TID_IAP_BUNDLE_OFFER",,6,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",0,99,0,600,"GD2020051315893560974566",,,,,,,,,,,,,,
+"com.supercell.laser_cn.bundle199","TID_IAP_BUNDLE_OFFER",,6,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",0,199,0,1200,"GD2020051315893561777109",,,,,,,,,,,,,,
+"com.supercell.laser_cn.bundle299","TID_IAP_BUNDLE_OFFER",,6,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",0,299,0,1800,"GD2020051315893562768024",,,,,,,,,,,,,,
+"com.supercell.laser_cn.bundle399","TID_IAP_BUNDLE_OFFER",,6,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",0,399,0,2500,"GD2020051315893563393233",,,,,,,,,,,,,,
+"com.supercell.laser_cn.bundle499","TID_IAP_BUNDLE_OFFER",,6,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",0,499,0,3000,"GD2020051315893564519131",,,,,,,,,,,,,,
+"com.supercell.laser_cn.bundle599","TID_IAP_BUNDLE_OFFER",,6,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",0,599,0,4000,"GD2020051315893565054481",,,,,,,,,,,,,,
+"com.supercell.laser_cn.bundle699","TID_IAP_BUNDLE_OFFER",,6,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",0,699,0,4500,"GD2020051315893565736928",,,,,,,,,,,,,,
+"com.supercell.laser_cn.bundle799","TID_IAP_BUNDLE_OFFER",,6,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",0,799,0,5000,"GD2020051315893566861518",,,,,,,,,,,,,,
+"com.supercell.laser_cn.bundle899","TID_IAP_BUNDLE_OFFER",,6,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",0,899,0,6000,"GD2020051315893567448771",,,,,,,,,,,,,,
+"com.supercell.laser_cn.bundle999","TID_IAP_BUNDLE_OFFER",,6,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",0,999,0,6800,"GD2020051315893568147279",,,,,,,,,,,,,,
+"com.supercell.laser_cn.bundle1099","TID_IAP_BUNDLE_OFFER",,6,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",0,1099,0,7300,"GD2020051315893568691926",,,,,,,,,,,,,,
+"com.supercell.laser_cn.bundle1199","TID_IAP_BUNDLE_OFFER",,6,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",0,1199,0,7800,"GD2020051315893569305245",,,,,,,,,,,,,,
+"com.supercell.laser_cn.bundle1299","TID_IAP_BUNDLE_OFFER",,6,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",0,1299,0,8800,"GD2020051315893570022200",,,,,,,,,,,,,,
+"com.supercell.laser_cn.bundle1399","TID_IAP_BUNDLE_OFFER",,6,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",0,1399,0,9300,"GD2020051315893570953471",,,,,,,,,,,,,,
+"com.supercell.laser_cn.bundle1499","TID_IAP_BUNDLE_OFFER",,6,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",0,1499,0,9800,"GD2020051315893571525843",,,,,,,,,,,,,,
+"com.supercell.laser_cn.bundle1599","TID_IAP_BUNDLE_OFFER",,6,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",0,1599,0,10800,"GD2020051315893572164344",,,,,,,,,,,,,,
+"com.supercell.laser_cn.bundle1699","TID_IAP_BUNDLE_OFFER",,6,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",0,1699,0,11300,"GD2020051315893573188100",,,,,,,,,,,,,,
+"com.supercell.laser_cn.bundle1799","TID_IAP_BUNDLE_OFFER",,6,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",0,1799,0,11800,"GD2020051315893573675868",,,,,,,,,,,,,,
+"com.supercell.laser_cn.bundle1899","TID_IAP_BUNDLE_OFFER",,6,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",0,1899,0,12300,"GD2020051315893574244963",,,,,,,,,,,,,,
+"com.supercell.laser_cn.bundle1999","TID_IAP_BUNDLE_OFFER",,6,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",0,1999,0,12800,"GD2020051315893574803116",,,,,,,,,,,,,,
+"com.supercell.laser_cn.bundle2999","TID_IAP_BUNDLE_OFFER",,6,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",0,2999,0,19800,"GD2020051315893575482563",,,,,,,,,,,,,,
+"com.supercell.laser_cn.bundle3999","TID_IAP_BUNDLE_OFFER",,6,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",0,3999,0,25800,"GD2020051315893576448461",,,,,,,,,,,,,,
+"com.supercell.laser_cn.bundle4999","TID_IAP_BUNDLE_OFFER",,6,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",0,4999,0,32800,"GD2020051315893576957327",,,,,,,,,,,,,,
+"com.supercell.laser_cn.bundle9999","TID_IAP_BUNDLE_OFFER",,6,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",0,9999,0,64800,"GD2020051315893577550063",,,,,,,,,,,,,,
+"com.supercell.laser_cn.0720","TID_IAP_0720",,3,"TRUE","FALSE","FALSE","TRUE","TRUE","TRUE","TRUE",80,499,0,3000,"GD2020051315893578491695",,,,1,,3,,,1,4,,700,242,
+"com.supercell.laser_cn.0620c","TID_IAP_0620C",,3,"TRUE","FALSE","FALSE","TRUE","TRUE","TRUE","TRUE",45,299,0,1800,"GD2020051315893579540286",,,,2,,5,,,1,4,,250,234,
+"com.supercell.laser_cn.0620d","TID_IAP_0620D",,3,"TRUE","FALSE","FALSE","TRUE","TRUE","TRUE","TRUE",170,999,0,6800,"GD2020051315893580080168",,,,3,,5,,,1,4,,4000,881,
+"com.supercell.laser_cn.ms201","TID_IAP_MS20_1",,3,"TRUE","FALSE","FALSE","TRUE","TRUE","TRUE","TRUE",45,299,0,1800,"GD2020051415894427544118",,,,1,,4,,,1,4,,500,184,
+"com.supercell.laser_cn.ms202","TID_IAP_MS20_2",,3,"TRUE","FALSE","FALSE","TRUE","TRUE","TRUE","TRUE",80,499,0,3000,"GD2020051315893581952366",,,,2,,4,,,1,4,,700,322,
+"com.supercell.laser_cn.ms203","TID_IAP_MS20_3",,3,"TRUE","FALSE","FALSE","TRUE","TRUE","TRUE","TRUE",360,1999,0,12800,"GD2020051315893582613473",,,,5,,4,,,1,4,,6000,1466,
+"com.supercell.laser_cn.coins0620","TID_IAP_COINS_0620",,3,"TRUE","FALSE","FALSE","TRUE","TRUE","FALSE","FALSE",0,499,0,3000,"GD2020051315893583148280",,,,0,,6,,,3,4,,4000,471,
+"com.supercell.laser_cn.0520g","TID_IAP_0520G",,3,"TRUE","FALSE","FALSE","TRUE","TRUE","FALSE","FALSE",1200,4999,0,32800,"GD2020051315893583984100",,,,0,,,"TID_BEST_VALUE_EXTRA",25,4,4,,0,1200,
+"com.supercell.laser.som_072001","TID_IAP_SOM_072001",3,,"TRUE","TRUE","TRUE",,"TRUE",,,80,499,0,3000,,,,,2,,4,,,1,4,,700,322,
+"com.supercell.laser.som_072002","TID_IAP_SOM_072002",3,,"TRUE","TRUE","TRUE",,"TRUE",,,150,999,0,6800,,,,,3,,3,,,1,4,,1000,508,
+"com.supercell.laser.som_072003","TID_IAP_SOM_072003",3,,"TRUE","TRUE","TRUE",,"TRUE",,,80,499,0,3000,,,,,1,,3,,,1,4,,700,242,
+"com.supercell.laser.som_072004","TID_IAP_SOM_072004",3,,"TRUE","TRUE","TRUE",,"TRUE",,,30,199,0,1200,,,,,1,,5,,,1,4,,350,151,
+"com.supercell.laser.som_072005","TID_IAP_SOM_072005",3,,"TRUE","TRUE","TRUE",,"TRUE",,,30,199,0,1200,,,,,1,,5,,,1,4,,350,151,
+"com.supercell.laser.som_072006","TID_IAP_SOM_072006",3,,"TRUE","TRUE","TRUE",,"TRUE",,,600,2999,0,19800,,,,,,,,"TID_BEST_VALUE_EXTRA",10,4,4,,0,600,
+"com.supercell.laser.som_072007","TID_IAP_SOM_072007",3,,"TRUE","TRUE","TRUE",,"TRUE",,,2400,9999,0,64800,,,,,,,,"TID_BEST_VALUE_EXTRA",20,4,4,,0,2400,
+"com.supercell.laser.som_072008","TID_IAP_SOM_072008",3,,"TRUE","TRUE","TRUE",,"TRUE",,,170,999,0,6800,,,,,2,,4,,,1,4,,3000,683,
+"com.supercell.laser.som_072009","TID_IAP_SOM_072009",3,,"TRUE","TRUE","TRUE",,"TRUE",,,170,999,0,6800,,,,,2,,3,,,1,4,,2000,565,
+"com.supercell.laser.som_072010","TID_IAP_SOM_072010",3,,"TRUE","TRUE","TRUE",,"TRUE",,,0,499,0,3000,,,,,0,,5,,,3,4,,3400,400,
+"com.supercell.laser_cn.som_072001","TID_IAP_SOM_072001",,3,"TRUE",,,"TRUE","TRUE","TRUE","TRUE",80,499,0,3000,"GD2020062815933124419699",,,,2,,4,,,1,4,,700,322,
+"com.supercell.laser_cn.som_072002","TID_IAP_SOM_072002",,3,"TRUE",,,"TRUE","TRUE","TRUE","TRUE",150,999,0,6800,"GD2020062815933125447645",,,,3,,3,,,1,4,,1000,508,
+"com.supercell.laser_cn.som_072003","TID_IAP_SOM_072003",,3,"TRUE",,,"TRUE","TRUE","TRUE","TRUE",80,499,0,3000,"GD2020062815933127234459",,,,1,,3,,,1,4,,700,242,
+"com.supercell.laser_cn.som_072004","TID_IAP_SOM_072004",,3,"TRUE",,,"TRUE","TRUE","TRUE","TRUE",30,199,0,1200,"GD2020062815933128285051",,,,1,,5,,,1,4,,350,151,
+"com.supercell.laser_cn.som_072005","TID_IAP_SOM_072005",,3,"TRUE",,,"TRUE","TRUE","TRUE","TRUE",30,199,0,1200,"GD2020062815933134747209",,,,1,,5,,,1,4,,350,151,
+"com.supercell.laser_cn.som_072006","TID_IAP_SOM_072006",,3,"TRUE",,,"TRUE","TRUE","TRUE","TRUE",600,2999,0,19800,"GD2020062815933130685206",,,,,,,"TID_BEST_VALUE_EXTRA",10,4,4,,0,600,
+"com.supercell.laser_cn.som_072007","TID_IAP_SOM_072007",,3,"TRUE",,,"TRUE","TRUE","TRUE","TRUE",2400,9999,0,64800,"GD2020062815933131621533",,,,,,,"TID_BEST_VALUE_EXTRA",20,4,4,,0,2400,
+"com.supercell.laser_cn.som_072008","TID_IAP_SOM_072008",,3,"TRUE",,,"TRUE","TRUE","TRUE","TRUE",170,999,0,6800,"GD2020062815933132375996",,,,2,,4,,,1,4,,3000,683,
+"com.supercell.laser_cn.som_072009","TID_IAP_SOM_072009",,3,"TRUE",,,"TRUE","TRUE","TRUE","TRUE",170,999,0,6800,"GD2020062815933133239896",,,,2,,3,,,1,4,,2000,565,
+"com.supercell.laser_cn.som_072010","TID_IAP_SOM_072010",,3,"TRUE",,,"TRUE","TRUE","TRUE","TRUE",0,499,0,3000,"GD2020062815933134021369",,,,0,,5,,,3,4,,3400,400,
+"com.supercell.laser.starr_09001","TID_IAP_STARR_09001",3,,"TRUE","TRUE","TRUE",,"TRUE",,,170,999,0,6800,,,,,4,,4,,,1,4,,2000,725,
+"com.supercell.laser.starr_09002","TID_IAP_STARR_09002",3,,"TRUE","TRUE","TRUE",,"TRUE",,,170,999,0,6800,,,,,2,,3,,,1,4,,2000,565,
+"com.supercell.laser.starr_09003","TID_IAP_STARR_09003",3,,"TRUE","TRUE","TRUE",,"TRUE",,,30,199,0,1200,,,,,0,,5,,,1,4,,1020,150,
+"com.supercell.laser.starr_09004","TID_IAP_STARR_09004",3,,"TRUE","TRUE","TRUE",,"TRUE",,,30,199,0,1200,,,,,1,,5,,,1,4,,340,150,
+"com.supercell.laser.starr_09005","TID_IAP_STARR_09005",3,,"TRUE","TRUE","TRUE",,"TRUE",,,30,199,0,1200,,,,,1,,5,,,12,4,,360,152,
+"com.supercell.laser.starr_09006","TID_IAP_STARR_09006",3,,"TRUE","TRUE","TRUE",,"TRUE",,,170,999,0,6800,,,,,5,,5,,,12,4,,2400,852,
+"com.supercell.laser_cn.starr_09001","TID_IAP_STARR_09001",,3,"TRUE",,,"TRUE","TRUE","TRUE","TRUE",170,999,0,6800,"GD2020090315991135284938",,,,4,,4,,,1,4,,2000,725,
+"com.supercell.laser_cn.starr_09002","TID_IAP_STARR_09002",,3,"TRUE",,,"TRUE","TRUE","TRUE","TRUE",170,999,0,6800,"GD2020090315991136759594",,,,2,,3,,,1,4,,2000,565,
+"com.supercell.laser_cn.starr_09003","TID_IAP_STARR_09003",,3,"TRUE",,,"TRUE","TRUE","TRUE","TRUE",30,199,0,1200,"GD2020090315991138132399",,,,0,,5,,,1,4,,1020,150,
+"com.supercell.laser_cn.starr_09004","TID_IAP_STARR_09004",,3,"TRUE",,,"TRUE","TRUE","TRUE","TRUE",30,199,0,1200,"GD2020090315991139533500",,,,1,,5,,,1,4,,340,150,
+"com.supercell.laser_cn.starr_09005","TID_IAP_STARR_09005",,3,"TRUE",,,"TRUE","TRUE","TRUE","TRUE",30,199,0,1200,"GD2020090315991140992899",,,,1,,5,,,12,4,,360,152,
+"com.supercell.laser_cn.starr_09006","TID_IAP_STARR_09006",,3,"TRUE",,,"TRUE","TRUE","TRUE","TRUE",170,999,0,6800,"GD2020090315991142104145",,,,5,,5,,,12,4,,2400,852,
+"com.supercell.laser_cn.starr_09007","TID_IAP_STARR_09006",,3,"TRUE",,,"TRUE","TRUE","TRUE","TRUE",360,1999,0,12800,"GD2020090315991142639030",,,,5,,5,,,12,4,,8800,1795,
+"com.supercell.laser.starr_09007","TID_IAP_STARR_09006",3,,"TRUE","TRUE","TRUE",,"TRUE",,,360,1999,0,12800,,,,,5,,5,,,12,4,,8800,1795,
+"com.supercell.laser.bundle2499","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,2499,0,,,,,,,,,,,,,,,,
+"com.supercell.laser.bundle2799","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,2799,0,,,,,,,,,,,,,,,,
+"com.supercell.laser_cn.bundle2499","TID_IAP_BUNDLE_OFFER",,6,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",0,2999,0,16300,"GD2021051116207151686700",,,,,,,,,,,,,,
+"com.supercell.laser_cn.bundle2799","TID_IAP_BUNDLE_OFFER",,6,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",0,2999,0,18800,"GD2021051116207151320041",,,,,,,,,,,,,,
+"com.supercell.laser.newstarterpack1","TID_STARTER_PACK_1",2,,,"TRUE","TRUE","FALSE","TRUE",,,20,99,0,,,,,1,1,5,5,,,1,0,,100,112,
+"com.supercell.laser.newstarterpack2","TID_STARTER_PACK_2",2,,,"TRUE","TRUE","FALSE","TRUE",,,0,199,0,,,,,2,2,15,5,,,1,0,,0,160,
+"com.supercell.laser.newstarterpack3","TID_STARTER_PACK_3",2,,,"TRUE","TRUE","FALSE","TRUE",,,45,299,0,,,,,3,2,25,5,,,1,0,,300,240,
+"com.supercell.laser.newstarterpack4","TID_STARTER_PACK_4",2,,,"TRUE","TRUE","FALSE","TRUE",,,80,499,0,,,,,4,4,35,5,,,1,0,,400,447,
+"com.supercell.laser.newstarterpack5","TID_STARTER_PACK_5",2,,,"TRUE","TRUE","FALSE","TRUE",,,100,599,0,,,,,5,5,50,5,,,1,0,,500,559,
+"com.supercell.laser.newstarterpack6","TID_STARTER_PACK_6",2,,,"TRUE","TRUE","FALSE","TRUE",,,130,799,0,,,,,6,6,75,5,,,1,0,,600,681,
+"com.supercell.laser.newstarterpack7","TID_STARTER_PACK_7",2,,,"TRUE","TRUE","FALSE","TRUE",,,170,999,0,,,,,7,7,100,5,,,1,0,,1700,930,
+"com.supercell.laser.newstarterpack8","TID_STARTER_PACK_8",2,,,"TRUE","TRUE","FALSE","TRUE",,,250,1499,0,,,,,8,8,125,5,,,1,0,,5000,1478,
+"com.supercell.laser_cn.newstarterpack1","TID_STARTER_PACK_1",,2,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",20,99,0,600,"GD2021081116286537055113",,,1,1,5,5,,,1,0,,100,112,
+"com.supercell.laser_cn.newstarterpack2","TID_STARTER_PACK_2",,2,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",0,199,0,1200,"GD2021081116286537694577",,,2,2,15,5,,,1,0,,0,160,
+"com.supercell.laser_cn.newstarterpack3","TID_STARTER_PACK_3",,2,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",45,299,0,1800,"GD2021081116286537969006",,,3,2,25,5,,,1,0,,300,240,
+"com.supercell.laser_cn.newstarterpack4","TID_STARTER_PACK_4",,2,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",80,499,0,3000,"GD2021081116286538846049",,,4,4,35,5,,,1,0,,400,447,
+"com.supercell.laser_cn.newstarterpack5","TID_STARTER_PACK_5",,2,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",100,599,0,4000,"GD2021081116286539149716",,,5,5,50,5,,,1,0,,500,559,
+"com.supercell.laser_cn.newstarterpack6","TID_STARTER_PACK_6",,2,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",130,799,0,5000,"GD2021081116286539519246",,,6,6,75,5,,,1,0,,600,681,
+"com.supercell.laser_cn.newstarterpack7","TID_STARTER_PACK_7",,2,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",170,999,0,6800,"GD2021081116286539868726",,,7,7,100,5,,,1,0,,1700,930,
+"com.supercell.laser_cn.newstarterpack8","TID_STARTER_PACK_8",,2,"TRUE","FALSE","FALSE","TRUE",,"TRUE","TRUE",250,1499,0,9800,"GD2021081116286540077144",,,8,8,125,5,,,1,0,,5000,1478,
diff --git a/CN-39.133/csv_client/bp_purchase_popup.csv b/CN-39.133/csv_client/bp_purchase_popup.csv
new file mode 100644
index 000000000..4234ed650
--- /dev/null
+++ b/CN-39.133/csv_client/bp_purchase_popup.csv
@@ -0,0 +1,4 @@
+"Name","Season","HeroArea1","HeroArea2","HeroArea3","FrameName"
+"string","int","String","String","String","String"
+"season8",7,"ShotgunGirlPrincess","KnightDefault","KnightNinja",8
+"season9",8,"BullDudeTerminator","DuplicatorDefault","DuplicatorChola",9
diff --git a/CN-39.133/csv_client/client_globals.csv b/CN-39.133/csv_client/client_globals.csv
new file mode 100644
index 000000000..f72b6baa1
--- /dev/null
+++ b/CN-39.133/csv_client/client_globals.csv
@@ -0,0 +1,439 @@
+"Name","NumberValue","BooleanValue","TextValue","NumberArray","StringArray","AltStringArray"
+"String","int","boolean","string","int","String","String"
+"FEEDBACK_EMAIL",,,,,,
+"FEEDBACK_EMAIL_ANDROID",,,,,,
+"GAME_FACEBOOK_URL",,,,,,
+"GAME_WEIBO_URL",,,,,,
+"GAME_APPBANK_URL",,,,,,
+"GAME_EXTERNAL_URL",,,,,,
+"GAME_TWITTER_URL",,,,,,
+"GAME_TWITTER_URL_JP",,,,,,
+"TOS_URL",,,"http://www.supercell.net/terms-of-service",,,
+"PRIVACY_POLICY_URL_JP",,,"http://supercell.co.jp/privacy-policy.html",,,
+"TOS_URL_JP",,,"http://supercell.co.jp/terms-of-service.html",,,
+"PRIVACY_POLICY_URL_KR",,,,,,
+"TOS_URL_KR",,,,,,
+"HELP_CENTER_LANGUAGES",,,,,"EN",
+,,,,,"DE",
+,,,,,"IT",
+,,,,,"FR",
+,,,,,"ES",
+,,,,,"PT",
+,,,,,"NL",
+,,,,,"CN",
+,,,,,"JP",
+,,,,,"KR",
+,,,,,"TR",
+,,,,,"NO",
+,,,,,"RU",
+"FAQ_URL",,,,,,
+"FORUMS_URL",,,,,,
+"PRIVACY_POLICY_URL",,,"http://www.supercell.net/privacy-policy",,,
+"FEEDBACK_CATEGORIES",,,,,"Purchasing Issue",
+,,,,,"Connection Issue",
+,,,,,"Report Problem",
+,,,,,"Feedback",
+,,,,,"Lost Village",
+,,,,,"Account Locked",
+"FEEDBACK_CATEGORY_BANNED",,,"Banned",,,
+"APP_RATE_XP_LEVEL",11,,,,,
+"COME_BACK_NOTIFICATION_DELAY_HOURS_SMALL",48,,,,,
+"COME_BACK_NOTIFICATION_DELAY_HOURS_MEDIUM",120,,,,,
+"COME_BACK_NOTIFICATION_DELAY_HOURS_LARGE",240,,,,,
+"GAMECENTER_REAUTHORIZE",,"FALSE",,,,
+"BILLING_PACK_NAMES_FROM_CSV",,"FALSE",,,,
+"LOW_GFX_DEVICES",,,,,"iPad2,.*",
+,,,,,"iPad3,.*",
+,,,,,"iPhone4,.*",
+,,,,,"iPhone5,.*",
+,,,,,"iPod5,.*",
+"LOW_GFX_RENDERERS",,,,,"Mali-300.*",
+,,,,,"Mali-400.*",
+,,,,,"Mali-450.*",
+,,,,,"Mali-T6.*",
+,,,,,"Mali-T720",
+,,,,,"Adreno.*2\d\d",
+,,,,,"Adreno.*3\d\d",
+,,,,,"PowerVR.*SGX.*",
+,,,,,"PowerVR.*Rogue.*GE8100",
+"DROID_SANS_FALLBACK_ON_LOW_MEM_DEVICES",,"TRUE",,,,
+"GOOGLE_SERVICE_ACHIEVEMENTS_BUTTON",,"TRUE",,,,
+"ASH_CNT",250,,,,,
+"ASH_CNT_LOW",120,,,,,
+"ASH_CNT_COMBAT",40,,,,,
+"ASH_CNT_COMBAT_LOW",0,,,,,
+"SNOWFLAKE_CNT",200,,,,,
+"SNOWFLAKE_CNT_LOW",100,,,,,
+"SNOWFLAKE_CNT_COMBAT",100,,,,,
+"SNOWFLAKE_CNT_COMBAT_LOW",50,,,,,
+"PARTNER_AFTER_LOGIN",,"TRUE",,,,
+"LOAD_DROID_SANS_FALLBACK_MANUALLY",,"TRUE",,,,
+"LOAD_DROID_SANS_FALLBACK_MANUALLY_ANDROID",,"FALSE",,,,
+"ANDROID_HIGH_MEMORY_LIMIT",900,,,,,
+"ANDROID_MEDIUM_MEMORY_LIMIT",600,,,,,
+"SEND_EVENTS_TO_FB",,"FALSE",,,,
+"SEND_EVENTS_TO_TAPJOY",,"TRUE",,,,
+"SEND_EVENTS_TO_ADCOLONY",,"FALSE",,,,
+"SEND_EVENTS_TO_INMOBI",,"TRUE",,,,
+"SEND_EVENTS_TO_MOBILE_APP_TRACKER",,"TRUE",,,,
+"LIVE_REPLAY_PRESIMULATE_MAX_SUBTICKS_PER_FRAME",120,,,,,
+"LIVE_REPLAY_PRESIMULATE_MAX_SUBTICKS_TOTAL",14400,,,,,
+"WAR_COOLDOWN_MAX_DISPLAY_TIME",86400,,,,,
+"INITIAL_ZOOM_TABLET",90,,,,,
+"INITIAL_ZOOM_PHONE_WIDESCREEN",100,,,,,
+"INITIAL_ZOOM_PHONE",100,,,,,
+"MAX_WAR_TROOP_MESSAGE_LENGTH",40,,,,,
+"DISCONNECT_IF_NETWORK_UNREACHABLE",,"FALSE",,,,
+"NETWORK_UNREACHABLE_TIMEOUT",30,,,,,
+"CLOSE_EXIT_CONFIRMATION_ON_BACK_KEY",,"TRUE",,,,
+"LOADING_ANIM_DISPLAY_DELAY",1000,,,,,
+"SHOW_GEM_BALANCE_IN_JP",,"TRUE",,,,
+"LIVE_REPLAY_SPEEDUP_TO_CATCHUP_TO_LIVE_FEED",,"FALSE",,,,
+"POWER_SAVE_MODE_LESS_ENDTURN_MESSAGES",,"TRUE",,,,
+"WALL_ANIMATE_CYCLE",45,,,,,
+"WALL_ANIMATE_CYCLE_LOW_END",90,,,,,
+"USE_CLOUDS_FOR_WAR_TRANSITION",,"FALSE",,,,
+"WAR_MAP_SHOW_STARS_IN_REAL_TIME",,"TRUE",,,,
+"ENABLE_KR_CALL_CENTER",,"TRUE",,,,
+"ENABLE_ALLIANCE_WARS",,"TRUE",,,,
+"ENABLE_OLD_WARS",,"TRUE",,,,
+"ENABLE_WAR_HISTORY_MENU",,"TRUE",,,,
+"ENABLE_WAR_STREAM",,"TRUE",,,,
+"GOOGLE_SERVICE_ACHIEVEMENTS",,"FALSE",,,,
+"GOOGLE_SERVICE_REAUTHORIZE",,,,,,
+"GOOGLE_SERVICE_POPUP_AFTER_FIRST_PURCHASE",,"TRUE",,,,
+"GOOGLE_SERVICE_POPUP_AFTER_TOWN_HALL_LEVEL",3,,,,,
+"GOOGLE_SERVICE_POPUP_SHOW_AFTER_EACH_TOWNHALL",,"TRUE",,,,
+"ENABLE_CHAT_IN_VISIT",,"TRUE",,,,
+"ENABLE_CHAT_IN_CLOUDS",,"TRUE",,,,
+"ENABLE_CHAT_IN_REPLAY",,"TRUE",,,,
+"CLOUD_CHAT_TIME_LIMIT_SECONDS",4,,,,,
+"CLOUD_CHAT_TROPHY_LIMIT",3600,,,,,
+"CLOUD_CHAT_TROPHY_LIMIT_V2",2000,,,,,
+"USE_LOWRES_INGAME_ASSETS_IN_MEDIUM",,"TRUE",,,,
+"CLOSE_TROOP_TRAINING_IN_TUTORIAL",,"FALSE",,,,
+"RECOVER_EDIT_MODE_SESSION",,"TRUE",,,,
+"IN_APP_RETRY_LIMIT",4,,,,,
+"SHOW_BUBBLE_ICON_ON_BROKEN_TRAPS",,"FALSE",,,,
+"DISCONNECT_IN_APPS",,"FALSE",,,,
+"RETRY_PURCHASES_IN_SHOP",,"TRUE",,,,
+"RECONNECT_AFTER_SLEEPING_SECONDS",180,,,,,
+"SHOW_GEMS_PURCHASE_BUTTON_DURING_TUTORIAL",,"FALSE",,,,
+"VILLAGE_EDIT_MODE_MINIMUM_TH_LEVEL",2,,,,,
+"CONTENT_UPDATE_HASH_CHECK",,"TRUE",,,,
+"SEND_PERFORMANCE_EVENTS",,"FALSE",,,,
+"SEND_PERFORMANCE_EVENTS_ANDROID",,"FALSE",,,,
+"PERFORMANCE_EVENTS_INTERVAL_SECONDS",99999,,,,,
+"PERFORMANCE_EVENTS_INTERVAL_SECONDS_ANDROID",60,,,,,
+"HARD_BIND_TOWN_HALL_LEVEL",4,,,,,
+"SCALE_UNIT_UI_IN_BATTLE",,"TRUE",,,,
+"USE_DEVICE_LINK",,"FALSE",,,,
+"DISABLE_MASK_FROM_EMPTY_INPUT_FIELD",,"TRUE",,,,
+"HIDE_ISO_ENGINE_IN_BIG_POPUPS",,"TRUE",,,,
+"HIGE_ISO_ENGINE_UNDER_CHAT",,"TRUE",,,,
+"HIDE_ISO_ENGINE_IN_SHOP",,"TRUE",,,,
+"ONLY_INSTALLED_FACEBOOK_FRIENDS",,"FALSE",,,,
+"CONFIRM_WORD_MAX_LENGTH",15,,,,,
+"HUD_PRINT_TIME",6,,,,,
+"HUD_PRINT_TIME_LONG",30,,,,,
+"PAYMENT_LIMIT_CONFIRMATION_ENABLED",,"FALSE",,,,
+"PAYMENT_LIMIT_CONFIRMATION_USD",15000,,,,,
+"PAYMENT_LIMIT_CONFIRMATION_TIME",15,,,,,
+"SHOW_DONATION_STATS_FOR_ALL_CLANS",,"TRUE",,,,
+"USE_NEW_LOADING_BAR_LOGIC",,"TRUE",,,,
+"HIGH_SCORE_EMPTY_LINES",,,,10,,
+,,,,50,,
+,,,,100,,
+,,,,150,,
+,,,,200,,
+"SHOW_IAP_NOTIFICATION_POPUP",,"TRUE",,,,
+"SEND_ONLY_INSTALL_EVENTS_TO_APP_TRACKER",,"FALSE",,,,
+"DEFAULT_TO_LOCAL_HIGHSCORES",,"FALSE",,,,
+"ENABLE_LOCAL_RANKINGS",,"TRUE",,,,
+"DEFAULT_TO_LOCAL_CLAN_HIGHSCORES",,"FALSE",,,,
+"ENABLE_LOCAL_CLAN_RANKINGS",,"TRUE",,,,
+"USE_ARMY_READY_NOTIFICATION",,"TRUE",,,,
+"USE_SPELLS_READY_NOTIFICATION",,"TRUE",,,,
+"USE_LABORATORY_UPGRADE_READY_NOTIFICATION",,"TRUE",,,,
+"USE_WALL_MOVE_TOOL",,"TRUE",,,,
+"USE_HERO_HEALTH_FULL_NOTIFICATION",,"FALSE",,,,
+"LOW_END_WALL_CORNERS",,"TRUE",,,,
+"REPEAT_ATTACK_INSTRUCTION_TIME",5,,,,,
+"SWITCH_CONFIRMATION_XP_LEVEL",7,,,,,
+"DISABLE_ANIMATOR_RESET",,"FALSE",,,,
+"BUFFER_SERVER_COMMANDS",,"TRUE",,,,
+"NO_MONEY_COLOR_RED",255,,,,,
+"NO_MONEY_COLOR_GREEN",123,,,,,
+"NO_MONEY_COLOR_BLUE",114,,,,,
+"ACHIEVEMENTS_ENABLED",,"TRUE",,,,
+"GAME_CENTER_ACHIEVEMENTS_ENABLED",,"TRUE",,,,
+"GAME_CENTER_CHALLENGES_ENABLED",,"TRUE",,,,
+"MAX_ALLIANCE_SEARCH_TROPHIES",50000,,,,,
+"RED_CAMPAIGN_ENABLED",,"FALSE",,,,
+"SHOW_NEWS_INDICATOR_XP_LIMIT",10,,,,,
+"SEND_GC_ACHIEVEMENT_0_PROGRESS",,"FALSE",,,,
+"USE_GC_SEND_ALL_ACHIEVEMENTS",,"TRUE",,,,
+"SEND_GC_ACHIEVEMENT_PROGRESS_ONCE",,"TRUE",,,,
+"HELPSHIFT_ENABLED",,"TRUE",,,,
+"FORCE_USE_HELPSHIFT_FALLBACK_URL",,"FALSE",,,,
+"DISABLE_HELPSHIFT_CONTACT_US_FROM_NON_PAYING",,"FALSE",,,,
+"DISABLE_STARTUP_CONSTANT_CONNECTION_FIX",,"FALSE",,,,
+"HERO_HEALTH_WARNING_LEVEL",40,,,,,
+"KEEPALIVE_INTERVAL_SECONDS",5,,,,,
+"DISCONNECT_IF_KEEPALIVE_IS_BEHIND",,"TRUE",,,,
+"KEEPALIVE_TIMEOUT",30,,,,,
+"KEEPALIVE_SHOW_WARNING_AFTER_SECONDS",10,,,,,
+"USE_RTT_FOR_THUMBNAILS",,"TRUE",,,,
+"USE_DEFAULT_USER_NAME",,"FALSE",,,,
+"PARENTS_GUIDE_URL",,,"http://www.supercell.net/parents",,,
+"FORGET_WAR_PARTICIPANTS_WHEN_WAR_MAP_CLOSES",,"TRUE",,,,
+"SHOW_VILLAGE_THUMBNAIL_ON_PROFILE",,"TRUE",,,,
+"ALWAYS_FORCE_VALID_WAR_SIZE_IN_WAR_PARTICIPANTS_SCREEN",,"FALSE",,,,
+"ONLY_SHOW_WAR_PREFERENCE_IN_CLAN_LIST",,"TRUE",,,,
+"CLAN_BADGE_SCROLLER_SNAP_AGRESSIVENESS",200,,,,,
+"SHOW_SUPPORT_TARGETING_ICON",,"FALSE",,,,
+"MAX_INSTRUCTOR_TH_LEVEL",0,,,,,
+"ENABLE_SC_CACHING",,"TRUE",,,,
+"ENABLE_SC_CACHE_LOADING",,"TRUE",,,,
+"SC_CACHE_FREE_SPACE_LIMIT",200,,,,,
+"SC_CACHE_FREE_SPACE_LIMIT_ANDROID",400,,,,,
+"SC_CACHE_USE_MODULO",,,,,,
+"INSTRUCTOR_RECOMMENDS_PVP",,"FALSE",,,,
+"REMOVE_INSTRUCTOR_AFTER_CLAN_CASTLE_REPAIR",,"FALSE",,,,
+"INSTRUCTOR_MIN_IDLE_TIME_SEC",5,,,,,
+"INSTRUCTOR_MAX_IDLE_TIME_SEC",10,,,,,
+"INSTRUCTOR_MIN_GOLD_PERCENT_FOR_RECOMMENDING_RAID",25,,,,,
+"INSTRUCTOR_MIN_ELIXIR_PERCENT_FOR_RECOMMENDING_RAID",25,,,,,
+"INSTRUCTOR_TIME_TO_HIDE_BUBBLE_AFTER_TAP_IN_SECONDS",10,,,,,
+"SHOW_SAFE_ZONE_WHEN_BUILDING_SELECTED",,"TRUE",,,,
+"CONNECT_IOS_TO_KUNLUN",,"TRUE",,,,
+"KUNLUN_SPLASH_MESSAGE",,,,,,
+"RENDER_TEXT_OUTLINES_FIRST",,"TRUE",,,,
+"FALLBACK_ARABIC_FONT",,,"font/NotoNaskhArabic-Bold.ttf",,,
+"FALLBACK_RUSSIAN_FONT",,,"font/Pusia-Bold.otf",,,
+"FALLBACK_JP_FONT",,,,,,
+"USE_HELPSHIFT_SDK_LANGUAGE",,"TRUE",,,,
+"EXTRA_HELPSHIFT_LANGUAGES",,,,,"fi",
+"TRACK_GC_SPEND_MODULO",199,,,,,
+"TEXTFIELD_SCALE_FONT_SIZE_MAX_TESTS",3,,,,,
+"LANGUAGE_SETTINGS_SCROLL_MS",300,,,,,
+"LANGUAGE_SETTINGS_SCROLL_ENABLED",,"TRUE",,,,
+"USE_REAL_WORLD_THRESHOLDS",,"FALSE",,,,
+"PAN_THRESHOLD",16,,,,,
+"PINCH_THRESHOLD",13,,,,,
+"UNIT_BAR_SENSITIVITY",30,,,,,
+"CAMERA_EXTRA_BOUNDS_HOME",200,,,,,
+"CAMERA_EXTRA_BOUNDS_WAR",200,,,,,
+"CAMERA_EXTRA_BOUNDS_NPC",0,,,,,
+"CAMERA_EXTRA_BOUNDS_VILLAGE2",500,,,,,
+"CAMERA_EXTRA_BOUNDS_BOTTOM_HOME",400,,,,,
+"CAMERA_EXTRA_BOUNDS_BOTTOM_WAR",400,,,,,
+"CAMERA_EXTRA_BOUNDS_BOTTOM_NPC",-55,,,,,
+"CAMERA_EXTRA_BOUNDS_BOTTOM_VILLAGE2",800,,,,,
+"CAMERA_EXTRA_BOUNDS_TOP_HOME",100,,,,,
+"CAMERA_EXTRA_BOUNDS_TOP_WAR",100,,,,,
+"CAMERA_EXTRA_BOUNDS_TOP_NPC",0,,,,,
+"CAMERA_EXTRA_BOUNDS_TOP_VILLAGE2",600,,,,,
+"CLOUD_CHAT_NOTIFICATION_SOUND_TIME_LIMIT",10,,,,,
+"CANCEL_GAME_INPUT_ON_PAN_AND_PINCH",,"TRUE",,,,
+"ALWAYS_SEND_DEVICE_TOKEN_MESSAGE_AFTER_SECONDS",15,,,,,
+"GOOGLE_PLAY_KUNLUN_TUTORIAL_VIDEO_URL",,,,,,
+"GOOGLE_PLAY_KUNLUN_TUTORIAL_VIDEO_URL_ANDROID",,,,,,
+"GOOGLE_KUNLUN_TRANSFER_COUNTRIES",,,,,"CN",
+"GENERATE_CODE_TH_LEVEL_REQUIREMENT",3,,,,,
+"SHOW_CONTEXT_MENU_FOR_PLAYER",,"TRUE",,,,
+"SHOW_IAP_INFO_IN_KOREA",,"TRUE",,,,
+"USE_HELPSHIFT_LINKS",,"FALSE",,,,
+"USE_TOS_AND_PP_FIRST_POPUP",,"FALSE",,,,
+"TERMS_AND_CONDITIONS_HELPSHIFT_URL",,,,,,
+"USE_PEPPER_CRYPTO",,"TRUE",,,,
+"IAP_INFO_KOREA_URL",,,,,,
+"HUD_PRINT_TIME_PERSONAL_BREAK",300,,,,,
+"GUARD_NOTIFICATION_TIME",900,,,,,
+"SHIELD_NOTIFICATION_TIME",0,,,,,
+"SHOW_SHIELD_BREAKING_POPUP_ONCE",,"TRUE",,,,
+"ANIMATE_WAR_BUTTON_ON_ACTIVITY",,"TRUE",,,,
+"HELPSHIFT_MIN_IOS_VERSION",,,9,,,
+"USE_TREASURY_WINDOW",,"TRUE",,,,
+"APPLY_REPLAY_COMPATIBILITY_IF_CONTENT_VERSION",0,,,,,
+"MIN_COMPATIBLE_CONTENT_VERSION_FOR_REPLAY",0,,,,,
+"ENABLE_SCREENRECORDING",,"FALSE",,,,
+"DISABLE_SCREENSHAKE_WHILE_RECORDING",,"TRUE",,,,
+"SEND_CONNECTION_TYPE_INFO",,"TRUE",,,,
+"HELPSHIFT_AFTER_LOGIN",,"TRUE",,,,
+"SHOW_HELPSHIFT_CONTACT_IN_TH",4,,,,,
+"REMOVE_SHADOWS_FROM_DESTROYED_BUILDINGS",,"TRUE",,,,
+"FINISH_DEFERRED_TRANSACTION_IN_HOURS",24,,,,,
+"RESET_PENDING_TRANSACTION_WHEN_FINISHING_DEFERRED_PURCHASE",,"TRUE",,,,
+"LOAD_ADDITIONAL_SC_FILES",,"FALSE",,,,
+"DO_GOOGLE_LOGIN_AT_STARTUP",,"TRUE",,,,
+"USE_FIXED_TIME_STEP_EMITTERS",,"TRUE",,,,
+"BUILDER_CONTEXT_MENU_ENABLED",,"TRUE",,,,
+"LOOTCART_CONTEXT_MENU_ENABLED",,"TRUE",,,,
+"EMITTER_MAX_DELTA_TIME_MS",0,,,,,
+"SHOW_INGAME_MAINTENANCE_SCREEN",,"TRUE",,,,
+"USE_DEEP_LINKING",,"TRUE",,,,
+"USE_GAMEOBJECT_SELECTION_IN_REPLAYS",,"TRUE",,,,
+"SHOW_AOE_IN_REPLAYS",,"TRUE",,,,
+"SHOW_FORGOT_ARMY_NOTIF",,"TRUE",,,,
+"SHOW_FORGOT_SPELLS_NOTIF",,"TRUE",,,,
+"SHOW_COMBINED_ARMY_READY_NOTIF",,"TRUE",,,,
+"USE_COPY_PASTE_MENU",,"TRUE",,,,
+"USE_STAR_BONUS_NOTIFICATION",,"TRUE",,,,
+"SHOW_SHORT_NOTIFICATIONS",,"TRUE",,,,
+"NEWS_DEFAULT_ITEM",,,"news_entry_dynamic",,,
+"NEWS_DEFAULT_ICON",,,"news_tutor_icon",,,
+"ENABLE_WATCH_LIVE_IN_SCOUTING",,"TRUE",,,,
+"ENABLE_CHALLENGE_SCOUT",,"TRUE",,,,
+"DEFAULT_LANGUAGE_FOR_CAFEBAZAAR",,,"FA",,,
+"FORGOT_ARMY_NOTIF_MINUTES",720,,,,,
+"FORGOT_SPELLS_NOTIF_MINUTES",720,,,,,
+"FORGOT_SPELLS_NOTIF_SLOT_COUNT",2,,,,,
+"ALLIANCE_DATA_MESSAGE_OWN_ALLIANCE_FIX",,"TRUE",,,,
+"ALLIANCE_WAR_ATTACK_HID_OBJ_NULL_CHECK",,"TRUE",,,,
+"TRACK_MODULO",13,,,,,
+"TRACK_CURRENCY_BALANCE",,"TRUE",,,,
+"ALLIANCE_VIEW_CLOSE_CONTEXT_ON_CLICK",,"TRUE",,,,
+"USE_EMPTY_ANIM_FOR_BUILDINGS_UNDER_UPGRADE",,"TRUE",,,,
+"ARMY_READY_NOTIF_ADDITIONAL_SECONDS",30,,,,,
+"CHALLENGE_FRIENDS_FROM_LIST",,"FALSE",,,,
+"CANCEL_KUNLUN_PURCHASES_ON_WINDOW_CLOSED",,"TRUE",,,,
+"TRAINING_SHOW_MAX_CAPACITY_WITH_OVERTRAINING",,"FALSE",,,,
+"MINIMUM_LIVE_CHAT",-1,,,,,
+"DARK_COLOR_RED",0,,,,,
+"DARK_COLOR_GREEN",0,,,,,
+"DARK_COLOR_BLUE",35,,,,,
+"DARK_COLOR_ALPHA",95,,,,,
+"FOREGROUND_BUFFER_W",256,,,,,
+"FOREGROUND_BUFFER_H",256,,,,,
+"BACKGROUND_BUFFER_W_LOW_MEM",512,,,,,
+"BACKGROUND_BUFFER_H_LOW_MEM",512,,,,,
+"BACKGROUND_BUFFER_W",2048,,,,,
+"BACKGROUND_BUFFER_H",1024,,,,,
+"USE_ALLIANCE_CHAT_REPORTING",,"TRUE",,,,
+"EVENT_LOCAL_NOTIF_TH_MIN_LIMIT",3,,,,,
+"SPECIAL_URLS",,,,,"EN",
+,,,,,"CN",
+"USE_SHIP_SCREEN_URL",,"FALSE",,,,
+"SHOW_VILLAGE_OBJECTS",,"TRUE",,,,
+"PRELOAD_SOUNDS",,"FALSE",,,,
+"SHARE_TAGS_ENABLED",,"TRUE",,,,
+"SHARED_DEEPLINK_URL",,,,,,
+"DEFERRED_FILE_DOWNLOAD_ENABLED",,"TRUE",,,,
+"SHOW_V2_COLLECTORS_FULL_NOTIF",,"TRUE",,,,
+"SHOW_V2_DAILY_LIMIT_RESET_NOTIF",,"TRUE",,,,
+"GIFT_PACK_LOCAL_EXTENSION",,,,,,
+"ENABLE_TENCENT_FRIENDS",,"TRUE",,,,
+"LASER_BOX_URL_WHITE_LIST",,,,,"https://www.youtube.com/embed/",
+,,,,,"about:blank",
+"LASER_BOX_DOMAIN_WHITE_LIST",,,,,"kunlun-cdn.com",
+,,,,,"accounts.google.com",
+,,,,,"video.qq.com",
+,,,,,"v.qq.com",
+,,,,,"qualtrics.com",
+,,,,,"bilibili.com",
+,,,,,"hd.huya.com",
+,,,,,"open.douyu.com",
+"ESPORTS_HUB_URL_WHITE_LIST",,,,,,
+"ESPORTS_HUB_DOMAIN_WHITE_LIST",,,,,"discord.com",
+"JOYSTICK_AREA_WIDTH",350,,,,,
+"ENABLE_CHAT_REPORTING",,"TRUE",,,,
+"ENABLE_BAD_TEXT_CHECK",,"TRUE",,,,
+"CLAN_INVITE_TOKEN_ENABLED",,"TRUE",,,,
+"CLAN_INVITE_TOKEN_EXPIRE_TIME_SECONDS",600,,,,,
+"FRIEND_INVITE_TOKEN_ENABLED",,"TRUE",,,,
+"FRIEND_INVITE_TOKEN_EXPIRE_TIME_SECONDS",600,,,,,
+"TEAM_INVITE_DEEPLINK_ENABLED",,"TRUE",,,,
+"CN_STARTUP_WARNING",,,"为了你的健康,请合理控制游戏时间。沪网文【2018】8544-517号 新出网证(沪)字33号 著作权人:超级细胞有限公司(SUPERCELL OY)出版单位:\n上海游族信息技术有限公司 国新出审【2020】552号 出版物号:ISBN 978-7-498-07472-0\n抵制不良游戏,拒绝盗版游戏。注意自我保护,谨防受骗上当。\n适度游戏益脑,沉迷游戏伤身。合理安排时间,享受健康生活。",,,
+"CN_STARTUP_WARNING_TOP",,,"为了你的健康,请合理控制游戏时间。沪网文【2018】8544-517号 新出网证(沪)字33号 著作权人:超级细胞有限公司(SUPERCELL OY)出版单位:\n上海游族信息技术有限公司 国新出审【2020】552号 出版物号:ISBN 978-7-498-07472-0",,,
+"CN_STARTUP_WARNING_BOTTOM",,,"健康游戏忠告\n抵制不良游戏,拒绝盗版游戏。注意自我保护,谨防受骗上当。\n适度游戏益脑,沉迷游戏伤身。合理安排时间,享受健康生活。\n根据国家新闻出版署《关于防止未成年人沉迷网络游戏的通知》\n《国家新闻出版署关于进一步严格管理切实防止未成年人沉迷网络游戏的通知》,\n所有网络游戏用户均需使用有效身份信息完成账号实名注册后方可进入游戏,认证为未成年的玩家将受到防沉迷功能限制。",,,
+"CN_STARTUP_WARNING_MINDURATION",5,,,,,
+"CHINA_REGULATIONS_ENABLED",,"TRUE",,,,
+"RARE_CHANCE",559,,,,,
+"SUPER_RARE_CHANCE",252,,,,,
+"EPIC_CHANCE",114,,,,,
+"MYTHIC_CHANCE",52,,,,,
+"LEGENDARY_CHANCE",23,,,,,
+"STAR_POWER_CHANCE",10,,,,,
+"ACCESSORY_CHANCE",20,,,,,
+"PP_CHANCE",932,,,,,
+"SPECTATE_ENABLED",,"TRUE",,,,
+"KAKAO_ENABLED",,"TRUE",,,,
+"LINE_ENABLED",,"TRUE",,,,
+"SELFHELP_ENABLED",,"TRUE",,,,
+"RETRY_LOGIN_DURING_MAINTENANCE",,"TRUE",,,,
+"NEW_HERO_CHANCE",48,,,,,
+"ONLINE_MENU_WAIT_BEFORE_UPDATE_SECS",5,,,,,
+"ONLINE_MENU_AUTO_CLOSE_TIME_SECS",-1,,,,,
+"ONLINE_MENU_NEW_ITEM_THROTTLE_SECS",60,,,,,
+"AUTO_OPEN_TEAM_LOOT_BAR",,"TRUE",,,,
+"DEFAULT_FONT_COLORS",,,,,"0xff4d4848",
+,,,,,"0xffe1e1e1",
+,,,,,"0xfffd8067",
+,,,,,"0xff9aee2d",
+,,,,,"0xff2766cf",
+,,,,,"0xff61def1",
+,,,,,"0xfff871f8",
+,,,,,"0xffffd156",
+,,,,,"0xffd16eff",
+,,,,,"0xfffe6a71",
+"COLOR_YOU",,,"0xff00ff00",,,
+"BATTLE_FRAME_RATE",,,,90,"Phone 2",
+,,,,90,"PEEM00",
+,,,,90,"PEDM00",
+,,,,90,"PEDT00",
+,,,,60,"LE2120",
+,,,,60,"LE2121",
+,,,,60,"LE2123",
+,,,,60,"LE2125",
+,,,,60,"LE2127",
+,,,,60,"CPH2171",
+,,,,60,"CPH2173",
+,,,,60,"PEET00",
+,,,,60,"PFLM10",
+"MOVEMENT_SPEED_CLASSES",,,,580,,
+,,,,650,,
+,,,,720,,
+,,,,770,,
+,,,,820,,
+"RELOAD_SPEED_CLASSES",,,,2200,,
+,,,,2000,,
+,,,,1500,,
+,,,,1400,,
+,,,,1000,,
+"RANGE_CLASSES",,,,11,,
+,,,,20,,
+,,,,27,,
+,,,,30,,
+"LINK_FONT_COLOR",,,"0xffa3edff",,,
+"RATING_DIALOG_XP_LEVELS",,,,5,,
+,,,,15,,
+,,,,30,,
+,,,,50,,
+,,,,70,,
+"LFG_XP_LIMIT",10,,,,,
+"BATTLE_EMOTE_VISIBLE_TIME_SECS",5,,,,,
+"QQ_TARGET_URL",,,"https://speed.gamecenter.qq.com/pushgame/v1/detail?appid=1106576735&_wv=2164260896&_wwv=448&autodownload=1&autolaunch=1&autosubscribe=1&ADTAG=gameobj.",,,
+"QQ_TARGET_URL_ANDROID",,,"https://speed.gamecenter.qq.com/pushgame/v1/detail?appid=1106576735&_wv=2164260896&_wwv=448&autodownload=1&autolaunch=1&autosubscribe=1&ADTAG=gameobj.",,,
+"QQ_IMAGE_URL",,,"http://imgcache.gtimg.cn/ACT/svip_act/act_img/public/202006/m1591079527_108x108_gaitubao_100x100.png",,,
+"WECHAT_MEDIA_TAG",,,"MSG_INVITE",,,
+"WECHAT_IMAGE_PATH",,,"image/brawl_icon.png",,,
+"YOOZOO_OPID_TO_OPSID",,,,,2402,2208
+"TUTORIAL_FIRST_BATTLE_LOCATION",,,"Gemgrab4",,,
+"SHOP_SKIN_ITEM_MIX_ENABLED",,"TRUE",,,,
+"PLAYER_MAP_STATUS_INFO_ENABLED",,"TRUE",,,,
+"PLAYER_MAP_BATTLE_END_CTX_ENABLED",,"TRUE",,,,
+"TEAM_HUD_COLOR_BLUE",,,"0x0099FF",,,
+"TEAM_HUD_COLOR_RED",,,"0xFF0000",,,
+"TEAM_HUD_COLOR_PINK",,,"0xFF6EC2",,,
+"TEAM_HUD_COLOR_YELLOW",,,"0xFFFF69",,,
+"TEAM_HUD_COLOR_ORANGE",,,"0xFFC900",,,
+"HUD_SPLIT_KILL_GFX_ENABLED",,"TRUE",,,,
+"RANKED_SPECTATE_ROUND_COUNTDOWN_ENABLED",,"FALSE",,,,
+"RANKED_REPLAY_ROUND_COUNTDOWN_ENABLED",,"FALSE",,,,
+"RANKED_RANKUP_REWARD_VISUALS_DISABLED",,"FALSE",,,,
+"CHAT_FREE_TEXT_BUBBLE_ENABLED",,"TRUE",,,,
+"TEAM_CHAT_PINNING_DISABLED",,"FALSE",,,,
+"SD_LEAVE_PROMPT_DURATION",5,,,,,
+"SD_LEAVE_PROMPT_TEAM_WAIT",5,,,,,
+"SHOW_POPUPS_OVER_BLUR_IN_BATTLE_END",,"TRUE",,,,
diff --git a/CN-39.133/csv_client/color_gradients.csv b/CN-39.133/csv_client/color_gradients.csv
new file mode 100644
index 000000000..06a45d321
--- /dev/null
+++ b/CN-39.133/csv_client/color_gradients.csv
@@ -0,0 +1,73 @@
+"Name","Colors","Speed","Scale"
+"String","String","int","int"
+"FreeOffer","0xFF9FFF72",40,100
+,"0xFF68E524",,
+,"0xFF68E524",,
+,"0xFF9FFF72",,
+,"0xFFE0FFA0",,
+"Golden","0xFFFFFABC",50,100
+,"0xFFFFD12E",,
+,"0xFFF29928",,
+,"0xFFFFD12E",,
+"Purple","0xFFFABCFF",50,100
+,"0xFFD12EFF",,
+,"0xFF9928F2",,
+,"0xFFD12EFF",,
+"DoubleTokenGold","0xFFFFDAAC",50,70
+,"0xFFFFD12E",,
+,"0xFFF29928",,
+,"0xFFFFD12E",,
+"DefaultName","0xFFFFFFFF",50,70
+,"0xFFFFFFFF",,
+"Name1","0xFF45ffb1",50,100
+,"0xFF2eef60",,
+,"0xFF00c74b",,
+,"0xFF2eef60",,
+"Name2","0xFFfff5d6",50,100
+,"0xFFFFDBA7",,
+,"0xFFffb777",,
+,"0xFFFFDBA7",,
+"Name3","0xFFffffce",50,100
+,"0xFFfff76c",,
+,"0xFFffe034",,
+,"0xFFfff76c",,
+"Name4","0xFFFDF542",50,100
+,"0xFFfdd000",,
+,"0xFFFF9005",,
+,"0xFFfdd000",,
+"Name5","0xFFffd49d",50,100
+,"0xFFFFAA82",,
+,"0xFFff7b4f",,
+,"0xFFFFAA82",,
+"Name6","0xFFffae1f",50,100
+,"0xFFff7b06",,
+,"0xFFff382e",,
+,"0xFFff7b06",,
+"Name7","0xFFff9368",50,100
+,"0xFFFF6178",,
+,"0xFFf51a73",,
+,"0xFFFF6178",,
+"Name8","0xFFffc92f",30,100
+,"0xFFff9c4c",,
+,"0xFFff6856",,
+,"0xFFf931a3",,
+,"0xFFe300b9",,
+,"0xFFf931a3",,
+,"0xFFff6856",,
+,"0xFFff9c4c",,
+"Name9","0xFF20fbff",50,100
+,"0xFF00d0fa",,
+,"0xFF359eff",,
+,"0xFF00d0fa",,
+"Name10","0xFFFF6DEA",50,100
+,"0xFFFA00D6",,
+,"0xFFCA00F4",,
+,"0xFFFA00D6",,
+"Name11","0xFFdffd67",50,100
+,"0xFF7efc7d",,
+,"0xFF13cf00",,
+,"0xFF7efc7d",,
+"ComingSoon","0xFFFFFABC",10,100
+,"0xFFFFD12E",,
+,"0xFFF8A535",,
+,"0xFFFFD12E",,
diff --git a/CN-39.133/csv_client/credits.csv b/CN-39.133/csv_client/credits.csv
new file mode 100644
index 000000000..af352a790
--- /dev/null
+++ b/CN-39.133/csv_client/credits.csv
@@ -0,0 +1,122 @@
+"Name",0
+"String","int"
+"Santtu Ahola",
+"Patrick Almgren",
+"Chris Bancroft",
+"Mauritz Bart",
+"Paula Báguena",
+"David Bell",
+"Brad Bolinder",
+"Javier Calvo",
+"Paul Chambers",
+"Dalei Chen",
+"Liang Chen",
+"Xuhui Chen",
+"Tiffany Chia",
+"Chris Cho",
+"Inyoung Choi",
+"David Diaz",
+"Jason Dou",
+"Praveen Dubey",
+"Chris Duong",
+"Timothy Ebner",
+"Anders Ehrenborg",
+"James Ellis",
+"Henrik Enqvist",
+"Jon Franzas",
+"Laura Gilliland",
+"Adrian Häggqvist",
+"Eero Harmaala",
+"Stefan Hauk",
+"Mikko Hokkanen",
+"Chih-Han Hsu",
+"Juha Huotari",
+"Aapo Huovila",
+"Aki Immonen",
+"Kim Jensen",
+"Tomi Joki-Korpela",
+"Pauli Kaila",
+"Robert Kamphuis",
+"Bill Kang",
+"Minyoung Kang",
+"Frank Keienburg",
+"Matti Kemppainen",
+"WooHyun Kim",
+"Anna Koivu-Choo",
+"Terje Koskinen",
+"Byeongmin Kwon",
+"Petri Kärkäs",
+"Mikko Laakkio",
+"Manuel Langegger",
+"Christina Lee",
+"Jimmy Lee",
+"Mikko Lehtonen",
+"Juha Leinonen",
+"Ryan Lighton",
+"Janne Lindholm",
+"Agnes Liou",
+"Chen Liu",
+"Zhicheng Liu",
+"Phillip Lockwood",
+"Jonne Loikkanen",
+"Duofen Ma",
+"Frieda Ma",
+"Damien Mabin",
+"Lauri Manninen",
+"Antti Mattila",
+"Doug McCracken",
+"Daniel Medeiros",
+"Jani Mensonen",
+"Yukiko Morishita",
+"Jumpei Oki",
+"Taneli Oksama",
+"Jeff Ostler",
+"Sergey Palyanov",
+"Stephen Park",
+"Janne Peltola",
+"Asko Puurula",
+"Miika Pylkkö",
+"Brianne Read",
+"Chengbin Ren",
+"Antti Ripatti",
+"Pawel Rosolek",
+"Martin Schjøler",
+"Donghee Seo",
+"Mika Seppä",
+"Mikko Sivulainen",
+"Timothy Smith",
+"Shawn Su",
+"Antti Summala",
+"Qianyue Sun",
+"Tommi Suvinen",
+"Nelly Sääksjärvi",
+"Antti Takala",
+"Touko Tahkokallio",
+"Erol Tekkanat",
+"Ella-Roosa Tenhunen",
+"Emily Tierney",
+"Wilhelm Tigerstedt",
+"Ricardo Tomé",
+"Ali Tunc",
+"Machiko Uehara",
+"Okan Usta",
+"Jouni Utriainen",
+"Jerry Vahn",
+"Antti Varila",
+"Gonzalo Vázquez",
+"Félix Vivier",
+"Slava Volkov",
+"Kustaa Vuori",
+"Jaakko Väyrynen",
+"Toshizumi Waki",
+"Ryan Wener",
+"Julie Woo",
+"Choong Yoon",
+"Junheng Zang",
+"Oscar Zhang",
+"Fei Zhong",
+"Jean Zoch",
+,
+"A big fat thank you to you, our community, for your ongoing support and never-ending stream of fanart and ideas. This wouldn't be possible without you!",
+,
+"A special thank you to our friends (including our 4-legged ones) and families for always being there for us, in the good and the bad moments! <3",
diff --git a/CN-39.133/csv_client/effects.csv b/CN-39.133/csv_client/effects.csv
new file mode 100644
index 000000000..c6a62643e
--- /dev/null
+++ b/CN-39.133/csv_client/effects.csv
@@ -0,0 +1,7786 @@
+"Name","Loop","FollowParent","FollowParentAngle","FollowBone","OwnScreenShake","OthersScreenShake","Time","Sound","Type","FileName","ExportName","ParticleEmitterName","Effect","Layer","GroundBasis","FlashColor","Scale","FlashDuration","TextInstanceName","TextParentInstanceName","EnemyVersion","ChinaReplacement","FlashWidth","EffectZ"
+"string","boolean","boolean","boolean","string","int","int","int","string","string","string","string","string","string","string","boolean","int","int","int","string","string","string","string","int","int"
+"mode_gift_aura",,,,,,,,,"ParticleEmitter",,,"area_particle_glowCircle_1",,"GroundHigh","true",,100,,,,"mode_gift_aura_red",,,
+,,,,,,,,,"ParticleEmitter",,,"area_particle_glowCircle_2",,"GroundHigh","true",,100,,,,,,,
+"mode_gift_aura_red",,,,,,,,,"ParticleEmitter",,,"area_particle_glowCircle_1_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"area_particle_glowCircle_2_red",,"GroundHigh","true",,100,,,,,,,
+"mode_gift_destoryed",,,,,450,150,,"Sound_Gen_small_explosion","ParticleEmitter",,,"gen_death_smoke",,"GroundHigh",,,120,,,,"mode_gift_destoryed_red",,,
+,,,,,,,,,"ParticleEmitter",,,"mode_gift_explosion",,"Above","false",,160,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mode_gift_box_cloud",,"GroundHigh",,,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mode_gift_box_frags",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mode_gift_box_stars",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_death_explode",,"Above",,,120,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","area_mode_gift_soot",,,"GroundLow","true",,120,,,,,,,
+"mode_gift_destoryed_red",,,,,450,150,,"Sound_Gen_small_explosion","ParticleEmitter",,,"gen_death_smoke_red",,"GroundHigh",,,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mode_gift_explosion",,"Above","false",,160,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mode_gift_box_cloud",,"GroundHigh",,,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mode_gift_box_frags_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mode_gift_box_stars_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_death_explode_red",,"Above",,,120,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","area_mode_gift_soot",,,"GroundLow","true",,120,,,,,,,
+"mode_gift_goal","true","true",,,450,450,,,"ParticleEmitter",,,"confetti_flying",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"confetti_explosion",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Gen_Big_Debris_emitter",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"huge_explosion_streaks_emitter",,"Above",,,100,,,,,,,
+,,,,,,,,,"Effect",,,,"Gen_Explosion","Above",,,100,,,,,,,
+"mode_koh_competing",,,,,,,,,"ParticleEmitter",,,"mode_koh_competing_base",,"GroundHigh","true",,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mode_koh_competing_sparks",,"GroundHigh","true",,105,,,,,,,
+"mode_koh_competed",,,,,,,,,"ParticleEmitter",,,"mode_koh_competing_flash",,"GroundHigh","true",,80,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","area_mode_koh_competed_centre",,,"Above","true",,138,,,,,,,
+"mode_koh_capturing","true",,,,,,,,"ParticleEmitter",,,"mode_koh_capturing_base",,"GroundHigh","true",,80,,,,"mode_koh_capturing_red",,,
+,,,,,,,,,"ParticleEmitter",,,"mode_koh_capturing_flow",,"GroundHigh","true",,105,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mode_koh_capturing_progress",,"Above","true",,105,,,,,,,
+,,,,,,,,,,,,"mode_koh_capturing_flagGlow",,"Above",,,100,,,,,,,
+"mode_koh_capturing_red","true",,,,,,,,"ParticleEmitter",,,"mode_koh_capturing_base_red",,"GroundHigh","true",,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mode_koh_capturing_flow_red",,"GroundHigh","true",,105,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mode_koh_capturing_progress_red",,"Above","true",,105,,,,,,,
+,,,,,,,,,,,,"mode_koh_capturing_flagGlow_red",,"Above",,,100,,,,,,,
+"mode_koh_capturing_faster",,,,,,,,,"ParticleEmitter",,,"mode_koh_capturing_base_faster",,"GroundHigh","true",,105,,,,"mode_koh_capturing_faster_red",,,
+,,,,,,,,,"ParticleEmitter",,,"mode_koh_capturing_flow_faster",,"GroundHigh","true",,105,,,,,,,
+"mode_koh_capturing_faster_red",,,,,,,,,"ParticleEmitter",,,"mode_koh_capturing_base_faster_red",,"GroundHigh","true",,105,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mode_koh_capturing_flow_faster_red",,"GroundHigh","true",,105,,,,,,,
+"mode_koh_captured",,,,,,,,,"ParticleEmitter",,,"mode_koh_captured_flash",,"GroundHigh","true",,80,,,,"mode_koh_captured_red",,,
+,,,,,,,,,"ParticleEmitter",,,"mode_koh_captured_twinkles",,"Above",,,105,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mode_koh_captured_center",,"Above",,,105,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","area_mode_koh_captured_icon",,,"Above",,,185,,,,,,,
+"mode_koh_captured_red",,,,,,,,,"ParticleEmitter",,,"mode_koh_captured_flash_red",,"GroundHigh","true",,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mode_koh_captured_twinkles_red",,"Above",,,105,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mode_koh_captured_center_red",,"Above",,,105,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","area_mode_koh_captured_icon_red",,,"Above",,,185,,,,,,,
+"mode_koh_complete",,,,,,,,,"ParticleEmitter",,,"mode_koh_complete_base",,"GroundHigh","true",,75,,,,"mode_koh_complete_red",,,
+,,,,,,,,,"ParticleEmitter",,,"mode_koh_complete_twinkle",,"GroundHigh",,,100,,,,,,,
+"mode_koh_complete_red",,,,,,,,,"ParticleEmitter",,,"mode_koh_complete_base_red",,"GroundHigh","true",,75,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mode_koh_complete_twinkle_red",,"GroundHigh",,,100,,,,,,,
+"mode_tc_boss_atk_melee",,,,,,,,"Barnzilla_Bite","ParticleEmitter",,,"boss_pve_melee_atk_bite",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"boss_pve_melee_atk_frags",,"Above",,,100,,,,,,,
+"mode_tc_boss_atk_jump",,,,,,,,"Barnzilla_Jump","ParticleEmitter",,,"piper_002_ulti_use",,"GroundHigh",,,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_002_ulti_use_smoke",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_some",,"GroundLow",,,100,,,,,,,
+"mode_valley_hit",,,,,,,,"Volleybrawl_ball_hit","ParticleEmitter",,,"mode_valley_hit_impact",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mode_valley_hit_glow",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mode_valley_hit_twinkles",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mode_valley_hit_stars",,"Object",,,100,,,,,,,
+"mode_basket_hit",,,,,,,,"Basketbrawl_rim_hit","ParticleEmitter",,,"mode_valley_hit_impact",,"Object",,,50,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mode_valley_hit_glow",,"Above",,,30,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mode_valley_hit_twinkles",,"GroundTop",,,50,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mode_basket_hit_ringWave",,"Object",,,70,,,,,,,
+"mode_hold_spawn",,,,,,,,,"ParticleEmitter",,,"mode_hold_spawn_frags",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mode_hold_spawn_gas",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mode_hold_spawn_gas_base",,"GroundTop",,,100,,,,,,,
+"mode_hold_trail",,,,,,,,,"ParticleEmitter",,,"mode_hold_trail_gas_base",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mode_hold_trail_frags",,"GroundTop",,,100,,,,,,,
+"gen_brawler_death",,,,,,,,,"ParticleEmitter",,,"gen_death_smoke",,"GroundHigh",,,100,,,,"gen_brawler_death_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gen_death_explode",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_death_smoke_gas",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_death_particle_blue",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_death_smoke_ring",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_death_dust",,"Above",,,100,,,,,,,
+"gen_brawler_death_red",,,,,,,,,"ParticleEmitter",,,"gen_death_smoke_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_death_explode_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_death_smoke_gas_red",,"GroundLow","true",,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_death_particle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_death_smoke_ring_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_death_dust_red",,"Above",,,100,,,,,,,
+"gen_silver_moving",,"true",,,,,,,"ParticleEmitter",,,"gen_silver_moving_aura_add",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_silver_moving_dots",,"Above",,,100,,,,,,,
+"gen_silver_lobby_aura",,"true",,,,,,,"ParticleEmitter",,,"gen_silver_lobby_aura",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_silver_lobby_dots",,"Above",,,100,,,,,,,
+"gen_gold_atk_single",,"true",,,,,,,"ParticleEmitter",,,"gen_gold_atk_beams_lot",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_gold_atk_glow_cone",,"Above",,,100,,,,,,,
+"gen_gold_atk_single_small",,"true",,,,,,,"ParticleEmitter",,,"gen_gold_atk_beams_lot",,"Object",,,80,,,,,,,50
+,,,,,,,,,"ParticleEmitter",,,"gen_gold_atk_glow_cone",,"Above",,,100,,,,,,,
+"gen_gold_atk_spray",,"true",,,,,,,"ParticleEmitter",,,"gen_gold_atk_beams_spray",,"Object",,,100,,,,,,,
+"gen_gold_atk_multiple",,"true",,,,,,,"ParticleEmitter",,,"gen_gold_atk_beams",,"Object",,,100,,,,,,,
+"gen_gold_atk_mortis",,"true",,,,,,"Mortis_atk","ParticleEmitter",,,"gen_gold_atk_sparkles_trail",,"Object",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","mortis_gold_atk",,,"Above",,,100,,,,,,,
+"gen_gold_atk_throw",,"true",,,,,,,"ParticleEmitter",,,"gen_gold_atk_glow_cone_delay",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_gold_atk_sparkles",,"Object",,,100,,,,,,,
+"gen_gold_moving",,"true",,,,,,,"ParticleEmitter",,,"gen_gold_lobby_aura_add",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_gold_moving_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_gold_moving_dots",,"Above",,,100,,,,,,,
+"gen_gold_lobby_aura",,"true",,,,,,,"ParticleEmitter",,,"gen_gold_lobby_aura",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_aura_add",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_dots",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_beams",,"GroundTop",,,100,,,,,,,
+"gen_debuff_curse","true","true",,,,,,,"SWF","sc/effects_brawler.sc","belle_def_ulti_curse_red",,,"Above",,,55,,,,"gen_debuff_curse_red",,,320
+"gen_debuff_curse_red","true","true",,,,,,,"SWF","sc/effects_brawler.sc","belle_def_ulti_curse",,,"Above",,,55,,,,,,,320
+"boss_tc_attack_area",,,,,200,200,,"Barnzilla_Tail","ParticleEmitter",,,"boss_pve_areal_wipe",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"boss_pve_areal_dust",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"boss_pve_areal_frags",,"GroundHigh",,,100,,,,,,,
+"boss_tc_skill_warning_short",,,,,,,,"raidboss_warning","ParticleEmitter",,,"raidboss_skill_warning_short",,"Above",,,100,,,,,,,
+"boss_tc_skill_warning_medium",,,,,,,,"raidboss_warning","ParticleEmitter",,,"raidboss_skill_warning_medium",,"Above",,,100,,,,,,,
+"boss_tc_skill_warning_long",,,,,,,,"raidboss_warning","ParticleEmitter",,,"raidboss_skill_warning_long",,"Above",,,100,,,,,,,
+"boss_tc_ranged_attack",,,,,,,,"raidboss_attack","SWF","sc/effects.sc","muzzle_flash",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shell_shotgun",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"muzzle_flash_smaller",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shooting_spark_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_small_smoke_emitter",,"Above",,,,,,,,,,
+"bossrace_skill_warning",,,,,,,,,"ParticleEmitter",,,"raidboss_skill_warning_short",,"Above",,,,,,,,,,
+"raidboss_rocket_warning",,"true",,,,,,"raidboss_rocket_attack","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"raidboss_rocket_explosion",,,,,600,600,,,"ParticleEmitter",,,"Small_Dust_emitter_320",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Small_explosion_streaks_emitter_270",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","gen_explosion_ring2",,,"Above","true",,270,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Gen_Small_Debris_emitter_270",,"Above",,,,,,,,,,
+,"true","true",,,,,,,"ParticleEmitter",,,"meteor_shards_80",,"Above",,,,,,,,,,
+"burning_ground_raid_boss",,"true",,,,,,,"ParticleEmitter",,,"burning_particle_raid_boss",,"GroundHigh",,,,,,,,,,
+"gadget_activate",,"true",,,,,,"Player_gadget_Button","ParticleEmitter",,,"gadget_activate_stars",,"Above",,,100,,,,"gadget_activate_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_activate_speedLine",,"GroundHigh","true",,100,,,,,,,
+,,"true",,,,,,,"SWF","sc/effects_brawler.sc","gadgets_active_ground",,,"GroundHigh","true",,100,,,,,,,
+,,"true",,,,,,,"SWF","sc/effects_brawler.sc","gadgets_activate_shine",,,"Above",,,100,,,,,,,
+"gadget_activate_red",,"true",,,,,,"Enemy_Gadget_Button","ParticleEmitter",,,"gadget_activate_stars_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_activate_speedLine_red",,"GroundHigh","true",,100,,,,,,,
+,,"true",,,,,,,"SWF","sc/effects_brawler.sc","gadgets_active_ground_red",,,"GroundHigh","true",,100,,,,,,,
+,,"true",,,,,,,"SWF","sc/effects_brawler.sc","gadgets_activate_shine_red",,,"Above",,,100,,,,,,,
+"gadget_on_loop",,"true",,,,,,,"SWF","sc/effects_brawler.sc","gadgets_on_loop",,,"Above","true",,75,,,,"gadget_on_loop_red",,,800
+,,,,,,,,,"ParticleEmitter",,,"gadgets_on_loop_glow",,"Above",,,100,,,,,,,
+"gadget_on_loop_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","gadgets_on_loop_red",,,"Above","true",,75,,,,,,,800
+,,,,,,,,,"ParticleEmitter",,,"gadgets_on_loop_glow_red",,"Above",,,100,,,,,,,
+"gadget_pet_on_loop",,,,,,,,,"ParticleEmitter",,,"gadgets_pet_on_glow",,"Above",,,100,,,,"gadget_pet_on_loop_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gadgets_pet_on_ring",,"Above","true",,100,,,,,,,
+"gadget_pet_on_loop_red",,,,,,,,,"ParticleEmitter",,,"gadgets_pet_on_glow_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadgets_pet_on_ring_red",,"Above","true",,100,,,,,,,
+"gadget_arcade_teleport",,,,,,,,"8bit_Gadget","ParticleEmitter",,,"arcade_def_atk_hit",,"Above",,,150,,,,"gadget_arcade_teleport_red",,,150
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_pixel",,"Above",,,150,,,,,,,150
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_pixel_ground",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","gadget_arcade_teleport_ground",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","gadget_arcade_teleport_pixel",,,"Above",,,60,,,,,,,
+"gadget_arcade_teleport_red",,,,,,,,"8bit_Gadget","ParticleEmitter",,,"arcade_def_atk_hit_red",,"Above",,,150,,,,,,,150
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_pixel_red",,"Above",,,150,,,,,,,150
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_pixel_ground_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","gadget_arcade_teleport_ground_red",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","gadget_arcade_teleport_pixel_red",,,"Above",,,60,,,,,,,
+"gadget_arcade_plugged",,"true",,,,,,,"ParticleEmitter",,,"gadget_arcade_plugged_tail",,"Above","true",,100,,,,"gadget_arcade_plugged_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_arcade_plugged_frags",,"Above",,,100,,,,,,,
+"gadget_arcade_plugged_red",,"true",,,,,,,"ParticleEmitter",,,"gadget_arcade_plugged_tail_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_arcade_plugged_frags_red",,"Above",,,100,,,,,,,
+"gadget_arcade_plugged_area",,"true",,,,,,,"SWF","sc/effects_brawler.sc","gadget_arcade_pluggedin_area",,,"GroundLow","true",,110,,,,"gadget_arcade_plugged_area_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","arcade_def_ulti_area",,,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","arcade_def_ulti_symbol",,,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_ulti_pixel",,"Above",,,,,,,,,,
+"gadget_arcade_plugged_area_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","gadget_arcade_pluggedin_area_red",,,"GroundLow","true",,110,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","arcade_def_ulti_area_red",,,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","arcade_def_ulti_symbol_red",,,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_ulti_pixel_red",,"Above",,,,,,,,,,
+"gadget_arcade002_plugged_area",,"true",,,,,,,"SWF","sc/effects_brawler.sc","gadget_arcade_pluggedin_area",,,"GroundLow","true",,110,,,,"gadget_arcade002_plugged_area_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","arcade_def_ulti_area",,,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_002_ulti_smoke",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_002_ulti_elec",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","arcade_002_ulti_symbol",,,"Above",,,100,,,,,,,
+"gadget_arcade002_plugged_area_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","gadget_arcade_pluggedin_area_red",,,"GroundLow","true",,110,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","arcade_def_ulti_area_red",,,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_002_ulti_smoke_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_002_ulti_elec_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","arcade_002_ulti_symbol_red",,,"Above",,,100,,,,,,,
+"gadget_arcade003_plugged_area",,"true",,,,,,,"SWF","sc/effects_brawler.sc","gadget_arcade_pluggedin_area",,,"GroundLow","true",,110,,,,"gadget_arcade003_plugged_area_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","arcade_def_ulti_area",,,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_003_ulti_notes",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_ulti_pixel",,"Above",,,,,,,,,,
+"gadget_arcade003_plugged_area_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","gadget_arcade_pluggedin_area_red",,,"GroundLow","true",,110,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","arcade_def_ulti_area_red",,,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_003_ulti_notes_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_ulti_pixel_red",,"Above",,,,,,,,,,
+"gadget_arcade004_plugged_area",,"true",,,,,,,"SWF","sc/effects_brawler.sc","gadget_arcade_pluggedin_area",,,"GroundLow","true",,110,,,,"gadget_arcade004_plugged_area_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","arcade_004_ulti_area",,,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","arcade_004_ulti_symbol",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_004_ulti_cloud",,"Object",,,,,,,,,,
+"gadget_arcade004_plugged_area_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","gadget_arcade_pluggedin_area_red",,,"GroundLow","true",,110,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","arcade_004_ulti_area_red",,,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","arcade_004_ulti_symbol_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_004_ulti_cloud_red",,"Object",,,,,,,,,,
+"gadget_barley_slow",,,,,200,50,,"Barley_Gadget","SWF","sc/effects_brawler.sc","gadget_barley_slow_ground",,,"GroundLow","true",,187,,,,"gadget_barley_slow_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_ulti_cloud",,,"Above",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_barley_slow_bubble",,"GroundHigh",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_barley_slow_bubble_ground",,"GroundHigh",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_barley_slow_ring",,"GroundHigh","true",,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_barley_slow_gas",,"GroundHigh","true",,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_shards_blue",,"Above",,,125,,,,,,,
+"gadget_barley_slow_red",,,,,200,50,,"Barley_Gadget","SWF","sc/effects_brawler.sc","gadget_barley_slow_ground_red",,,"GroundLow","true",,187,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_ulti_cloud_red",,,"Above",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_barley_slow_bubble_red",,"GroundHigh",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_barley_slow_bubble_ground_red",,"GroundHigh",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_barley_slow_ring_red",,"GroundHigh","true",,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_barley_slow_gas_red",,"GroundHigh","true",,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_shards_red",,"Above",,,125,,,,,,,
+"gadget_barley_heal_trail",,"true",,,,,,,"ParticleEmitter",,,"gadget_barley_heal_trail",,"Above",,,100,,,,"gadget_barley_heal_trail_red",,,
+,,"true",,,,,,,"ParticleEmitter",,,"gadget_barley_heal_trailGround",,"GroundHigh","true",,100,,,,,,,
+"gadget_barley_heal_trail_red",,"true",,,,,,,"ParticleEmitter",,,"gadget_barley_heal_trail_red",,"Above",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"gadget_barley_heal_trailGround_red",,"GroundHigh","true",,100,,,,,,,
+"gadget_barley_heal",,,,,150,50,,"Barkeep_bottle_hit","SWF","sc/effects_brawler.sc","gadget_barley_heal_ground",,,"GroundHigh","true",,100,,,,"gadget_barley_heal_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","gadget_barley_heal_bubble",,,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_barley_heal_icons",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_barley_heal_shards",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_atk_impact",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_barley_heal_wave",,"GroundHigh","true",,,,,,,,,
+"gadget_barley_heal_red",,,,,150,50,,"Barkeep_bottle_hit","SWF","sc/effects_brawler.sc","gadget_barley_heal_ground_red",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","gadget_barley_heal_bubble_red",,,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_barley_heal_icons_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_shards_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_atk_impact_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_barley_heal_wave_red",,"GroundHigh","true",,,,,,,,,
+"gadget_bea_honeypot",,"true",,,,,,,"ParticleEmitter",,,"gadget_bea_honeypot_base",,"GroundLow","true",,120,,,,"gadget_bea_honeypot_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_bea_honeypot_center_ground",,"GroundHigh","true",,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_bea_honeypot_ring",,"GroundHigh","true",,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_bea_honeypot_bugs",,"Above","true",,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_bea_honeypot_bubble",,"GroundHigh",,,120,,,,,,,
+"gadget_bea_honeypot_red",,"true",,,,,,,"ParticleEmitter",,,"gadget_bea_honeypot_base_red",,"GroundLow","true",,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_bea_honeypot_center_ground_red",,"GroundHigh","true",,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_bea_honeypot_ring_red",,"GroundHigh","true",,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_bea_honeypot_bugs_red",,"Above","true",,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_bea_honeypot_bubble_red",,"GroundHigh",,,120,,,,,,,
+"gadget_bea_circlingBea_active",,,,,,,,"Bea_Gadget_Bees","Effect",,,,"gadget_activate","Above",,,100,,,,,,,
+"gadget_bea_circlingBea_hit",,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hit_red",,"Above",,,135,,,,"gadget_bea_circlingBea_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hitEnv_spark_red",,"GroundHigh",,,130,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hitEnv_cloud_red",,"Above",,,160,,,,,,,
+"gadget_bea_circlingBea_hit_red",,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hit",,"Above",,,135,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hitEnv_spark",,"GroundHigh",,,130,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hitEnv_cloud",,"Above",,,160,,,,,,,
+"gadget_bea_circlingBea_trail",,"true",,,,,,,"ParticleEmitter",,,"colette_def_atk_trail_hearts",,"GroundHigh",,,100,,,,"gadget_bea_circlingBea_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"colette_def_atk_trail_frags",,"Above",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colette_002_atk_trail_gas",,"GroundHigh",,,,,,,,,,
+"gadget_bea_circlingBea_trail_red",,"true",,,,,,,"ParticleEmitter",,,"colette_def_atk_trail_hearts_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colette_def_atk_trail_frags_red",,"Above",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colette_002_atk_trail_gas_red",,"GroundHigh",,,,,,,,,,
+"gadget_bo_totem",,"true",,,,,,,"ParticleEmitter",,,"gadget_bo_totem_clouds",,"GroundHigh","true",,100,,,,"gadget_bo_totem_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_bo_totem_speedLine",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_bo_totem_stars",,"Above","true",,100,,,,,,,
+"gadget_bo_totem_red",,"true",,,,,,,"ParticleEmitter",,,"gadget_bo_totem_clouds_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_bo_totem_speedLine_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_bo_totem_stars_red",,"Above","true",,100,,,,,,,
+"gadget_brock_rocket_tail",,"true","true","tail",,,,"Brock_Gadget_Megarocket","ParticleEmitter",,,"rocketSmoke_long_blue",,"GroundHigh",,,130,,,,"gadget_brock_rocket_tail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_brock_rocket_fire",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_brock_rocket_fire_inside",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_brock_rocket_spark",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","gadget_brock_rocket_glow",,,"Above",,,150,,,,,,,
+"gadget_brock_rocket_tail_red",,"true","true","tail",,,,,"ParticleEmitter",,,"rocketSmoke_long_red",,"GroundHigh",,,130,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_brock_rocket_fire_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_brock_rocket_fire_inside_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_brock_rocket_spark_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","gadget_brock_rocket_glow_red",,,"Above",,,150,,,,,,,
+"gadget_bull_stomp",,,,,150,150,,"Bull_Gadget_Timestomp","ParticleEmitter",,,"gadget_bull_stomp_crack",,"GroundHigh","true",,250,,,,"gadget_bull_stomp_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_bull_stomp_speedline",,"Object","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_def_atk_fragments",,"GroundHigh","true",,100,,,,,,,
+"gadget_bull_stomp_red",,,,,150,150,,"Bull_Gadget_Timestomp","ParticleEmitter",,,"gadget_bull_stomp_crack_red",,"GroundHigh","true",,200,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_bull_stomp_speedline_red",,"Object","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_def_atk_fragments",,"GroundHigh","true",,100,,,,,,,
+"gadget_carl_hottrail",,"true",,,,,,"Carl_Gadget","ParticleEmitter",,,"gadget_carl_hottrail_stone",,"Above",,,100,,,,"gadget_carl_hottrail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_carl_hottrail_stone_small",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","gadget_carl_hottrail_ground",,,"GroundHigh","true",,40,,,,,,,
+"gadget_carl_hottrail_red",,"true",,,,,,"Carl_Gadget","ParticleEmitter",,,"gadget_carl_hottrail_stone_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_carl_hottrail_stone_small_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","gadget_carl_hottrail_ground_red",,,"GroundHigh","true",,40,,,,,,,
+"gadget_darryl_slow",,"true",,,,,,"Daryl_Gadget_Pulse","ParticleEmitter",,,"gadget_darryl_slow_ring",,"GroundHigh","true",,100,,,,,,,
+"gadget_darryl_area",,"true",,,,,,,"SWF","sc/effects_brawler.sc","gadget_darryl_slow_base",,,"GroundLow","true",,400,,,,,,,
+"gadget_emz_push",,,,,,,,"Emz_Gadget","ParticleEmitter",,,"gadget_gene_push_gas",,"GroundHigh","true",,66,,,,"gadget_emz_push_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_gene_push_wind",,"GroundHigh","true",,66,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_gene_push_dim",,"GroundLow","true",,66,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_gene_push_speedline",,"GroundHigh","true",,66,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_emz_push_particle",,"Above","true",,66,,,,,,,
+"gadget_emz_push_red",,,,,,,,"Emz_Gadget","ParticleEmitter",,,"gadget_gene_push_gas_red",,"GroundHigh","true",,66,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_gene_push_wind_red",,"GroundHigh","true",,66,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_gene_push_dim_red",,"GroundLow","true",,66,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_gene_push_speedline_red",,"GroundHigh","true",,66,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_emz_push_particle_red",,"Above","true",,66,,,,,,,
+"gadget_frank_headphones",,"true",,,,,,"Frank_Gadget","SWF","sc/effects_brawler.sc","gadget_frank_headphones_beats",,,"Above",,,100,,,,"gadget_frank_headphones_red",,,650
+,,"true",,,,,,,"ParticleEmitter",,,"gadget_frank_headphones_notes",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_frank_headphones_flash",,"Above",,,100,,,,,,,
+"gadget_frank_headphones_red",,"true",,,,,,"Frank_Gadget","SWF","sc/effects_brawler.sc","gadget_frank_headphones_beats_red",,,"Above",,,100,,,,,,,650
+,,"true",,,,,,,"ParticleEmitter",,,"gadget_frank_headphones_notes_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_frank_headphones_flash_red",,"Above",,,100,,,,,,,
+"gadget_gene_push",,,,,,,,"Gene_Gadget","ParticleEmitter",,,"gadget_gene_push_gas",,"GroundHigh","true",,65,,,,"gadget_gene_push_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_gene_push_wind",,"GroundHigh","true",,65,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_gene_push_dim",,"GroundLow","true",,65,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_gene_push_speedline",,"GroundHigh","true",,65,,,,,,,
+"gadget_gene_push_red",,,,,,,,"Gene_Gadget","ParticleEmitter",,,"gadget_gene_push_gas_red",,"GroundHigh","true",,65,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_gene_push_wind_red",,"GroundHigh","true",,65,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_gene_push_dim_red",,"GroundLow","true",,65,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_gene_push_speedline_red",,"GroundHigh","true",,65,,,,,,,
+"gadget_gene_homing_trail",,,,,,,,,"ParticleEmitter",,,"gene_002_ulti_trail_twinkles",,"Above",,,100,,,,"gadget_gene_homing_trail_red",,,
+"gadget_gene_homing_trail_red",,,,,,,,,"ParticleEmitter",,,"gene_002_ulti_trail_twinkles_red",,"Above",,,100,,,,,,,
+"gadget_pam_healburst",,,,,,,,"Pam_Gadget","SWF","sc/effects_brawler.sc","gadget_pam_healburst",,,"Above","true",,85,,,,"gadget_pam_healburst_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_pam_healburst_speedLine",,"Above","true",,85,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_pam_healburst_twinkles",,"Above","true",,85,,,,,,,
+"gadget_pam_healburst_red",,,,,,,,"Pam_Gadget","SWF","sc/effects_brawler.sc","gadget_pam_healburst_red",,,"Above","true",,85,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_pam_healburst_speedLine_red",,"Above","true",,85,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_pam_healburst_twinkles_red",,"Above","true",,85,,,,,,,
+"gadget_pam_ammo_gain",,,,,,,,,"ParticleEmitter",,,"gadget_pam_ammo_gain",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_pam_ammo_gain_twinkles",,"Above",,,100,,,,,,,
+"gadget_pam_ammo_loss",,,,,,,,,"ParticleEmitter",,,"gadget_pam_ammo_loss",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_pam_ammo_loss_twinkles",,"Above",,,100,,,,,,,
+"gadget_piper_handgun_trail",,,,,,,,"Piper_Gadget","ParticleEmitter",,,"gadget_piper_handgun_star",,"Above",,,100,,,,"gadget_piper_handgun_trail_red",,,
+"gadget_piper_handgun_trail_red",,,,,,,,"Piper_Gadget","ParticleEmitter",,,"gadget_piper_handgun_star_red",,"Above",,,100,,,,,,,
+"gadget_piper_handgun_hit",,,,,,,,,"ParticleEmitter",,,"gadget_piper_handgun_hit",,"Above",,,100,,,,,,,
+"gadget_poco_heal",,,,,,,,"Poco_Gadget","ParticleEmitter",,,"gadget_poco_heal_notes",,"Above",,,100,,,,"gadget_poco_heal_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_poco_heal_speedline",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_poco_heal_dim",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_poco_heal_twinkle",,"Above",,,100,,,,,,,
+"gadget_poco_heal_red",,,,,,,,"Poco_Gadget","ParticleEmitter",,,"gadget_poco_heal_notes_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_poco_heal_speedline_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_poco_heal_dim_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_poco_heal_twinkle_red",,"Above",,,100,,,,,,,
+"gadget_poco_cleanse",,,,,,,,,"ParticleEmitter",,,"gadget_poco_cleanse_twinkles",,"Object",,,100,,,,"gadget_poco_cleanse_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_poco_cleanse_petal_short",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_poco_cleanse_ring",,"Above","TRUE",,100,,,,,,,
+"gadget_poco_cleanse_red",,,,,,,,,"ParticleEmitter",,,"gadget_poco_cleanse_twinkles_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_poco_cleanse_petal_short_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_poco_cleanse_ring_red",,"Above","TRUE",,100,,,,,,,
+"gadget_cleanse_activate",,"TRUE",,,,,,,"ParticleEmitter",,,"gadget_poco_cleanse_ringwave",,"Above",,,100,,,,"gadget_cleanse_activate_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_poco_cleanse_twinkle_1",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_poco_cleanse_glow",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_poco_cleanse_frags",,"Above",,,100,,,,,,,
+"gadget_cleanse_activate_red",,"TRUE",,,,,,,"ParticleEmitter",,,"gadget_poco_cleanse_ringwave_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_poco_cleanse_twinkle_1_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_poco_cleanse_glow_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_poco_cleanse_frags_red",,"Above",,,100,,,,,,,
+"gadget_primo_meteor",,,,,400,200,,,"SWF","sc/effects_brawler.sc","cloudExplode_huge_blue",,,"Above",,,120,,,,"gadget_primo_meteor_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","gadget_primo_meteor_hit",,,"GroundHigh","TRUE",,120,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_attack_explode_huge_blue",,,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","cloudExplode_huge_ground_blue",,,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_spark_red_shortHuge",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"explosion_debris_strong",,"GroundHigh",,,100,,,,,,,
+"gadget_primo_meteor_red",,,,,250,150,,,"SWF","sc/effects_brawler.sc","cloudExplode_huge",,,"Above",,,120,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_attack_huge_red",,,"GroundHigh","TRUE",,120,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_attack_explode_huge",,,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","cloudExplode_huge_ground",,,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_spark_red_shortHuge",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"explosion_debris_strong",,"GroundHigh",,,100,,,,,,,
+"gadget_sandy_sleep",,,,,,,,"Sandy_Gadget","ParticleEmitter",,,"gadget_sandy_sleep_zzz",,"Above",,,100,,,,"gadget_sandy_sleep_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_sandy_sleep_aura",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_sandy_sleep_stars",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_sandy_sleep_star_small",,"Above",,,100,,,,,,,
+"gadget_sandy_sleep_red",,,,,,,,"Sandy_Gadget","ParticleEmitter",,,"gadget_sandy_sleep_zzz_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_sandy_sleep_aura_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_sandy_sleep_stars_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_sandy_sleep_star_small_red",,"Above",,,100,,,,,,,
+"gadget_stu_speed",,"true",,,,,,,"SWF","sc/effects_brawler.sc","gadget_stu_speed_ground",,,"GroundTop","true",,100,,,,"gadget_stu_speed_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","gadget_stu_speed_center",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_stu_speed_arrows",,"Above","true",,,,,,,,,
+"gadget_stu_speed_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","gadget_stu_speed_ground_red",,,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","gadget_stu_speed_center_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_stu_speed_arrows_red",,"Above","true",,,,,,,,,
+"gadget_spike_cactus_damaged",,,,,,,,,"ParticleEmitter",,,"gadget_spike_cactus_hit_leaves",,"Above",,,100,,,,"gadget_spike_cactus_damaged_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_spike_cactus_hit_frags",,"GroundTop",,,,,,,,,,
+"gadget_spike_cactus_damaged_red",,,,,,,,,"ParticleEmitter",,,"gadget_spike_cactus_hit_leaves_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_spike_cactus_hit_frags_red",,"GroundTop",,,,,,,,,,
+"gadget_spike_cactus_destroyed",,,,,,,,,"ParticleEmitter",,,"cloudExplode_green",,"Above",,,100,,,,"gadget_spike_cactus_destroyed_red",,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_turquoise",,"GroundTop",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_explode_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_atk1_leafGround",,"Above",,,125,,,,,,,
+"gadget_spike_cactus_destroyed_red",,,,,,,,,"ParticleEmitter",,,"cloudExplode_redpurple",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_purple",,"GroundTop",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_explode_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_atk1_leafGround_red",,"Above",,,125,,,,,,,
+"gadget_spike_cactus_healburst",,,,,,,,"Pam_Gadget","SWF","sc/effects_brawler.sc","gadget_pam_healburst",,,"Above","true",,85,,,,"gadget_spike_cactus_healburst_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_pam_healburst_speedLine",,"Above","true",,85,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_pam_healburst_twinkles",,"Above","true",,85,,,,,,,
+"gadget_spike_cactus_healburst_red",,,,,,,,"Pam_Gadget","SWF","sc/effects_brawler.sc","gadget_pam_healburst_red",,,"Above","true",,85,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_pam_healburst_speedLine_red",,"Above","true",,85,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_pam_healburst_twinkles_red",,"Above","true",,85,,,,,,,
+"gadget_ruffs_airstrike_explosion",,,,,400,200,,,"SWF","sc/effects_brawler.sc","cloudExplode_huge_blue",,,"Above",,,80,,,,"gadget_primo_meteor_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","gadget_primo_meteor_hit",,,"GroundHigh","TRUE",,60,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_attack_explode_huge_blue",,,"Above",,,70,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","cloudExplode_huge_ground_blue",,,"GroundHigh",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_spark_red_shortHuge",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"explosion_debris_strong",,"GroundHigh",,,80,,,,,,,
+"gadget_leon_lollipop",,,,,,,,,"ParticleEmitter",,,"gadget_leon_lollipops",,"GroundTop",,,100,,,,"gadget_leon_lollipop_red",,,
+"gadget_leon_lollipop_red",,,,,,,,,"ParticleEmitter",,,"gadget_leon_lollipops_red",,"GroundTop",,,100,,,,,,,
+"gadget_leon_lollipop_loop",,,,,,,,,"ParticleEmitter",,,"gadget_leon_lolli_ringwave",,"Object","true",,100,,,,"gadget_leon_lollipop_loop_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_leon_lolli_frags",,"Above","true",,100,,,,,,,
+"gadget_leon_lollipop_loop_red",,,,,,,,,"ParticleEmitter",,,"gadget_leon_lolli_ringwave_red",,"Object","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_leon_lolli_frags_red",,"Above","true",,100,,,,,,,
+"gadget_max_dash",,"true","true",,,,,"Dash_Gadget","ParticleEmitter",,,"gadget_dash_line",,"Above",,,100,,,,"gadget_max_dash_red",,,300
+,,,,,,,,,"ParticleEmitter",,,"gadget_dash_footprint",,"GroundHigh","true",,100,,,,,,,
+,,"true","true",,,,,,"SWF","sc/effects_brawler.sc","gadget_dash_direction",,,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","gadget_dash_dim",,,"GroundLow",,,100,,,,,,,
+"gadget_max_dash_red",,"true","true",,,,,"Dash_Gadget","ParticleEmitter",,,"gadget_dash_line_red",,"Above",,,100,,,,,,,300
+,,,,,,,,,"ParticleEmitter",,,"gadget_dash_footprint_red",,"GroundHigh","true",,100,,,,,,,
+,,"true","true",,,,,,"SWF","sc/effects_brawler.sc","gadget_dash_direction_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","gadget_dash_dim_red",,,"GroundLow",,,100,,,,,,,
+"gadget_max_sneaker",,,,,,,,,"ParticleEmitter",,,"gadget_max_sneaker_icon",,"Object",,,100,,,,"gadget_max_sneaker_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_max_sneaker_ground_icon",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_max_sneaker_ground",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_max_sneaker_pixel",,"Above",,,100,,,,,,,
+"gadget_max_sneaker_red",,,,,,,,,"ParticleEmitter",,,"gadget_max_sneaker_icon",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_max_sneaker_ground_icon_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_max_sneaker_ground_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_max_sneaker_pixel_red",,"Above",,,100,,,,,,,
+"gadget_mortis_shovel",,,,,,,,"Mortis_Gadget","SWF","sc/effects_brawler.sc","gadget_mortis_shovel",,,"Above","true",,150,,,,"gadget_mortis_shovel_red",,,300
+"gadget_mortis_shovel_red",,,,,,,,"Mortis_Gadget","SWF","sc/effects_brawler.sc","gadget_mortis_shovel_red",,,"Above","true",,150,,,,,,,300
+"gadget_nani_reflect",,"true",,,,,,,"SWF","sc/effects_brawler.sc","gadget_nani_shield",,,"Above",,,140,,,,"gadget_nani_reflect_red",,,200
+"gadget_nani_reflect_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","gadget_nani_shield_red",,,"Above",,,140,,,,,,,200
+"gadget_nani_reflect_trail",,"true",,,,,,,"ParticleEmitter",,,"gadget_nani_reflect_trail",,"Above",,,140,,,,"gadget_nani_reflect_trail_red",,,200
+"gadget_nani_reflect_trail_red",,"true",,,,,,,"ParticleEmitter",,,"gadget_nani_reflect_trail_red",,"Above",,,140,,,,,,,200
+"gadget_nita_petslam",,,,,150,150,,"Nita_Gadget_01","ParticleEmitter",,,"driller_def_atk_groundCrack",,"GroundLow","true",,200,,,,"gadget_nita_petslam_red",,,
+,,,,,,,,,"ParticleEmitter",,,"driller_def_atk_fragments",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_explode_blue",,"Above",,,120,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","gadgets_nita_petslam_footprint",,,"GroundHigh","true",,,,,,,,,
+"gadget_nita_petslam_red",,,,,150,150,,"Nita_Gadget_01","ParticleEmitter",,,"driller_def_atk_groundCrack_red",,"GroundLow","true",,200,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_def_atk_fragments",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_explode_red",,"Above",,,120,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","gadgets_nita_petslam_footprint",,,"GroundHigh","true",,,,,,,,,
+"gadget_jessie_spark",,,,,,,,"Jess_Gadget","SWF","sc/effects_brawler.sc","gadget_jessie_spark",,,"GroundHigh","true",,100,,,,"gadget_jessie_spark_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","elecHit_blue",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_jessie_spark_spark",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_jessie_spark_elec",,"Above",,,100,,,,,,,
+"gadget_jessie_spark_red",,,,,,,,"Jess_Gadget","SWF","sc/effects_brawler.sc","gadget_jessie_spark_red",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","elecHit_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_jessie_spark_spark_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_jessie_spark_elec_red",,"Above",,,100,,,,,,,
+"gadget_lou_freeze",,,,,,,,,"SWF","sc/effects_brawler.sc","gadget_lou_freeze_ground",,,"GroundTop","TRUE",,100,,,,"gadget_lou_freeze_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_lou_freeze_snowflake",,"Object",,,100,,,,,,,
+"gadget_lou_freeze_red",,,,,,,,,"SWF","sc/effects_brawler.sc","gadget_lou_freeze_ground_red",,,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_lou_freeze_snowflake_red",,"Object",,,100,,,,,,,
+"gadget_rosa_growbush",,,,,,,,"Rosa_Gadget","SWF","sc/effects_brawler.sc","spike_003_atk1_cloud",,,"Above",,,110,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","sprout_def_ulti_ground",,,"GroundHigh","TRUE",,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_ulti_leafGround",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_ulti_firefly",,"Above",,,100,,,,,,,
+"gadget_stu_wallbreak_reached",,,,,,,,,"ParticleEmitter",,,"cloudExplode_small",,"Object",,,100,,,,"gadget_stu_wallbreak_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_some2",,"GroundTop",,,100,,,,,,,
+"gadget_stu_wallbreak_reached_red",,,,,,,,,"ParticleEmitter",,,"cloudExplode_small_red2",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_some2",,"GroundTop",,,100,,,,,,,
+"gadget_stu_wallbreak_hit",,,,,,,,,"ParticleEmitter",,,"cloudExplode_small",,"Object",,,140,,,,"gadget_stu_wallbreak_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_some2",,"GroundTop",,,130,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_stu_wallbreak_hit",,"Above",,,180,,,,,,,
+"gadget_stu_wallbreak_hit_red",,,,,,,,,"ParticleEmitter",,,"cloudExplode_small_red2",,"Object",,,140,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_some2",,"GroundTop",,,130,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_stu_wallbreak_hit_red",,"Above",,,180,,,,,,,
+"gadget_stu_wallbreak_hitEnv",,,,,,,,,"ParticleEmitter",,,"cloudExplode_small",,"Object",,,100,,,,"gadget_stu_wallbreak_hitEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_some2",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_stu_wallbreak_hit",,"Above",,,100,,,,,,,
+"gadget_stu_wallbreak_hitEnv_red",,,,,,,,,"ParticleEmitter",,,"cloudExplode_small_red2",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_some2",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_stu_wallbreak_hit_red",,"Above",,,100,,,,,,,
+"gadget_stu_wallbreak_trail",,"true",,,,,,,"ParticleEmitter",,,"dynamike_003_trail_spark",,"Above",,,100,,,,"gadget_stu_wallbreak_trail_red",,,
+"gadget_stu_wallbreak_trail_red",,"true",,,,,,,"ParticleEmitter",,,"dynamike_003_trail_spark_red",,"Above",,,100,,,,,,,
+"gadget_tara_vision",,"true",,,,,,"Tara_Gadget","SWF","sc/effects_brawler.sc","gadget_tara_eye_symbol",,,"Above",,,100,,,,"gadget_tara_vision_red",,,450
+,,,,,,,,,"ParticleEmitter",,,"gadget_tara_vision_glow",,"Above",,,100,,,,,,,
+"gadget_tara_vision_red",,"true",,,,,,"Tara_Gadget","SWF","sc/effects_brawler.sc","gadget_tara_eye_symbol_red",,,"Above",,,100,,,,,,,450
+,,,,,,,,,"ParticleEmitter",,,"gadget_tara_vision_glow_red",,"Above",,,100,,,,,,,
+"gadget_gale_windwall",,,,,,,,,"ParticleEmitter",,,"gadget_gale_windwall_tornado_1",,"Object","true",,140,,,,"gadget_gale_windwall_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_gale_windwall_tornado_2",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_gale_windwall_smog",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_gale_windwall_snow",,"Above",,,100,,,,,,,
+"gadget_gale_windwall_red",,,,,,,,,"ParticleEmitter",,,"gadget_gale_windwall_tornado_1_red",,"Object","true",,140,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_gale_windwall_tornado_2_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_gale_windwall_smog_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gadget_gale_windwall_snow_red",,"Above",,,100,,,,,,,
+"gadget_tick_explosion",,"true",,,,,,,"SWF","sc/effects_brawler.sc","gadget_tick_explosion",,,"Above",,,100,,,,"gadget_tick_explosion_red",,,200
+"gadget_tick_explosion_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","gadget_tick_explosion_red",,,"Above",,,100,,,,,,,200
+"death_shotgun_girl",,,,,,,,"Female_1_death","Effect",,,,"gen_brawler_death","Above",,,,,,,"gen_brawler_death_red",,,
+"death_gunslinger",,,,,,,,"Male_1_death","Effect",,,,"gen_brawler_death","Above",,,,,,,"gen_brawler_death_red",,,
+"death_bull_dude",,,,,,,,"Rhino_death","Effect",,,,"gen_brawler_death","Above",,,,,,,"gen_brawler_death_red",,,
+"death_rocket_girl",,,,,,,,"Female_1_death","Effect",,,,"gen_brawler_death","Above",,,,,,,"gen_brawler_death_red",,,
+"death_trickshot_dude",,,,,,,,"Male_2_death","Effect",,,,"gen_brawler_death","Above",,,,,,,"gen_brawler_death_red",,,
+"death_cactus",,,,,,,,"Male_1_death","Effect",,,,"gen_brawler_death","Above",,,,,,,"gen_brawler_death_red",,,
+"death_barkeep",,,,,,,,"Male_2_death","Effect",,,,"gen_brawler_death","Above",,,,,,,"gen_brawler_death_red",,,
+"death_mechanic",,,,,,,,"Male_1_death","Effect",,,,"gen_brawler_death","Above",,,,,,,"gen_brawler_death_red",,,
+"death_shaman",,,,,,,,"Female_1_death","Effect",,,,"gen_brawler_death","Above",,,,,,,"gen_brawler_death_red",,,
+"death_tnt_dude",,,,,,,,"Male_1_death","Effect",,,,"gen_brawler_death","Above",,,,,,,"gen_brawler_death_red",,,
+"death_luchador",,,,,,,,"Male_1_death","Effect",,,,"gen_brawler_death","Above",,,,,,,"gen_brawler_death_red",,,
+"death_undertaker",,,,,,,,"Female_1_death","Effect",,,,"gen_brawler_death","Above",,,,,,,"gen_brawler_death_red",,,
+"death_crow",,,,,,,,"Male_1_death","Effect",,,,"gen_brawler_death","Above",,,,,,,"gen_brawler_death_red",,,
+"death_dead_mariachi",,,,,,,,"Male_2_death","Effect",,,,"gen_brawler_death","Above",,,,,,,"gen_brawler_death_red",,,
+"death_bow_dude",,,,,,,,"Male_2_death","Effect",,,,"gen_brawler_death","Above",,,,,,,"gen_brawler_death_red",,,
+"death_sniper",,,,,,,,"Female_1_death","Effect",,,,"gen_brawler_death","Above",,,,,,,"gen_brawler_death_red",,,
+"death_minigun",,,,,,,,"Male_1_death","Effect",,,,"gen_brawler_death","Above",,,,,,,"gen_brawler_death_red",,,
+"death_bonethrower",,,,,,,,"Male_1_death","Effect",,,,"gen_brawler_death","Above",,,,,,,"gen_brawler_death_red",,,
+"death_barrel_bot",,,,,,,,"Male_2_death","Effect",,,,"gen_brawler_death","Above",,,,,,,"gen_brawler_death_red",,,
+"death_artillery_dude",,,,,,,,"Female_1_death","Effect",,,,"gen_brawler_death","Above",,,,,,,"gen_brawler_death_red",,,
+"death_hammer_dude",,,,,,,,"Male_1_death","Effect",,,,"gen_brawler_death","Above",,,,,,,"gen_brawler_death_red",,,
+"death_hook_dude",,,,,,,,"Male_1_death","Effect",,,,"gen_brawler_death","Above",,,,,,,"gen_brawler_death_red",,,
+"death_ninja",,,,,,,,"Male_1_death","Effect",,,,"gen_brawler_death","Above",,,,,,,"gen_brawler_death_red",,,
+"death_rosa",,,,,,,,"Male_1_death","Effect",,,,"gen_brawler_death","Above",,,,,,,"gen_brawler_death_red",,,
+"death_whirlwind",,,,,,,,"Male_1_death","Effect",,,,"gen_brawler_death","Above",,,,,,,"gen_brawler_death_red",,,
+"death_baseball",,,,,,,,"Female_1_death","Effect",,,,"gen_brawler_death","Above",,,,,,,"gen_brawler_death_red",,,
+"death_arcade",,,,,,,,"Male_1_death","Effect",,,,"gen_brawler_death","Above",,,,,,,"gen_brawler_death_red",,,
+"death_blackhole",,,,,,,,"Female_1_death","Effect",,,,"gen_brawler_death","Above",,,,,,,"gen_brawler_death_red",,,
+,,,,,,,,,"ParticleEmitter",,,"Cards_flying",,"Above",,,70,,,,,,,
+"amber_def_atk",,,,,,,,"Amber_Atk","ParticleEmitter",,,"amber_def_atk_fire",,"Object",,,100,,,,"amber_def_atk_red",,,350
+"amber_def_atk_red",,,,,,,,"Amber_Atk","ParticleEmitter",,,"amber_def_atk_fire_red",,"Object",,,100,,,,,,,350
+"amber_def_atk_trail",,,,,,,,,"ParticleEmitter",,,"amber_def_atk_trail_smoke_2",,"GroundHigh",,,100,,,,"amber_def_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_atk_trail_smoke_1",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_atk_trail_amber",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_atk_trail_fire",,"Object",,,100,,,,,,,
+"amber_def_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"amber_def_atk_trail_smoke_2_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_atk_trail_smoke_1_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_atk_trail_amber_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_atk_trail_fire_red",,"Object",,,100,,,,,,,
+"amber_def_atk_reached",,,,,,,,,"ParticleEmitter",,,"bibi_003_ulti_hitEnv_cloud",,"Object",,,130,,,,"amber_def_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_atkEnd_residual",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_atkEnd_soot",,"GroundLow","true",,100,,,,,,,
+"amber_def_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"bibi_003_ulti_hitEnv_cloud_red",,"Object",,,130,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_atkEnd_residual_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_atkEnd_soot",,"GroundLow","true",,100,,,,,,,
+"amber_def_atkHit",,,,,,,,,"ParticleEmitter",,,"bibi_003_ulti_hitEnv_cloud_red",,"Object",,,140,,,,"amber_def_atkHit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit_red",,"Above",,,100,,,,,,,
+"amber_def_atkHit_red",,,,,,,,,"ParticleEmitter",,,"bibi_003_ulti_hitEnv_cloud",,"Object",,,140,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit",,"Above",,,100,,,,,,,
+"amber_def_lobby_fire","true",,,,,,,,"Effect",,,,"amber_def_lobby_fire_stick","Above",,,100,,,,,,,
+,,,,,,,,,"Effect",,,,"amber_def_lobby_fire_hand","Above",,,100,,,,,,,
+"amber_def_lobby_fire_stick","true","true",,"fire_effect_s",,,,,"SWF","sc/effects_brawler.sc","amber_def_lobby_fire",,,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_lobby_spark",,"Object",,,100,,,,,,,
+"amber_def_lobby_fire_hand","true","true",,"fire_effect_hand",,,,,"SWF","sc/effects_brawler.sc","amber_def_lobby_fire",,,"Object",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_lobby_spark",,"Object",,,70,,,,,,,
+"amber_def_ingame_fire","true","true",,"fire_effect_s",,,,,"SWF","sc/effects_brawler.sc","amber_def_ingame_fire",,,"Object",,,150,,,,"amber_def_ingame_fire_red",,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_ingame_spark",,"Object",,,200,,,,,,,
+"amber_def_ingame_fire_red","true","true",,"fire_effect_s",,,,,"SWF","sc/effects_brawler.sc","amber_def_lobby_fire",,,"Object",,,150,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_lobby_spark",,"Object",,,200,,,,,,,
+"amber_def_ulti",,,,,,,,"Amber_Ulti_Throw","ParticleEmitter",,,"amber_def_atk_fire",,"Object",,,140,,,,"amber_def_ulti_red",,,350
+,,,,,,,,,"SWF","sc/effects_brawler.sc","amber_def_ulti",,,"Above",,,100,,,,,,,
+"amber_def_ulti_red",,,,,,,,"Amber_Ulti_Throw","ParticleEmitter",,,"amber_def_atk_fire_red",,"Object",,,140,,,,,,,350
+,,,,,,,,,"SWF","sc/effects_brawler.sc","amber_def_ulti_red",,,"Above",,,100,,,,,,,
+"amber_def_ulti_oil",,,,,,,100,,"ParticleEmitter",,,"amber_def_ulti_oil",,"GroundLow","true",,100,,,,"amber_def_ulti_oil_red",,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_ulti_oil_gas",,"Above",,,100,,,,,,,
+"amber_def_ulti_oil_red",,,,,,,100,,"ParticleEmitter",,,"amber_def_ulti_oil_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_ulti_oil_gas_red",,"Above",,,100,,,,,,,
+"amber_def_ulti_oil_burning","true","true",,,,,,"Amber_Oil_Burn","ParticleEmitter",,,"amber_def_ulti_oilExp_residual",,"Above",,,100,,,,"amber_def_ulti_oil_burning_red",,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_ulti_oilExp_gas",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_ulti_oilExp_gas_dark",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_ulti_oilExp_soot",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_ulti_oilExp_amber",,"Above",,,,,,,,,,
+"amber_def_ulti_oil_burning_red","true","true",,,,,,"Amber_Oil_Burn","ParticleEmitter",,,"amber_def_ulti_oilExp_residual_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_ulti_oilExp_gas_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_ulti_oilExp_gas_dark_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_ulti_oilExp_soot",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_ulti_oilExp_amber_red",,"Above",,,,,,,,,,
+"amber_def_ulti_trail",,"true",,,,,,,"ParticleEmitter",,,"amber_def_ulti_trail",,"Above",,,100,,,,"amber_def_ulti_trail_red",,,
+,,"true",,,,,,,"ParticleEmitter",,,"amber_def_ulti_trail_ground",,"GroundLow","true",,100,,,,,,,
+"amber_def_ulti_trail_red",,"true",,,,,,,"ParticleEmitter",,,"amber_def_ulti_trail_red",,"Above",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"amber_def_ulti_trail_ground_red",,"GroundLow","true",,100,,,,,,,
+"amber_def_ulti_hit",,,,,150,50,,"Amber_Ulti_Ground","ParticleEmitter",,,"amber_def_ulti_oil",,"GroundLow","true",,320,,,,"amber_def_ulti_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_ulti_hit_gas",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_shards_blue",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_atk_impact",,"Above",,,100,,,,,,,
+"amber_def_ulti_hit_red",,,,,,,,"Amber_Ulti_Ground","ParticleEmitter",,,"amber_def_ulti_oil_red",,"GroundLow","true",,320,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_ulti_hit_gas_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_shards_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_atk_impact_red",,"Above",,,100,,,,,,,
+"amber_def_lose",,,,,,,,,"Effect",,,,"amber_def_lose_fire_stick","Above",,,100,,,,,,,
+,,,,,,,,,"Effect",,,,"amber_def_lose_behind","Above",,,100,,,,,,,
+"amber_def_lose_fire_stick","true","true",,"fire_effect_s",,,,,"SWF","sc/effects_brawler.sc","amber_def_lobby_fire",,,"Above",,,100,,,,,,,
+"amber_def_lose_behind",,,,,,,,,"ParticleEmitter",,,"amber_def_lose_spark",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_lose_spark_small",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_lose_smoke",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_lose_smoke_frags",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_lose_smoke_remain",,"GroundLow",,,100,,,,,,,
+"amber_002_lobby_fire_sword","true",,,,,,,,"Effect",,,,"amber_002_lobby_fire_sword1","Object",,,,,,,,,,
+,,,,,,,,,"Effect",,,,"amber_002_lobby_fire_sword2","Object",,,,,,,,,,
+,,,,,,,,,"Effect",,,,"amber_002_lobby_fire_sword3","Object",,,,,,,,,,
+,,,,,,,,,"Effect",,,,"amber_002_lobby_fire_sword4","Object",,,,,,,,,,
+,,,,,,,,,"Effect",,,,"amber_002_lobby_fire_sword5","Object",,,,,,,,,,
+,,,,,,,,,"Effect",,,,"amber_002_lobby_fire_trail","Object",,,,,,,,,,
+"amber_002_lobby_fire_trail",,"true",,"fire_effect_02_s",,,,,"ParticleEmitter",,,"amber_002_lobby_trail_fire",,"Object",,,100,,,,,,,
+"amber_002_lobby_fire_sword1","true","true",,"fire_effect_01_s",,,,,"SWF","sc/effects_brawler.sc","amber_def_lobby_fire",,,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_lobby_spark",,"Object",,,80,,,,,,,
+"amber_002_lobby_fire_sword2","true","true",,"fire_effect_02_s",,,,,"SWF","sc/effects_brawler.sc","amber_002_lobby_fire1",,,"Object",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_lobby_spark",,"Object",,,70,,,,,,,
+"amber_002_lobby_fire_sword3","true","true",,"fire_effect_03_s",,,,,"SWF","sc/effects_brawler.sc","amber_def_lobby_fire",,,"Object",,,35,,,,,,,
+"amber_002_lobby_fire_sword4","true","true",,"fire_effect_04_s",,,,,"SWF","sc/effects_brawler.sc","amber_002_lobby_fire1",,,"Object",,,50,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_lobby_spark",,"Object",,,60,,,,,,,
+"amber_002_lobby_fire_sword5","true","true",,"fire_effect_05_s",,,,,"SWF","sc/effects_brawler.sc","amber_def_lobby_fire",,,"Object",,,20,,,,,,,
+"amber_gold_lobby_fire","true","true",,,,,,,"Effect",,,,"amber_gold_lobby_fire_stick","Above",,,100,,,,,,,
+,,,,,,,,,"Effect",,,,"amber_gold_lobby_fire_hand","Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_aura",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_aura_add",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_dots",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_beams",,"GroundTop",,,100,,,,,,,
+"amber_gold_lobby_fire_stick","true","true",,"fire_effect_s",,,,,"SWF","sc/effects_brawler.sc","amber_def_lobby_fire",,,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_lobby_spark",,"Object",,,100,,,,,,,
+"amber_gold_lobby_fire_hand","true","true",,"fire_effect_hand",,,,,"SWF","sc/effects_brawler.sc","amber_def_lobby_fire",,,"Object",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_lobby_spark",,"Object",,,70,,,,,,,
+"amber_silver_lobby_fire","true","true",,,,,,,"Effect",,,,"amber_silver_lobby_fire_stick","Above",,,100,,,,,,,
+,,,,,,,,,"Effect",,,,"amber_silver_lobby_fire_hand","Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_silver_lobby_aura",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_silver_lobby_dots",,"Above",,,100,,,,,,,
+"amber_silver_lobby_fire_stick","true","true",,"fire_effect_s",,,,,"SWF","sc/effects_brawler.sc","amber_def_lobby_fire",,,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_lobby_spark",,"Object",,,100,,,,,,,
+"amber_silver_lobby_fire_hand","true","true",,"fire_effect_hand",,,,,"SWF","sc/effects_brawler.sc","amber_def_lobby_fire",,,"Object",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_lobby_spark",,"Object",,,70,,,,,,,
+"ash_def_atk_sfx",,,,,,,,"Ash_Atk","SWF","sc/effects.sc",,,,"GroundHigh",,,100,,,,,,,
+"ash_def_atk",,,"true",,,,,,"ParticleEmitter",,,"ash_def_atk_trash",,"GroundHigh",,,100,,,,"ash_def_atk_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ash_002_atk_slash",,"Above",,,100,,,,"ash_def_atk_red",,,
+"ash_def_atk_red",,,"true",,,,,,"ParticleEmitter",,,"ash_def_atk_trash_red",,"GroundHigh",,,100,,,,,,,
+"ash_def_atk_trail",,"true","true",,,,,,"ParticleEmitter",,,"ash_def_ground_crack",,"GroundLow","true",,100,,,,"ash_def_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_impact",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_fragments",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_cloud",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_L",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_L2",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_L3",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_R",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_R2",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_R3",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_fire_spark_blue_short",,"Above",,,100,,,,,,,
+"ash_def_atk_trail_lv2",,"true","true",,,,,,"ParticleEmitter",,,"ash_def_ground_crack_lv2",,"GroundLow","true",,100,,,,"ash_def_atk_trail_lv2_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_impact_lv2",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_fragments_lv2",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_cloud_lv2",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_L_lv2",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_L2_lv2",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_L3_lv2",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_R_lv2",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_R2_lv2",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_R3_lv2",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_fire_spark_blue_short_lv2",,"Above",,,100,,,,,,,
+"ash_def_atk_trail_lv3",,"true","true",,,,,,"ParticleEmitter",,,"ash_def_ground_crack_lv3",,"GroundLow","true",,100,,,,"ash_def_atk_trail_lv3_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_impact_lv3",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_fragments",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_cloud_lv3",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_L_lv3",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_L2_lv3",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_L3_lv3",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_R_lv3",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_R2_lv3",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_R3_lv3",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_fire_spark_blue_short_lv3",,"Above",,,100,,,,,,,
+"ash_def_atk_trail_red",,"true","true",,,,,,"ParticleEmitter",,,"ash_def_ground_crack",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_impact_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_fragments",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_cloud_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_L",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_L2",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_L3",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_R",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_R2",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_R3",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_fire_spark_red_short",,"Above",,,100,,,,,,,
+"ash_def_atk_trail_lv2_red",,"true","true",,,,,,"ParticleEmitter",,,"ash_def_ground_crack_lv2_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_impact_lv2_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_fragments_lv2",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_cloud_lv2_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_L_lv2",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_L2_lv2",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_L3_lv2",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_R_lv2",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_R2_lv2",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_R3_lv2",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_fire_spark_red_short_lv2",,"Above",,,100,,,,,,,
+"ash_def_atk_trail_lv3_red",,"true","true",,,,,,"ParticleEmitter",,,"ash_def_ground_crack_lv3_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_impact_lv3_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_fragments_lv2",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_cloud_lv3_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_L_lv3",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_L2_lv3",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_L3_lv3",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_R_lv3",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_R2_lv3",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_stone_R3_lv3",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_fire_spark_red_short_lv3",,"Above",,,100,,,,,,,
+"ash_def_ulti_trail",,"true",,,,,,,"ParticleEmitter",,,"ash_def_ulti_trail",,"Object",,,70,,,,"ash_def_ulti_trail_red",,,
+"ash_def_ulti_trail_red",,"true",,,,,,,"ParticleEmitter",,,"ash_def_ulti_trail_red",,"Object",,,70,,,,,,,
+"asd_def_ulti_reached",,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_elecBall_end_blue",,,"Object",,,200,,,,"asd_def_ulti_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_ulti_reached",,"Above","TRUE",,100,,,,,,,
+"asd_def_ulti_reached_red",,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_elecBall_end_red",,,"Object",,,200,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_ulti_reached_red",,"Above","TRUE",,100,,,,,,,
+"ash_def_ulti_spawn",,"true",,,,,,"Ash_Ulti","ParticleEmitter",,,"ash_def_ulti_spawnDust",,"Object",,,100,,,,"ash_def_ulti_spawn_red",,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_def_spawnCloudGround_blue",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_ulti_NutsBolts",,"Object",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_spawn_blue",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_ulti_wifi",,"Above","true",,100,,,,,,,100
+,,,,,,,,,"ParticleEmitter",,,"ash_def_ulti_caution",,"Above",,,100,,,,,,,100
+"ash_def_ulti_spawn_red",,"true",,,,,,"Ash_Ulti","ParticleEmitter",,,"ash_def_ulti_spawnDust",,"Object",,,100,,,,"SpawnTurret_enemy",,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_def_spawnCloudGround_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_ulti_NutsBolts_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_spawn_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_ulti_wifi_red",,"Above","true",,100,,,,,,,100
+,,,,,,,,,"ParticleEmitter",,,"ash_def_ulti_caution_red",,"Above",,,100,,,,,,,100
+"ash_002_atk",,,"true",,,,,,"ParticleEmitter",,,"ash_002_atk_leaf",,"Above",,,100,,,,"ash_002_atk_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ash_002_atk_slash",,"Above",,,100,,,,,,,
+"ash_002_atk_red",,,"true",,,,,,"ParticleEmitter",,,"ash_002_atk_leaf_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_002_atk_slash_red",,"Above",,,100,,,,,,,
+"ash_002_atk_trail",,"true","true",,,,,,"ParticleEmitter",,,"ash_002_ground_slash_L",,"GroundLow","true",,100,,,,"ash_002_atk_trail_red",,,
+,,"true","true",,,,,,"ParticleEmitter",,,"ash_002_ground_slash_R",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_002_atk_trail_slash",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_fragments",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_cloud",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_002_atk_leaf_L",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_002_atk_leaf_R",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_002_atk_trail_dustDots",,"Above",,,100,,,,,,,
+"ash_002_atk_trail_lv2",,"true","true",,,,,,"ParticleEmitter",,,"ash_002_ground_slash_lv2",,"GroundLow","true",,100,,,,"ash_002_atk_trail_lv2_red",,,
+,,"true","true",,,,,,"ParticleEmitter",,,"ash_002_ground_slash_lv2_R",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_002_atk_trail_slash_lv2",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_fragments_lv2",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_cloud",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_002_atk_leaf_L",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_002_atk_leaf_R",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_002_atk_trail_dustDots",,"Above",,,100,,,,,,,
+"ash_002_atk_trail_lv3",,"true","true",,,,,,"ParticleEmitter",,,"ash_002_ground_slash_lv3",,"GroundLow","true",,100,,,,"ash_002_atk_trail_lv3_red",,,
+,,"true","true",,,,,,"ParticleEmitter",,,"ash_002_ground_slash_lv3_R",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_002_atk_trail_slash_lv3",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_fragments_lv2",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_cloud",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_002_atk_leaf_L",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_002_atk_leaf_R",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_002_atk_trail_dustDots",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_002_fire_spark_blue_short_lv3",,"Above",,,100,,,,,,,
+"ash_002_atk_trail_red",,"true","true",,,,,,"ParticleEmitter",,,"ash_002_ground_slash_L",,"GroundLow","true",,100,,,,,,,
+,,"true","true",,,,,,"ParticleEmitter",,,"ash_002_ground_slash_R",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_002_atk_trail_slash_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_fragments",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_cloud_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_002_atk_leaf_L_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_002_atk_leaf_R_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_002_atk_trail_dustDots",,"Above",,,100,,,,,,,
+"ash_002_atk_trail_lv2_red",,"true","true",,,,,,"ParticleEmitter",,,"ash_002_ground_slash_lv2_red",,"GroundLow","true",,100,,,,,,,
+,,"true","true",,,,,,"ParticleEmitter",,,"ash_002_ground_slash_lv2_R_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_002_atk_trail_slash_lv2_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_fragments_lv2",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_cloud_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_002_atk_leaf_L_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_002_atk_leaf_R_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_002_atk_trail_dustDots",,"Above",,,100,,,,,,,
+"ash_002_atk_trail_lv3_red",,"true","true",,,,,,"ParticleEmitter",,,"ash_002_ground_slash_lv3_red",,"GroundLow","true",,100,,,,,,,
+,,"true","true",,,,,,"ParticleEmitter",,,"ash_002_ground_slash_lv3_R_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_002_atk_trail_slash_lv3_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_fragments_lv2",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_cloud_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_002_atk_leaf_L_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_002_atk_leaf_R_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_002_atk_trail_dustDots",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_002_fire_spark_red_short_lv3",,"Above",,,100,,,,,,,
+"ash_002_ulti_reached",,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_elecBall_end_blue",,,"Object",,,200,,,,"ash_002_ulti_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ash_002_ulti_clouds",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_002_ulti_leafGround",,"Above","TRUE",,100,,,,,,,
+"ash_002_ulti_reached_red",,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_elecBall_end_red",,,"Object",,,200,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_002_ulti_clouds_red",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_002_ulti_leafGround_red",,"Above","TRUE",,100,,,,,,,
+"ash_002_ulti_trail",,"true",,,,,,,"ParticleEmitter",,,"ash_002_ulti_trail_leaf",,"Above",,,70,,,,"ash_002_ulti_trail_red",,,
+"ash_002_ulti_trail_red",,"true",,,,,,,"ParticleEmitter",,,"ash_002_ulti_trail_leaf_red",,"Above",,,70,,,,,,,
+"ash_002_ulti_spawn",,"true",,,,,,"Roboturret","ParticleEmitter",,,"ash_002_ulti_clouds",,"Object",,,100,,,,"ash_002_ulti_spawn_red",,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_def_spawnCloudGround_blue",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_ulti_NutsBolts",,"Object",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_spawn_blue",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_ulti_wifi",,"Above","true",,100,,,,,,,100
+,,,,,,,,,"ParticleEmitter",,,"ash_def_ulti_caution",,"Above",,,100,,,,,,,100
+"ash_002_ulti_spawn_red",,"true",,,,,,"Roboturret","ParticleEmitter",,,"ash_002_ulti_clouds_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_def_spawnCloudGround_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_ulti_NutsBolts",,"Object",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_spawn_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ash_def_ulti_wifi_red",,"Above","true",,100,,,,,,,100
+,,,,,,,,,"ParticleEmitter",,,"ash_def_ulti_caution_red",,"Above",,,100,,,,,,,100
+"arcade_def_atk",,,,,100,,,"8bit_atk","ParticleEmitter",,,"arcade_def_atk",,"Above",,,100,,,,"arcade_def_atk_red",,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_pixel",,"GroundHigh",,,,,,,,,,
+"arcade_def_atk_red",,,,,,,,"8bit_atk","ParticleEmitter",,,"arcade_def_atk_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_pixel_red",,"GroundHigh",,,,,,,,,,
+"arcade_def_atk_trail",,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_trail",,"GroundHigh",,,100,,,,"arcade_def_atk_trail_red",,,
+"arcade_def_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_trail_red",,"GroundHigh",,,100,,,,,,,
+"arcade_def_atk_reached",,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_reached",,"Above",,,100,,,,"arcade_def_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_pixel_ground",,"Above",,,,,,,,,,
+"arcade_def_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_reached_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_pixel_ground_red",,"Above",,,,,,,,,,
+"arcade_def_atk_hit",,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_hit",,"Above",,,100,,,,"arcade_def_atk_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_pixel",,"Above",,,,,,,,,,
+"arcade_def_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_pixel_red",,"Above",,,,,,,,,,
+"arcade_def_ulti_atk",,"true",,,,,,,"SWF","sc/effects_brawler.sc","arcade_def_ulti_atk",,,"Above",,,100,,,,"arcade_def_ulti_atk_red",,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_ulti_particles",,"Above",,,100,,,,,,,
+"arcade_def_ulti_atk_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","arcade_def_ulti_atk_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_ulti_particles_red",,"Above",,,100,,,,,,,
+"arcade_def_ulti_area_active",,"true",,,,,,,"SWF","sc/effects_brawler.sc","arcade_def_ulti_area_active",,,"GroundLow","true",,90,,,,"arcade_def_ulti_area_active_red",,,
+"arcade_def_ulti_area_active_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","pam_def_ulti_area_active_red",,,"GroundLow","true",,90,,,,,,,
+"arcade_def_ulti_areaBig_active",,"true",,,,,,,"SWF","sc/effects_brawler.sc","arcade_def_ulti_area_active",,,"GroundLow","true",,135,,,,"arcade_def_ulti_areaBig_active_red",,,
+"arcade_def_ulti_areaBig_active_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","pam_def_ulti_area_active_red",,,"GroundLow","true",,135,,,,,,,
+"arcade_def_ulti_area_loop",,"true",,,,,,,"SWF","sc/effects_brawler.sc","arcade_def_ulti_area",,,"GroundLow","true",,100,,,,"arcade_def_ulti_area_loop_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","arcade_def_ulti_symbol",,,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_ulti_pixel",,"Above",,,,,,,,,,
+"arcade_def_ulti_area_loop_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","arcade_def_ulti_area_red",,,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","arcade_def_ulti_symbol_red",,,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_ulti_pixel_red",,"Above",,,,,,,,,,
+"arcade_def_ulti_areaBig_loop",,"true",,,,,,,"SWF","sc/effects_brawler.sc","arcade_def_ulti_areaBig",,,"GroundLow","true",,100,,,,"arcade_def_ulti_areaBig_loop_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","arcade_def_ulti_symbol",,,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_ulti_pixel",,"Above",,,,,,,,,,
+"arcade_def_ulti_areaBig_loop_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","arcade_def_ulti_areaBig_red",,,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","arcade_def_ulti_symbol_red",,,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_ulti_pixel_red",,"Above",,,,,,,,,,
+"arcade_def_ulti_trail",,,,,,,,,"ParticleEmitter",,,"arcade_def_ulti_trail",,"GroundHigh",,,100,,,,"arcade_def_ulti_trail_red",,,
+"arcade_def_ulti_trail_red",,,,,,,,,"ParticleEmitter",,,"arcade_def_ulti_trail_red",,"GroundHigh",,,100,,,,,,,
+"arcade_002_atk",,,,,100,,,"8bit_atk","ParticleEmitter",,,"arcade_002_atk",,"Above",,,100,,,,"arcade_002_atk_red",,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_pixel",,"GroundHigh",,,,,,,,,,
+"arcade_002_atk_red",,,,,100,,,"8bit_atk","ParticleEmitter",,,"arcade_002_atk_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_pixel_red",,"GroundHigh",,,,,,,,,,
+"arcade_002_atk_reached",,,,,,,,,"ParticleEmitter",,,"arcade_002_atkEnd",,"Above",,,100,,,,"arcade_002_atk_reached_red",,,
+"arcade_002_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"arcade_002_atkEnd_red",,"Above",,,100,,,,,,,
+"arcade_002_atk_trail",,,,,100,,,,"ParticleEmitter",,,"arcade_002_atk_trail_ground",,"GroundLow","true",,100,,,,"arcade_002_atk_trail_red",,,
+"arcade_002_atk_trail_red",,,,,100,,,,"ParticleEmitter",,,"arcade_002_atk_trail_ground_red",,"GroundLow","true",,100,,,,,,,
+"arcade_002_atk_hitEnv",,,,,100,,,,"ParticleEmitter",,,"arcade_002_atkEnd",,"Above",,,100,,,,"arcade_002_atk_hitEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_002_atk_hitEnv_pixel",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_002_atk_hitEnv_ground",,"GroundLow","true",,100,,,,,,,
+"arcade_002_atk_hitEnv_red",,,,,100,,,,"ParticleEmitter",,,"arcade_002_atkEnd_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_002_atk_hitEnv_pixel_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_002_atk_hitEnv_ground_red",,"GroundLow","true",,100,,,,,,,
+"arcade_002_atk_hit",,,,,,,,,"ParticleEmitter",,,"arcade_002_atk_hit",,"Above",,,100,,,,"arcade_002_atk_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_pixel",,"Above",,,,,,,,,,
+"arcade_002_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"arcade_002_atk_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_pixel_red",,"Above",,,,,,,,,,
+"arcade_002_ulti_area_loop",,"true",,,,,,,"SWF","sc/effects_brawler.sc","arcade_def_ulti_area",,,"GroundLow","true",,100,,,,"arcade_002_ulti_area_loop_red",,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_002_ulti_smoke",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_002_ulti_elec",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","arcade_002_ulti_symbol",,,"Above",,,100,,,,,,,
+"arcade_002_ulti_area_loop_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","arcade_def_ulti_area_red",,,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_002_ulti_smoke_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_002_ulti_elec_red",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","arcade_002_ulti_symbol_red",,,"Above",,,,,,,,,,
+"arcade_002_ulti_areaBig_loop",,"true",,,,,,,"SWF","sc/effects_brawler.sc","arcade_def_ulti_areaBig",,,"GroundLow","true",,100,,,,"arcade_002_ulti_areaBig_loop_red",,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_002_ulti_smoke",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_002_ulti_elec",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","arcade_002_ulti_symbol",,,"Above",,,,,,,,,,
+"arcade_002_ulti_areaBig_loop_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","arcade_def_ulti_areaBig",,,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_002_ulti_smoke_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_002_ulti_elec_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","arcade_002_ulti_symbol_red",,,"Above",,,100,,,,,,,
+"arcade_002_ulti_trail",,,,,,,,,"ParticleEmitter",,,"arcade_002_ulti_trail_smoke",,"GroundHigh",,,100,,,,"arcade_002_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_002_ulti_trail_elec",,"Above",,,100,,,,,,,
+"arcade_002_ulti_trail_red",,,,,,,,,"ParticleEmitter",,,"arcade_002_ulti_trail_smoke_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_002_ulti_trail_elec_red",,"Above",,,100,,,,,,,
+"arcade_002_moving",,"true","true",,,,,,"ParticleEmitter",,,"arcade_002_moving_jelly",,"GroundHigh","true",,100,,,,"arcade_002_moving_red",,,
+,,"true","true",,,,,,"ParticleEmitter",,,"arcade_002_moving_stain",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_002_moving_smoke",,"GroundHigh",,,100,,,,,,,
+"arcade_002_moving_red",,"true","true",,,,,,"ParticleEmitter",,,"arcade_002_moving_jelly_red",,"GroundHigh","true",,100,,,,,,,
+,,"true","true",,,,,,"ParticleEmitter",,,"arcade_002_moving_stain",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_002_moving_smoke_red",,"GroundHigh",,,100,,,,,,,
+"arcade_003_atk",,,,,100,,,"8bit_atk","SWF","sc/effects_brawler.sc","gunSmoke_S",,,"Above",,,100,,,,"arcade_003_atk_red",,,550
+,,,,,,,,,"ParticleEmitter",,,"arcade_003_atk_notes",,"GroundHigh","false",,100,,,,,,,
+"arcade_003_atk_red",,,,,100,,,"8bit_atk","SWF","sc/effects_brawler.sc","gunSmoke_S",,,"Above",,,100,,,,,,,550
+,,,,,,,,,"ParticleEmitter",,,"arcade_003_atk_notes_red",,"GroundHigh","false",,100,,,,,,,
+"arcade_003_atk_trail",,,,,,,,,"ParticleEmitter",,,"arcade_003_atk_trail_notes_1",,"Above",,,100,,,,"arcade_003_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_003_atk_trail_notes_2",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_003_atk_trail_notes_3",,"Above",,,100,,,,,,,
+"arcade_003_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"arcade_003_atk_trail_notes_1_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_003_atk_trail_notes_2_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_003_atk_trail_notes_3_red",,"Above",,,100,,,,,,,
+"arcade_003_hit_char","true","true",,,,,,,"ParticleEmitter",,,"poco_def_atk_hit_char",,"Above",,,100,,,,"arcade_003_hit_char_red",,,
+"arcade_003_hit_char_red","true","true",,,,,,,"ParticleEmitter",,,"poco_def_atk_hit_char_red",,"Above",,,100,,,,,,,
+"arcade_003_ulti_trail",,,,,,,,,"ParticleEmitter",,,"arcade_003_ulti_trail_notes",,"Object",,,100,,,,"arcade_003_ulti_trail_red",,,
+"arcade_003_ulti_trail_red",,,,,,,,,"ParticleEmitter",,,"arcade_003_ulti_trail_notes_red",,"Object",,,100,,,,,,,
+"arcade_003_ulti_area_loop",,"true",,,,,,,"SWF","sc/effects_brawler.sc","arcade_def_ulti_area",,,"GroundLow","true",,100,,,,"arcade_003_ulti_area_loop_red",,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_003_ulti_notes",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_ulti_pixel",,"Above",,,,,,,,,,
+"arcade_003_ulti_area_loop_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","arcade_def_ulti_area_red",,,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_003_ulti_notes_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_ulti_pixel_red",,"Above",,,,,,,,,,
+"arcade_003_ulti_areaBig_loop",,"true",,,,,,,"SWF","sc/effects_brawler.sc","arcade_def_ulti_areaBig",,,"GroundLow","true",,100,,,,"arcade_003_ulti_areaBig_loop_red",,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_ulti_pixel",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_003_ulti_notes",,"Above",,,,,,,,,,
+"arcade_003_ulti_areaBig_loop_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","arcade_def_ulti_areaBig_red",,,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_ulti_pixel_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_003_ulti_notes_red",,"Above",,,,,,,,,,
+"arcade_004_atk",,,,,100,,,"8bit_atk","ParticleEmitter",,,"arcade_004_atk_fire",,"Above",,,100,,,,"arcade_004_atk_red",,,550
+"arcade_004_atk_red",,,,,100,,,"8bit_atk","ParticleEmitter",,,"arcade_004_atk_fire_red",,"Above",,,100,,,,,,,550
+"arcade_004_atk_trail",,,,,,,,,"ParticleEmitter",,,"arcade_004_atk_trail_smoke_2",,"Above",,,100,,,,"arcade_004_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_004_atk_trail_smoke_1",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_004_atk_trail_dots",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_004_atk_trail_amber",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_004_atk_trail_fire",,"Above",,,100,,,,,,,
+"arcade_004_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"arcade_004_atk_trail_smoke_2_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_004_atk_trail_smoke_1_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_004_atk_trail_dots_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_004_atk_trail_amber_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_004_atk_trail_fire_red",,"Above",,,100,,,,,,,
+"arcade_004_atk_reached",,,,,,,,,"ParticleEmitter",,,"bibi_003_ulti_hitEnv_cloud",,"Object",,,90,,,,"arcade_004_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_atkEnd_residual",,"GroundHigh",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_atkEnd_soot",,"GroundLow","true",,60,,,,,,,
+"arcade_004_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"bibi_003_ulti_hitEnv_cloud_red",,"Object",,,90,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_atkEnd_residual_red",,"GroundHigh",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"amber_def_atkEnd_soot",,"GroundLow","true",,60,,,,,,,
+"arcade_004_hit_char","true","true",,,,,,,"ParticleEmitter",,,"arcade_004_atk_hit_liquid_1",,"Above",,,100,,,,"arcade_004_hit_char_red",,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_004_atk_hit_liquid_2",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_003_ulti_hitEnv_cloud",,"Above",,,110,,,,,,,
+"arcade_004_hit_char_red","true","true",,,,,,,"ParticleEmitter",,,"arcade_004_atk_hit_liquid_1_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_004_atk_hit_liquid_2_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_003_ulti_hitEnv_cloud_red",,"Above",,,110,,,,,,,
+"arcade_004_ulti_trail",,,,,,,,,"ParticleEmitter",,,"arcade_004_ulti_trail",,"Object",,,100,,,,"arcade_004_ulti_trail_red",,,
+"arcade_004_ulti_trail_red",,,,,,,,,"ParticleEmitter",,,"arcade_004_ulti_trail_red",,"Object",,,100,,,,,,,
+"arcade_004_ulti_area_loop",,"true",,,,,,,"SWF","sc/effects_brawler.sc","arcade_004_ulti_area",,,"GroundLow","true",,100,,,,"arcade_004_ulti_area_loop_red",,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_004_ulti_cloud",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","arcade_004_ulti_symbol",,,"Above",,,,,,,,,,
+"arcade_004_ulti_area_loop_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","arcade_004_ulti_area_red",,,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_004_ulti_cloud_red",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","arcade_004_ulti_symbol_red",,,"Above",,,,,,,,,,
+"arcade_004_ulti_areaBig_loop",,"true",,,,,,,"SWF","sc/effects_brawler.sc","arcade_004_ulti_areaBig",,,"GroundLow","true",,100,,,,"arcade_004_ulti_areaBig_loop_red",,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_004_ulti_cloud",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","arcade_004_ulti_symbol",,,"Above",,,,,,,,,,
+"arcade_004_ulti_areaBig_loop_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","arcade_004_ulti_areaBig_red",,,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_004_ulti_cloud_red",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","arcade_004_ulti_symbol_red",,,"Above",,,,,,,,,,
+"barley_def_atk",,,,,150,50,,"Barkeep_bottle_hit","SWF","sc/effects_brawler.sc","barley_def_atk_ground",,,"GroundHigh","true",,100,,,,"barley_def_atk_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","barley_def_atk_cloud",,,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_shards_blue",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_atk_impact",,"Above",,,100,,,,,,,
+"barley_def_atk_red",,,,,150,50,,"Barkeep_bottle_hit","ParticleEmitter",,,"barley_def_atk_ground_impact_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_atk_ground_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_shards_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_atk_impact_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","barley_def_atk_cloud_red",,,"GroundHigh",,,100,,,,,,,
+"barley_def_atk_trail",,"true",,,,,,,"ParticleEmitter",,,"barley_def_atk_trail",,"Above",,,100,,,,"barley_def_atk_trail_red",,,
+,,"true",,,,,,,"ParticleEmitter",,,"barley_def_atk_trailGround",,"GroundHigh","true",,100,,,,,,,
+"barley_def_atk_trail_red",,"true",,,,,,,"ParticleEmitter",,,"barley_def_atk_trail_red",,"Above",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"barley_def_atk_trailGround_red",,"GroundHigh","true",,100,,,,,,,
+"barley_def_ulti",,,,,150,50,,"Barkeep_ulti_hit","SWF","sc/effects_brawler.sc","barley_def_ulti_ground",,,"GroundHigh","true",,100,,,,"barley_def_ulti_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","barley_def_ulti_cloud",,,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_shards_blue",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_ulti_impact",,"Above",,,100,,,,,,,
+"barley_def_ulti_trail",,,,,,,,,"ParticleEmitter",,,"barley_def_ulti_trail",,"Above",,,100,,,,"barley_def_ulti_trail_red",,,
+"barley_def_ulti_trail_red",,"true",,,,,,,"ParticleEmitter",,,"barley_def_ulti_trail_red",,"Above",,,100,,,,,,,
+"barley_def_ulti_red",,,,,150,50,,"Barkeep_ulti_hit","SWF","sc/effects_brawler.sc","barley_def_ulti_ground_red",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","barley_def_ulti_cloud_red",,,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_shards_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_ulti_impact_red",,"Above",,,100,,,,,,,
+"barley_002_atk",,,,,150,50,,"Wiz_barley_fireball_hit","SWF","sc/effects_brawler.sc","fireball_explosion_blue",,,"Above","true",,180,,,,"barley_002_atk_red",,,
+,,,,,,,,,"ParticleEmitter",,,"fire_spark_blue",,"Above",,,,,,,,,,
+"barley_002_atk_red",,,,,150,50,,"Wiz_barley_fireball_hit","SWF","sc/effects_brawler.sc","fireball_explosion_red",,,"Above","true",,180,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_spark_red",,"Above",,,,,,,,,,
+"barley_002_trail",,"true",,,,,,,"ParticleEmitter",,,"fireball_trail_blue",,"GroundHigh",,,,,,,"barley_002_trail_red",,,
+,,"true",,,,,,,"ParticleEmitter",,,"barley_def_ulti_trail",,"Above",,,,,,,,,,
+"barley_002_trail_red",,"true",,,,,,,"ParticleEmitter",,,"fireball_trail_red",,"GroundHigh",,,,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"barley_def_ulti_trail_red",,"Above",,,,,,,,,,
+"barley_002_ulti",,,,,150,50,,"Wiz_barley_fireball_hit","SWF","sc/effects_brawler.sc","fireball_explosion_ulti_blue",,,"Above","true",,190,,,,"barley_002_ulti_red",,,
+,,,,,,,,,"ParticleEmitter",,,"fire_ulti_spark_blue",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"GroundHigh",,,,,,,,,,
+"barley_002_ulti_red",,,,,150,50,,"Wiz_barley_fireball_hit","SWF","sc/effects_brawler.sc","fireball_explosion_ulti_red",,,"Above","true",,190,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_ulti_spark_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"GroundHigh",,,,,,,,,,
+"barley_004_atk",,,,,150,50,,"Barkeep_bottle_hit","SWF","sc/effects_brawler.sc","barley_004_atk_ground",,,"GroundHigh","true",,100,,,,"barley_004_atk_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","barley_004_atk_cloud",,,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_004_shards_gold",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_atk_impact",,"Above",,,,,,,,,,
+"barley_004_atk_red",,,,,150,50,,"Barkeep_bottle_hit","SWF","sc/effects_brawler.sc","barley_004_atk_ground_red",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","barley_004_atk_cloud_red",,,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_shards_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_atk_impact_red",,"Above",,,,,,,,,,
+"barley_004_atk_trail",,"true",,,,,,,"ParticleEmitter",,,"barley_004_atk_trailLeaf",,"GroundHigh",,,,,,,"barley_004_atk_trail_red",,,
+"barley_004_atk_trail_red",,"true",,,,,,,"ParticleEmitter",,,"barley_004_atk_trailLeaf_red",,"GroundHigh",,,,,,,,,,
+"barley_004_ulti",,,,,150,50,,"Barkeep_bottle_hit","SWF","sc/effects_brawler.sc","barley_004_ulti_ground",,,"GroundHigh","true",,100,,,,"barley_004_ulti_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","barley_004_ulti_cloud",,,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_004_shards_gold",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_atk_impact",,"Above",,,,,,,,,,
+"barley_004_ulti_red",,,,,150,50,,"Barkeep_bottle_hit","SWF","sc/effects_brawler.sc","barley_004_ulti_ground_red",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","barley_004_ulti_cloud_red",,,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_shards_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_atk_impact_red",,"Above",,,,,,,,,,
+"barley_005_atk",,,,,150,50,,"Barkeep_bottle_hit","SWF","sc/effects_brawler.sc","barley_005_atk_ground",,,"GroundLow","true",,100,,,,"barley_005_atk_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","barley_005_atk_fragments",,,"GroundHigh","true",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_005_atk_remain",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_005_atk_debris",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_atk_impact",,"Above",,,,,,,,,,
+"barley_005_atk_red",,,,,150,50,,"Barkeep_bottle_hit","SWF","sc/effects_brawler.sc","barley_005_atk_ground_red",,,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","barley_005_atk_fragments_red",,,"GroundHigh","true",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_005_atk_remain_red",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_005_atk_debris_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_atk_impact_red",,"Above",,,,,,,,,,
+"barley_005_atk_trail",,"true",,,,,,,"ParticleEmitter",,,"barley_005_atk_trail",,"Above",,,,,,,"barley_005_atk_trail_red",,,
+"barley_005_atk_trail_red",,"true",,,,,,,"ParticleEmitter",,,"barley_005_atk_trail_red",,"Above",,,,,,,,,,
+"barley_005_ulti",,,,,150,50,,"Barkeep_ulti_hit","SWF","sc/effects_brawler.sc","barley_005_ulti_ground",,,"GroundLow","true",,100,,,,"barley_005_ulti_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","barley_005_ulti_fragments",,,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_005_ulti_remains",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_005_atk_debris",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_ulti_impact",,"Above",,,,,,,,,,
+"barley_005_ulti_red",,,,,150,50,,"Barkeep_ulti_hit","SWF","sc/effects_brawler.sc","barley_005_ulti_ground_red",,,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","barley_005_ulti_fragments_red",,,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_005_ulti_remains_red",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_005_atk_debris_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_ulti_impact_red",,"Above",,,,,,,,,,
+"barley_005_ulti_trail",,"true",,,,,,,"ParticleEmitter",,,"barley_005_atk_trail",,"Above",,,,,,,"barley_005_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"barley_005_atk_trail_add",,"Above",,,,,,,,,,
+"barley_005_ulti_trail_red",,"true",,,,,,,"ParticleEmitter",,,"barley_005_atk_trail_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_005_atk_trail_red_add",,"Above",,,,,,,,,,
+"barley_006_atk",,,,,150,50,,"Barkeep_bottle_hit","SWF","sc/effects_brawler.sc","barley_def_atk_ground",,,"GroundLow","true",,100,,,,"barley_006_atk_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","barley_006_atk_star",,,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_006_area_glow_1",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_006_area_sideGlow_1",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_006_atk_dust",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_006_shards_blue",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_atk_impact",,"Above",,,100,,,,,,,
+"barley_006_atk_red",,,,,150,50,,"Barkeep_bottle_hit","ParticleEmitter",,,"barley_006_atk_ground_impact_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","barley_006_atk_star_red",,,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_006_atk_ground_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_006_area_glow_1_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_006_area_sideGlow_1_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_006_atk_dust_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_006_shards_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_atk_impact_red",,"Above",,,100,,,,,,,
+"barley_006_atk_trail",,"true",,,,,,,"ParticleEmitter",,,"barley_006_atk_trail_gas_green",,"Object",,,100,,,,"barley_006_atk_trail_red",,,
+,,"true",,,,,,,"ParticleEmitter",,,"barley_006_atk_trail_gas_yellow",,"Object",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"barley_006_atk_trail_gas_blue",,"Object",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"barley_006_atk_trail_dust",,"Above",,,100,,,,,,,
+"barley_006_atk_trail_red",,"true",,,,,,,"ParticleEmitter",,,"barley_006_atk_trail_gas_purple",,"Object",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"barley_006_atk_trail_gas_bluePurple",,"Object",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"barley_006_atk_trail_dust_red",,"Above",,,100,,,,,,,
+"barley_006_ulti_trail",,"true",,,,,,,"ParticleEmitter",,,"barley_006_atk_trail_gas_purple",,"Object",,,100,,,,"barley_006_ulti_trail_red",,,
+,,"true",,,,,,,"ParticleEmitter",,,"barley_006_atk_trail_gas_yellow",,"Object",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"barley_006_atk_trail_gas_blue",,"Object",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"barley_006_atk_trail_dust",,"Above",,,100,,,,,,,
+"barley_006_ulti_trail_red",,"true",,,,,,,"ParticleEmitter",,,"barley_006_atk_trail_gas_purple",,"Object",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"barley_006_atk_trail_gas_bluePurple",,"Object",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"barley_006_atk_trail_dust_red",,"Above",,,100,,,,,,,
+"barley_006_ulti",,,,,150,50,,"Barkeep_ulti_hit","SWF","sc/effects_brawler.sc","barley_def_ulti_ground",,,"GroundLow","true",,100,,,,"barley_006_ulti_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","barley_006_ulti_star",,,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_006_area_glow_3",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_006_area_sideGlow_2",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_006_ulti_dust",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_006_shards_blue",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_atk_impact",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_006_ulti_area_dust",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_006_ulti_area_star",,"GroundHigh","true",,100,,,,,,,
+"barley_006_ulti_red",,,,,150,50,,"Barkeep_ulti_hit","SWF","sc/effects_brawler.sc","barley_006_ulti_ground_red",,,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","barley_006_ulti_star_red",,,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_006_area_glow_4",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_006_area_sideGlow_2_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_006_ulti_dust_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_006_shards_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_atk_impact_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_006_ulti_area_dust",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_006_ulti_area_star_red",,"GroundHigh","true",,100,,,,,,,
+"bea_def_atk",,"true",,,100,,,"Bea_Atk","SWF","sc/effects_brawler.sc","bea_def_shoot",,,"Above",,,100,,,,"bea_def_atk_red",,,400
+,,,,,,,,,"ParticleEmitter",,,"bea_def_atk_pixel",,"GroundHigh",,,,,,,,,,
+"bea_def_atk_red",,"true",,,100,,,"Bea_Atk","SWF","sc/effects_brawler.sc","bea_def_shoot_red",,,"Above",,,100,,,,,,,400
+,,,,,,,,,"ParticleEmitter",,,"bea_def_atk_pixel_red",,"GroundHigh",,,,,,,,,,
+"bea_def_atk_charged",,"true",,"bee_s",,,,,"SWF","sc/effects_brawler.sc","bea_def_atk_charged",,,"Above",,,120,,,,"bea_def_atk_charged_red",,,
+,,"true",,,,,,,"ParticleEmitter",,,"bea_def_bee_charged",,"Above",,,100,,,,,,,
+"bea_def_atk_charged_red",,"true",,"bee_s",,,,,"SWF","sc/effects_brawler.sc","bea_def_atk_charged_red",,,"Above",,,120,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"bea_def_bee_charged_red",,"Above",,,100,,,,,,,
+"bea_def_atk_trail",,,,,,,,,"ParticleEmitter",,,"bea_def_ulti_trail_twinkles",,"GroundHigh",,,100,,,,"bea_def_atk_trail_red",,,
+"bea_def_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"bea_def_ulti_trail_twinkles_red",,"GroundHigh",,,100,,,,,,,
+"bea_def_atk_hit",,,,,,,,"Bea_Atk_Hit","ParticleEmitter",,,"bea_def_atk_hit",,"Above",,,90,,,,"bea_def_atk_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hitEnv_spark",,"Above",,,120,,,,,,,
+"bea_def_atk_hit_red",,,,,,,,"Bea_Atk_Hit","ParticleEmitter",,,"bea_def_atk_hit_red",,"Above",,,90,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hitEnv_spark_red",,"Above",,,120,,,,,,,
+"bea_def_atk2_hit",,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hit",,"Above",,,135,,,,"bea_def_atk2_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hitEnv_spark",,"GroundHigh",,,130,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hitEnv_cloud",,"Above",,,160,,,,,,,
+"bea_def_atk2_hit_red",,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hit_red",,"Above",,,135,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hitEnv_spark_red",,"GroundHigh",,,130,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hitEnv_cloud_red",,"Above",,,160,,,,,,,
+"bea_def_atk_hitEnv",,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hitEnv_cloud",,"GroundHigh",,,100,,,,"bea_def_atk_hitEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hitEnv_shock",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hitEnv_spark",,"Above",,,100,,,,,,,
+"bea_def_atk_hitEnv_red",,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hitEnv_cloud_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hitEnv_shock_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hitEnv_spark_red",,"Above",,,100,,,,,,,
+"bea_def_atk2_hitEnv",,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hitEnv_cloud",,"GroundHigh",,,130,,,,"bea_def_atk2_hitEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hitEnv_shock",,"Above",,,130,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hitEnv_spark",,"Above",,,130,,,,,,,
+"bea_def_atk2_hitEnv_red",,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hitEnv_cloud_red",,"GroundHigh",,,130,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hitEnv_shock_red",,"Above",,,130,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hitEnv_spark_red",,"Above",,,130,,,,,,,
+"bea_def_ulti",,,,,,,,"Bea_Ulti","SWF","sc/effects_brawler.sc","bea_def_ulti",,,"Above",,,125,,,,"bea_def_ulti_red",,,300
+"bea_def_ulti_red",,,,,,,,"Bea_Ulti","SWF","sc/effects_brawler.sc","bea_def_ulti_red",,,"Above",,,125,,,,,,,300
+"bea_def_ulti_reached",,,,,,,,,"ParticleEmitter",,,"bea_def_ulti_beeFly",,"Above",,,100,,,,"bea_def_ulti_reached_red",,,
+"bea_def_ulti_reached_red",,,,,,,,,"ParticleEmitter",,,"bea_def_ulti_beeFly_red",,"Above",,,100,,,,,,,
+"bea_def_ulti_hit",,,,,,,,,"ParticleEmitter",,,"bea_def_ulti_hit",,"Above",,,100,,,,"bea_def_ulti_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bea_def_ulti_hitCloud",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_def_ulti_hit_twinkles",,"Above",,,100,,,,,,,
+"bea_def_ulti_hit_red",,,,,,,,,"ParticleEmitter",,,"bea_def_ulti_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_def_ulti_hitCloud_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_def_ulti_hit_twinkles_red",,"Above",,,100,,,,,,,
+"bea_002_atk_reached",,,,,,,,,"ParticleEmitter",,,"bea_002_atk_reached",,"GroundHigh",,,100,,,,"bea_002_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,100,,,,,,,
+"bea_002_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"bea_002_atk_reached_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,100,,,,,,,
+"bea_002_ulti_hit",,,,,,,,,"ParticleEmitter",,,"bea_002_ulti_hit",,"Above",,,100,,,,"bea_002_ulti_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bea_def_ulti_hitCloud",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_def_ulti_hit_twinkles",,"Above",,,100,,,,,,,
+"bea_002_ulti_hit_red",,,,,,,,,"ParticleEmitter",,,"bea_002_ulti_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_def_ulti_hitCloud_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_def_ulti_hit_twinkles_red",,"Above",,,100,,,,,,,
+"bea_002_ulti_reached",,,,,,,,,"ParticleEmitter",,,"bea_002_ulti_reached",,"GroundHigh",,,100,,,,"bea_002_ulti_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,100,,,,,,,
+"bea_002_ulti_reached_red",,,,,,,,,"ParticleEmitter",,,"bea_002_ulti_reached_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,100,,,,,,,
+"bea_003_atk",,"true",,,100,,,"Bea_Atk","SWF","sc/effects_brawler.sc","bea_def_shoot",,,"Above",,,100,,,,"bea_003_atk_red",,,400
+"bea_003_atk_red",,"true",,,100,,,"Bea_Atk","SWF","sc/effects_brawler.sc","bea_def_shoot_red",,,"Above",,,100,,,,,,,400
+"bea_003_atk_trail",,"TRUE",,,,,,,"ParticleEmitter",,,"bea_003_trail_paw_1",,"Object",,,100,,,,"bea_003_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bea_003_trail_paw_2",,"Object",,,100,,,,,,,
+"bea_003_atk_trail_red",,"TRUE",,,,,,,"ParticleEmitter",,,"bea_003_trail_paw_1_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_003_trail_paw_2_red",,"Object",,,100,,,,,,,
+"bea_003_atk_hit",,,,,,,,,"ParticleEmitter",,,"bea_003_atk_hit_scratch",,"Above",,,100,,,,"bea_003_atk_hit_red",,,
+"bea_003_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"bea_003_atk_hit_scratch_red",,"Above",,,100,,,,,,,
+"bea_003_atk2_hit",,,,,,,,,"ParticleEmitter",,,"bea_003_atk2_hit_scratch",,"Above",,,110,,,,"bea_003_atk2_hit_red",,,
+"bea_003_atk2_hit_red",,,,,,,,,"ParticleEmitter",,,"bea_003_atk2_hit_scratch_red",,"Above",,,110,,,,,,,
+"bea_003_atk_hitEnv",,,,,,,,,"ParticleEmitter",,,"bea_003_atk_hitEnv_scratch",,"Above",,,60,,,,"bea_003_atk_hitEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bea_003_atk_reached_cat",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_003_atk_reached_bell",,"GroundHigh",,,100,,,,,,,
+"bea_003_atk_hitEnv_red",,,,,,,,,"ParticleEmitter",,,"bea_003_atk_hitEnv_scratch_red",,"Above",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_003_atk_reached_cat_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_003_atk_reached_bell_red",,"GroundHigh",,,100,,,,,,,
+"bea_003_atk_reached",,,,,,,,,"ParticleEmitter",,,"bea_003_atk_reached_cat",,"Object",,,100,,,,"bea_003_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bea_003_atk_reached_bell",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,100,,,,,,,
+"bea_003_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"bea_003_atk_reached_cat_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_003_atk_reached_bell_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,100,,,,,,,
+"bea_003_ulti_hit",,,,,,,,,"ParticleEmitter",,,"bea_003_atk_hit_scratch",,"Above",,,80,,,,"bea_003_ulti_hit_red",,,
+"bea_003_ulti_hit_red",,,,,,,,,"ParticleEmitter",,,"bea_003_atk_hit_scratch_red",,"Above",,,80,,,,,,,
+"bea_003_ulti_hitEnv",,,,,,,,,"ParticleEmitter",,,"bea_003_atk_hitEnv_scratch",,"Above",,,45,,,,"bea_003_ulti_hitEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bea_003_atk_reached_cat",,"Object",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_003_atk_reached_bell",,"GroundHigh",,,80,,,,,,,
+"bea_003_ulti_hitEnv_red",,,,,,,,,"ParticleEmitter",,,"bea_003_atk_hitEnv_scratch_red",,"Above",,,45,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_003_atk_reached_cat_red",,"Object",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_003_atk_reached_bell_red",,"GroundHigh",,,80,,,,,,,
+"bea_003_ulti_reached",,,,,,,,,"ParticleEmitter",,,"bea_003_atk_reached_cat",,"Object",,,75,,,,"bea_003_ulti_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bea_003_atk_reached_bell",,"GroundHigh",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Object",,,90,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,90,,,,,,,
+"bea_003_ulti_reached_red",,,,,,,,,"ParticleEmitter",,,"bea_003_atk_reached_cat_red",,"Object",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_003_atk_reached_bell_red",,"GroundHigh",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Object",,,90,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,90,,,,,,,
+"bea_003_moving",,"TRUE","TRUE",,,,,,"ParticleEmitter",,,"bea_003_moving_paw",,"GroundLow","TRUE",,100,,,,,,,
+"bea_004_atk_hit",,,,,,,,,"ParticleEmitter",,,"bea_004_atk_hit_scratch",,"Above",,,100,,,,"bea_004_atk_hit_red",,,
+"bea_004_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"bea_004_atk_hit_scratch_red",,"Above",,,100,,,,,,,
+"bea_004_atk_hitEnv",,,,,,,,,"ParticleEmitter",,,"bea_004_atk_hitEnv_scratch",,"Above",,,60,,,,"bea_004_atk_hitEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bea_004_atk_reached_cat",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_003_atk_reached_bell",,"GroundHigh",,,100,,,,,,,
+"bea_004_atk_hitEnv_red",,,,,,,,,"ParticleEmitter",,,"bea_004_atk_hitEnv_scratch_red",,"Above",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_004_atk_reached_cat_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_003_atk_reached_bell_red",,"GroundHigh",,,100,,,,,,,
+"bea_004_atk_trail",,"TRUE",,,,,,,"ParticleEmitter",,,"bea_003_trail_paw_1",,"Object",,,100,,,,"bea_004_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bea_004_trail_paw",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_004_atk_trail_twinkles",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_004_atk_trail_frags",,"Above",,,100,,,,,,,
+"bea_004_atk_trail_red",,"TRUE",,,,,,,"ParticleEmitter",,,"bea_003_trail_paw_1_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_004_trail_paw",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_004_atk_trail_twinkles",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_004_atk_trail_frags_red",,"Above",,,100,,,,,,,
+"bea_004_atk2_hit",,,,,,,,,"ParticleEmitter",,,"bea_004_atk2_hit_scratch",,"Above",,,110,,,,"bea_004_atk2_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bea_004_atk2_hit_frags",,"Above",,,100,,,,,,,
+"bea_004_atk2_hit_red",,,,,,,,,"ParticleEmitter",,,"bea_004_atk2_hit_scratch_red",,"Above",,,110,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_004_atk2_hit_frags",,"Above",,,100,,,,,,,
+"bea_004_atk_reached",,,,,,,,,"ParticleEmitter",,,"bea_004_atk_reached_cat",,"Object",,,100,,,,"bea_004_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bea_003_atk_reached_bell",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,100,,,,,,,
+"bea_004_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"bea_004_atk_reached_cat_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_003_atk_reached_bell_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,100,,,,,,,
+"bea_004_ulti_hit",,,,,,,,,"ParticleEmitter",,,"bea_004_atk_hit_scratch",,"Above",,,80,,,,"bea_004_ulti_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bea_004_atk2_hit_frags",,"Above",,,70,,,,,,,
+"bea_004_ulti_hit_red",,,,,,,,,"ParticleEmitter",,,"bea_004_atk_hit_scratch_red",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_004_atk2_hit_frags",,"Above",,,70,,,,,,,
+"bea_004_ulti_hitEnv",,,,,,,,,"ParticleEmitter",,,"bea_004_atk_hitEnv_scratch",,"Above",,,45,,,,"bea_004_ulti_hitEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bea_004_atk_reached_cat",,"Object",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_003_atk_reached_bell",,"GroundHigh",,,80,,,,,,,
+"bea_004_ulti_hitEnv_red",,,,,,,,,"ParticleEmitter",,,"bea_004_atk_hitEnv_scratch_red",,"Above",,,45,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_004_atk_reached_cat_red",,"Object",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_003_atk_reached_bell_red",,"GroundHigh",,,80,,,,,,,
+"bea_004_ulti_reached",,,,,,,,,"ParticleEmitter",,,"bea_004_atk_reached_cat",,"Object",,,75,,,,"bea_004_ulti_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bea_003_atk_reached_bell",,"GroundHigh",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Object",,,90,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,90,,,,,,,
+"bea_004_ulti_reached_red",,,,,,,,,"ParticleEmitter",,,"bea_004_atk_reached_cat_red",,"Object",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_003_atk_reached_bell_red",,"GroundHigh",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Object",,,90,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,90,,,,,,,
+"bea_004_moving",,"TRUE","TRUE",,,,,,"ParticleEmitter",,,"bea_004_moving_paw",,"GroundLow","TRUE",,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"gen_gold_lobby_aura_add",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_gold_moving_twinkle",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_gold_moving_dots",,"Above",,,80,,,,,,,
+"bea_004_lobby_aura",,"true",,,,,,,"ParticleEmitter",,,"gen_gold_lobby_twinkle",,"Above",,,90,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_dots",,"Above",,,90,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_beams",,"GroundTop",,,90,,,,,,,
+"bea_005_atk1_hit",,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_impact_blue",,"Above",,,100,,,,"bea_005_atk1_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_impact_black",,"Object",,,85,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_glow",,"Above",,,90,,,,,,,
+"bea_005_atk1_hit_red",,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_impact_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_impact_black",,"Object",,,85,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_glow_red",,"Above",,,90,,,,,,,
+"bea_005_atk2_hit",,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_impact_blue",,"Above",,,105,,,,"bea_005_atk2_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_impact_black",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_impact_blackDot",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_glow_strong",,"Above",,,110,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_impact_blueAdd",,"Above",,,110,,,,,,,
+"bea_005_atk2_hit_red",,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_impact_red",,"Above",,,105,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_impact_black",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_impact_blackDot",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_glow_strong_red",,"Above",,,110,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_impact_redAdd",,"Above",,,110,,,,,,,
+"bea_005_atk1_hitEnv",,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_impact_black",,"Above",,,55,,,,"bea_005_atk1_hitEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_impact_blackDot",,"Above",,,50,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_impact_blue",,"Above",,,60,,,,,,,
+"bea_005_atk1_hitEnv_red",,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_impact_black",,"Above",,,55,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_impact_blackDot",,"Above",,,50,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_impact_red",,"Above",,,60,,,,,,,
+"bea_005_atk1_reached",,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_impact_black",,"Above",,,45,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_impact_blackDot",,"Above",,,40,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_impact_grey",,"Above",,,35,,,,,,,
+"bea_005_ulti_reached",,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_impact_black",,"Object",,,35,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_impact_blackDot",,"Above",,,40,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_impact_grey",,"Above",,,35,,,,,,,
+"bea_005_ulti_trail",,,,,,,,,"ParticleEmitter",,,"bea_005_ulti_trail_dots",,"Object",,,100,,,,,,,
+"belle_def_atk",,,,,250,50,,"Belle_Atk","ParticleEmitter",,,"belle_def_atk_shock",,"Above",,,100,,,,"belle_def_atk_red",,,200
+,,,,,,,,,"ParticleEmitter",,,"belle_def_atk_spark",,"GroundTop",,,100,,,,,,,
+"belle_def_atk_red",,,,,250,50,,"Belle_Atk","ParticleEmitter",,,"belle_def_atk_shock_red",,"Above",,,100,,,,,,,200
+,,,,,,,,,"ParticleEmitter",,,"belle_def_atk_spark_red",,"GroundTop",,,100,,,,,,,
+"belle_def_atk_trail",,"true",,,,,,,"ParticleEmitter",,,"belle_def_atk_trail_shock",,"Above",,,100,,,,"belle_def_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"belle_def_atk_trail_frags",,"Object",,,100,,,,,,,
+"belle_def_atk_trail_red",,"true",,,,,,,"ParticleEmitter",,,"belle_def_atk_trail_shock_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"belle_def_atk_trail_frags_red",,"Object",,,100,,,,,,,
+"belle_def_atk_hit",,,,,,,,,"SWF","sc/effects_brawler.sc","elecHit_blue",,,"Above",,,65,,,,"belle_def_atk_hit_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","elecHit_ground_blue",,,"GroundHigh","true",,90,,,,,,,
+"belle_def_atk_hit_red",,,,,,,,,"SWF","sc/effects_brawler.sc","elecHit_red",,,"Above",,,65,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","elecHit_ground_red",,,"GroundHigh","true",,90,,,,,,,
+"belle_def_atk_hitEnv",,,,,,,,,"SWF","sc/effects_brawler.sc","elecHit_blue",,,"Above",,,40,,,,"belle_def_atk_hitEnv_red",,,
+"belle_def_atk_hitEnv_red",,,,,,,,,"SWF","sc/effects_brawler.sc","elecHit_red",,,"Above",,,40,,,,,,,
+"belle_def_atk_reached",,,,,,,,,"SWF","sc/effects_brawler.sc","elecHit_ground_blue",,,"GroundHigh","true",,60,,,,"belle_def_atk_reached_red",,,
+"belle_def_atk_reached_red",,,,,,,,,"SWF","sc/effects_brawler.sc","elecHit_ground_red",,,"GroundHigh","true",,60,,,,,,,
+"belle_def_atk2_trail","true","true",,,,,,,"ParticleEmitter",,,"belle_def_atk2_trail_elec",,"Object",,,100,,,,"belle_def_atk2_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"belle_def_atk2_trail_spark",,"Above",,,100,,,,,,,
+"belle_def_atk2_trail_red","true","true",,,,,,,"ParticleEmitter",,,"belle_def_atk2_trail_elec_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"belle_def_atk2_trail_spark_red",,"Above",,,100,,,,,,,
+"belle_def_ulti",,,,,250,50,,"Belle_Ulti","ParticleEmitter",,,"belle_def_atk_shock",,"Above",,,100,,,,"belle_def_ulti_red",,,200
+,,,,,,,,,"ParticleEmitter",,,"belle_def_atk_spark",,"GroundTop",,,100,,,,,,,
+"belle_def_ulti_red",,,,,250,50,,"Belle_Ulti","ParticleEmitter",,,"belle_def_atk_shock_red",,"Above",,,100,,,,,,,200
+,,,,,,,,,"ParticleEmitter",,,"belle_def_atk_spark_red",,"GroundTop",,,100,,,,,,,
+"belle_def_ulti_trail",,"true",,,,,,,"ParticleEmitter",,,"belle_def_ulti_trail_shock",,"Above",,,100,,,,"belle_def_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"belle_def_ulti_trail_spark",,"GroundTop",,,100,,,,,,,
+"belle_def_ulti_trail_red",,"true",,,,,,,"ParticleEmitter",,,"belle_def_ulti_trail_shock_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"belle_def_ulti_trail_spark_red",,"GroundTop",,,100,,,,,,,
+"belle_def_ulti_hit",,,,,,,,,"SWF","sc/effects_brawler.sc","elecHit_blue",,,"Above",,,70,,,,"belle_def_ulti_hit_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","elecHit_ground_blue",,,"GroundHigh","true",,100,,,,,,,
+"belle_def_ulti_hit_red",,,,,,,,,"SWF","sc/effects_brawler.sc","elecHit_red",,,"Above",,,70,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","elecHit_ground_red",,,"GroundHigh","true",,100,,,,,,,
+"belle_def_ulti_hitEnv",,,,,,,,,"SWF","sc/effects_brawler.sc","elecHit_blue",,,"Above",,,40,,,,"belle_def_ulti_hitEnv_red",,,
+"belle_def_ulti_hitEnv_red",,,,,,,,,"SWF","sc/effects_brawler.sc","elecHit_red",,,"Above",,,40,,,,,,,
+"belle_def_ulti_reached",,,,,,,,,"SWF","sc/effects_brawler.sc","elecHit_ground_blue",,,"GroundHigh","true",,60,,,,"belle_def_ulti_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"belle_def_ulti_reached_spark",,"Above",,,100,,,,,,,
+"belle_def_ulti_reached_red",,,,,,,,,"SWF","sc/effects_brawler.sc","elecHit_ground_red",,,"GroundHigh","true",,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"belle_def_ulti_reached_spark_red",,"Above",,,100,,,,,,,
+"belle_shock_001","true","true",,,,,,,"ParticleEmitter",,,"crow_002_atk_shocked_red",,"Above",,,100,,,,"belle_shock_001_red",,,
+"belle_shock_001_red","true","true",,,,,,,"ParticleEmitter",,,"crow_002_atk_shocked",,"Above",,,100,,,,,,,
+"belle_002_atk_trail",,,,,,,,,"ParticleEmitter",,,"belle_002_atk_trail_noise",,"Object",,,100,,,,"belle_002_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"belle_002_atk_trail_twinkle",,"Above",,,100,,,,,,,
+"belle_002_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"belle_002_atk_trail_noise_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"belle_002_atk_trail_twinkle_red",,"Above",,,100,,,,,,,
+"belle_002_atk",,,,,250,50,,"Belle_Atk","ParticleEmitter",,,"belle_def_atk_shock",,"Above",,,100,,,,"belle_002_atk_red",,,200
+,,,,,,,,,"ParticleEmitter",,,"shell_100",,"GroundHigh","false",,100,,,,,,,
+"belle_002_atk_red",,,,,250,50,,"Belle_Atk","ParticleEmitter",,,"belle_def_atk_shock_red",,"Above",,,100,,,,,,,200
+,,,,,,,,,"ParticleEmitter",,,"shell_100",,"GroundHigh","false",,100,,,,,,,
+"belle_002_atk_hit",,,,,,,,,"ParticleEmitter",,,"belle_002_atk_hit_impact_1",,"Above",,,100,,,,"belle_002_atk_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"belle_002_atk_hit_impact_2",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_004_atk2_hit_frags",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"belle_002_atk_hit_wave",,"Object",,,100,,,,,,,
+"belle_002_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"belle_002_atk_hit_impact_1_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"belle_002_atk_hit_impact_2_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_004_atk2_hit_frags",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"belle_002_atk_hit_wave_red",,"Object",,,100,,,,,,,
+"belle_002_atk_hitEnv",,,,,,,,,"ParticleEmitter",,,"belle_002_atk_hit_impact_2",,"Above",,,65,,,,"belle_002_atk_hitEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"belle_002_atk_hit_wave",,"Object",,,70,,,,,,,
+"belle_002_atk_hitEnv_red",,,,,,,,,"ParticleEmitter",,,"belle_002_atk_hit_impact_2_red",,"Above",,,65,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"belle_002_atk_hit_wave_red",,"Object",,,70,,,,,,,
+"belle_002_ulti_trail",,"true",,,,,,,"ParticleEmitter",,,"belle_002_ulti_trail_shock",,"Above",,,100,,,,"belle_002_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"belle_def_ulti_trail_spark",,"GroundTop",,,100,,,,,,,
+"belle_002_ulti_trail_red",,"true",,,,,,,"ParticleEmitter",,,"belle_002_ulti_trail_shock_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"belle_def_ulti_trail_spark_red",,"GroundTop",,,100,,,,,,,
+"belle_002_atk2_trail",,"true",,,,,,,"ParticleEmitter",,,"belle_002_atk2_trail_slash",,"Above",,,100,,,,"belle_002_atk2_trail_red",,,
+"belle_002_atk2_trail_red",,"true",,,,,,,"ParticleEmitter",,,"belle_002_atk2_trail_slash_red",,"Above",,,100,,,,,,,
+"belle_shock_002","true","true",,,,,,,"ParticleEmitter",,,"belle_002_atk2_dot_slash_red",,"Above",,,100,,,,"belle_shock_002_red",,,
+"belle_shock_002_red","true","true",,,,,,,"ParticleEmitter",,,"belle_002_atk2_dot_slash",,"Above",,,100,,,,,,,
+"bibi_def_atk",,"true",,,150,50,,,"SWF","sc/effects_brawler.sc","bibi_def_atk",,,"Above","true",,100,,,,"bibi_def_atk_red",,,400
+,,,,,,,,,"SWF","sc/effects_brawler.sc","bibi_def_atk_dust",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_def_atk_fragments",,"GroundLow",,,,,,,,,,
+"bibi_def_atk_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","bibi_def_atk_red",,,"Above","true",,100,,,,,,,400
+,,,,,,,,,"SWF","sc/effects_brawler.sc","bibi_def_atk_dust",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_def_atk_fragments",,"GroundLow",,,,,,,,,,
+"bibi_def_ulti",,"true",,,,,,"bibi_ulti","SWF","sc/effects_brawler.sc","bibi_def_ulti",,,"Above","true",,60,,,,"bibi_def_ulti_red",,,400
+"bibi_def_ulti_red",,"true",,,,,,"bibi_ulti","SWF","sc/effects_brawler.sc","bibi_def_ulti_red",,,"Above","true",,60,,,,,,,400
+"bibi_def_ulti_trail","true",,,,,,,,"ParticleEmitter",,,"bibi_def_ulti_trail",,"Above",,,,,,,"bibi_def_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"trail_twinkle_01",,"Above",,,,,,,,,,
+"bibi_def_ulti_trail_red","true",,,,,,,,"ParticleEmitter",,,"bibi_def_ulti_trail_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"trail_twinkle_01",,"Above",,,,,,,,,,
+"bibi_def_ulti_hitEffect",,,,,,,,"bibi_bubble_hit","SWF","sc/effects_brawler.sc","bibi_def_ulti_hit",,,"Above",,,100,,,,"bibi_def_ulti_hitEffect_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_def_ulti_hitGround",,"GroundHigh","true",,,,,,,,,
+"bibi_def_ulti_hitEffect_red",,,,,,,,"bibi_bubble_hit","SWF","sc/effects_brawler.sc","bibi_def_ulti_hit_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_def_ulti_hitGround_red",,"GroundHigh","true",,,,,,,,,
+"bibi_def_ulti_hitEffect_char",,,,,,,,"bibi_ulti_hit","SWF","sc/effects_brawler.sc","bibi_def_ulti_hit_red",,,"Above",,,100,,,,"bibi_def_ulti_hitEffect_char_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_def_ulti_hitGround_red",,"GroundHigh","true",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_def_ulti_hitChar_red",,"Above",,,,,,,,,,
+"bibi_def_ulti_hitEffect_char_red",,,,,,,,"bibi_ulti_hit","SWF","sc/effects_brawler.sc","bibi_def_ulti_hit",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_def_ulti_hitGround",,"GroundHigh","true",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_def_ulti_hitChar",,"Above",,,,,,,,,,
+"bibi_swing",,"true",,,,,,"bibi_atk","SWF","sc/effects_brawler.sc",,,,"Above","true",,100,,,,,,,
+"bibi_def_atk_hit",,"true",,,,,,"Bibi_bat_hit","SWF","sc/effects_brawler.sc","bibi_def_atk_hit_red",,,"Above",,,100,,,,"bibi_def_atk_hit_red",,,
+"bibi_def_atk_hit_red",,"true",,,,,,"Bibi_bat_hit","SWF","sc/effects_brawler.sc","bibi_def_atk_hit",,,"Above",,,100,,,,,,,
+"bibi_def_ulti_reached",,"true",,,,,,"bibi_bubble_pop","SWF","sc/effects_brawler.sc","jessie_elecBall_end_blue",,,"Above",,,200,,,,"bibi_def_ulti_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_def_ulti_hitGround",,"GroundHigh","true",,,,,,,,,
+"bibi_def_ulti_reached_red",,"true",,,,,,"bibi_bubble_pop","SWF","sc/effects_brawler.sc","jessie_elecBall_end_red",,,"Above",,,200,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_def_ulti_hitGround_red",,"GroundHigh","true",,,,,,,,,
+"bibi_002_atk",,"true",,,150,50,,,"SWF","sc/effects_brawler.sc","bibi_002_atk",,,"Above","true",,100,,,,"bibi_002_atk_red",,,400
+,,,,,,,,,"SWF","sc/effects_brawler.sc","bibi_002_atk_dust",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_def_atk_fragments",,"GroundLow",,,,,,,,,,
+"bibi_002_atk_red",,"true",,,150,50,,,"SWF","sc/effects_brawler.sc","bibi_002_atk_red",,,"Above","true",,100,,,,,,,400
+,,,,,,,,,"SWF","sc/effects_brawler.sc","bibi_002_atk_dust",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_def_atk_fragments",,"GroundLow",,,,,,,,,,
+"bibi_002_ulti_trail","true",,,,,,,,"ParticleEmitter",,,"bibi_002_ulti_blinks",,"Above",,,,,,,"bibi_002_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_002_ulti_twinkle",,"Above",,,,,,,,,,
+"bibi_002_ulti_trail_red","true",,,,,,,,"ParticleEmitter",,,"bibi_002_ulti_blinks_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_002_ulti_twinkle_red",,"Above",,,,,,,,,,
+"bibi_002_ulti_hit",,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_hit_red",,"Above",,,120,,,,"bibi_002_ulti_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_pixel_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_002_ulti_hitGround_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_002_atk_hitEnv_pixel_red",,"GroundHigh","true",,100,,,,,,,
+"bibi_002_ulti_hit_red",,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_hit",,"Above",,,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_pixel",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_002_ulti_hitGround",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_002_atk_hitEnv_pixel",,"GroundHigh","true",,100,,,,,,,
+"bibi_002_ulti_hitEnv",,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_hit",,"Above",,,65,,,,"bibi_002_ulti_hitEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_002_atk_hitEnv_pixel",,"GroundHigh","true",,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_002_ulti_hitGround",,"GroundLow","true",,65,,,,,,,
+"bibi_002_ulti_hitEnv_red",,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_hit_red",,"Above",,,65,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_002_atk_hitEnv_pixel_red",,"GroundHigh","true",,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_002_ulti_hitGround_red",,"GroundLow","true",,65,,,,,,,
+"bibi_002_ulti_reached",,,,,,,,,"SWF","sc/effects_brawler.sc","tara_002_atkReached_ground",,,"Above",,,170,,,,"bibi_002_ulti_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_002_ulti_hitGround",,"GroundLow","true",,125,,,,,,,
+"bibi_002_ulti_reached_red",,,,,,,,,"SWF","sc/effects_brawler.sc","tara_002_atkReached_ground_red",,,"Above",,,170,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_002_ulti_hitGround_red",,"GroundLow","true",,125,,,,,,,
+"bibi_003_atk",,"true",,,150,50,,,"ParticleEmitter",,,"bibi_003_atk",,"Above","true",,100,,,,"bibi_003_atk_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","bibi_def_atk_dust",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_003_atk_ground",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_def_atk_fragments",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_003_atk_bones",,"GroundHigh",,,100,,,,,,,
+"bibi_003_atk_red",,"true",,,150,50,,,"ParticleEmitter",,,"bibi_003_atk_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","bibi_def_atk_dust",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_003_atk_ground_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_def_atk_fragments",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_003_atk_bones_red",,"GroundHigh",,,100,,,,,,,
+"bibi_003_ulti_trail",,"true","true",,,,,,"ParticleEmitter",,,"bibi_003_ulti_trail_skull",,"Object",,,100,,,,"bibi_003_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_003_ulti_trail_above",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_003_ulti_trail_base",,"GroundLow",,,100,,,,,,,
+"bibi_003_ulti_trail_red",,"true","true",,,,,,"ParticleEmitter",,,"bibi_003_ulti_trail_skull_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_003_ulti_trail_above_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_003_ulti_trail_base_red",,"GroundLow",,,100,,,,,,,
+"bibi_003_ulti_hitEnv",,,,,,,,,"ParticleEmitter",,,"bibi_003_ulti_hitEnv_bones",,"GroundHigh",,,100,,,,"bibi_003_ulti_hitEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_003_ulti_hitEnv_cloud",,"Object",,,125,,,,,,,
+"bibi_003_ulti_hitEnv_red",,,,,,,,,"ParticleEmitter",,,"bibi_003_ulti_hitEnv_bones_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_003_ulti_hitEnv_cloud_red",,"Object",,,125,,,,,,,
+"bibi_003_ulti_hit",,,,,,,,,"ParticleEmitter",,,"emz_002_atk_hitCloud_red",,"Above",,,130,,,,"bibi_003_ulti_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"colt_003_atkHit_cloud_red",,"Object",,,100,,,,,,,
+"bibi_003_ulti_hit_red",,,,,,,,,"ParticleEmitter",,,"emz_002_atk_hitCloud",,"Above",,,130,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colt_003_atkHit_cloud",,"Object",,,100,,,,,,,
+"bibi_004_atk",,"true",,,150,50,,,"SWF","sc/effects_brawler.sc","bibi_004_atk",,,"Above","true",,100,,,,"bibi_004_atk_red",,,400
+,,,,,,,,,"SWF","sc/effects_brawler.sc","bibi_def_atk_dust",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_def_atk_fragments",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_004_atk_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_004_atk_cloud",,"GroundTop",,,100,,,,,,,
+"bibi_004_atk_red",,"true",,,150,50,,,"SWF","sc/effects_brawler.sc","bibi_004_atk_red",,,"Above","true",,100,,,,,,,400
+,,,,,,,,,"SWF","sc/effects_brawler.sc","bibi_def_atk_dust",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_def_atk_fragments",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_004_atk_twinkles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_004_atk_cloud_red",,"GroundTop",,,100,,,,,,,
+"bibi_004_atk_hit",,"true",,,,,,"Bibi_bat_hit","SWF","sc/effects_brawler.sc","bibi_def_atk_hit_red",,,"Above",,,100,,,,"bibi_004_atk_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_004_atkHit_twinkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_004_atkHit_twinkle_gold",,"Above",,,100,,,,,,,
+"bibi_004_atk_hit_red",,"true",,,,,,"Bibi_bat_hit","SWF","sc/effects_brawler.sc","bibi_def_atk_hit",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_004_atkHit_twinkle_blue",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_004_atkHit_twinkle_gold",,"Above",,,100,,,,,,,
+"bibi_gold_atk",,"true",,,150,50,,,"SWF","sc/effects_brawler.sc","bibi_gold_atk",,,"Above","true",,100,,,,"bibi_gold_atk_red",,,400
+,,,,,,,,,"SWF","sc/effects_brawler.sc","bibi_def_atk_dust",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_def_atk_fragments",,"GroundLow",,,,,,,,,,
+"bibi_gold_atk_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","bibi_gold_atk_red",,,"Above","true",,100,,,,,,,400
+,,,,,,,,,"SWF","sc/effects_brawler.sc","bibi_def_atk_dust",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bibi_def_atk_fragments",,"GroundLow",,,,,,,,,,
+"bo_def_ulti_attack",,,,,,,,"tnt_attack_ulti","ParticleEmitter",,,"bo_def_ulti_attack",,"Above",,,100,,,,"bo_def_ulti_attack_red",,,600
+"bo_def_ulti_attack_red",,,,,,,,"tnt_attack_ulti","ParticleEmitter",,,"bo_def_ulti_attack_red",,"Above",,,100,,,,,,,600
+"bo_def_ulti1_explosion",,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_80",,"GroundHigh","true",,100,,,,"bo_def_ulti1_explosion_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","bo_def_ulti1_cloud",,,"Above",,,100,,,,,,,
+"bo_def_ulti1_explosion_red",,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_80",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","bo_def_ulti1_cloud_red",,,"Above",,,100,,,,,,,
+"bo_def_ulti2_spawn",,"true",,,,,,"Bo_mine_spawn","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"bo_def_ulti2_explosion",,,,,150,150,,"Sound_Gen_small_explosion","SWF","sc/effects_brawler.sc","dynamike_attack_blue",,,"Above","true",,135,,,,"bo_def_ulti2_explosion_red",,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,,,,,,,,
+"bo_def_ulti2_explosion_red",,,,,150,150,,"Sound_Gen_small_explosion","SWF","sc/effects_brawler.sc","dynamike_attack_red",,,"Above","true",,135,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,,,,,,,,
+"bo_002_atk",,,,,,,,"Mech_bo_fire","SWF","sc/effects_brawler.sc","gunSmoke_M",,,"Above",,,100,,,,,,,650
+"bo_002_ulti_trail",,"TRUE",,,,,,,"ParticleEmitter",,,"bo_002_ulti_sparks1",,"Above",,,,,,,"bo_002_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bo_002_ulti_sparks2",,"Above",,,,,,,,,,
+"bo_002_ulti_trail_red",,"TRUE",,,,,,,"ParticleEmitter",,,"bo_002_ulti_sparks1_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bo_002_ulti_sparks2_red",,"Above",,,,,,,,,,
+"bo_003_atk_trail",,"TRUE",,,,,,,"ParticleEmitter",,,"bo_003_atk_trail_elec",,"Above",,,100,,,,"bo_003_atk_trail_red",,,
+"bo_003_atk_trail_red",,"TRUE",,,,,,,"ParticleEmitter",,,"bo_003_atk_trail_elec_red",,"Above",,,100,,,,,,,
+"bo_003_atk_explosion",,,,,200,50,,"explosion_rocket_rose","ParticleEmitter",,,"cloudExplode_gold",,"Above",,,,,,,"bo_003_atk_explosion_red",,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_gold",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bo_003_atk_spark",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"brock_explode_red",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","brock_def_atk_area_blue",,,"GroundHigh","true",,,,,,,,,
+"bo_003_atk_explosion_red",,,,,200,50,,"explosion_rocket_rose","ParticleEmitter",,,"cloudExplode_goldRed",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_goldRed",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bo_003_atk_spark_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"brock_explode_red",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","brock_def_atk_area_red",,,"GroundHigh","true",,,,,,,,,
+"bo_003_ulti1_explosion",,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_80",,"GroundHigh","true",,,,,,"bo_003_ulti1_explosion_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","bo_def_ulti1_cloud",,,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bo_003_atk_spark",,"Above",,,,,,,,,,
+"bo_003_ulti1_explosion_red",,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_80",,"GroundHigh","true",,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","bo_def_ulti1_cloud_red",,,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bo_003_atk_spark_red",,"Above",,,,,,,,,,
+"bo_003_atk",,,,,,,,"Mech_bo_fire","ParticleEmitter",,,"bo_003_atk",,"Above",,,100,,,,"bo_003_atk_red",,,650
+,,,,,,,,,"ParticleEmitter",,,"bo_003_atk_shootSpark",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bo_003_atk_twinkle",,"Above",,,150,,,,,,,
+"bo_003_atk_red",,,,,,,,"Mech_bo_fire","ParticleEmitter",,,"bo_003_atk",,"Above",,,100,,,,,,,650
+,,,,,,,,,"ParticleEmitter",,,"bo_003_atk_shootSpark_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bo_003_atk_twinkle_red",,"Above",,,150,,,,,,,
+"bo_003_ulti_trail",,,,,,,,,"ParticleEmitter",,,"bo_003_ulti_trail_twinkle",,"Above",,,100,,,,"bo_003_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bo_003_ulti_trail_dust",,"Above",,,100,,,,,,,
+"bo_003_ulti_trail_red",,,,,,,,,"ParticleEmitter",,,"bo_003_ulti_trail_twinkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bo_003_ulti_trail_dust_red",,"Above",,,100,,,,,,,
+"bo_004_atkHit_blue",,,,,200,50,,"explosion_rocket_rose","ParticleEmitter",,,"cloudExplode_small_blue",,"Object",,,100,,,,"bo_004_atkHit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_small_blue",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bo_004_atkHit_explode",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bo_004_atkHit_groundCrack",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_003_atk1_soot",,,"GroundLow","true",,90,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","bo_004_atk_area_blue",,,"GroundHigh","true",,100,,,,,,,
+"bo_004_atkHit_red",,,,,200,50,,"explosion_rocket_rose","ParticleEmitter",,,"cloudExplode_small_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_small_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bo_004_atkHit_explode_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bo_004_atkHit_groundCrack_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_003_atk1_soot",,,"GroundLow","true",,90,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","bo_004_atk_area_red",,,"GroundHigh","true",,100,,,,,,,
+"bo_004_atk_trail",,,,,,,,,"ParticleEmitter",,,"bo_004_atk_trail_spark",,"Above",,,100,,,,"bo_004_atk_trail_red",,,
+"bo_004_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"bo_004_atk_trail_spark_red",,"Above",,,100,,,,,,,
+"bo_004_ulti_trail",,,,,,,,,"ParticleEmitter",,,"bo_004_ulti_trail_gas",,"GroundTop",,,100,,,,"bo_004_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bo_004_ulti_trail_skull",,"Object",,,100,,,,,,,
+"bo_004_ulti_trail_red",,,,,,,,,"ParticleEmitter",,,"bo_004_ulti_trail_gas_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bo_004_ulti_trail_skull_red",,"Object",,,100,,,,,,,
+"bo_004_ulti1_explosion",,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_80",,"GroundHigh","true",,100,,,,"bo_004_ulti1_explosion_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","bo_def_ulti1_cloud",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bo_004_ulti_bones",,"Object",,,100,,,,,,,
+"bo_004_ulti1_explosion_red",,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_80",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","bo_def_ulti1_cloud_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bo_004_ulti_bones_red",,"Object",,,100,,,,,,,
+"MineActive_enemy",,,,,,,,"Bomb_bleeps","ParticleEmitter",,,"bo_def_mine_wave_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bo_def_mine_area_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bo_def_mine_caution_red",,"Above",,,100,,,,,,,
+"MineActive",,,,,,,,"Bomb_bleeps_friend","ParticleEmitter",,,"bo_def_mine_wave",,"Above","true",,100,,,,"MineActive_enemy",,,
+,,,,,,,,,"ParticleEmitter",,,"bo_def_mine_area",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bo_def_mine_caution",,"Above",,,100,,,,,,,
+"brock_def_atk",,,,,200,,,"Robotfire","SWF","sc/effects_brawler.sc","gunSmoke_M",,,"Above",,,100,,,,,,,650
+"brock_def_ulti",,,,,200,,,"Robotfire","SWF","sc/effects_brawler.sc","gunSmoke_M",,,"Above",,,100,,,,,,,650
+"beach_brock_def_atk",,,,,200,,,"Beach_brock_atk","SWF","sc/effects_brawler.sc","gunSmoke_M",,,"GroundLow",,,,,,,,,,
+"beach_brock_def_ulti",,,,,200,,,"Beach_brock_atk","SWF","sc/effects_brawler.sc","gunSmoke_M",,,"GroundLow",,,,,,,,,,
+"brock_def_atk_trail","true","true",,,,,,,"ParticleEmitter",,,"rocketSmoke_long_blue",,"GroundHigh",,,,,,,"brock_def_atk_trail_red",,,
+"brock_def_atk_trail_red","true","true",,,,,,,"ParticleEmitter",,,"rocketSmoke_long_red",,"GroundHigh",,,,,,,,,,
+"brock_def_ulti_trail","true","true",,,,,,,"ParticleEmitter",,,"rocketSmoke_short_blue",,"GroundHigh",,,,,,,"brock_def_ulti_trail_red",,,
+"brock_def_ulti_trail_red","true","true",,,,,,,"ParticleEmitter",,,"rocketSmoke_short_red",,"GroundHigh",,,,,,,,,,
+"bo_def_explosion_blue",,,,,200,50,,"explosion_rocket_rose","ParticleEmitter",,,"cloudExplode_small_red",,"Above",,,,,,,"brock_def_explosion_red",,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_small_red",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"brock_explode_red",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","brock_def_atk_area_blue",,,"GroundHigh","true",,,,,,,,,
+"bo_def_explosion_red",,,,,200,50,,"explosion_rocket_rose","ParticleEmitter",,,"cloudExplode_small_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_small_red",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"brock_explode_red",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","brock_def_atk_area_red",,,"GroundHigh","true",,,,,,,,,
+"brock_def_explosion_blue",,,,,200,50,,"explosion_rocket_rose","ParticleEmitter",,,"cloudExplode_small_red",,"Above",,,125,,,,"brock_def_explosion_red",,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_small_red",,"GroundHigh",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"brock_explode_red",,"Above",,,125,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","brock_def_atk_area_blue",,,"GroundHigh","true",,125,,,,,,,
+"brock_def_explosion_red",,,,,200,50,,"explosion_rocket_rose","ParticleEmitter",,,"cloudExplode_small_red",,"Above",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_small_red",,"GroundHigh",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"brock_explode_red",,"Above",,,125,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","brock_def_atk_area_red",,,"GroundHigh","true",,125,,,,,,,
+"brock_def_ultiExp_blue",,,,,200,50,,"explosion_rocket_rose","ParticleEmitter",,,"cloudExplode_red",,"Above",,,,,,,"brock_def_ultiExp_red",,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"brock_explode_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_spark_red_short",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","brock_def_atk_area_blue",,,"GroundHigh","true",,,,,,,,,
+"brock_def_ultiExp_red",,,,,200,50,,"explosion_rocket_rose","ParticleEmitter",,,"cloudExplode_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"brock_explode_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_spark_red_short",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","brock_def_atk_area_red",,,"GroundHigh","true",,,,,,,,,
+"brock_def_starPower",,"true",,,,,,,"SWF","sc/effects_brawler.sc","brock_def_sp_fire_blue",,,"Above",,,50,,,,"brock_def_starPower_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","brock_def_sp_fire_ground",,,"GroundHigh","true",,50,,,,,,,
+"brock_def_starPower_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","brock_def_sp_fire_red",,,"Above",,,50,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","brock_def_sp_fire_ground_red",,,"GroundHigh","true",,50,,,,,,,
+"brock_002_atk",,,,,200,,,"Robotfire","SWF","sc/effects_brawler.sc","gunSmoke_M",,,"Above",,,100,,,,"brock_002_atk_red",,,650
+,,,,,,,,,"ParticleEmitter",,,"brock_002_atk_fireworks",,"Above",,,,,,,,,,
+"brock_002_atk_red",,,,,200,,,"Robotfire","SWF","sc/effects_brawler.sc","gunSmoke_M",,,"Above",,,100,,,,,,,650
+,,,,,,,,,"ParticleEmitter",,,"brock_002_atk_fireworks_red",,"Above",,,,,,,,,,
+"brock_002_explosion_blue",,,,,200,50,,"explosion_rocket_rose","ParticleEmitter",,,"cloudExplode_small_red",,"Above",,,125,,,,"brock_002_explosion_red",,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_small_red",,"GroundHigh",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"brock_explode_red",,"Above",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"brock_002_fireworks",,"Above",,,125,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","brock_def_atk_area_blue",,,"GroundHigh","true",,125,,,,,,,
+"brock_002_explosion_red",,,,,200,50,,"explosion_rocket_rose","ParticleEmitter",,,"cloudExplode_small_red",,"Above",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_small_red",,"GroundHigh",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"brock_explode_red",,"Above",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"brock_002_fireworks_red",,"Above",,,125,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","brock_def_atk_area_red",,,"GroundHigh","true",,125,,,,,,,
+"brock_003_atk",,,,,200,,,"Robotfire","SWF","sc/effects_brawler.sc","brock_003_gunSmoke",,,"Above",,,100,,,,"brock_003_atk_red",,,650
+"brock_003_atk_red",,,,,200,,,"Robotfire","SWF","sc/effects_brawler.sc","brock_003_gunSmoke_red",,,"Above",,,100,,,,,,,650
+"brock_004_atk_trail","true","true",,,,,,,"ParticleEmitter",,,"brock_004_waterSplat_trail",,"GroundHigh",,,,,,,"brock_004_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"brock_004_waterStain_trail",,"GroundHigh","true",,,,,,,,,
+"brock_004_atk_trail_red","true","true",,,,,,,"ParticleEmitter",,,"brock_004_waterSplat_trail_red",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"brock_004_waterStain_trail",,"GroundHigh","true",,,,,,,,,
+"brock_004_explosion_blue",,,,,200,50,,"Beach_brock_explo","ParticleEmitter",,,"jessie_002_waterSplat_big",,"GroundHigh",,,125,,,,"brock_004_explosion_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","brock_004_atk_hit_splash",,,"Above",,,125,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_002_atk_hit",,,"Above",,,150,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_002_atk_hit_ground",,,"GroundLow","true",,125,,,,,,,
+"brock_004_explosion_red",,,,,200,50,,"Beach_brock_explo","ParticleEmitter",,,"jessie_002_waterSplat_big_red",,"GroundHigh",,,125,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","brock_004_atk_hit_splash_red",,,"Above",,,125,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_002_atk_hit_red",,,"Above",,,150,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_002_atk_hit_ground_red",,,"GroundLow","true",,125,,,,,,,
+"brock_004_ulti_trail","true","true",,,,,,,"ParticleEmitter",,,"brock_004_waterSplat_trail",,"GroundHigh",,,,,,,"brock_004_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"brock_004_waterStain_ulti",,"GroundHigh","true",,,,,,,,,
+"brock_004_ulti_trail_red","true","true",,,,,,,"ParticleEmitter",,,"brock_004_waterSplat_trail_red",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"brock_004_waterStain_ulti",,"GroundHigh","true",,,,,,,,,
+"brock_004_ultiExp_blue",,,,,200,50,,"Beach_brock_explo","ParticleEmitter",,,"jessie_002_waterSplat_big",,"Above",,,100,,,,"brock_004_ultiExp_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","brock_004_atk_hit_splash",,,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_002_atk_hit",,,"GroundHigh",,,120,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_002_atk_hit_ground",,,"Above","true",,100,,,,,,,
+"brock_004_ultiExp_red",,,,,200,50,,"Beach_brock_explo","ParticleEmitter",,,"jessie_002_waterSplat_big_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","brock_004_atk_hit_splash_red",,,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_002_atk_hit_red",,,"GroundHigh",,,120,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_002_atk_hit_ground_red",,,"Above","true",,100,,,,,,,
+"brock_004_starPower",,"true",,,,,,,"ParticleEmitter",,,"brock_004_waterSplat_long",,"Above",,,50,,,,"brock_004_starPower_red",,,
+,,,,,,,,,"ParticleEmitter",,,"brock_004_sp_whirl",,"Above","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","brock_004_sp_pillar",,,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","brock_004_sp_ground",,,"GroundLow","true",,50,,,,,,,
+"brock_004_starPower_red",,"true",,,,,,,"ParticleEmitter",,,"brock_004_waterSplat_long_red",,"Above",,,50,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"brock_004_sp_whirl_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","brock_004_sp_pillar_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","brock_004_sp_ground_red",,,"GroundLow","true",,50,,,,,,,
+"bull_def_atk",,,,,200,,,"Rhinofire","SWF","sc/effects_brawler.sc","gunSmoke_L",,,"Above",,,110,,,,,,,400
+,,,,,,,,,"ParticleEmitter",,,"shell_shotgun",,"GroundHigh",,,100,,,,,,,
+"bull_def_atk_reached",,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_multi",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"bull_002_atk",,"true",,,200,,,"Rhinofire","SWF","sc/effects_brawler.sc","gunSmoke_L",,,"Above",,,110,,,,,,,400
+,,,,,,,,,"ParticleEmitter",,,"shell_shotgun",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bull_002_atk_coins",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bull_002_atk_angry",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bull_002_atk_twinkles",,"Above",,,100,,,,,,,
+"bull_002_atk_reached",,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_multi",,"Above",,,100,,,,"bull_002_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bull_002_atkEnd_bullet",,"GroundHigh",,,100,,,,,,,
+"bull_002_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_multi",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bull_002_atkEnd_bullet_red",,"GroundHigh",,,100,,,,,,,
+"bull_002_atk_use",,"true",,,,,,,"SWF","sc/effects_brawler.sc","bull_002_atk_angry",,,"Above",,,100,,,,"bull_002_atk_use_red",,,500
+"bull_002_atk_use_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","bull_002_atk_angry_red",,,"Above",,,100,,,,,,,500
+"bull_003_atk",,,,,150,,,"Ruff_Atk","SWF","sc/effects_brawler.sc","ruffs_def_atk",,,"Above",,,140,,,,"bull_003_atk_red",,,350
+,,,,,,,,,"ParticleEmitter",,,"ruffs_def_atk_beams",,"Above",,,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ruffs_def_atk_dots",,"Above",,,120,,,,,,,
+"bull_003_atk_red",,,,,150,,,"Ruff_Atk","SWF","sc/effects_brawler.sc","ruffs_def_atk_red",,,"Above",,,140,,,,,,,350
+,,,,,,,,,"ParticleEmitter",,,"ruffs_def_atk_beams_red",,"Above",,,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ruffs_def_atk_dots_red",,"Above",,,120,,,,,,,
+"bull_003_atk_trail",,,,,,,,,"ParticleEmitter",,,"bull_003_atk_trail_dots",,"Above",,,100,,,,"bull_003_atk_trail_red",,,
+"bull_003_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"bull_003_atk_trail_dots_red",,"Above",,,100,,,,,,,
+"bull_003_atk_reached",,,,,,,,,"ParticleEmitter",,,"bull_003_atkReached_beam",,"Above",,,80,,,,"bull_003_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bull_003_atkHit",,"Above",,,50,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundTop",,,100,,,,,,,
+"bull_003_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"bull_003_atkReached_beam_red",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bull_003_atkHit_red",,"Above",,,50,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundTop",,,100,,,,,,,
+"bull_003_atk_hit",,,,,,,,,"ParticleEmitter",,,"bull_003_atkReached_beam",,"Above",,,120,,,,"bull_003_atk_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bull_003_atkHit_dots",,"Above",,,140,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bull_003_atkHit",,"Above",,,140,,,,,,,
+"bull_003_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"bull_003_atkReached_beam_red",,"Above",,,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bull_003_atkHit_dots_red",,"Above",,,140,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bull_003_atkHit_red",,"Above",,,140,,,,,,,
+"bull_004_atk",,,,,200,,,"Rhinofire","SWF","sc/effects_brawler.sc","bull_004_atk_muzzle",,,"Above",,,110,,,,"bull_004_atk_red",,,400
+,,,,,,,,,"ParticleEmitter",,,"shell_shotgun",,"GroundHigh",,,100,,,,,,,
+"bull_004_atk_hit",,,,,,,,,"ParticleEmitter",,,"bull_004_atk_hit",,"Above",,,100,,,,"bull_004_atk_hit_red",,,400
+,,,,,,,,,"ParticleEmitter",,,"bull_004_atk_hit_elec",,"Above",,,100,,,,,,,400
+"bull_004_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"bull_004_atk_hit_red",,"Above",,,100,,,,,,,400
+,,,,,,,,,"ParticleEmitter",,,"bull_004_atk_hit_elec_red",,"Above",,,100,,,,,,,400
+"bull_004_atk_red",,,,,200,,,"Rhinofire","SWF","sc/effects_brawler.sc","bull_004_atk_muzzle_red",,,"Above",,,110,,,,"bull_004_atk_red",,,400
+,,,,,,,,,"ParticleEmitter",,,"shell_shotgun",,"GroundHigh",,,100,,,,,,,
+"bull_004_atk_reached",,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_onlySmoke",,"Object",,,100,,,,"bull_004_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bull_004_atkEnd_projectile",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bull_004_atk_bolt",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bull_004_atkEnd_debris",,"Above",,,100,,,,,,,
+"bull_004_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_onlySmoke",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bull_004_atkEnd_projectile_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bull_004_atk_bolt",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bull_004_atkEnd_debris_red",,"Above",,,100,,,,,,,
+"bull_004_atk_trail",,,,,,,,,"ParticleEmitter",,,"bull_004_atk_trail_dust",,"Above",,,110,,,,"bull_004_atk_trail_red",,,400
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"bull_004_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"bull_004_atk_trail_dust_red",,"Above",,,110,,,,,,,400
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"bull_004_ulti_loop","TRUE","true","TRUE",,,,,,"ParticleEmitter",,,"bull_004_ulti_foot_L",,"Above","TRUE",,,,,,"bull_004_ulti_loop_red",,,300
+,"TRUE","true","TRUE",,,,,,"ParticleEmitter",,,"bull_004_ulti_foot_R",,"Above","TRUE",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Hammer_trail_rocks",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Hammer_trail_dust_75",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bull_004_ulti_bolt",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bull_004_ulti_trail_elec_01",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bull_004_ulti_trail_elec_02",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bull_004_ulti_trail_elec_03",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bull_004_ulti_trail_line",,"Above",,,,,,,,,,0
+"bull_004_ulti_loop_2","TRUE","true","TRUE",,,,,,"SWF","sc/effects_brawler.sc","bull_004_ulti_display",,,"Object",,,65,,,,"bull_004_ulti_loop_2_red",,,350
+"bull_004_ulti_loop_red","TRUE","true","TRUE",,,,,,"ParticleEmitter",,,"bull_004_ulti_foot_L",,"Above","TRUE",,,,,,,,,300
+,"TRUE","true","TRUE",,,,,,"ParticleEmitter",,,"bull_004_ulti_foot_R",,"Above","TRUE",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Hammer_trail_rocks",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Hammer_trail_dust_75",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bull_004_ulti_bolt",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bull_004_ulti_trail_elec_red_01",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bull_004_ulti_trail_elec_red_02",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bull_004_ulti_trail_elec_red_03",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bull_004_ulti_trail_line_red",,"Above",,,,,,,,,,0
+"bull_004_ulti_loop_2_red","TRUE","true","TRUE",,,,,,"SWF","sc/effects_brawler.sc","bull_004_ulti_display_red",,,"Object",,,65,,,,,,,350
+"buzz_def_atk",,,,,,,,"Buzz_Atk","ParticleEmitter",,,"buzz_def_atk_spark",,"Above",,,100,,,,"buzz_def_atk_red",,,0
+"buzz_def_atk_red",,,,,,,,"Buzz_Atk","ParticleEmitter",,,"buzz_def_atk_spark_red",,"Above",,,100,,,,,,,0
+"buzz_def_atk_trail",,,,,,,,,"ParticleEmitter",,,"buzz_def_atk_trail_gas",,"GroundTop",,,100,,,,"buzz_def_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_def_atk_trail",,"GroundTop",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_def_atk_trail_circles",,"Above",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_def_atk_spark",,"Object",,,,,,,,,,
+"buzz_def_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"buzz_def_atk_trail_gas_red",,"GroundTop",,,100,,,,"buzz_def_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_def_atk_trail_red",,"GroundTop",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_def_atk_trail_circles_red",,"Above",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_def_atk_spark_red",,"Object",,,100,,,,,,,0
+"buzz_def_atkHit",,,,,,,,,"SWF","sc/effects_brawler.sc","leon_002_atk_hit_red",,,"Above",,,140,,,,"buzz_def_atkHit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_def_atkHit_cloud_red",,"Object",,,160,,,,,,,
+"buzz_def_atkHit_red",,,,,,,,,"SWF","sc/effects_brawler.sc","leon_002_atk_hit",,,"Above",,,140,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_def_atkHit_cloud",,"Object",,,160,,,,,,,
+"buzz_def_atkEnv",,,,,,,,,"SWF","sc/effects_brawler.sc","leon_002_atk_hit",,,"Above",,,80,,,,"buzz_def_atkEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_def_atkHit_cloud",,"Above",,,100,,,,,,,
+"buzz_def_atkEnv_red",,,,,,,,,"SWF","sc/effects_brawler.sc","leon_002_atk_hit_red",,,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_def_atkHit_cloud_red",,"Above",,,100,,,,,,,
+"buzz_def_ulti","TRUE",,,,,,,"Buzz_Ulti_Atk","SWF","sc/effects_brawler.sc","buzz_def_ulti_trail",,,"Object",,,100,,,,"buzz_def_ulti_red",,,
+"buzz_def_ulti_red","TRUE",,,,,,,"Buzz_Ulti_Atk","SWF","sc/effects_brawler.sc","buzz_def_ulti_trail_red",,,"Object",,,100,,,,,,,
+"buzz_def_ulti_dog","TRUE",,,,,,,"Buzz_Ulti_Atk_Dog","SWF","sc/effects_brawler.sc","buzz_def_ulti_trail",,,"Object",,,100,,,,"buzz_def_ulti_red",,,
+"buzz_def_ulti_dog_red","TRUE",,,,,,,"Buzz_Ulti_Atk_Dog","SWF","sc/effects_brawler.sc","buzz_def_ulti_trail_red",,,"Object",,,100,,,,,,,
+"buzz_def_ulti_trail",,"true","true",,,,,,"ParticleEmitter",,,"buzz_def_ulti_trail_water",,"GroundHigh",,,120,,,,"buzz_def_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_def_ulti_trail_water_inside",,"GroundHigh",,,90,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_def_ulti_trail_watermark",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_def_ulti_water_splash",,"GroundHigh",,,100,,,,,,,
+"buzz_def_ulti_trail_red",,"true","true",,,,,,"ParticleEmitter",,,"buzz_def_ulti_trail_water_red",,"GroundHigh",,,100,,,,"buzz_def_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_def_ulti_trail_water_inside_red",,"GroundHigh",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_def_ulti_trail_watermark",,"GroundHigh",,,100,,,,,,,
+"buzz_def_ulti_explosion",,,,,150,150,,"Sound_Gen_small_explosion","SWF","sc/effects_brawler.sc","dynamike_attack_blue",,,"Above","true",,135,,,,"buzz_def_ulti_explosion_red",,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_blue",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_blue",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_def_ulti_twinkle",,"Above",,,,,,,,,,
+"buzz_def_ulti_explosion_red",,,,,150,150,,"Sound_Gen_small_explosion","SWF","sc/effects_brawler.sc","dynamike_attack_red",,,"Above","true",,135,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_redpurple",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_def_ulti_twinkle_red",,"Above",,,,,,,,,,
+"buzz_002_atk",,,,,,,,"Punk_Buzz_Atk","ParticleEmitter",,,"buzz_def_atk_spark",,"Above",,,100,,,,"buzz_002_atk_red",,,0
+"buzz_002_atk_red",,,,,,,,"Punk_Buzz_Atk","ParticleEmitter",,,"buzz_def_atk_spark_red",,"Above",,,100,,,,,,,0
+"buzz_002_atk_trail",,,,,,,,,"ParticleEmitter",,,"buzz_002_atk_trail_gas",,"GroundTop",,,100,,,,"buzz_002_atk_trail_red",,,0
+,,,,,,,,,"ParticleEmitter",,,"buzz_002_atk_trail_elec",,"Above",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_002_atk_trail_cloud",,"GroundTop",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_002_atk_spark",,"Object",,,100,,,,,,,
+"buzz_002_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"buzz_002_atk_trail_gas_red",,"GroundTop",,,100,,,,"buzz_002_atk_trail_red",,,0
+,,,,,,,,,"ParticleEmitter",,,"buzz_002_atk_trail_elec_red",,"Above",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_002_atk_trail_cloud_red",,"GroundTop",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_002_atk_spark",,"Object",,,100,,,,,,,
+"buzz_002_atkHit",,,,,,,,,"ParticleEmitter",,,"buzz_def_atkHit_cloud_red",,"Above",,,160,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","leon_002_atk_hit_red",,,"Above",,,140,,,,"buzz_002_atkHit_red",,,
+"buzz_002_atkHit_red",,,,,,,,,"ParticleEmitter",,,"buzz_def_atkHit_cloud",,"Above",,,160,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","leon_002_atk_hit",,,"Above",,,140,,,,,,,
+"buzz_002_atkEnv",,,,,,,,,"ParticleEmitter",,,"buzz_def_atkHit_cloud",,"Above",,,100,,,,"buzz_002_atkEnv_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","leon_002_atk_hit",,,"Above",,,80,,,,,,,
+"buzz_002_atkEnv_red",,,,,,,,,"ParticleEmitter",,,"buzz_def_atkHit_cloud",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","leon_002_atk_hit",,,"Above",,,80,,,,,,,
+"buzz_002_ulti_trail",,"true","true",,,,,,"ParticleEmitter",,,"buzz_def_ulti_trail_water",,"GroundHigh",,,120,,,,"buzz_002_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_def_ulti_trail_water_inside",,"GroundHigh",,,90,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_def_ulti_trail_watermark",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_def_ulti_water_splash",,"GroundHigh",,,100,,,,,,,
+"buzz_002_ulti_trail_red",,,,,,,,,"ParticleEmitter",,,"buzz_def_ulti_trail_water",,"GroundHigh",,,100,,,,"buzz_002_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_def_ulti_trail_water_inside",,"GroundHigh",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_def_ulti_trail_watermark",,"GroundHigh",,,100,,,,,,,
+"buzz_002_ulti_explosion",,,,,150,150,,"Sound_Gen_small_explosion","SWF","sc/effects_brawler.sc","dynamike_attack_blue",,,"Above","true",,135,,,,"buzz_002_ulti_explosion_red",,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_002_cloudExplode",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_def_ulti_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_002_atk_spark",,"Above",,,100,,,,,,,
+"buzz_002_ulti_explosion_red",,,,,150,150,,"Sound_Gen_small_explosion","SWF","sc/effects_brawler.sc","dynamike_attack_red",,,"Above","true",,135,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_redpurple",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_def_ulti_twinkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_002_atk_spark_red",,"Above",,,100,,,,,,,
+"buzz_003_atk",,,"TRUE",,,,,"Punk_Buzz_Atk","ParticleEmitter",,,"buzz_003_atk_paper_01",,"Object",,,100,,,,"buzz_003_atk_red",,,0
+,,,,,,,,,"ParticleEmitter",,,"buzz_003_atk_paper_ground",,"GroundTop","TRUE",,100,,,,,,,0
+"buzz_003_atk_red",,,"TRUE",,,,,"Punk_Buzz_Atk","ParticleEmitter",,,"buzz_003_atk_paper_01_red",,"Object",,,100,,,,,,,0
+,,,,,,,,,"ParticleEmitter",,,"buzz_003_atk_paper_ground_red",,"GroundTop","TRUE",,100,,,,,,,0
+"buzz_003_atk_trail",,,,,,,,,"ParticleEmitter",,,"buzz_003_atk_trail_gas",,"Object",,,100,,,,"buzz_003_atk_trail_red",,,0
+,,,,,,,,,"ParticleEmitter",,,"buzz_003_atk_trail_dustDots",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_003_atk_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_003_atk_trail_impact",,"Above",,,100,,,,,,,
+"buzz_003_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"buzz_003_atk_trail_gas_red",,"Object",,,100,,,,"buzz_003_atk_trail_red",,,0
+,,,,,,,,,"ParticleEmitter",,,"buzz_003_atk_trail_dustDots_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_003_atk_twinkles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_003_atk_trail_impact_red",,"Above",,,100,,,,,,,
+"buzz_003_atkHit",,,,,,,,,"ParticleEmitter",,,"buzz_003_atk_hit_impact_red",,"Above",,,100,,,,"buzz_003_atkHit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_glow_red",,"Above",,,70,,,,,,,
+"buzz_003_atkHit_red",,,,,,,,,"ParticleEmitter",,,"buzz_003_atk_hit_impact_blue",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_glow",,"Above",,,70,,,,,,,
+"buzz_003_atkEnv",,,,,,,,,"ParticleEmitter",,,"buzz_def_atkHit_cloud",,"Above",,,100,,,,"buzz_003_atkEnv_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","leon_002_atk_hit",,,"Above",,,80,,,,,,,
+"buzz_003_atkEnv_red",,,,,,,,,"ParticleEmitter",,,"buzz_def_atkHit_cloud_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","leon_002_atk_hit_red",,,"Above",,,80,,,,,,,
+"buzz_003_ulti","TRUE",,,,,,,"Buzz_Ulti_Atk","SWF","sc/effects_brawler.sc","buzz_def_ulti_trail",,,"Object",,,100,,,,"buzz_def_ulti_red",,,
+"buzz_003_ulti_red","TRUE",,,,,,,"Buzz_Ulti_Atk","SWF","sc/effects_brawler.sc","buzz_def_ulti_trail_red",,,"Object",,,100,,,,,,,
+"buzz_003_ulti_trail",,"true","true",,,,,,"ParticleEmitter",,,"ground_fragments_continuing",,"GroundHigh",,,100,,,,"buzz_003_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_003_ulti_trail_base",,"GroundHigh",,,110,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_003_ulti_trail_top",,"GroundHigh",,,110,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_003_ulti_trail_film",,"GroundHigh",,,110,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_003_ulti_trail_paper",,"GroundHigh","TRUE",,100,,,,,,,
+"buzz_003_ulti_trail_red",,"true","true",,,,,,"ParticleEmitter",,,"ground_fragments_continuing",,"GroundHigh",,,100,,,,"buzz_003_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_003_ulti_trail_base",,"GroundHigh",,,110,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_003_ulti_trail_top",,"GroundHigh",,,110,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_003_ulti_trail_film_red",,"GroundHigh",,,110,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_003_ulti_trail_paper_red",,"GroundHigh","TRUE",,100,,,,,,,
+"buzz_003_ulti_hit",,,,,,,,,"ParticleEmitter",,,"buzz_003_ulti_hit_cloud",,"Above",,,100,,,,"buzz_003_ulti_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_003_ulti_focus",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_003_ulti_shards",,"Above",,,100,,,,,,,
+"buzz_003_ulti_hit_red",,,,,,,,,"ParticleEmitter",,,"buzz_003_ulti_hit_cloud_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_003_ulti_focus_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_003_ulti_shards_red",,"Above",,,100,,,,,,,
+"buzz_003_ulti_reached",,,,,,,,,"ParticleEmitter",,,"buzz_003_ulti_hit_cloud",,"Above",,,80,,,,"buzz_003_ulti_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_003_ulti_focus",,"Above",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_003_ulti_shards",,"Above",,,90,,,,,,,
+"buzz_003_ulti_reached_red",,,,,,,,,"ParticleEmitter",,,"buzz_003_ulti_hit_cloud_red",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_003_ulti_focus_red",,"Above",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"buzz_003_ulti_shards_red",,"Above",,,90,,,,,,,
+"byron_def_atk",,,,,200,,,"Byron_Atk","SWF","sc/effects_brawler.sc","shelly_003_atk",,,"Above",,,100,,,,"byron_def_atk_red",,,500
+,,,,,,,,,"ParticleEmitter",,,"byron_def_atk_hit_gas",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_liquid_burst",,"Above",,,100,,,,,,,
+"byron_def_atk_red",,,,,200,,,"Byron_Atk","SWF","sc/effects_brawler.sc","shelly_003_atk_red",,,"Above",,,100,,,,,,,500
+,,,,,,,,,"ParticleEmitter",,,"byron_def_atk_hit_gas_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_liquid_burst_red",,"Above",,,100,,,,,,,
+"byron_def_atk_trail",,"true",,,,,,,"ParticleEmitter",,,"byron_def_atk_trail_gas",,"Object",,,100,,,,"byron_def_atk_trail_red",,,
+,,"true",,,,,,,"ParticleEmitter",,,"byron_def_atk_trail_sparkle",,"Above",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"byron_def_atk_trail_ground",,"GroundLow","true",,100,,,,,,,
+"byron_def_atk_trail_red",,"true",,,,,,,"ParticleEmitter",,,"byron_def_atk_trail_gas_red",,"Object",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"byron_def_atk_trail_sparkle_red",,"Above",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"byron_def_atk_trail_ground_red",,"GroundLow","true",,100,,,,,,,
+"byron_def_atk_hit",,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_reached_ground",,"GroundHigh","true",,60,,,,"byron_def_atk_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_hitSplat",,"Above",,,150,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_atk_hit_liquid_1",,"Above",,,110,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_atk_hit_liquid_2",,"Above",,,85,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_atk_hit_gas",,"Object",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_atk_shards",,"GroundLow",,,100,,,,,,,
+"byron_def_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_reached_ground_red",,"GroundHigh","true",,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_hitSplat_red",,"Above",,,150,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_atk_hit_liquid_1_red",,"Above",,,110,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_atk_hit_liquid_2_red",,"Above",,,85,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_atk_hit_gas_red",,"Object",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_atk_shards_red",,"GroundLow",,,100,,,,,,,
+"byron_def_atk_hitEnv",,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_reached_ground",,"GroundHigh","true",,50,,,,"byron_def_atk_hitEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_hitSplat",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_atk_hit_gas",,"Object",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_atk_shards",,"GroundLow",,,80,,,,,,,
+"byron_def_atk_hitEnv_red",,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_reached_ground_red",,"GroundHigh","true",,50,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_hitSplat_red",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_atk_hit_gas_red",,"Object",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_atk_shards_red",,"GroundLow",,,80,,,,,,,
+"byron_def_ulti_trail",,,,,,,,"Byron_Ulti_Atk","ParticleEmitter",,,"byron_def_ulti_trail_gas",,"GroundTop",,,100,,,,"byron_def_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_ulti_trail_bubble",,"Above",,,100,,,,,,,
+"byron_def_ulti_trail_red",,,,,,,,"Byron_Ulti_Atk","ParticleEmitter",,,"byron_def_ulti_trail_gas_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_ulti_trail_bubble_red",,"Above",,,100,,,,,,,
+"byron_def_ulti_hit",,,,,,,,"Byron_Ulti_Hit","ParticleEmitter",,,"byron_def_ulti_gas_base",,"Object","true",,100,,,,"byron_def_ulti_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_ulti_gas_add",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_ulti_splat",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_ulti_bubble",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_ulti_shards",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_ulti_area",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_ulti_liquid",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_turquoise",,"GroundHigh","true",,100,,,,,,,
+"byron_def_ulti_hit_red",,,,,,,,"Byron_Ulti_Hit","ParticleEmitter",,,"byron_def_ulti_gas_base_red",,"Object","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_ulti_gas_add_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_ulti_splat_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_ulti_bubble_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_ulti_shards_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_ulti_area_red",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_ulti_liquid_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_purple",,"GroundHigh","true",,100,,,,,,,
+"byron_002_atk",,,"true",,200,,,"Byron_Atk","ParticleEmitter",,,"byron_002_atk_fire",,"Above",,,100,,,,"byron_002_atk_red",,,500
+,,,,,,,,,"ParticleEmitter",,,"byron_002_atk_hit_gas",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_002_atk_moon",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_002_atk_star",,"Object",,,100,,,,,,,
+"byron_002_atk_red",,,"true",,200,,,"Byron_Atk","ParticleEmitter",,,"byron_002_atk_fire_red",,"Above",,,100,,,,,,,500
+,,,,,,,,,"ParticleEmitter",,,"byron_002_atk_hit_gas_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_002_atk_moon_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_002_atk_star_red",,"Object",,,100,,,,,,,
+"byron_002_atk_trail",,"true",,,,,,,"ParticleEmitter",,,"byron_002_atk_trail_stars",,"Object",,,100,,,,"byron_002_atk_trail_red",,,
+,,"true",,,,,,,"ParticleEmitter",,,"byron_002_atk_trail_moon",,"Object",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"byron_002_atk_trail_dust",,"Above",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"byron_002_atk_trail_gas",,"Above",,,100,,,,,,,
+"byron_002_atk_trail_red",,"true",,,,,,,"ParticleEmitter",,,"byron_002_atk_trail_stars_red",,"Object",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"byron_002_atk_trail_moon_red",,"Object",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"byron_002_atk_trail_dust_red",,"Above",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"byron_002_atk_trail_gas_red",,"Above",,,100,,,,,,,
+"byron_002_atk_hit",,,,,,,,,"ParticleEmitter",,,"byron_002_atkHit_twinkles",,"Above",,,80,,,,"byron_002_atk_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"byron_002_atkHit_twinkles_2",,"Above",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_002_atkHit_feather_1",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_002_atkHit_feather_2",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_atk_hit_gas",,"Object",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_002_atk_hit_dust",,"GroundLow","true",,100,,,,,,,
+"byron_002_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"byron_002_atkHit_twinkles_red",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_002_atkHit_twinkles_2_red",,"Above",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_002_atkHit_feather_1_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_002_atkHit_feather_2_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_atk_hit_gas_red",,"Object",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_002_atk_hit_dust_red",,"GroundLow","true",,100,,,,,,,
+"byron_002_atk_hitEnv",,,,,,,,,"ParticleEmitter",,,"byron_002_atkHit_twinkles",,"Above",,,50,,,,"byron_002_atk_hitEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"byron_002_atkHit_twinkles_2",,"Above",,,40,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_002_atkHit_feather_1",,"Above",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_002_atkHit_feather_2",,"Above",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_002_atk_hit_gas",,"Object",,,95,,,,,,,
+"byron_002_atk_hitEnv_red",,,,,,,,,"ParticleEmitter",,,"byron_002_atkHit_twinkles_red",,"Above",,,50,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_002_atkHit_twinkles_2_red",,"Above",,,40,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_002_atkHit_feather_1_red",,"Above",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_002_atkHit_feather_2_red",,"Above",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_atk_hit_gas_red",,"Object",,,95,,,,,,,
+"byron_002_ulti_trail",,"true",,,,,,,"ParticleEmitter",,,"byron_002_atk_trail_stars",,"Object",,,100,,,,"byron_002_ulti_trail_red",,,
+,,"true",,,,,,,"ParticleEmitter",,,"byron_002_atk_trail_moon",,"Object",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"byron_002_atk_trail_dust",,"Above",,,100,,,,,,,
+"byron_002_ulti_trail_red",,"true",,,,,,,"ParticleEmitter",,,"byron_002_atk_trail_stars_red",,"Object",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"byron_002_atk_trail_moon_red",,"Object",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"byron_002_atk_trail_dust_red",,"Above",,,100,,,,,,,
+"byron_002_ulti_hit",,,,,,,,"Byron_Ulti_Hit","ParticleEmitter",,,"byron_def_ulti_gas_base",,"Object","true",,100,,,,"byron_002_ulti_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_ulti_gas_add",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_ulti_splat",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_ulti_bubble",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_ulti_shards",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_ulti_area",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_ulti_liquid",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_turquoise",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_002_ulti_gas_base",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_002_ulti_twinkles",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_002_ulti_moonstar",,"Above",,,100,,,,,,,
+"byron_002_ulti_hit_red",,,,,,,,"Byron_Ulti_Hit","ParticleEmitter",,,"byron_def_ulti_gas_base_red",,"Object","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_ulti_gas_add_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_ulti_splat_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_ulti_bubble_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_ulti_shards_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_ulti_area_red",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_def_ulti_liquid_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_purple",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_002_ulti_gas_base_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_002_ulti_twinkles_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"byron_002_ulti_moonstar_red",,"Above",,,100,,,,,,,
+"carl_def_atk_trail",,,,,,,,"Carl_atk","ParticleEmitter",,,"carl_def_atk_whirl",,"GroundHigh","true",,100,,,,"carl_def_atk_trail_red",,,
+"carl_def_atk_trail_red",,,,,,,,"Carl_atk","ParticleEmitter",,,"carl_def_atk_whirl_red",,"GroundHigh","true",,100,,,,,,,
+"carl_def_ulti_loop",,,,,,,,"Carl_ulti","SWF","sc/effects_brawler.sc","carl_def_ulti_whirl",,,"Above","true",,100,,,,"carl_def_ulti_loop_red",,,400
+"carl_def_ulti_loop_red",,,,,,,,"Carl_ulti","SWF","sc/effects_brawler.sc","carl_def_ulti_whirl_red",,,"Above","true",,100,,,,,,,400
+"carl_def_ulti_ground",,"true",,,,,,,"SWF","sc/effects_brawler.sc","carl_def_ulti_ground",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_continuing",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"carl_def_ulti_groundCloud",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","carl_def_ulti_ground_center",,,"GroundTop",,,100,,,,,,,
+"carl_def_ulti_hit",,,,,,,,,"ParticleEmitter",,,"carl_def_ulti_hit_red",,"Above",,,100,,,,"carl_def_ulti_hit_red",,,300
+"carl_def_ulti_hit_red",,,,,,,,,"ParticleEmitter",,,"carl_def_ulti_hit",,"Above",,,100,,,,,,,300
+"carl_002_ulti_loop",,,,,,,,"Carl_ulti","SWF","sc/effects_brawler.sc","carl_002_ulti_whirl",,,"Above","true",,100,,,,"carl_002_ulti_loop_red",,,400
+,,,,,,,,,"ParticleEmitter",,,"carl_002_ulti_particle",,"Above","true",,100,,,,,,,400
+"carl_002_ulti_loop_red",,,,,,,,"Carl_ulti","SWF","sc/effects_brawler.sc","carl_002_ulti_whirl_red",,,"Above","true",,100,,,,,,,400
+,,,,,,,,,"ParticleEmitter",,,"carl_002_ulti_particle_red",,"Above","true",,100,,,,,,,400
+"carl_002_ulti_ground",,"true",,,,,,,"SWF","sc/effects_brawler.sc","carl_002_ulti_ground",,,"GroundHigh","true",,100,,,,"carl_002_ulti_ground_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_continuing",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"carl_def_ulti_groundCloud",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","carl_002_ulti_ground_center",,,"GroundTop",,,100,,,,,,,
+"carl_002_ulti_ground_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","carl_002_ulti_ground_red",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_continuing",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"carl_def_ulti_groundCloud",,"GroundLow","true",,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","carl_002_ulti_ground_center_red",,,"GroundTop",,,,,,,,,,
+"carl_004_atk",,"true",,,,,,,"SWF","sc/effects_brawler.sc","carl_004_atk_use",,,"Above",,,100,,,,,,,680
+"carl_004_atk_trail",,,,,,,,"Carl_atk","ParticleEmitter",,,"carl_def_atk_whirl",,"GroundHigh","true",,,,,,"carl_004_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"carl_004_atk_trail_leaf1",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"carl_004_atk_trail_leaf2",,"GroundHigh",,,100,,,,,,,
+"carl_004_atk_trail_red",,,,,,,,"Carl_atk","ParticleEmitter",,,"carl_def_atk_whirl_red",,"GroundHigh","true",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"carl_004_atk_trail_leaf1_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"carl_004_atk_trail_leaf2_red",,"GroundHigh",,,100,,,,,,,
+"carl_004_atk_hit",,,,,,,,,"ParticleEmitter",,,"carl_004_atk_hit_mush_red",,"Above",,,,,,,"carl_004_atk_hit_red",,,300
+,,,,,,,,,"ParticleEmitter",,,"carl_def_ulti_hit_red",,"Above",,,90,,,,,,,
+"carl_004_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"carl_004_atk_hit_mush",,"Above",,,,,,,,,,300
+,,,,,,,,,"ParticleEmitter",,,"carl_def_ulti_hit",,"Above",,,90,,,,,,,
+"carl_004_atk_hitEnv",,,,,,,,,"ParticleEmitter",,,"carl_004_atk_hitEnv_mush",,"Above",,,,,,,"carl_004_atk_hitEnv_red",,,300
+,,,,,,,,,"SWF","sc/effects_brawler.sc","carl_004_atk_hit_cloud",,,"Above",,,50,,,,,,,
+"carl_004_atk_hitEnv_red",,,,,,,,,"ParticleEmitter",,,"carl_004_atk_hitEnv_mush_red",,"Above",,,,,,,,,,300
+,,,,,,,,,"SWF","sc/effects_brawler.sc","carl_004_atk_hit_cloud_red",,,"Above",,,50,,,,,,,
+"carl_004_lose",,,,,,,,,"ParticleEmitter",,,"carl_004_lose",,"Above",,,43,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"carl_004_lose_cloud",,"Above",,,43,,,,,,,
+"carl_005_still",,"true","true",,,,,,"ParticleEmitter",,,"carl_005_ripple_center",,"GroundLow","true",,100,,,,,,,
+,,"true","FALSE",,,,,,"ParticleEmitter",,,"carl_005_ripple_still",,"GroundHigh","true",,100,,,,,,,
+,,"true","FALSE",,,,,,"ParticleEmitter",,,"carl_005_ripple_still_2",,"GroundHigh","true",,100,,,,,,,
+"carl_005_moving",,"true","true",,,,,,"ParticleEmitter",,,"carl_005_ripple_main_L",,"GroundHigh","true",,100,,,,,,,
+,,"true","true",,,,,,"ParticleEmitter",,,"carl_005_ripple_main_R",,"GroundHigh","true",,100,,,,,,,
+,,"true","FALSE",,,,,,"ParticleEmitter",,,"carl_005_ripple_circular",,"GroundLow","true",,100,,,,,,,
+,,"true","FALSE",,,,,,"ParticleEmitter",,,"carl_005_ripple_droplet",,"GroundHigh",,,50,,,,,,,
+,,"true","FALSE",,,,,,"ParticleEmitter",,,"carl_005_ripple_R",,"GroundLow","true",,100,,,,,,,
+,,"true","FALSE",,,,,,"ParticleEmitter",,,"carl_005_ripple_L",,"GroundLow","true",,100,,,,,,,
+,,"true","true",,,,,,"ParticleEmitter",,,"carl_005_moving_stain",,"GroundLow","true",,100,,,,,,,
+"carl_005_atk_trail",,,,,,,,,"ParticleEmitter",,,"carl_005_atk_drop_fish",,"GroundHigh",,,100,,,,"carl_005_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"carl_005_atk_drop_starFish",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"carl_005_atk_trail_twinkles",,"Above",,,100,,,,,,,
+"carl_005_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"carl_005_atk_drop_fish_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"carl_005_atk_drop_starFish_red",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"carl_005_atk_trail_twinkles_red",,"Above",,,100,,,,,,,
+"carl_005_atk_trail_return",,,,,,,,,"ParticleEmitter",,,"carl_005_atk_drop_starFish",,"GroundHigh",,,100,,,,"carl_005_atk_trail_return_red",,,
+,,,,,,,,,"ParticleEmitter",,,"carl_005_atk_trail_twinkles",,"Above",,,100,,,,,,,
+"carl_005_atk_trail_return_red",,,,,,,,,"ParticleEmitter",,,"carl_005_atk_drop_starFish_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"carl_005_atk_trail_twinkles_red",,"Above",,,100,,,,,,,
+"carl_005_atk_hit",,,,,,,,,"ParticleEmitter",,,"carl_005_atk_hit_starfish_red",,"Above",,,100,,,,"carl_005_atk_hit_red",,,300
+,,,,,,,,,"ParticleEmitter",,,"carl_def_ulti_hit_red",,"Above",,,110,,,,,,,
+"carl_005_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"carl_005_atk_hit_starfish",,"Above",,,100,,,,,,,300
+,,,,,,,,,"ParticleEmitter",,,"carl_def_ulti_hit",,"Above",,,110,,,,,,,
+"carl_005_atk_hitEnv",,,,,,,,,"ParticleEmitter",,,"carl_def_ulti_hit",,"Above",,,70,,,,"carl_005_atk_hitEnv_red",,,300
+"carl_005_atk_hitEnv_red",,,,,,,,,"ParticleEmitter",,,"carl_def_ulti_hit_red",,"Above",,,70,,,,,,,300
+"carl_005_ulti_ground",,"true",,,,,,,"SWF","sc/effects_brawler.sc","carl_def_ulti_ground",,,"GroundHigh","true",,100,,,,"carl_005_ulti_ground_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","carl_005_ulti_ground_center",,,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"brock_004_waterSplat_long",,"GroundHigh",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"carl_005_ulti_trail_twinkles",,"Above",,,100,,,,,,,
+"carl_005_ulti_ground_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","carl_def_ulti_ground",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","carl_005_ulti_ground_center_red",,,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"brock_004_waterSplat_long_red",,"GroundHigh",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"carl_005_ulti_trail_twinkles_red",,"Above",,,100,,,,,,,
+"carl_006_atk",,,,,100,,,"Carl_Water_Atk","ParticleEmitter",,,"carl_006_atk_base",,"Above",,,100,,,,"carl_006_atk_red",,,400
+,,,,,,,,,"ParticleEmitter",,,"carl_006_atk_droplets",,"GroundHigh",,,100,,,,,,,
+"carl_006_atk_red",,,,,100,,,"Carl_Water_Atk","ParticleEmitter",,,"carl_006_atk_base_red",,"Above",,,100,,,,,,,400
+,,,,,,,,,"ParticleEmitter",,,"carl_006_atk_droplets_red",,"GroundHigh",,,100,,,,,,,
+"carl_006_atk_trail",,"true",,,,,,,"ParticleEmitter",,,"carl_005_atk_trail_twinkles",,"Above",,,100,,,,"carl_006_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"carl_006_atk_trail_splash",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"carl_006_atk_trail_splash_above",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"carl_006_atk_trail_droplets",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"brock_004_waterStain_trail",,"GroundLow","TRUE",,100,,,,,,,
+"carl_006_atk_trail_red",,"true",,,,,,,"ParticleEmitter",,,"carl_005_atk_trail_twinkles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"carl_006_atk_trail_splash_red",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"carl_006_atk_trail_splash_above_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"carl_006_atk_trail_droplets_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"brock_004_waterStain_trail",,"GroundLow","TRUE",,100,,,,,,,
+"carl_006_ulti_loop",,,,,,,,"Carl_Water_Ulti","SWF","sc/effects_brawler.sc","carl_006_ulti_waterRing",,,"Above","true",,100,,,,"carl_006_ulti_loop_red",,,400
+,,,,,,,,,"ParticleEmitter",,,"carl_006_ulti_twirl",,"GroundTop","true",,100,,,,,,,400
+,,,,,,,,,"ParticleEmitter",,,"carl_006_ulti_twirl_add",,"Object","true",,100,,,,,,,400
+,,,,,,,,,"ParticleEmitter",,,"carl_006_ulti_droplets",,"Object","true",,100,,,,,,,400
+"carl_006_ulti_loop_red",,,,,,,,"Carl_Water_Ulti","SWF","sc/effects_brawler.sc","carl_006_ulti_waterRing_red",,,"Above","true",,100,,,,,,,400
+,,,,,,,,,"ParticleEmitter",,,"carl_006_ulti_twirl_red",,"GroundTop","true",,100,,,,,,,400
+,,,,,,,,,"ParticleEmitter",,,"carl_006_ulti_twirl_add_red",,"Object","true",,100,,,,,,,400
+,,,,,,,,,"ParticleEmitter",,,"carl_006_ulti_droplets_red",,"Object","true",,100,,,,,,,400
+"carl_006_ulti_ground",,"true",,,,,,,"SWF","sc/effects_brawler.sc","carl_002_ulti_ground",,,"Above","true",,100,,,,"carl_006_ulti_ground_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","carl_005_ulti_ground_center",,,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"brock_004_waterSplat_long",,"GroundHigh",,,50,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"carl_005_ulti_trail_twinkles",,"Above",,,100,,,,,,,
+"carl_006_ulti_ground_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","carl_002_ulti_ground_red",,,"Above","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","carl_005_ulti_ground_center_red",,,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"brock_004_waterSplat_long_red",,"GroundHigh",,,50,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"carl_005_ulti_trail_twinkles_red",,"Above",,,100,,,,,,,
+"colette_def_atk",,"true",,,,,,"Colette_Atk","SWF","sc/effects_brawler.sc","colette_def_atk",,,"Above","true",,120,,,,"colette_def_atk_red",,,400
+"colette_def_atk_red",,"true",,,,,,"Colette_Atk","SWF","sc/effects_brawler.sc","colette_def_atk_red",,,"Above","true",,120,,,,,,,400
+"colette_def_atk_trail",,"true",,,,,,,"ParticleEmitter",,,"colette_def_atk_trail_hearts",,"GroundHigh",,,100,,,,"colette_def_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"colette_def_atk_trail_frags",,"Above",,,60,,,,,,,
+"colette_def_atk_trail_red",,"true",,,,,,,"ParticleEmitter",,,"colette_def_atk_trail_hearts_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colette_def_atk_trail_frags_red",,"Above",,,60,,,,,,,
+"colette_def_atk_reached",,,,,,,,"Colette_Atk_End","ParticleEmitter",,,"colette_def_atkEnd_heart",,"Above",,,100,,,,"colette_def_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"colette_def_atkEnd_twinkles",,"Above",,,100,,,,,,,
+"colette_def_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"colette_def_atkEnd_heart_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colette_def_atkEnd_twinkles",,"Above",,,100,,,,,,,
+"colette_def_atkHit",,,,,,,,"Colette_Atk_Hit","SWF","sc/effects_brawler.sc","colette_def_atkHit",,,"Above",,,100,,,,"colette_def_atkHit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"colette_def_atkHit_twinkles",,"Above",,,100,,,,,,,
+"colette_def_atkHit_red",,,,,,,,,"SWF","sc/effects_brawler.sc","colette_def_atkHit_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colette_def_atkHit_twinkles",,"Above",,,100,,,,,,,
+"colette_def_ulti",,"true","true",,,,,"Colette_Ulti","ParticleEmitter",,,"ground_fragments_continuing",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colette_def_ulti_trail_base",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","colette_def_ulti_impact",,,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colette_def_ulti_trail_top",,"GroundTop","true",,100,,,,,,,
+"colette_def_ulti_cover",,"true","true",,,,,,"SWF","sc/effects_brawler.sc","colette_def_ulti_glow",,,"Above",,,90,,,,"colette_def_ulti_cover_red",,,300
+,,,,,,,,,"ParticleEmitter",,,"colette_def_ulti_trail_hearts",,"Above",,,100,,,,,,,
+"colette_def_ulti_cover_red",,"true","true",,,,,,"SWF","sc/effects_brawler.sc","colette_def_ulti_glow_red",,,"Above",,,90,,,,,,,300
+,,,,,,,,,"ParticleEmitter",,,"colette_def_ulti_trail_hearts_red",,"Above",,,100,,,,,,,
+"colette_002_atk",,"true",,,,,,"Colette_Atk","SWF","sc/effects_brawler.sc","colette_002_atk",,,"Above","true",,120,,,,"colette_002_atk_red",,,400
+,,,,,,,,,"ParticleEmitter",,,"colette_002_atk_gas",,"GroundTop",,,100,,,,,,,
+"colette_002_atk_red",,"true",,,,,,"Colette_Atk","SWF","sc/effects_brawler.sc","colette_002_atk_red",,,"Above","true",,120,,,,,,,400
+,,,,,,,,,"ParticleEmitter",,,"colette_002_atk_gas_red",,"GroundTop",,,100,,,,,,,
+"colette_002_atk_trail",,"true",,,,,,,"ParticleEmitter",,,"colette_def_atk_trail_hearts",,"GroundHigh",,,100,,,,"colette_002_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"colette_def_atk_trail_frags",,"Above",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colette_002_atk_trail_gas",,"GroundHigh",,,,,,,,,,
+"colette_002_atk_trail_red",,"true",,,,,,,"ParticleEmitter",,,"colette_def_atk_trail_hearts_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colette_def_atk_trail_frags_red",,"Above",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colette_002_atk_trail_gas_red",,"GroundHigh",,,,,,,,,,
+"colette_002_atk_reached",,,,,,,,"Colette_Atk_End","ParticleEmitter",,,"colette_002_atkEnd_heart",,"Above",,,100,,,,"colette_002_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"colette_def_atkEnd_twinkles",,"Above",,,100,,,,,,,
+"colette_002_atk_reached_red",,,,,,,,"Colette_Atk_End","ParticleEmitter",,,"colette_002_atkEnd_heart_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colette_def_atkEnd_twinkles",,"Above",,,100,,,,,,,
+"colette_002_ulti",,"true","true",,,,,"Colette_Ulti","ParticleEmitter",,,"ground_fragments_continuing",,"GroundTop",,,100,,,,"colette_002_ulti_red",,,
+,,,,,,,,,"ParticleEmitter",,,"colette_002_ulti_trail_base",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","colette_002_ulti_impact",,,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colette_002_ulti_trail_top",,"GroundTop","true",,100,,,,,,,
+"colette_002_ulti_red",,"true","true",,,,,,"ParticleEmitter",,,"ground_fragments_continuing",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colette_002_ulti_trail_base_red",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","colette_002_ulti_impact_red",,,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colette_002_ulti_trail_top_red",,"GroundTop","true",,100,,,,,,,
+"colette_002_ulti_cover","true","true","true",,,,,,"SWF","sc/effects_brawler.sc","colette_002_ulti_glow",,,"Above",,,90,,,,"colette_002_ulti_cover_red",,,300
+,"true",,,,,,,,"ParticleEmitter",,,"colette_def_ulti_trail_hearts",,"Above",,,100,,,,,,,
+,"true",,,,,,,,"SWF","sc/effects_brawler.sc","colette_002_ulti_wing",,,"Above",,,100,,,,,,,
+"colette_002_ulti_cover_red","true","true","true",,,,,,"SWF","sc/effects_brawler.sc","colette_def_ulti_glow_red",,,"Above",,,90,,,,,,,300
+,"true",,,,,,,,"ParticleEmitter",,,"colette_def_ulti_trail_hearts",,"Above",,,100,,,,,,,
+,"true",,,,,,,,"SWF","sc/effects_brawler.sc","colette_002_ulti_wing_red",,,"Above",,,100,,,,,,,
+"colette_003_atk_trail",,"true",,,,,,,"ParticleEmitter",,,"colette_003_atk_trail_pixel",,"Above",,,100,,,,"colette_003_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"colette_003_atk_trail_blink",,"Above",,,100,,,,,,,
+"colette_003_atk_trail_red",,"true",,,,,,,"ParticleEmitter",,,"colette_003_atk_trail_pixel_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colette_003_atk_trail_blink_red",,"Above",,,100,,,,,,,
+"colette_003_atkEnd",,,,,,,,,"ParticleEmitter",,,"colette_003_atkEnd_pixelSmall",,"Above",,,100,,,,"colette_003_atkEnd_red",,,
+,,,,,,,,,"ParticleEmitter",,,"colette_003_atkEnd_pixelBig",,"Above",,,100,,,,,,,
+"colette_003_atkEnd_red",,,,,,,,,"ParticleEmitter",,,"colette_003_atkEnd_pixelSmall_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colette_003_atkEnd_pixelBig_red",,"Above",,,100,,,,,,,
+"colette_003_atkHit",,,,,,,,,"ParticleEmitter",,,"colette_003_atkEnd_pixelSmall",,"Above",,,100,,,,"colette_003_atkHit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"colette_003_atkEnd_pixelBig",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_hit",,"Above",,,100,,,,,,,
+"colette_003_atkHit_red",,,,,,,,,"ParticleEmitter",,,"colette_003_atkEnd_pixelSmall_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colette_003_atkEnd_pixelBig_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_hit_red",,"Above",,,100,,,,,,,
+"colette_004_atk",,"true",,,,,,"Colette_Atk","SWF","sc/effects_brawler.sc","colette_004_atk",,,"Above","true",,120,,,,"colette_004_atk_red",,,400
+"colette_004_atk_red",,"true",,,,,,"Colette_Atk","SWF","sc/effects_brawler.sc","colette_004_atk_red",,,"Above","true",,120,,,,,,,400
+"colette_004_atk_trail",,"true",,,,,,,"ParticleEmitter",,,"colette_def_atk_trail_frags",,"Above",,,60,,,,"colette_004_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_atk_trail_stars",,"Above",,,100,,,,,,,
+"colette_004_atk_trail_red",,"true",,,,,,,"ParticleEmitter",,,"colette_def_atk_trail_frags_red",,"Above",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_atk_trail_stars_red",,"Above",,,100,,,,,,,
+"colette_004_atk_reached",,,,,,,,"Colette_Atk_End","ParticleEmitter",,,"colette_004_atk_reached",,"Above",,,100,,,,"colette_004_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"colette_def_atkEnd_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Object",,,100,,,,,,,
+"colette_004_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"colette_004_atk_reached_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colette_def_atkEnd_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Object",,,100,,,,,,,
+"colette_004_atkHit",,,,,,,,"Colette_Atk_Hit","SWF","sc/effects_brawler.sc","colette_004_atk_hit",,,"Above",,,100,,,,"colette_004_atkHit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"colette_def_atkHit_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_002_atk_hit_freckle",,"Above",,,100,,,,,,,
+"colette_004_atkHit_red",,,,,,,,,"SWF","sc/effects_brawler.sc","colette_004_atk_hit_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colette_def_atkHit_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_002_atk_hit_freckle_red",,"Above",,,100,,,,,,,
+"colette_004_ulti",,"true","true",,,,,"Colette_Ulti","ParticleEmitter",,,"ground_fragments_continuing",,"GroundTop",,,100,,,,"colette_004_ulti_red",,,
+,,,,,,,,,"ParticleEmitter",,,"colette_def_ulti_trail_base",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","colette_def_ulti_impact",,,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colette_def_ulti_trail_top",,"GroundTop","true",,100,,,,,,,
+"colette_004_ulti_red",,"true","true",,,,,"Colette_Ulti","ParticleEmitter",,,"ground_fragments_continuing",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colette_def_ulti_trail_base",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","colette_def_ulti_impact",,,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colette_def_ulti_trail_top",,"GroundTop","true",,100,,,,,,,
+"colette_004_ulti_cover",,"true","true",,,,,,"SWF","sc/effects_brawler.sc","colette_004_ulti_glow",,,"Above",,,90,,,,"colette_004_ulti_cover_red",,,300
+,,,,,,,,,"ParticleEmitter",,,"colette_def_ulti_trail_hearts",,"Above",,,100,,,,,,,
+,"true",,,,,,,,"SWF","sc/effects_brawler.sc","colette_004_ulti_soldier",,,"Above","true",,100,,,,,,,
+"colette_004_ulti_cover_red",,"true","true",,,,,,"SWF","sc/effects_brawler.sc","colette_004_ulti_glow_red",,,"Above",,,90,,,,,,,300
+,,,,,,,,,"ParticleEmitter",,,"colette_def_ulti_trail_hearts_red",,"Above",,,100,,,,,,,
+,"true",,,,,,,,"SWF","sc/effects_brawler.sc","colette_004_ulti_soldier_red",,,"Above","true",,100,,,,,,,
+"colette_004_ultiHit",,,,,,,,,"ParticleEmitter",,,"colette_def_atkEnd_twinkles",,"Above",,,100,,,,"colette_004_ultiHit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"colette_004_ulti_hit_frags",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"colette_004_ultiHit_red",,,,,,,,,"ParticleEmitter",,,"colette_def_atkEnd_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colette_004_ulti_hit_frags_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"colt_def_atk",,,,,100,,,"gunslinger_fire","SWF","sc/effects_brawler.sc","gunSmoke_S",,,"Above",,,100,,,,,,,550
+,,,,,,,,,"ParticleEmitter",,,"shell_100",,"GroundHigh","false",,100,,,,,,,
+"colt_def_ulti",,,,,100,,,"gunslinger_fire_ulti","SWF","sc/effects_brawler.sc","colt_def_ulti_attack_blue",,,"Above",,,100,,,,"colt_def_ulti_red",,,550
+,,,,,,,,,"ParticleEmitter",,,"shell_100",,"GroundHigh","false",,100,,,,,,,
+"colt_def_ulti_red",,,,,100,,,"gunslinger_fire_ulti","SWF","sc/effects_brawler.sc","colt_def_ulti_attack_red",,,"Above",,,100,,,,,,,550
+,,,,,,,,,"ParticleEmitter",,,"shell_100",,"GroundHigh","false",,100,,,,,,,
+"colt_def_atk_reached",,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"colt_def_ulti_reached",,,,,,,,,"ParticleEmitter",,,"colt_def_ulti_reached_blue",,"Above",,,100,,,,"colt_def_ulti_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"colt_def_ulti_reached_red",,,,,,,,,"ParticleEmitter",,,"colt_def_ulti_reached_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"colt_002_atk",,,,,100,,,"gunslinger_fire","SWF","sc/effects_brawler.sc","gunSmoke_S",,,"Above",,,100,,,,"colt_002_atk_red",,,550
+,,,,,,,,,"ParticleEmitter",,,"colt_002_atk_shell",,"GroundHigh","false",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colt_002_fortuneBag_blue",,"GroundHigh","false",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colt_002_atk_twinkles",,"Above",,,100,,,,,,,
+"colt_002_atk_red",,,,,100,,,"gunslinger_fire","SWF","sc/effects_brawler.sc","gunSmoke_S",,,"Above",,,100,,,,,,,550
+,,,,,,,,,"ParticleEmitter",,,"colt_002_atk_shell",,"GroundHigh","false",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colt_002_fortuneBag_red",,"GroundHigh","false",,100,,,,,,,
+"colt_002_ulti",,,,,100,,,"gunslinger_fire_ulti","SWF","sc/effects_brawler.sc","colt_def_ulti_attack_blue",,,"Above",,,100,,,,"colt_002_ulti_red",,,550
+,,,,,,,,,"ParticleEmitter",,,"colt_002_atk_shell",,"GroundHigh","false",,100,,,,,,,
+"colt_002_ulti_red",,,,,100,,,"gunslinger_fire_ulti","SWF","sc/effects_brawler.sc","colt_def_ulti_attack_red",,,"Above",,,100,,,,,,,550
+,,,,,,,,,"ParticleEmitter",,,"colt_002_atk_shell",,"GroundHigh","false",,100,,,,,,,
+"colt_002_hit",,,,,,,,,"ParticleEmitter",,,"colt_002_taekuk",,"Above",,,100,,,,,,,
+"colt_002_ulti_use",,"true",,,,,,,"SWF","sc/effects_brawler.sc","colt_002_ulti_root",,,"GroundTop","true",,135,,,,,,,
+"colt_003_atk",,,,,100,,,"gunslinger_fire","ParticleEmitter",,,"colt_003_atk",,"Above","false",,100,,,,,,,600
+,,,,,,,,,"ParticleEmitter",,,"colt_003_atk_core",,"Above","false",,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colt_003_atk_sparks",,"Above","false",,100,,,,,,,
+"colt_003_ulti",,,,,100,,,"gunslinger_fire_ulti","ParticleEmitter",,,"colt_003_atk",,"Above","false",,130,,,,,,,600
+,,,,,,,,,"ParticleEmitter",,,"colt_003_ulti_core",,"Above","false",,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colt_003_ulti_cloud",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colt_003_atk_sparks",,"Above","false",,130,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colt_003_ulti_spark",,"Above","false",,100,,,,,,,
+"colt_003_atk_trail","true","true",,,,,,,"ParticleEmitter",,,"colt_003_atk_trail",,"GroundHigh",,,75,,,,"colt_003_atk_trail_red",,,
+"colt_003_atk_trail_red","true","true",,,,,,,"ParticleEmitter",,,"colt_003_atk_trail_red",,"GroundHigh",,,75,,,,,,,
+"colt_003_atk_reached",,,,,,,,,"ParticleEmitter",,,"colt_003_atk_reached",,"GroundHigh",,,100,,,,"colt_003_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"colt_003_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"colt_003_atk_reached_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"colt_003_atk_hit",,,,,,,,,"ParticleEmitter",,,"colt_003_atkHit_cloud",,"Above",,,50,,,,"colt_003_atk_hit_red",,,-200
+,,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit",,"Above",,,80,,,,,,,
+"colt_003_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"colt_003_atkHit_cloud_red",,"Above",,,50,,,,,,,-200
+,,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit_red",,"Above",,,80,,,,,,,
+"colt_003_atk_hitEnv",,,,,,,,,"ParticleEmitter",,,"colt_003_atkHit_cloud",,"Above",,,40,,,,"colt_003_atk_hitEnv_red",,,-200
+"colt_003_atk_hitEnv_red",,,,,,,,,"ParticleEmitter",,,"colt_003_atkHit_cloud_red",,"Above",,,40,,,,,,,-200
+"colt_003_ulti_reached",,,,,,,,,"ParticleEmitter",,,"colt_003_atk_reached",,"GroundLow",,,135,,,,"colt_003_ulti_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colt_003_ulti_impact_blue",,"Above","true",,40,,,,,,,
+"colt_003_ulti_reached_red",,,,,,,,,"ParticleEmitter",,,"colt_003_atk_reached_red",,"GroundLow",,,135,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colt_003_ulti_impact_red",,"Above","true",,40,,,,,,,
+"colt_004_atk_reached",,,,,,,,,"ParticleEmitter",,,"colt_004_atkEnd_bullet",,"GroundHigh",,,100,,,,"colt_004_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"colt_004_atkEnd_stars",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"colt_004_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"colt_004_atkEnd_bullet_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colt_004_atkEnd_stars_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"colt_004_atk_hit",,,,,,,,,"ParticleEmitter",,,"colt_004_atkHit_main",,"Object",,,50,,,,"colt_004_atk_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"colt_004_atkHit_glow",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_def_atk1End_blue",,"Object",,,80,,,,,,,
+"colt_004_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"colt_004_atkHit_main_red",,"Object",,,50,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colt_004_atkHit_glow_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_def_atk1End_red",,"Object",,,80,,,,,,,
+"colt_004_ulti_trail",,,,,,,,,"ParticleEmitter",,,"colt_004_ulti_trail_stars",,"Object",,,100,,,,"colt_004_ulti_trail_red",,,
+"colt_004_ulti_trail_red",,,,,,,,,"ParticleEmitter",,,"colt_004_ulti_trail_stars_red",,"Object",,,100,,,,,,,
+"colt_004_ulti_reached",,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,"colt_004_ulti_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"colt_003_ulti_impact_blue",,"Above","true",,40,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colt_004_atkEnd_stars",,"Above",,,125,,,,,,,
+"colt_004_ulti_reached_red",,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colt_003_ulti_impact_red",,"Above","true",,40,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colt_004_atkEnd_stars_red",,"Above",,,125,,,,,,,
+"colt_004_ulti_hit",,,,,,,,,"ParticleEmitter",,,"gene_def_atk1End_red",,"Above",,,70,,,,"colt_004_ulti_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colt_004_atkEnd_stars_red",,"Object",,,160,,,,,,,
+"colt_004_ulti_hit_red",,,,,,,,,"ParticleEmitter",,,"gene_def_atk1End_blue",,"Above",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colt_004_atkEnd_stars",,"Object",,,160,,,,,,,
+"crow_attack",,,,,,,,"Crow_throw","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"crow_ulti",,,,,,,,"tnt_attack_ulti","SWF","sc/effects_brawler.sc",,,,"Above",,,100,,,,,,,
+"crow_def_atk_trail",,"true",,,,,,,"ParticleEmitter",,,"crow_def_atk_trail_skull",,"Above",,,100,,,,,,,
+"crow_def_atk_reached",,,,,,,,,"ParticleEmitter",,,"crow_def_atk_reached_knife",,"GroundHigh",,,100,,,,"crow_def_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,100,,,,,,,
+"crow_def_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"crow_def_atk_reached_knife_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,100,,,,,,,
+"crow_def_atk_hit",,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_hit",,"Above",,,120,,,,"crow_def_atk_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hitEnv_cloud",,"Above",,,120,,,,,,,
+"crow_def_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_hit_red",,"Above",,,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hitEnv_cloud_red",,"Above",,,100,,,,,,,
+"crow_002_attack",,,,,,,,"Mech_crow_atk","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"crow_002_hit",,,,,,,,,"ParticleEmitter",,,"crow_002_elecDagger_hit",,"Above",,,100,,,,"crow_002_hit_red",,,
+"crow_002_hit_red",,,,,,,,,"ParticleEmitter",,,"crow_002_elecDagger_hit_red",,"Above",,,100,,,,,,,
+"crow_002_ulti",,,,,,,,"Mech_crow_ulti","ParticleEmitter",,,"crow_002_ulti_jump",,"Above",,,100,,,,"crow_002_ulti_red",,,
+"crow_002_ulti_red",,,,,,,,"Mech_crow_ulti","ParticleEmitter",,,"crow_002_ulti_jump_red",,"Above",,,100,,,,,,,
+"crow_002_ulti_trail","true",,,,,,,,"ParticleEmitter",,,"crow_002_elecDagger_trail_blue",,"GroundHigh",,,100,,,,"crow_002_ulti_trail_red",,,
+"crow_002_ulti_trail_red","true",,,,,,,,"ParticleEmitter",,,"crow_002_elecDagger_trail_red",,"GroundHigh",,,100,,,,,,,
+"crow_002_atk_reachaed",,,,,,,,,"ParticleEmitter",,,"crow_002_elecDagger_reached",,"Above",,,100,,,,"crow_002_atk_reachaed_red",,,
+,,,,,,,,,"ParticleEmitter",,,"crow_002_elecDagger_reachedSpark",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"crow_002_atk_reachaed_red",,,,,,,,,"ParticleEmitter",,,"crow_002_elecDagger_reached_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_002_elecDagger_reachedSpark_red",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"poisoned_003","true","true",,,,,,,"ParticleEmitter",,,"crow_002_atk_shocked_red",,"Above",,,100,,,,"poisoned_003_red",,,
+"poisoned_003_red","true","true",,,,,,,"ParticleEmitter",,,"crow_002_atk_shocked",,"Above",,,100,,,,,,,
+"crow_003_atk_trail",,"true",,,,,,,"ParticleEmitter",,,"crow_def_atk_trail_skull",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_003_atk_feather",,"Above",,,100,,,,,,,
+"crow_003_atk_reached",,,,,,,,,"ParticleEmitter",,,"crow_003_atk_reached_knife",,"GroundHigh",,,100,,,,"crow_003_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,100,,,,,,,
+"crow_003_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"crow_003_atk_reached_knife_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,100,,,,,,,
+"crow_003_atk_hit",,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_hit",,"Above",,,120,,,,"crow_003_atk_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"piper_002_atk_hitEnv_feather_2",,"Above",,,120,,,,,,,
+"crow_003_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_hit_red",,"Above",,,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_002_atk_hitEnv_feather_2",,"Above",,,120,,,,,,,
+"crow_004_atk_trail",,"true",,,,,,,"ParticleEmitter",,,"crow_004_atk_trail_skull",,"Above",,,100,,,,"crow_004_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_atk_trail_star",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_atk_trail_star1",,"Above",,,100,,,,,,,
+"crow_004_atk_trail_red",,"true",,,,,,,"ParticleEmitter",,,"crow_004_atk_trail_skull_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_atk_trail_star_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_atk_trail_star1_red",,"Above",,,100,,,,,,,
+"crow_004_ulti",,,,,,,,,"ParticleEmitter",,,"crow_004_ulti_jump",,"Above",,,100,,,,"crow_004_ulti_red",,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_ulti_areaRing",,"GroundHigh","TRUE",,80,,,,,,,
+"crow_004_ulti_red",,,,,,,,,"ParticleEmitter",,,"crow_004_ulti_jump_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_ulti_areaRing_red",,"GroundHigh","TRUE",,100,,,,,,,
+"crow_004_ulti_trail",,"true",,,,,,,"ParticleEmitter",,,"crow_004_atk_trail_skull",,"Above",,,100,,,,"crow_004_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_atk_trail_star",,"Above",,,100,,,,,,,
+"crow_004_ulti_trail_red",,"true",,,,,,,"ParticleEmitter",,,"crow_004_atk_trail_skull_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_atk_trail_star_red",,"Above",,,100,,,,,,,
+"crow_004_ulti_area",,,,,,,,,"ParticleEmitter",,,"crow_004_ulti_area",,"GroundHigh","TRUE",,100,,,,"crow_004_ulti_area_red",,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_ulti_glow",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_fire_spark_blue_short",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_ulti_areaRing",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_ulti_ringGlow",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_ulti_area_star",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_ulti_area_star_glow",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_ulti_area_innerStar",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_ulti_impact_Dot",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_ulti_impact",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_ulti_spawnLight",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_ulti_crack",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_ulti_crack_above",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+"crow_004_ulti_area_red",,,,,,,,,"ParticleEmitter",,,"crow_004_ulti_area_red",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_ulti_glow_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_fire_spark_red_short",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_ulti_areaRing_red",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_ulti_ringGlow_red",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_ulti_area_star_red",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_ulti_area_star_glow_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_ulti_area_innerStar_red",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_ulti_impact_Dot_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_ulti_impact",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_ulti_spawnLight_red",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_ulti_crack",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_ulti_crack_above_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+"crow_004_atk_reached",,,,,,,,,"ParticleEmitter",,,"crow_004_atk_reached_knife",,"Object",,,100,,,,"crow_004_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,100,,,,,,,
+"crow_004_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"crow_004_atk_reached_knife_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,100,,,,,,,
+"crow_004_atk_hit",,,,,,,,,"ParticleEmitter",,,"crow_004_atk_hit_star",,"Above",,,110,,,,"crow_004_atk_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_atk_hit_skull",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_atk_hit",,"Above",,,120,,,,,,,
+"crow_004_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"crow_004_atk_hit_star_red",,"Above",,,110,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_atk_hit_skull_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_atk_hit_red",,"Above",,,120,,,,,,,
+"poisoned_005","true","true",,,,,,,"ParticleEmitter",,,"burning_particle",,"Above",,,100,,,,"poisoned_003_red",,,
+"poisoned_005_red","true","true",,,,,,,"ParticleEmitter",,,"burning_particle",,"Above",,,100,,,,,,,
+"darryl_def_atk",,,,,200,,,"Rhinofire","SWF","sc/effects_brawler.sc","gunSmoke_M",,,"Above",,,100,,,,,,,400
+,,,,,,,,,"ParticleEmitter",,,"shell_shotgun",,"Above",,,100,,,,,,,
+"darryl_002_atk",,,,,200,,,"Rhinofire","SWF","sc/effects_brawler.sc","darryl_002_soySmoke",,,"Above",,,100,,,,"darryl_002_atk_red",,,400
+,,,,,,,,,,,,"shell_shotgun",,"Above",,,100,,,,,,,
+"darryl_002_atk_red",,,,,200,,,"Rhinofire","SWF","sc/effects_brawler.sc","darryl_002_soySmoke_red",,,"Above",,,100,,,,,,,400
+,,,,,,,,,,,,"shell_shotgun",,"Above",,,100,,,,,,,
+"darryl_002_atk_reached",,,,,,,,,"ParticleEmitter",,,"dumpling_reached",,"Above",,,100,,,,"darryl_002_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"darryl_002_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"dumpling_reached_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"darryl_002_dumpling_trail",,,,,,,,,"ParticleEmitter",,,"darryl_002_soysource",,"GroundHigh","true",,100,,,,"darryl_002_dumpling_trail_red",,,-200
+"darryl_002_dumpling_trail_red",,,,,,,,,"ParticleEmitter",,,"darryl_002_soysource_red",,"GroundHigh","true",,100,,,,,,,-200
+"darryl_003_atk",,,,,200,,,"Rhinofire","SWF","sc/effects_brawler.sc","gunSmoke_S",,,"Above",,,100,,,,"darryl_003_atk_red",,,500
+,,,,,,,,,"ParticleEmitter",,,"darryl_003_atk_confetti",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"darryl_003_atk_confetti_2",,"Above",,,100,,,,,,,
+"darryl_003_atk_red",,,,,200,,,"Rhinofire","SWF","sc/effects_brawler.sc","gunSmoke_S",,,"Above",,,100,,,,,,,500
+,,,,,,,,,"ParticleEmitter",,,"darryl_003_atk_confetti_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"darryl_003_atk_confetti_2_red",,"Above",,,100,,,,,,,
+"darryl_003_atk_trail",,,,,,,,,"ParticleEmitter",,,"darryl_003_atk_trail_confetti",,"Above",,,100,,,,"darryl_003_atk_trail_red",,,
+"darryl_003_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"darryl_003_atk_trail_confetti_red",,"Above",,,100,,,,,,,
+"darryl_003_atk_reached",,,,,,,,,"ParticleEmitter",,,"darryl_003_atkEnd",,"Above",,,100,,,,"darryl_003_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Above",,,90,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,70,,,,,,,
+"darryl_003_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"darryl_003_atkEnd_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Above",,,90,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,70,,,,,,,
+"darryl_004_atk_trail",,,,,,,,,"ParticleEmitter",,,"darryl_004_atk_whirl",,"Above","true",,100,,,,"darryl_004_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"darryl_004_atk_whirl_2",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"darryl_004_atk_trail_dots",,"Above",,,100,,,,,,,
+"darryl_004_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"darryl_004_atk_red_whirl",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"darryl_004_atk_red_whirl_2",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"darryl_004_atk_trail_dots_red",,"Above",,,100,,,,,,,
+"darryl_004_atk_reached",,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundHigh","true",,100,,,,"darryl_004_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"darryl_004_atkHit_whirl",,"Object","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"rosa_def_hit",,"Above",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"darryl_004_atkHit_dots",,"Above",,,70,,,,,,,
+"darryl_004_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"darryl_004_atkHit_whirl_red",,"Object","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"rosa_def_hit_red",,"Above",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"darryl_004_atkHit_dots_red",,"Above",,,70,,,,,,,
+"darryl_004_atk_hit",,,,,,,,,"ParticleEmitter",,,"gene_def_atk1Hit_blue",,"Object",,,80,,,,"darryl_004_atk_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"darryl_004_atkHit_whirl",,"Object","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"darryl_004_atkHit_dots",,"Above",,,100,,,,,,,
+"darryl_004_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"gene_def_atk1Hit_red",,"Object",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"darryl_004_atkHit_whirl_red",,"Object","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"darryl_004_atkHit_dots_red",,"Above",,,100,,,,,,,
+"driller_def_attack",,,,,150,150,,"Jackie_atk","ParticleEmitter",,,"driller_def_atk_groundCrack",,"GroundHigh","true",,200,,,,"driller_def_attack_red",,,
+,,,,,,,,,"ParticleEmitter",,,"driller_def_atk_fragments",,"GroundHigh","true",,100,,,,,,,
+"driller_def_attack_red",,,,,,,,"Jackie_atk","ParticleEmitter",,,"driller_def_atk_groundCrack_red",,"GroundHigh","true",,200,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_def_atk_fragments",,"Above","true",,100,,,,,,,
+"driller_def_ulti_use",,,,,,,,"Jackie_atk_ulti","SWF","sc/effects_brawler.sc","driller_def_ulti_use",,,"GroundLow","true",,100,,,,"driller_def_ulti_use_red",,,
+"driller_def_ulti_use_red",,,,,,,,"Jackie_atk_ulti","SWF","sc/effects_brawler.sc","driller_def_ulti_use_red",,,"GroundLow","true",,100,,,,,,,
+"driller_def_ulti",,,,,,,,,"ParticleEmitter",,,"driller_def_ulti_crack",,"GroundHigh","true",,170,,,,"driller_def_ulti_red",,,
+,,,,,,,,,"ParticleEmitter",,,"driller_def_ulti_fragments_1",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_def_ulti_fragments_2",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_def_ulti_circle",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_def_ulti_ring",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_def_ulti_speedCircle",,"Above","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","driller_def_ulti_spark",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_def_ulti_spark",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_def_ulti_spark_slow",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_def_ulti_flash",,"Above",,,100,,,,,,,
+"driller_def_ulti_red",,,,,,,,,"ParticleEmitter",,,"driller_def_ulti_crack_red",,"GroundHigh","true",,170,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_def_ulti_fragments_1",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_def_ulti_fragments_2",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_def_ulti_circle_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_def_ulti_ring_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_def_ulti_speedCircle_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","driller_def_ulti_spark_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_def_ulti_spark_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_def_ulti_spark_slow_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_def_ulti_flash",,"Above",,,100,,,,,,,
+"driller_def_sp1",,"true",,,,,,,"SWF","sc/effects_brawler.sc","driller_def_sp1_ground",,,"GroundHigh","true",,170,,,,"driller_def_sp1_red",,,
+,,"true",,,,,,,"SWF","sc/effects_brawler.sc","driller_def_sp1_shield",,,"Above",,,125,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"gadget_jessie_spark_spark",,"Above",,,93,,,,,,,250
+"driller_def_sp1_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","driller_def_sp1_ground_red",,,"GroundHigh","true",,170,,,,,,,
+,,"true",,,,,,,"SWF","sc/effects_brawler.sc","driller_def_sp1_shield_red",,,"Above",,,125,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"gadget_jessie_spark_spark_red",,"Above",,,93,,,,,,,250
+"driller_def_moving",,"true",,,,,,,"ParticleEmitter",,,"driller_def_moving_dust",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_def_moving_hole",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_def_moving_frag",,"GroundHigh",,,100,,,,,,,
+"driller_002_atk",,,,,150,150,,"Jackie_atk","ParticleEmitter",,,"driller_def_atk_groundCrack",,"GroundHigh","true",,200,,,,"driller_002_atk_red",,,
+,,,,,,,,,"ParticleEmitter",,,"driller_def_atk_fragments",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_002_atk_spark",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_002_atk_shock",,"GroundHigh","true",,200,,,,,,,
+"driller_002_atk_red",,,,,150,150,,"Jackie_atk","ParticleEmitter",,,"driller_def_atk_groundCrack_red",,"GroundHigh","true",,200,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_def_atk_fragments",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_002_atk_spark_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_002_atk_shock_red",,"GroundHigh","true",,200,,,,,,,
+"driller_002_moving",,"true",,,,,,,"ParticleEmitter",,,"driller_def_moving_dust",,"GroundHigh",,,100,,,,"driller_002_moving_red",,,
+,,,,,,,,,"ParticleEmitter",,,"driller_def_moving_hole",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_def_moving_frag",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_002_moving_spark",,"Above",,,100,,,,,,,
+"driller_002_moving_red",,"true",,,,,,,"ParticleEmitter",,,"driller_def_moving_dust",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_def_moving_hole",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_def_moving_frag",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_002_moving_spark_red",,"Above",,,100,,,,,,,
+"driller_003_atk",,,,,150,150,,"Jackie_summer_atk","ParticleEmitter",,,"driller_003_atk_splash",,"Object","TRUE",,100,,,,"driller_003_atk_red",,,
+,,,,,,,,,"ParticleEmitter",,,"driller_003_atk_splash_ring",,"GroundHigh","true",,200,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_003_atk_droplets",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_003_atk_groundImpact",,"GroundHigh","true",,200,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_003_atk_twinkles",,"Above",,,100,,,,,,,
+"driller_003_atk_red",,,,,150,150,,"Jackie_summer_atk","ParticleEmitter",,,"driller_003_atk_splash_red",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_003_atk_splash_ring_red",,"GroundHigh","true",,200,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_003_atk_droplets_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_003_atk_groundImpact_red",,"GroundHigh","true",,200,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_003_atk_twinkles_red",,"Above",,,100,,,,,,,
+"driller_003_atk_use",,,,,,,,,"ParticleEmitter",,,"driller_003_atk_center",,"GroundTop","TRUE",,100,,,,"driller_003_atk_use_red",,,
+"driller_003_atk_use_red",,,,,,,,,"ParticleEmitter",,,"driller_003_atk_center_red",,"GroundTop","TRUE",,100,,,,,,,
+"driller_003_ulti",,,,,,,,"Jackie_summer_ulti","ParticleEmitter",,,"driller_003_ulti_whirl",,"GroundTop","TRUE",,100,,,,"driller_003_ulti_red",,,
+,,,,,,,,,"ParticleEmitter",,,"driller_003_ulti_ground_frags",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_003_ulti_waterFrags",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_003_ulti_ground_ring",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_003_ulti_twirl",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_003_ulti_dim",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_003_ulti_boundary",,"GroundLow","TRUE",,100,,,,,,,
+"driller_003_ulti_red",,,,,,,,"Jackie_summer_ulti","ParticleEmitter",,,"driller_003_ulti_whirl_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_003_ulti_ground_frags_red",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_003_ulti_waterFrags_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_003_ulti_ground_ring_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_003_ulti_twirl_red",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_003_ulti_dim_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_003_ulti_boundary_red",,"GroundLow","TRUE",,100,,,,,,,
+"driller_003_ulti_use",,,,,,,,,"ParticleEmitter",,,"driller_003_ulti_splash",,"GroundTop","TRUE",,100,,,,"driller_003_ulti_use_red",,,
+,,,,,,,,,"ParticleEmitter",,,"driller_003_ulti_splash_above",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","driller_def_ulti_use",,,"GroundLow","true",,100,,,,"driller_def_ulti_use_red",,,
+"driller_003_ulti_use_red",,,,,,,,,"ParticleEmitter",,,"driller_003_ulti_splash_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_003_ulti_splash_above_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","driller_def_ulti_use_red",,,"GroundLow","true",,100,,,,"driller_def_ulti_use_red",,,
+"dynamike_003_atk_trail",,"true",,,,,,,"ParticleEmitter",,,"dynamike_003_trail_flame",,"GroundHigh",,,100,,,,"dynamike_003_atk_trail_red",,,
+,,"true",,,,,,,"ParticleEmitter",,,"dynamike_003_trail_spark",,"Above",,,100,,,,,,,
+"dynamike_003_atk_trail_red",,"true",,,,,,,"ParticleEmitter",,,"dynamike_003_trail_flame_red",,"GroundHigh",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"dynamike_003_trail_spark_red",,"Above",,,100,,,,,,,
+"dynamike_003_ulti_trail",,"true",,,,,,,"ParticleEmitter",,,"dynamike_003_trail_cloud",,"GroundHigh",,,100,,,,"dynamike_003_ulti_trail_red",,,
+,,"true",,,,,,,"ParticleEmitter",,,"dynamike_003_trail_spark",,"Above",,,100,,,,,,,
+"dynamike_003_ulti_trail_red",,"true",,,,,,,"ParticleEmitter",,,"dynamike_003_trail_cloud_red",,"GroundHigh",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"dynamike_003_trail_spark_red",,"Above",,,100,,,,,,,
+"dynamike_003_ulti_use",,,,,,,,"Mech_mike_ulti",,,,"tick_def_ulti_use_cloud",,"Above",,,100,,,,,,,500
+"dynamike_005_ulti_explosion",,,,,450,150,,"Sound_TNT_explosion","SWF","sc/effects_brawler.sc","dynamike_005_ulti_cloud",,,"Above",,,110,,,,"dynamike_005_ulti_explosion_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_attack_huge_blue",,,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_attack_explode_huge",,,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_005_ulti_cloud_ground",,,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_005_ulti_confetti_1",,"Above",,,100,,,,,,,250
+,,,,,,,,,"ParticleEmitter",,,"dynamike_005_ulti_confetti_2",,"Above",,,100,,,,,,,250
+,,,,,,,,,"ParticleEmitter",,,"dynamike_005_ulti_ball",,"GroundHigh",,,100,,,,,,,
+"dynamike_005_ulti_explosion_red",,,,,450,150,,"Sound_TNT_explosion","SWF","sc/effects_brawler.sc","dynamike_005_ulti_cloud_red",,,"Above",,,110,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_attack_huge_red",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_attack_explode_huge",,,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_005_ulti_cloud_ground_red",,,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_005_ulti_confetti_1_red",,"Above",,,100,,,,,,,250
+,,,,,,,,,"ParticleEmitter",,,"dynamike_005_ulti_confetti_2_red",,"Above",,,100,,,,,,,250
+,,,,,,,,,"ParticleEmitter",,,"dynamike_005_ulti_ball_red",,"GroundHigh",,,100,,,,,,,
+"dynamike_007_atk_trail",,"true",,,,,,,"ParticleEmitter",,,"dynamike_007_atk_trail_gas_blue",,"Object",,,100,,,,"dynamike_007_atk_trail_red",,,
+,,"true",,,,,,,"ParticleEmitter",,,"dynamike_007_atk_trail_gas_green",,"Above",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"dynamike_007_atk_trail_bubble",,"Object",,,100,,,,,,,
+"dynamike_007_atk_trail_red",,"true",,,,,,,"ParticleEmitter",,,"dynamike_007_atk_trail_gas_bluePurple",,"Object",,,100,,,,"dynamike_007_atk_trail_red",,,
+,,"true",,,,,,,"ParticleEmitter",,,"dynamike_007_atk_trail_gas_purple",,"Above",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"dynamike_007_atk_trail_bubble_red",,"Object",,,100,,,,,,,
+"dynamike_007_explosion",,,,,200,50,,"Sound_Gen_small_explosion","ParticleEmitter",,,"cloudExplode_toxic",,"Above",,,,,,,"dynamike_007_explosion_red",,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_toxic",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_explode_green",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_spark_green_short",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_attack_green",,,"GroundHigh","TRUE",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_007_explode_gas",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_007_explode_gas2",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_007_area_fly",,"GroundHigh",,,,,,,,,,
+"dynamike_007_explosion_red",,,,,200,50,,"Sound_Gen_small_explosion","ParticleEmitter",,,"cloudExplode_toxic_red",,"Above",,,,,,,"explosion_tnt_dude_red",,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_purple",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_explode_green",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_spark_purple_short",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_attack_red",,,"GroundHigh","TRUE",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_007_explode_gas2_red",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_007_explode_gas_red",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_007_area_fly",,"GroundHigh",,,,,,,,,,
+"dynamike_007_ulti_trail",,"true",,,,,,,"ParticleEmitter",,,"dynamike_007_atk_trail_gas_blue",,"Object",,,120,,,,"dynamike_007_ulti_trail_red",,,
+,,"true",,,,,,,"ParticleEmitter",,,"dynamike_007_atk_trail_gas_green",,"Above",,,120,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"dynamike_007_atk_trail_bubble",,"Object",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"dynamike_007_ulti_trail_skull",,"Object",,,100,,,,,,,
+"dynamike_007_ulti_trail_red",,"true",,,,,,,"ParticleEmitter",,,"dynamike_007_atk_trail_gas_bluePurple",,"Object",,,100,,,,"dynamike_007_atk_trail_red",,,
+,,"true",,,,,,,"ParticleEmitter",,,"dynamike_007_atk_trail_gas_purple",,"Above",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"dynamike_007_atk_trail_bubble_red",,"Object",,,100,,,,,,,
+"dynamike_007_ulti_explosion",,,,,450,150,,"Sound_TNT_explosion","SWF","sc/effects_brawler.sc","dynamike_007_cloudExplode_huge_blue",,,"Above",,,110,,,,"dynamike_007_ulti_explosion_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_007_attack_explode_huge",,,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_007_ulti_cloud_ground",,,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_007_explode_gas",,"GroundHigh",,,140,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_007_explode_gas2",,"GroundHigh",,,140,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_007_ulti_area_fly",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_007_ulti_splatter",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_007_ulti_area_bubble",,"GroundHigh",,,100,,,,,,,
+"dynamike_007_ulti_explosion_red",,,,,450,150,,"Sound_TNT_explosion","SWF","sc/effects_brawler.sc","dynamike_007_cloudExplode_huge_red",,,"Above",,,110,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_007_attack_explode_huge_red",,,"Above","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_007_ulti_cloud_ground_red",,,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_007_explode_gas_red",,"GroundHigh",,,140,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_007_explode_gas2_red",,"GroundHigh",,,140,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_007_ulti_area_fly",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_007_ulti_splatter_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_007_ulti_area_bubble_red",,"GroundHigh",,,100,,,,,,,
+"dynamike_007_win",,,,,,,,,"Effect",,,,"dynamike_007_win_cheese_C","Above",,,100,,,,,,,
+,,,,,,,,,"Effect",,,,"dynamike_007_win_cheese_L","Above",,,100,,,,,,,
+,,,,,,,,,"Effect",,,,"dynamike_007_win_cheese_R","Above",,,100,,,,,,,
+"dynamike_007_win_cheese_C",,"true",,"back_item_01_s",,,,,"ParticleEmitter",,,"dynamike_007_win_C_gas",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_007_win_C_flies",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_007_win_C_flies",,"Above",,,100,,,,,,,
+"dynamike_007_win_cheese_L",,"true",,"L_gunbone_02_s",,,,,"ParticleEmitter",,,"dynamike_007_win_L_gas",,"Object",,,0,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_007_win_L_gas_burst",,"Object",,,0,,,,,,,
+"dynamike_007_win_cheese_R",,"true",,"R_gunbone_02_s",,,,,"ParticleEmitter",,,"dynamike_007_win_L_gas_burst",,"Object",,,0,,,,,,,
+"dynamike_007_loop",,"true",,"back_item_01_s",,,,,"ParticleEmitter",,,"dynamike_007_win_C_gas",,"GroundHigh",,,180,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_007_win_C_flies",,"Above",,,250,,,,,,,
+"edgar_def_atk",,"true",,,,,,"Edgar_Atk","ParticleEmitter",,,"leon_002_atk",,"Above","true",,100,,,,"edgar_def_atk_red",,,400
+,,,,,,,,,"ParticleEmitter",,,"edgar_def_atk_streaks",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"edgar_def_atk_sparks",,"Above",,,100,,,,,,,
+"edgar_def_atk_red",,"true",,,,,,"Edgar_Atk","ParticleEmitter",,,"leon_002_atk_red",,"Above","true",,130,,,,,,,400
+,,,,,,,,,"ParticleEmitter",,,"edgar_def_atk_streaks_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"edgar_def_atk_sparks_red",,"Above",,,100,,,,,,,
+"edgar_def_atk_trail",,,,,,,,,"ParticleEmitter",,,"edgar_def_atk_trail_gas_1",,"GroundTop",,,100,,,,"edgar_def_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"edgar_def_atk_trail_gas_2",,"GroundTop",,,100,,,,,,,
+"edgar_def_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"edgar_def_atk_trail_gas_1_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"edgar_def_atk_trail_gas_2_red",,"GroundTop",,,100,,,,,,,
+"edgar_def_atkHit",,,,,,,,"Edgar_Punch_Hit","ParticleEmitter",,,"edgar_def_atkHit_cloud_red",,"Object",,,100,,,,"edgar_def_atkHit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"rosa_def_hit_red",,"Above",,,110,,,,,,,
+"edgar_def_atkHit_red",,,,,,,,"Edgar_Punch_Hit","ParticleEmitter",,,"edgar_def_atkHit_cloud",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"rosa_def_hit",,"Above",,,110,,,,,,,
+"edgar_def_ulti",,"true",,,,,,"Edgar_Ulti","ParticleEmitter",,,"piper_002_ulti_use",,"GroundHigh",,,100,,,,"edgar_def_ulti_red",,,
+,,,,,,,,,"ParticleEmitter",,,"piper_002_ulti_use_smoke",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"edgar_def_ulti_trail_gas",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_some",,"GroundLow",,,100,,,,,,,
+"edgar_def_ulti_red",,"true",,,,,,"Edgar_Ulti","ParticleEmitter",,,"piper_002_ulti_use",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_002_ulti_use_smoke",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"edgar_def_ulti_trail_gas_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_some",,"GroundLow",,,100,,,,,,,
+"edgar_def_ultiEnd",,,,,,,,"Edgar_Ulti_Hit","ParticleEmitter",,,"ground_fragments_some",,"GroundLow",,,100,,,,"edgar_def_ultiEnd_red",,,
+,,,,,,,,,"ParticleEmitter",,,"edgar_def_ulti_gas",,"GroundHigh","true",,60,,,,,,,
+"edgar_def_ultiEnd_red",,,,,,,,"Edgar_Ulti_Hit","ParticleEmitter",,,"ground_fragments_some",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"edgar_def_ulti_gas_red",,"GroundHigh","true",,60,,,,,,,
+"edgar_def_ulti_sp",,,,,,,,,"ParticleEmitter",,,"edgar_def_ulti_ground",,"GroundTop","true",,100,,,,"edgar_def_ulti_sp_red",,,
+,,,,,,,,,"ParticleEmitter",,,"edgar_def_ulti_gas",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"primo_003_ulti_fragments",,"GroundLow","true",,100,,,,,,,
+"edgar_def_ulti_sp_red",,,,,,,,,"ParticleEmitter",,,"edgar_def_ulti_ground_red",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"edgar_def_ulti_gas_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"primo_003_ulti_fragments",,"GroundLow","true",,100,,,,,,,
+"edgar_002_atk",,"true",,,,,,"Edgar_Atk","ParticleEmitter",,,"leon_002_atk",,"Above","true",,130,,,,"edgar_002_atk_red",,,400
+,,,,,,,,,"ParticleEmitter",,,"edgar_def_atk_sparks",,"Above",,,100,,,,,,,
+"edgar_002_atk_red",,"true",,,,,,"Edgar_Atk","ParticleEmitter",,,"leon_002_atk_red",,"Above","true",,130,,,,,,,400
+,,,,,,,,,"ParticleEmitter",,,"edgar_def_atk_sparks_red",,"Above",,,100,,,,,,,
+"edgar_002_atk_trail",,,,,,,,,"ParticleEmitter",,,"edgar_def_atk_trail_gas_1",,"GroundTop",,,100,,,,"edgar_002_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"edgar_def_atk_trail_gas_2",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"edgar_002_atk_reached_core",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"edgar_002_atk_reached_tri",,"Above",,,100,,,,,,,
+"edgar_002_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"edgar_def_atk_trail_gas_1_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"edgar_def_atk_trail_gas_2_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"edgar_002_atk_reached_core_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"edgar_002_atk_reached_tri_red",,"Above",,,100,,,,,,,
+"emz_def_atk_trail",,,,,,,,"Emz_atk","ParticleEmitter",,,"emz_def_atk_skull",,"GroundHigh",,,100,,,,"emz_def_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"emz_def_atk_skull_front",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"emz_def_atk_skull_front2",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"emz_def_atk_trail_base",,"GroundLow",,,100,,,,,,,
+"emz_def_atk_trail_red",,,,,,,,"Emz_atk","ParticleEmitter",,,"emz_def_atk_skull_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"emz_def_atk_skull_front_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"emz_def_atk_skull_front_red2",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"emz_def_atk_trail_base_red",,"GroundLow",,,100,,,,,,,
+"emz_def_atk_reached",,,,,,,,,"ParticleEmitter",,,"emz_def_atk_cloudDis",,"GroundLow",,,100,,,,"emz_def_atk_reached_red",,,
+"emz_def_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"emz_def_atk_cloudDis_red",,"GroundLow",,,100,,,,,,,
+"emz_def_atk",,"true",,,,,,,"SWF","sc/effects_brawler.sc","emz_def_atk",,,"Above",,,100,,,,"emz_def_atk_red",,,500
+,,,,,,,,,"ParticleEmitter",,,"emz_def_atk_sprayGround",,"GroundLow",,,100,,,,,,,
+"emz_def_atk_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","emz_def_atk_red",,,"Above",,,100,,,,,,,500
+,,,,,,,,,"ParticleEmitter",,,"emz_def_atk_sprayGround_red",,"GroundLow",,,100,,,,,,,
+"emz_def_atk_hit",,,,,,,,,"ParticleEmitter",,,"emz_def_atk_hitCloud_red",,"Above",,,100,,,,"emz_def_atk_hit_red",,,
+"emz_def_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"emz_def_atk_hitCloud",,"Above",,,100,,,,,,,
+"emz_def_ulti",,"true",,,,,,,"ParticleEmitter",,,"emz_def_ulti_skull",,"Above",,,100,,,,"emz_def_ulti_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","arcade_def_ulti_area_active",,,"GroundLow","true",,145,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"emz_def_ulti_flash",,"Above",,,100,,,,,,,
+"emz_def_ulti_red",,"true",,,,,,,"ParticleEmitter",,,"emz_def_ulti_skull_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","arcade_def_ulti_area_active",,,"GroundLow","true",,145,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"emz_def_ulti_flash_red",,"Above",,,100,,,,,,,
+"emz_def_ulti_area",,"true",,,,,,,"SWF","sc/effects_brawler.sc","emz_def_ulti_area",,,"GroundHigh","true",,100,,,,"emz_def_ulti_area_red",,,
+"emz_def_ulti_area_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","emz_def_ulti_area_red",,,"GroundHigh","true",,100,,,,,,,
+"emz_def_ulti_use",,"true",,,,,,"Emz_ulti","SWF","sc/effects_brawler.sc","emz_def_ulti_use",,,"Above",,,100,,,,"emz_def_ulti_use_red",,,
+,,"true",,,,,,,"ParticleEmitter",,,"emz_def_ulti_use_cloud",,"GroundHigh",,,100,,,,,,,
+"emz_def_ulti_use_red",,"true",,,,,,"Emz_ulti","SWF","sc/effects_brawler.sc","emz_def_ulti_use_red",,,"Above",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"emz_def_ulti_use_cloud_red",,"GroundHigh",,,100,,,,,,,
+"emz_002_atk",,"true",,,200,,,,"SWF","sc/effects_brawler.sc","emz_002_atk_spray",,,"Above",,,100,,,,"emz_002_atk_red",,,500
+,,,,,,,,,"ParticleEmitter",,,"emz_002_atk_confetti_1",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"emz_002_atk_confetti_2",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"emz_002_atk_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"emz_002_atk_confetti_ground_1",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"emz_002_atk_confetti_ground_2",,"GroundHigh","true",,100,,,,,,,
+"emz_002_atk_red",,"true",,,200,,,,"SWF","sc/effects_brawler.sc","emz_002_atk_spray_red",,,"Above",,,100,,,,,,,500
+,,,,,,,,,"ParticleEmitter",,,"emz_002_atk_confetti_1_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"emz_002_atk_confetti_2_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"emz_002_atk_twinkles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"emz_002_atk_confetti_ground_1_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"emz_002_atk_confetti_ground_2_red",,"GroundHigh","true",,100,,,,,,,
+"emz_002_atk_trail",,,,,,,,"Emz_atk","ParticleEmitter",,,"emz_002_atk_balloons",,"Above",,,100,,,,"emz_002_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"emz_def_atk_trail_base",,"GroundLow",,,100,,,,,,,
+"emz_002_atk_trail_red",,,,,,,,"Emz_atk","ParticleEmitter",,,"emz_002_atk_balloons_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"emz_def_atk_trail_base_red",,"GroundLow",,,100,,,,,,,
+"emz_002_atk_hit",,,,,,,,,"ParticleEmitter",,,"emz_002_atk_hitCloud_red",,"Above",,,100,,,,"emz_002_atk_hit_red",,,
+"emz_002_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"emz_002_atk_hitCloud",,"Above",,,100,,,,,,,
+"emz_002_ulti",,"true",,,,,,,"ParticleEmitter",,,"emz_002_ulti_confetti_1",,"Above",,,100,,,,"emz_002_ulti_red",,,
+,,,,,,,,,"ParticleEmitter",,,"emz_002_ulti_confetti_2",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"emz_002_ulti_confetti_ground_1",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"emz_002_ulti_confetti_ground_2",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","arcade_def_ulti_area_active",,,"GroundLow","true",,145,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"emz_def_ulti_flash",,"Above",,,100,,,,,,,
+"emz_002_ulti_red",,"true",,,,,,,"ParticleEmitter",,,"emz_002_ulti_confetti_1_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"emz_002_ulti_confetti_2_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"emz_002_ulti_confetti_ground_1_red",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"emz_002_ulti_confetti_ground_2_red",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","arcade_def_ulti_area_active",,,"GroundLow","true",,145,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"emz_def_ulti_flash_red",,"Above",,,100,,,,,,,
+"emz_002_ulti_balloons",,"true",,,,,,,"SWF","sc/effects_brawler.sc","emz_002_ulti_balloons_front",,,"Above",,,100,,,,"emz_002_ulti_balloons_red",,,300
+,,,,,,,,,"SWF","sc/effects_brawler.sc","emz_002_ulti_balloons_back",,,"GroundTop",,,100,,,,,,,
+"emz_002_ulti_balloons_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","emz_002_ulti_balloons_front_red",,,"Above",,,100,,,,,,,300
+,,,,,,,,,"SWF","sc/effects_brawler.sc","emz_002_ulti_balloons_back_red",,,"GroundTop",,,100,,,,,,,
+"frank_def_atk",,,,,200,,,"Hammer_hit","SWF","sc/effects_brawler.sc","frank_def_atk_base",,,"GroundTop","true",,100,,,,"frank_def_atk_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","frank_def_atk_smoke",,,"GroundHigh","true",,100,,,,"frank_def_atk_red",,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_ground_crack_b1",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","pam_003_atk_hit_ground",,,"GroundHigh","true",,100,,,,,,,
+,,,"true",,,,,,"ParticleEmitter",,,"ground_fragments_lot_80",,"GroundLow",,,100,,,,,,,
+"frank_def_atk_red",,,,,200,,,"Hammer_hit","SWF","sc/effects_brawler.sc","frank_def_atk_base_red",,,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","frank_def_atk_smoke",,,"GroundHigh","true",,100,,,,"frank_def_atk_red",,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_ground_crack_b1_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","pam_003_atk_hit_ground",,,"GroundHigh","true",,100,,,,,,,
+,,,"true",,,,,,"ParticleEmitter",,,"ground_fragments_lot_80",,"GroundLow",,,100,,,,,,,
+"frank_def_atk_trail",,,,,,,,,"ParticleEmitter",,,"frank_def_ground_crack_b2",,"GroundLow","true",,100,,,,"frank_def_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_ground_crack_b3",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_atk_fragments",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_ground_smoke_super",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_atk_impact",,"GroundHigh",,,100,,,,,,,
+"frank_def_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"frank_def_ground_crack_b2_red",,"GroundLow","true",,100,,,,"frank_def_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_ground_crack_b3_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_atk_fragments",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_ground_smoke_super_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_atk_impact_red",,"GroundHigh",,,100,,,,,,,
+"frank_def_atk_reached",,,,,,,,,"ParticleEmitter",,,"frank_def_atk_reached",,"GroundTop",,,100,,,,"frank_def_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_ground_crack_reached",,"GroundLow","true",,100,,,,,,,
+"frank_def_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"frank_def_atk_reached_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_ground_crack_reached",,"GroundLow","true",,100,,,,,,,
+"frank_def_hitEnv",,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_multi",,"Above",,,100,,,,"griff_def_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"frank_def_ulti",,,,,200,,,"Hammer_hit","SWF","sc/effects_brawler.sc","frank_def_ulti_base",,,"GroundTop","true",,100,,,,"frank_def_ulti_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","frank_def_ulti_smoke",,,"GroundHigh","true",,100,,,,"frank_def_atk_red",,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_ground_crack_b1_ulti",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","pam_003_atk_hit_ground",,,"GroundHigh","true",,100,,,,,,,
+,,,"true",,,,,,"ParticleEmitter",,,"ground_fragments_lot_80",,"GroundLow",,,100,,,,,,,
+,,,"true",,,,,,"SWF","sc/effects_brawler.sc","frank_def_ulti_wave",,,"GroundHigh","true",,100,,,,,,,
+"frank_def_ulti_red",,,,,200,,,"Hammer_hit","SWF","sc/effects_brawler.sc","frank_def_ulti_base_red",,,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","frank_def_ulti_smoke_red",,,"GroundHigh","true",,100,,,,"frank_def_atk_red",,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_ground_crack_b1_ulti_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","pam_003_atk_hit_ground",,,"GroundHigh","true",,100,,,,,,,
+,,,"true",,,,,,"ParticleEmitter",,,"ground_fragments_lot_80",,"GroundLow",,,100,,,,,,,
+,,,"true",,,,,,"SWF","sc/effects_brawler.sc","frank_def_ulti_wave_red",,,"GroundHigh","true",,100,,,,,,,
+"frank_def_ulti_hit",,,,,,,,,"ParticleEmitter",,,"frank_def_ulti_shocked",,"Above",,,100,,,,"frank_def_ulti_hit_red",,,
+"frank_def_ulti_hit_red",,,,,,,,,"ParticleEmitter",,,"frank_def_ulti_shocked",,"Above",,,100,,,,,,,
+"frank_def_ulti_trail",,,,,,,,,"ParticleEmitter",,,"frank_def_ground_crack_b2_ulti",,"GroundLow","true",,100,,,,"frank_def_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_ground_crack_b3_ulti",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_atk_fragments",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_ground_impact",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_ulti_impact",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_ulti_trail_shock",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_ground_impact",,"Object",,,100,,,,,,,
+"frank_def_ulti_trail_red",,,,,,,,,"ParticleEmitter",,,"frank_def_ground_crack_b2_ulti_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_ground_crack_b3_ulti_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_atk_fragments",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_ulti_impact",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_ulti_trail_shock",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_ground_impact",,"Object",,,100,,,,,,,
+"frank_def_ulti_reached",,,,,,,,,"ParticleEmitter",,,"frank_def_ulti_reached",,"GroundHigh","true",,100,,,,"frank_def_ulti_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_ulti_ground_crack_reached",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_ulti_shocked",,"Above",,,100,,,,,,,
+"frank_def_ulti_reached_red",,,,,,,,,"ParticleEmitter",,,"frank_def_ulti_reached",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_ulti_ground_crack_reached",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_ulti_shocked",,"Above",,,100,,,,,,,
+"frank_def_starPower_hit",,,,,,,,,"ParticleEmitter",,,"frank_def_starPower_hit",,"Above",,,100,,,,"frank_def_starPower_hit_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","frank_def_starP_hit_symbol",,,"Above",,,100,,,,,,,
+"frank_def_starPower_hit_red",,,,,,,,,"ParticleEmitter",,,"frank_def_starPower_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","frank_def_starP_hit_symbol_red",,,"Above",,,100,,,,,,,
+"frank_002_atk",,,,,200,,,"Hammer_hit","SWF","sc/effects_brawler.sc","frank_002_atk_base",,,"GroundTop","true",,100,,,,"frank_002_atk_red",,,
+,,,,,,,,,"ParticleEmitter",,,"frank_002_atk_streaks",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","pam_003_atk_hit_ground",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_002_atk_pixel",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_002_atk_pixel_big",,"GroundTop","true",,100,,,,,,,
+,,,"true",,,,,,"ParticleEmitter",,,"ground_fragments_lot_80",,"GroundLow",,,100,,,,,,,
+"frank_002_atk_red",,,,,200,,,"Hammer_hit","SWF","sc/effects_brawler.sc","frank_002_atk_base_red",,,"GroundTop","true",,100,,,,"frank_002_atk_red",,,
+,,,,,,,,,"ParticleEmitter",,,"frank_002_atk_streaks_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","pam_003_atk_hit_ground",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_002_atk_pixel_red",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_002_atk_pixel_big_red",,"GroundTop","true",,100,,,,,,,
+,,,"true",,,,,,"ParticleEmitter",,,"ground_fragments_lot_80",,"GroundLow",,,100,,,,,,,
+"frank_002_atk_trail",,,,,,,,,"ParticleEmitter",,,"frank_002_atk_trail_1",,"GroundHigh","true",,100,,,,"frank_002_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"frank_002_atk_trail_2",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_002_atk_trail_3",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_002_atk_trail_dots",,"Above","true",,100,,,,,,,
+"frank_002_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"frank_002_atk_trail_1_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_002_atk_trail_2_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_002_atk_trail_3_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_002_atk_trail_dots",,"Above","true",,100,,,,,,,
+"frank_002_atk_hit",,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_hit",,"Above",,,100,,,,"frank_002_atk_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_pixel",,"Above",,,100,,,,,,,
+"frank_002_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_pixel_red",,"Above",,,100,,,,,,,
+"frank_002_atk_hitEnv",,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_hit",,"Above",,,55,,,,"frank_002_atk_hitEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"frank_002_atk_pixel_ground",,"GroundHigh",,,100,,,,,,,
+"frank_002_atk_hitEnv_red",,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_hit_red",,"Above",,,55,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_002_atk_pixel_ground_red",,"GroundHigh",,,100,,,,,,,
+"frank_002_atk_reached",,,,,,,,,"ParticleEmitter",,,"frank_002_atk_reached",,"Above",,,100,,,,"frank_002_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"frank_002_atk_pixel_ground",,"Above",,,100,,,,,,,
+"frank_002_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"frank_002_atk_reached_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_002_atk_pixel_ground_red",,"Above",,,100,,,,,,,
+"frank_002_ulti",,,,,200,,,"Hammer_hit","SWF","sc/effects_brawler.sc","frank_002_ulti_base",,,"GroundTop","true",,100,,,,"frank_002_ulti_red",,,
+,,,,,,,,,"ParticleEmitter",,,"frank_002_ulti_streaks",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_002_ulti_shock",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","pam_003_atk_hit_ground",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_002_atk_pixel",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_002_atk_pixel_big",,"GroundTop","true",,100,,,,,,,
+,,,"true",,,,,,"ParticleEmitter",,,"ground_fragments_lot_80",,"GroundLow",,,100,,,,,,,
+"frank_002_ulti_red",,,,,200,,,"Hammer_hit","SWF","sc/effects_brawler.sc","frank_002_ulti_base",,,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_002_ulti_streaks_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_002_ulti_shock",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","pam_003_atk_hit_ground",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_002_atk_pixel_red",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_002_atk_pixel_big_red",,"GroundTop","true",,100,,,,,,,
+,,,"true",,,,,,"ParticleEmitter",,,"ground_fragments_lot_80",,"GroundLow",,,100,,,,,,,
+"frank_002_ulti_trail",,,,,,,,,"ParticleEmitter",,,"frank_002_ulti_trail_1",,"GroundHigh","true",,100,,,,"frank_002_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"frank_002_ulti_trail_2",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_002_ulti_trail_3",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_002_ulti_trail_dots",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_002_ulti_trail_colour_dots",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_atk_fragments",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_ulti_trail_shock",,"Above",,,100,,,,,,,
+"frank_002_ulti_trail_red",,,,,,,,,"ParticleEmitter",,,"frank_002_ulti_trail_1_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_002_ulti_trail_2_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_002_ulti_trail_3_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_002_ulti_trail_dots",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_002_ulti_trail_colour_dots_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_atk_fragments",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_ulti_trail_shock",,"Above",,,100,,,,,,,
+"frank_002_ulti_reached",,,,,,,,,"ParticleEmitter",,,"frank_002_ulti_reached",,"Above",,,100,,,,"frank_002_ulti_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"frank_002_ulti_pixel_ground",,"Above",,,100,,,,,,,
+"frank_002_ulti_reached_red",,,,,,,,,"ParticleEmitter",,,"frank_002_ulti_reached",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_002_ulti_pixel_ground",,"Above",,,100,,,,,,,
+"frank_003_atk",,,,,200,,,"Hammer_hit","ParticleEmitter",,,"frank_003_atk_hit",,"Above",,,100,,,,"frank_003_atk_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","frank_def_atk_base",,,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","frank_def_atk_smoke",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_ground_crack_b1",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","pam_003_atk_hit_ground",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_80",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_003_atk_bulbs",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_003_atk_grass",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_003_atk_sparkles",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_003_atk_frags",,"Above",,,100,,,,,,,
+"frank_003_atk_red",,,,,200,,,"Hammer_hit","ParticleEmitter",,,"frank_003_atk_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","frank_def_atk_base_red",,,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","frank_def_atk_smoke",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_ground_crack_b1_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","pam_003_atk_hit_ground",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_80",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_003_atk_bulbs_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_003_atk_grass",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_003_atk_sparkles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_003_atk_frags",,"Above",,,100,,,,,,,
+"frank_003_ulti",,,,,450,150,,"Hammer_u_hit","ParticleEmitter",,,"frank_003_atk_hit",,"Above",,,100,,,,"frank_003_ulti_red",,,
+,,,,,,,,,"ParticleEmitter",,,"frank_003_atk_bulbs",,"GroundTop",,,110,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_003_atk_grass",,"Object",,,110,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_003_atk_sparkles",,"Above",,,110,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_003_atk_frags",,"Above",,,110,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_003_ulti_stars",,"Object",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","frank_def_ulti_base",,,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","frank_def_ulti_smoke",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_ground_crack_b1_ulti",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","pam_003_atk_hit_ground",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_80",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","frank_def_ulti_wave",,,"GroundHigh","true",,100,,,,,,,
+"frank_003_ulti_red",,,,,450,150,,"Hammer_u_hit","ParticleEmitter",,,"frank_003_atk_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_003_atk_bulbs_red",,"GroundTop",,,110,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_003_atk_grass",,"Object",,,110,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_003_atk_sparkles_red",,"Above",,,110,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_003_atk_frags",,"Above",,,110,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_003_ulti_stars_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","frank_def_ulti_base_red",,,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","frank_def_ulti_smoke_red",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_def_ground_crack_b1_ulti_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","pam_003_atk_hit_ground",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_80",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","frank_def_ulti_wave_red",,,"GroundHigh","true",,100,,,,,,,
+"frank_003_lobby","true","true",,"star_fx",,,,,"ParticleEmitter",,,"frank_003_lobby_starglow",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_003_lobby_sparkles",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_003_lobby_dots",,"Object",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","frank_003_lobby_glow",,,"Object",,,50,,,,,,,
+"gale_def_atk",,,,,,,,"Gale_atk_sfx","SWF","sc/effects_brawler.sc","gale_def_atk",,,"Above",,,100,,,,"gale_def_atk_red",,,400
+,,,,,,,,,"ParticleEmitter",,,"gale_def_atk_snow_chunk",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_def_atk_snow_smoke",,"GroundHigh",,,100,,,,,,,
+"gale_def_atk_red",,,,,,,,"Gale_atk_sfx","SWF","sc/effects_brawler.sc","gale_def_atk_red",,,"Above",,,100,,,,,,,400
+,,,,,,,,,"ParticleEmitter",,,"gale_def_atk_snow_chunk_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_def_atk_snow_smoke_red",,"GroundHigh",,,100,,,,,,,
+"gale_def_atk_trail",,,,,,,,,"ParticleEmitter",,,"gale_def_atk_trail_snow",,"Above",,,100,,,,"gale_def_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gale_def_atk_trail_twinkle",,"Above",,,100,,,,,,,
+"gale_def_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"gale_def_atk_trail_snow_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_def_atk_trail_twinkle_red",,"Above",,,100,,,,,,,
+"gale_def_atk_reached",,,,,,,,,"ParticleEmitter",,,"gale_def_atkEnd_ground",,"GroundLow","true",,100,,,,"gale_def_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gale_def_atkEnd_snow",,"GroundHigh",,,100,,,,,,,
+"gale_def_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"gale_def_atkEnd_ground_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_def_atkEnd_snow_red",,"GroundHigh",,,100,,,,,,,
+"gale_def_ulti",,,,,,,,,"SWF","sc/effects_brawler.sc","gale_def_atk",,,"Above",,,125,,,,"gale_def_ulti_red",,,400
+,,,,,,,,,"ParticleEmitter",,,"gale_def_atk_snow_chunk",,"GroundHigh",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_def_atk_snow_smoke",,"GroundHigh",,,125,,,,,,,
+"gale_def_ulti_red",,,,,,,,,"SWF","sc/effects_brawler.sc","gale_def_atk_red",,,"Above",,,125,,,,,,,400
+,,,,,,,,,"ParticleEmitter",,,"gale_def_atk_snow_chunk_red",,"GroundHigh",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_def_atk_snow_smoke_red",,"GroundHigh",,,125,,,,,,,
+"gale_def_ulti_trail",,,,,,,,"Gale_ulti_sfx","ParticleEmitter",,,"gale_def_ulti_trail_snow",,"Above",,,100,,,,"gale_def_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gale_def_atk_trail_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_def_ulti_trail_smoke",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_def_ulti_trail_base",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_def_ulti_ground",,"GroundHigh","true",,100,,,,,,,
+"gale_def_ulti_trail_red",,,,,,,,"Gale_ulti_sfx","ParticleEmitter",,,"gale_def_ulti_trail_snow_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_def_atk_trail_twinkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_def_ulti_trail_smoke_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_def_ulti_trail_base_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_def_ulti_ground_red",,"GroundHigh","true",,100,,,,,,,
+"gale_def_ulti_reached",,,,,,,,,"ParticleEmitter",,,"gale_def_ultiEnd_snow",,"Above",,,100,,,,"gale_def_ulti_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gale_def_atkEnd_ground",,"GroundHigh","true",,200,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_def_atk_snow_smoke",,"Above",,,125,,,,,,,
+"gale_def_ulti_reached_red",,,,,,,,,"ParticleEmitter",,,"gale_def_ultiEnd_snow_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_def_atkEnd_ground_red",,"GroundHigh","true",,200,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_def_atk_snow_smoke_red",,"Above",,,125,,,,,,,
+"gale_def_ulti_hit",,,,,,,,,"ParticleEmitter",,,"gale_def_ultiEnd_snow_red",,"Above",,,100,,,,"gale_def_ulti_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gale_def_atkEnd_ground_red",,"GroundHigh","true",,200,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_def_atk_snow_smoke_red",,"Above",,,125,,,,,,,
+"gale_def_ulti_hit_red",,,,,,,,,"ParticleEmitter",,,"gale_def_ultiEnd_snow",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_def_atkEnd_ground",,"GroundHigh","true",,200,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_def_atk_snow_smoke",,"Above",,,125,,,,,,,
+"gale_002_atk",,,,,,,,"Gale_atk_sfx","SWF","sc/effects_brawler.sc","gale_002_atk",,,"Above",,,100,,,,"gale_002_atk_red",,,400
+,,,,,,,,,"ParticleEmitter",,,"gale_002_atk_dustDots",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_002_atk_dust",,"GroundHigh",,,100,,,,,,,
+"gale_002_atk_red",,,,,,,,"Gale_atk_sfx","SWF","sc/effects_brawler.sc","gale_002_atk_red",,,"Above",,,100,,,,,,,400
+,,,,,,,,,"ParticleEmitter",,,"gale_002_atk_dustDots_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_002_atk_dust_red",,"GroundHigh",,,100,,,,,,,
+"gale_002_atk_trail",,,,,,,,,"ParticleEmitter",,,"gale_002_atk_trail_dust",,"Above",,,100,,,,"gale_002_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_atk1_trail_dustDots",,"Above",,,,,,,,,,
+"gale_002_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"gale_002_atk_trail_dust_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_atk1_trail_dustDots_red",,"Above",,,,,,,,,,
+"gale_002_atk_reached",,,,,,,,,"ParticleEmitter",,,"gale_002_atkEnd_ground",,"GroundLow","true",,100,,,,"gale_002_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gale_002_atkEnd_dustDots",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_002_atk_dust",,"Above",,,75,,,,,,,
+"gale_002_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"gale_002_atkEnd_ground_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_002_atkEnd_dustDots_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_002_atk_dust_red",,"Above",,,75,,,,,,,
+"gale_002_atk_hit",,,,,,,,,"ParticleEmitter",,,"gene_def_atk2Hit_blue",,"Above",,,100,,,,"gale_002_atk_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gale_002_atkEnd_dustDots",,"GroundHigh",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_002_atk_dust",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_002_atk_hit_snake",,"Above",,,100,,,,,,,
+"gale_002_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"gene_def_atk2Hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_002_atkEnd_dustDots_red",,"GroundHigh",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_002_atk_dust_red",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_002_atk_hit_snake_red",,"Above",,,100,,,,,,,
+"gale_002_atk_hitEnv",,,,,,,,,"ParticleEmitter",,,"gale_002_atkEnd_dustDots",,"GroundHigh",,,125,,,,"gale_002_atk_hitEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gale_002_atk_dust",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_002_atk_hit_snake",,"Above",,,100,,,,,,,
+"gale_002_atk_hitEnv_red",,,,,,,,,"ParticleEmitter",,,"gale_002_atkEnd_dustDots_red",,"GroundHigh",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_002_atk_dust_red",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_002_atk_hit_snake_red",,"Above",,,100,,,,,,,
+"gale_002_ulti",,,,,,,,,"SWF","sc/effects_brawler.sc","gale_002_atk",,,"Above",,,125,,,,"gale_002_ulti_red",,,400
+,,,,,,,,,"ParticleEmitter",,,"gale_002_atk_dust",,"GroundHigh",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_atk_dust",,"GroundHigh",,,125,,,,,,,
+"gale_002_ulti_red",,,,,,,,,"SWF","sc/effects_brawler.sc","gale_002_atk_red",,,"Above",,,125,,,,,,,400
+,,,,,,,,,"ParticleEmitter",,,"gale_002_atk_dust_red",,"GroundHigh",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_atk_dust_red",,"GroundHigh",,,125,,,,,,,
+"gale_002_ulti_trail",,,,,,,,"Gale_ulti_sfx","ParticleEmitter",,,"gale_002_ulti_trail_dustDots",,"Above",,,100,,,,"gale_002_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gale_def_atk_trail_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_002_ulti_trail_smoke",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_002_ulti_trail_base",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_002_ulti_ground",,"GroundHigh","true",,100,,,,,,,
+"gale_002_ulti_trail_red",,,,,,,,"Gale_ulti_sfx","ParticleEmitter",,,"gale_002_ulti_trail_dustDots_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_def_atk_trail_twinkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_002_ulti_trail_smoke_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_002_ulti_trail_base_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_002_ulti_ground_red",,"GroundHigh","true",,100,,,,,,,
+"gale_002_ulti_reached",,,,,,,,,"ParticleEmitter",,,"gale_002_atkEnd_dustDots",,"Above",,,100,,,,"gale_002_ulti_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gale_002_atkEnd_ground",,"GroundHigh","true",,200,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_002_atk_dust",,"Above",,,125,,,,,,,
+"gale_002_ulti_reached_red",,,,,,,,,"ParticleEmitter",,,"gale_002_atkEnd_dustDots_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_002_atkEnd_ground_red",,"GroundHigh","true",,200,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_002_atk_dust_red",,"Above",,,125,,,,,,,
+"gale_002_ulti_hit",,,,,,,,,"ParticleEmitter",,,"gale_002_atkEnd_dustDots_red",,"Above",,,100,,,,"gale_002_ulti_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gale_002_atkEnd_ground_red",,"GroundHigh","true",,200,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_002_atk_dust_red",,"Above",,,125,,,,,,,
+"gale_002_ulti_hit_red",,,,,,,,,"ParticleEmitter",,,"gale_002_atkEnd_dustDots",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_002_atkEnd_ground",,"GroundHigh","true",,200,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_002_atk_dust",,"Above",,,125,,,,,,,
+"gale_003_atk",,,,,,,,"Gale_atk_sfx","ParticleEmitter",,,"gale_003_atk",,"Above",,,100,,,,"gale_003_atk_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_atk_streaks",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_atk_nuts",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_atk_stars",,"Above",,,100,,,,,,,
+"gale_003_atk_red",,,,,,,,"Gale_atk_sfx","ParticleEmitter",,,"gale_003_atk_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_atk_streaks_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_atk_nuts_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_atk_stars_red",,"Above",,,100,,,,,,,
+"gale_003_atk_trail",,,,,,,,,"ParticleEmitter",,,"gale_003_atk_trail_frags",,"GroundTop",,,100,,,,"gale_003_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_atk_trail_dots",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_atk_trail_twinkles",,"Above",,,100,,,,,,,
+"gale_003_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"gale_003_atk_trail_frags_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_atk_trail_dots_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_atk_trail_twinkles_red",,"Above",,,100,,,,,,,
+"gale_003_atkHit",,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hit",,"Above",,,100,,,,"gale_003_atkHit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_atk_nutdrop",,"GroundTop",,,85,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_atkHit_dots",,"Above",,,85,,,,,,,
+"gale_003_atkHit_red",,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_atk_nutdrop_red",,"GroundTop",,,85,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_atkHit_dots_red",,"Above",,,85,,,,,,,
+"gale_003_atkEnv",,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hit",,"Above",,,45,,,,"gale_003_atkEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_atk_nutdrop",,"GroundTop",,,85,,,,,,,
+"gale_003_atkEnv_red",,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hit_red",,"Above",,,45,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_atk_nutdrop_red",,"GroundTop",,,85,,,,,,,
+"gale_003_atkEnd",,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"gale_003_ulti",,,,,,,,,"ParticleEmitter",,,"gale_003_atk",,"Above",,,100,,,,"gale_003_ulti_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_atk_streaks",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_ulti_stars",,"Above",,,100,,,,,,,
+"gale_003_ulti_red",,,,,,,,,"ParticleEmitter",,,"gale_003_atk_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_atk_streaks_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_ulti_stars",,"Above",,,100,,,,,,,
+"gale_003_ulti_trail",,,,,,,,"Gale_ulti_sfx","ParticleEmitter",,,"gale_003_atk_trail_dots",,"Above",,,160,,,,"gale_003_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_ulti_star_1",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_ulti_star_2",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_ulti_trail_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_ulti_trail_smoke",,"GroundTop",,,100,,,,,,,
+"gale_003_ulti_trail_red",,,,,,,,"Gale_ulti_sfx","ParticleEmitter",,,"gale_003_atk_trail_dots_red",,"Above",,,160,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_ulti_star_3",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_ulti_star_4",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_ulti_trail_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_ulti_trail_smoke_red",,"GroundTop",,,100,,,,,,,
+"gale_003_ulti_reached",,,,,,,,,"ParticleEmitter",,,"gale_003_ultiEnd_dots",,"Above",,,100,,,,"gale_003_ulti_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_ultiEnd_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_ultiEnd_streaks",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_ultiEnd_star",,"Above",,,100,,,,,,,
+"gale_003_ulti_reached_red",,,,,,,,,"ParticleEmitter",,,"gale_003_ultiEnd_dots",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_ultiEnd_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_ultiEnd_streaks",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_ultiEnd_star_red",,"Above",,,100,,,,,,,
+"gale_003_ultiHit",,,,,,,,,"ParticleEmitter",,,"gale_003_ultiHit_star",,"Above",,,100,,,,"gale_003_ultiHit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"frank_003_atk_hit",,"Above",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_ultiHit_gas",,"GroundTop",,,100,,,,,,,
+"gale_003_ultiHit_red",,,,,,,,,"ParticleEmitter",,,"gale_003_ultiHit_star_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"frank_003_atk_hit_red",,"Above",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_ultiHit_gas_red",,"GroundTop",,,100,,,,,,,
+"gale_004_atk",,,"TRUE",,,,,"Gale_atk_sfx","ParticleEmitter",,,"gale_004_atk_shock",,"Above",,,100,,,,"gale_004_atk_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gale_004_atk_spark",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_004_atk_ring",,"GroundTop",,,100,,,,,,,
+"gale_004_atk_red",,,,,,,,"Gale_atk_sfx","ParticleEmitter",,,"gale_004_atk_shock_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_004_atk_spark_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_004_atk_ring_red",,"GroundTop",,,100,,,,,,,
+"gale_004_atk_trail",,,,,,,,,"ParticleEmitter",,,"gale_004_atk_trail_gas",,"GroundTop",,,100,,,,"gale_004_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gale_004_atk_trail_dust",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_004_atk_trail_glow",,"Above",,,100,,,,,,,
+"gale_004_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"gale_004_atk_trail_gas_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_004_atk_trail_dust_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_004_atk_trail_glow_red",,"Above",,,100,,,,,,,
+"gale_004_atkHit",,,,,,,,,"ParticleEmitter",,,"gale_004_atk_hit",,"Above",,,100,,,,"gale_004_atkHit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gale_004_atk_hit_ghost",,"Above",,,90,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_004_atk_hit_smoke",,"Above",,,90,,,,,,,
+"gale_004_atkHit_red",,,,,,,,,"ParticleEmitter",,,"gale_004_atk_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_004_atk_hit_ghost_red",,"Above",,,90,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_004_atk_hit_smoke_red",,"Above",,,90,,,,,,,
+"gale_004_atkEnv",,,,,,,,,"ParticleEmitter",,,"gale_004_atkEnv_gas",,"Above",,,45,,,,"gale_004_atkEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gale_004_atkEnv_frags",,"Above",,,85,,,,,,,
+"gale_004_atkEnv_red",,,,,,,,,"ParticleEmitter",,,"gale_004_atkEnv_gas_red",,"Above",,,45,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_004_atkEnv_frags_red",,"GroundTop",,,85,,,,,,,
+"gale_004_atkEnd",,,,,,,,,"ParticleEmitter",,,"gale_004_atkEnd_ghost",,"Above",,,100,,,,"gale_004_atkEnd_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"gale_004_atkEnd_red",,,,,,,,,"ParticleEmitter",,,"gale_004_atkEnd_ghost_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"gale_004_ulti",,,,,,,,,"ParticleEmitter",,,"gale_004_ulti_squeak",,"Above",,,100,,,,"gale_004_ulti_red",,,
+"gale_004_ulti_red",,,,,,,,,"ParticleEmitter",,,"gale_004_ulti_squeak_red",,"Above",,,100,,,,,,,
+"gale_004_ulti_trail",,,,,,,,"Gale_ulti_sfx","ParticleEmitter",,,"gale_004_ulti_trail_dust",,"Above",,,160,,,,"gale_004_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gale_004_ulti_trail_smoke",,"GroundTop",,,100,,,,,,,
+"gale_004_ulti_trail_red",,,,,,,,"Gale_ulti_sfx","ParticleEmitter",,,"gale_004_ulti_trail_dust_red",,"Above",,,160,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_004_ulti_trail_smoke_red",,"GroundTop",,,100,,,,,,,
+"gale_004_ulti_reached",,,,,,,,,"ParticleEmitter",,,"gale_003_ultiHit_gas",,"Object",,,100,,,,"gale_004_ulti_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gale_004_ulti_hit",,"Above",,,110,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_004_ultiEnd_dots",,"Above",,,100,,,,,,,
+"gale_004_ulti_reached_red",,,,,,,,,"ParticleEmitter",,,"gale_003_ultiHit_gas_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_004_ulti_hit_red",,"Above",,,110,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_004_ultiEnd_dots_red",,"Above",,,100,,,,,,,
+"gale_004_ultiHit",,,,,,,,,"ParticleEmitter",,,"gale_004_ultiHit_gas_red",,"Object",,,150,,,,"gale_004_ultiHit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gale_004_ulti_hit_red",,"Above",,,100,,,,,,,
+"gale_004_ultiHit_red",,,,,,,,,"ParticleEmitter",,,"gale_003_ultiHit_gas",,"Object",,,150,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_004_ulti_hit",,"Above",,,100,,,,,,,
+"gene_def_atk",,,,,200,,,"Gene_atk","SWF","sc/effects_brawler.sc","gene_def_atk_blue",,,"Above",,,100,,,,"gene_def_atk_red",,,400
+"gene_def_atk_red",,,,,200,,,"Gene_atk","SWF","sc/effects_brawler.sc","gene_def_atk_red",,,"Above",,,100,,,,,,,400
+"gene_def_ulti",,,,,200,,,"Gene_ulti","SWF","sc/effects_brawler.sc","gene_def_ulti_blue",,,"Above",,,125,,,,"gene_def_ulti_red",,,400
+"gene_def_ulti_red",,,,,200,,,"Gene_ulti","SWF","sc/effects_brawler.sc","gene_def_ulti_red",,,"Above",,,125,,,,,,,400
+"gene_def_atk1_reachaed",,,,,,,,"Gene_atk_split","ParticleEmitter",,,"gene_def_atk1End_blue",,"Above",,,,,,,"gene_def_atk1_reachaed_red",,,
+"gene_def_atk1_reachaed_red",,,,,,,,"Gene_atk_split","ParticleEmitter",,,"gene_def_atk1End_red",,"Above",,,,,,,,,,
+"gene_def_atk1Hit",,,,,,,,"Gene_atk_hit","ParticleEmitter",,,"gene_def_atk1Hit_blue",,"Above",,,,,,,"gene_def_atk1Hit_red",,,
+"gene_def_atk1Hit_red",,,,,,,,"Gene_atk_hit","ParticleEmitter",,,"gene_def_atk1Hit_red",,"Above",,,,,,,,,,
+"gene_def_atk2_reachaed",,,,,,,,,"ParticleEmitter",,,"gene_def_atk2End_blue",,"Above",,,,,,,"gene_def_atk2_reachaed_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gene_def_atk2End_cloud_blue",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,,,,,,,,
+"gene_def_atk2_reachaed_red",,,,,,,,,"ParticleEmitter",,,"gene_def_atk2End_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_def_atk2End_cloud_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,,,,,,,,
+"gene_def_atk2Hit",,,,,,,,,"ParticleEmitter",,,"gene_def_atk2Hit_blue",,"Above",,,,,,,"gene_def_atk2Hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gene_def_atk2End_cloud_blue",,"Above",,,,,,,,,,
+"gene_def_atk2Hit_red",,,,,,,,,"ParticleEmitter",,,"gene_def_atk2Hit_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_def_atk2End_cloud_red",,"Above",,,,,,,,,,
+"gene_def_atk2Env",,,,,,,,,"ParticleEmitter",,,"gene_def_atk2End_cloud_blue",,"Above",,,,,,,"gene_def_atk2Env_red",,,
+"gene_def_atk2Env_red",,,,,,,,,"ParticleEmitter",,,"gene_def_atk2End_cloud_red",,"Above",,,,,,,,,,
+"gene_def_atk_trail","true",,,,,,,,"ParticleEmitter",,,"gene_def_atk_trail_blue",,"GroundHigh",,,,,,,"gene_def_atk_trail_red",,,
+"gene_def_atk_trail_red","true",,,,,,,,"ParticleEmitter",,,"gene_def_atk_trail_red",,"GroundHigh",,,,,,,,,,
+"gene_def_ulti_hit",,,,,,,,"Gene_ulti_hit","SWF","sc/effects_brawler.sc","gene_def_ulti_hit",,,"Above",,,100,,,,"gene_def_ulti_hit_red",,,
+"gene_def_ulti_hit_red",,,,,,,,"Gene_ulti_hit","SWF","sc/effects_brawler.sc","gene_def_ulti_hit_red",,,"Above",,,100,,,,,,,
+"gene_def_ulti_reached",,,,,,,,"Gene_atk_hit_2","SWF","sc/effects_brawler.sc","gene_def_ulti_reached",,,"Above",,,100,,,,"gene_def_ulti_reached_red",,,
+"gene_def_ulti_reached_red",,,,,,,,"Gene_atk_hit_2","SWF","sc/effects_brawler.sc","gene_def_ulti_reached_red",,,"Above",,,100,,,,,,,
+"gene_def_ulti_trail","true",,,,,,,,"ParticleEmitter",,,"gene_def_ulti_trail_blue",,"GroundHigh",,,,,,,"gene_def_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gene_def_ulti_particles",,"Above",,,,,,,,,,
+"gene_def_ulti_trail_red","true",,,,,,,,"ParticleEmitter",,,"gene_def_ulti_trail_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_def_ulti_particles_red",,"Above",,,,,,,,,,
+"gene_002_ulti_trail",,"true","true",,,,,,"ParticleEmitter",,,"gene_002_ulti_trail_water_below",,"GroundHigh",,,100,,,,"gene_002_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gene_002_ulti_trail_water_above",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_002_ulti_trail_drophlet",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_002_ulti_trail_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain_trail",,"GroundHigh","true",,,,,,,,,
+"gene_002_ulti_trail_red",,"true","true",,,,,,"ParticleEmitter",,,"gene_002_ulti_trail_water_below_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_002_ulti_trail_water_above_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_002_ulti_trail_drophlet_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_002_ulti_trail_twinkles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain_trail",,"GroundHigh","true",,,,,,,,,
+"gene_002_ulti_reached",,,,,,,,,"SWF","sc/effects_brawler.sc","gene_002_ulti_reached",,,"GroundHigh",,,130,,,,"gene_002_ulti_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterSplat_small",,"GroundHigh",,,,,,,,,,
+"gene_002_ulti_reached_red",,,,,,,,,"SWF","sc/effects_brawler.sc","gene_002_ulti_reached_red",,,"GroundHigh",,,130,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterSplat_small_red",,"GroundHigh",,,,,,,,,,
+"gene_003_atk",,,,,,,,"Bgene_Atk","SWF","sc/effects_brawler.sc","gene_003_atk",,,"Above",,,100,,,,"gene_003_atk_red",,,400
+,,,,,,,,,"ParticleEmitter",,,"gene_003_atk_dust",,"Above",,,60,,,,,,,
+"gene_003_atk_red",,,,,,,,"Bgene_Atk","SWF","sc/effects_brawler.sc","gene_003_atk_red",,,"Above",,,100,,,,,,,400
+,,,,,,,,,"ParticleEmitter",,,"gene_003_atk_dust_red",,"Above",,,60,,,,,,,
+"gene_003_atk1_trail",,,,,,,,,"ParticleEmitter",,,"gene_003_atk1_dust",,"Above",,,100,,,,"gene_003_atk1_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_atk1_trail_dustDots",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_atk1_trail_twinkle",,"Above",,,,,,,,,,
+"gene_003_atk1_trail_red",,,,,,,,,"ParticleEmitter",,,"gene_003_atk1_dust_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_atk1_trail_dustDots_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_atk1_trail_twinkle_red",,"Above",,,,,,,,,,
+"gene_003_atk2_trail",,,,,,,,,"ParticleEmitter",,,"gene_003_atk2_dots",,"Above",,,100,,,,"gene_003_atk2_trail_red",,,
+"gene_003_atk2_trail_red",,,,,,,,,"ParticleEmitter",,,"gene_003_atk2_dots_red",,"Above",,,100,,,,,,,
+"gene_003_atk1_reached",,,,,,,,"Gene_atk_split","ParticleEmitter",,,"gene_003_atk1_end_dust",,"Above",,,100,,,,"gene_003_atk1_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gene_def_atk1End_blue",,"Above",,,100,,,,,,,
+"gene_003_atk1_reached_red",,,,,,,,"Gene_atk_split","ParticleEmitter",,,"gene_003_atk1_end_dust_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_def_atk1End_red",,"Above",,,100,,,,,,,
+"gene_003_atk2_reached",,,,,,,,,"ParticleEmitter",,,"gene_003_atk2_reached_dust",,"Above","true",,100,,,,"gene_003_atk2_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_atk2_reached_particles",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"gene_003_atk2_reached_red",,,,,,,,,"ParticleEmitter",,,"gene_003_atk2_reached_dust_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_atk2_reached_particles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"gene_003_atk1_hit",,,,,,,,"Gene_atk_hit","ParticleEmitter",,,"gene_def_atk1Hit_blue",,"Above",,,100,,,,"gene_003_atk1_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_atk1_end_dust",,"Above",,,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_atk1_hit_dustDots",,"Above",,,120,,,,,,,
+"gene_003_atk1_hit_red",,,,,,,,"Gene_atk_hit","ParticleEmitter",,,"gene_def_atk1Hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_atk1_end_dust_red",,"Above",,,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_atk1_hit_dustDots_red",,"Above",,,120,,,,,,,
+"gene_003_atk2_hit",,,,,,,,,"ParticleEmitter",,,"gene_003_atk2_reached_particles",,"Above",,,120,,,,"gene_003_atk2_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_atk2_reached_dust",,"Above",,,150,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_def_atk2Hit_blue",,"Above",,,100,,,,,,,
+"gene_003_atk2_hit_red",,,,,,,,,"ParticleEmitter",,,"gene_003_atk2_reached_particles_red",,"Above",,,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_atk2_reached_dust_red",,"Above",,,150,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_def_atk2Hit_red",,"Above",,,100,,,,,,,
+"gene_003_ulti",,,,,200,,,"Bgene_ulti","SWF","sc/effects_brawler.sc","gene_def_ulti_blue",,,"Above",,,125,,,,"gene_def_ulti_red",,,400
+"gene_003_ulti_trail",,"true",,,,,,,"SWF","sc/effects_brawler.sc","gene_003_ulti_base",,,"GroundHigh","true",,90,,,,"gene_003_ulti_trail_red",,,-300
+,,,,,,,,,"ParticleEmitter",,,"gene_003_ulti_trail_dust",,"Above",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_ulti_trail_dust_blue",,"Above",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_atk1_dust",,"GroundHigh",,,140,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_atk1_trail_dustDots",,"Above",,,180,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_continuing",,"GroundHigh",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_ulti_trail_smoke",,"GroundHigh",,,100,,,,,,,
+"gene_003_ulti_trail_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","gene_003_ulti_base_red",,,"GroundHigh","true",,90,,,,,,,-300
+,,,,,,,,,"ParticleEmitter",,,"gene_003_ulti_trail_dust_base_red",,"Above",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_ulti_trail_dust_red",,"Above",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_atk1_dust_red",,"GroundHigh",,,140,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_atk1_trail_dustDots_red",,"Above",,,180,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_continuing",,"GroundHigh",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_ulti_trail_smoke_red",,"GroundHigh",,,100,,,,,,,
+"gene_003_ulti_hit",,,,,,,,"Gene_ulti_hit","ParticleEmitter",,,"mortis_003_ulti_end_smoke",,"Above",,,100,,,,"gene_003_ulti_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_ulti_end_dustDots",,"Above",,,,,,,,,,
+"gene_003_ulti_hit_red",,,,,,,,"Gene_ulti_hit","ParticleEmitter",,,"mortis_003_ulti_end_smoke_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_ulti_end_dustDots_red",,"Above",,,,,,,,,,
+"gene_003_ulti_reached",,,,,,,,"Gene_atk_hit_2","ParticleEmitter",,,"mortis_003_ulti_end_smoke",,"Above",,,80,,,,"gene_003_ulti_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_ulti_end_dustDots",,"Above",,,100,,,,,,,
+"gene_003_ulti_reached_red",,,,,,,,"Gene_atk_hit_2","ParticleEmitter",,,"mortis_003_ulti_end_smoke_red",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_ulti_end_dustDots_red",,"Above",,,100,,,,,,,
+"gene_003_idle_hand_L","true","true",,"L_wrist_s",,,,,"SWF","sc/effects_brawler.sc","gene_003_idle_core",,,"Above",,,120,,,,"gene_003_idle_hand_L_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_idle_hand_fire_base",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_idle_hand_fire_spark",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_idle_hand_fire_core",,"Above",,,100,,,,,,,
+"gene_003_idle_hand_L_red","true","true",,"L_wrist_s",,,,,"SWF","sc/effects_brawler.sc","gene_003_idle_core_red",,,"Above",,,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_idle_hand_fire_base_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_idle_hand_fire_spark_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_idle_hand_fire_core_red",,"Above",,,100,,,,,,,
+"gene_003_idle_hand_R","true","true",,"R_wrist_s",,,,,"SWF","sc/effects_brawler.sc","gene_003_idle_core",,,"Above",,,120,,,,"gene_003_idle_hand_R_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_idle_hand_fire_base",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_idle_hand_fire_spark",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_idle_hand_fire_core",,"Above",,,100,,,,,,,
+"gene_003_idle_hand_R_red","true","true",,"R_wrist_s",,,,,"SWF","sc/effects_brawler.sc","gene_003_idle_core_red",,,"Above",,,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_idle_hand_fire_base_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_idle_hand_fire_spark_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_idle_hand_fire_core_red",,"Above",,,100,,,,,,,
+"gene_003_idle_head","true","true",,"hat_02_s",,,,,"SWF","sc/effects_brawler.sc","gene_003_idle_core_red",,,"Above",,,100,,,,,,,
+"gene_004_atk",,,,,,,,"Bgene_Atk","ParticleEmitter",,,"gene_004_atk_liquid_burst",,"Above",,,100,,,,"gene_004_atk_red",,,400
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk_fire",,"Above",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk_glow",,"Above",,,60,,,,,,,
+"gene_004_atk_red",,,,,,,,"Bgene_Atk","ParticleEmitter",,,"gene_004_atk_liquid_burst_red",,"Above",,,100,,,,,,,400
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk_fire_red",,"Above",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk_glow_red",,"Above",,,60,,,,,,,
+"gene_004_atk1_trail",,,,,,,,,"ParticleEmitter",,,"gene_004_atk_trail_gas",,"Above",,,100,,,,"gene_004_atk1_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk_trail_dustDots",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk_trail_leaf",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk_trail_flower",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk_trail_ground",,"GroundHigh","TRUE",,100,,,,,,,
+"gene_004_atk1_trail_red",,,,,,,,,"ParticleEmitter",,,"gene_004_atk_trail_gas_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk_trail_dustDots_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk_trail_leaf_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk_trail_flower_red",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk_trail_ground_red",,"GroundHigh","TRUE",,100,,,,,,,
+"gene_004_atk2_trail",,,,,,,,,"ParticleEmitter",,,"gene_004_atk2_trail_waterSplat",,"Object",,,100,,,,"gene_004_atk2_trail_red",,,
+"gene_004_atk2_trail_red",,,,,,,,,"ParticleEmitter",,,"gene_004_atk2_trail_waterSplat_red",,"Object",,,100,,,,,,,
+"gene_004_atk1_reached",,,,,,,,"Gene_atk_split","ParticleEmitter",,,"gene_004_atk1_end_dust",,"GroundTop","TRUE",,100,,,,"gene_004_atk1_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk1_hit_liquid",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk_reached_bubble",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk_exp_thread",,"Above",,,100,,,,,,,
+"gene_004_atk1_reached_red",,,,,,,,"Gene_atk_split","ParticleEmitter",,,"gene_004_atk1_end_dust_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk1_hit_liquid_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk_reached_bubble_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk_exp_thread_red",,"Above",,,100,,,,,,,
+"gene_004_atk2_reached",,,,,,,,,"ParticleEmitter",,,"gene_004_atk2_reached_ground",,"Above","TRUE",,75,,,,"gene_004_atk2_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk2_reached_bubble",,"Above",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk2_reached_liquid",,"Above",,,50,,,,,,,
+"gene_004_atk2_reached_red",,,,,,,,,"ParticleEmitter",,,"gene_004_atk2_reached_ground_red",,"Above","TRUE",,75,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk2_reached_bubble_red",,"Above",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk2_reached_liquid_red",,"Above",,,50,,,,,,,
+"gene_004_atk2_env",,,,,,,,,"ParticleEmitter",,,"gene_004_atk2_reached_fish",,"Above",,,100,,,,"gene_004_atk2_env_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk2_hit",,"Above",,,50,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"gene_004_atk2_env_red",,,,,,,,,"ParticleEmitter",,,"gene_004_atk2_reached_fish_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk2_hit_red",,"Above",,,50,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"gene_004_atk1_hit",,,,,,,,"Gene_atk_hit","ParticleEmitter",,,"gene_004_atk1_hit_liquid",,"Above",,,100,,,,"gene_004_atk1_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk1_end_dust",,"GroundTop","TRUE",,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk_exp_thread",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk_hit",,"Above",,,120,,,,,,,
+"gene_004_atk1_hit_red",,,,,,,,"Gene_atk_hit","ParticleEmitter",,,"gene_004_atk1_hit_liquid_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk1_end_dust_red",,"GroundTop","TRUE",,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk_exp_thread_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk_hit_red",,"Above",,,120,,,,,,,
+"gene_004_atk2_hit",,,,,,,,,"ParticleEmitter",,,"gene_004_atk2_hit",,"Above",,,75,,,,"gene_004_atk2_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"gene_004_atk2_hit_red",,,,,,,,,"ParticleEmitter",,,"gene_004_atk2_hit_red",,"Above",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"gene_004_ulti",,,,,,,,"Bgene_Atk","ParticleEmitter",,,"gene_004_atk_liquid_burst",,"Above",,,150,,,,"gene_004_ulti_red",,,400
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk_fire",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk_glow",,"Above",,,100,,,,,,,
+"gene_004_ulti_red",,,,,,,,"Bgene_Atk","ParticleEmitter",,,"gene_004_atk_liquid_burst_red",,"Above",,,150,,,,,,,400
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk_fire_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk_glow_red",,"Above",,,100,,,,,,,
+"gene_004_ulti_trail",,"TRUE",,,,,,,"SWF","sc/effects_brawler.sc","gene_004_ulti_base_1",,,"GroundTop","true",,140,,,,"gene_004_ulti_trail_red",,,-50
+,,,,,,,,,"ParticleEmitter",,,"gene_004_ulti_waterSplat_trail",,"Above",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_ulti_trail_dots",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk_trail_gas",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk_trail_dustDots",,"Above",,,180,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_continuing",,"GroundHigh",,,75,,,,,,,
+"gene_004_ulti_trail_2",,"TRUE",,,,,,,"SWF","sc/effects_brawler.sc","gene_004_ulti_base_2",,,"GroundTop","true",,140,,,,"gene_004_ulti_trail_2_red",,,-150
+,,,,,,,,,"ParticleEmitter",,,"gene_004_ulti_waterSplat_trail",,"Above",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_ulti_trail_dots",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk_trail_gas",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_ulti2_trail_dustDots",,"GroundTop",,,180,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_continuing",,"GroundHigh",,,75,,,,,,,
+"gene_004_ulti_trail_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","gene_004_ulti_base_1_red",,,"GroundTop","true",,140,,,,,,,-50
+,,,,,,,,,"ParticleEmitter",,,"gene_004_ulti_waterSplat_trail_red",,"Above",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_ulti_trail_dots_red",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk_trail_gas_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_ulti_trail_dustDots_red",,"Above",,,180,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_continuing",,"GroundHigh",,,75,,,,,,,
+"gene_004_ulti_trail_2_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","gene_004_ulti_base_2_red",,,"GroundTop","true",,140,,,,,,,-150
+,,,,,,,,,"ParticleEmitter",,,"gene_004_ulti_waterSplat_trail_red",,"Above",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_ulti_trail_dots_red",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_atk_trail_gas_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_ulti2_trail_dustDots_red",,"GroundTop",,,180,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_continuing",,"GroundHigh",,,75,,,,,,,
+"gene_004_ulti_hit",,,,,,,,"Gene_ulti_hit","ParticleEmitter",,,"gene_004_ulti_end_smoke",,"Above",,,100,,,,"gene_004_ulti_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_ulti_end_dustDots",,"Above",,,,,,,,,,
+"gene_004_ulti_hit_red",,,,,,,,"Gene_ulti_hit","ParticleEmitter",,,"gene_004_ulti_end_smoke_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_ulti_end_dustDots_red",,"Above",,,,,,,,,,
+"gene_004_ulti_reached",,,,,,,,"Gene_atk_hit_2","ParticleEmitter",,,"gene_004_atk1_hit_liquid",,"Object",,,80,,,,"gene_004_ulti_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_ulti_end_dustDots",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_ulti_end_liquid_1",,"GroundTop","TRUE",,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_ulti_end_liquid_2",,"GroundHigh","TRUE",,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_ulti_end_leaf",,"GroundTop","TRUE",,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_ulti_end_smoke",,"Object",,,50,,,,,,,
+"gene_004_ulti_reached_red",,,,,,,,"Gene_atk_hit_2","ParticleEmitter",,,"gene_004_atk1_hit_liquid_red",,"Object",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_ulti_end_dustDots_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_ulti_end_liquid_1_red",,"GroundTop","TRUE",,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_ulti_end_liquid_2_red",,"GroundHigh","TRUE",,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_ulti_end_leaf_red",,"GroundTop","TRUE",,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_ulti_end_smoke_red",,"Object",,,50,,,,,,,
+"gene_004_win",,,,,,,,,"ParticleEmitter",,,"gene_004_win_ripple_circular_1",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_win_ripple_circular_2",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_win_bubble_up",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_win_bot_bubble_L",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_win_bot_bubble_R",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_win_splash_1",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_win_splash_2",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_win_water_line",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_win_water_line_2",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"Effect",,,,"gene_004_win_fish","Above",,,,,,,,,,
+"gene_004_win_fish",,"TRUE",,"L_gunbone_01_s",,,,,"ParticleEmitter",,,"gene_004_win_fish_bubble",,"Object",,,50,,,,,,,
+,,"TRUE",,"L_gunbone_01_s",,,,,"ParticleEmitter",,,"gene_004_win_fish_circular",,"Object","TRUE",,50,,,,,,,
+"gene_004_lose",,,,,,,,,"ParticleEmitter",,,"gene_004_lose_ripple_circular_1",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_lose_ripple_circular_2",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_lose_ripple_circular_3",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_lose_bubble_up",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_lose_bot_bubble_L",,"Above",,,150,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_lose_bot_bubble_R",,"Above",,,150,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_lose_splash_1",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_004_lose_splash_2",,"Above",,,100,,,,,,,
+,,,,,,,,,"Effect",,,,"gene_004_lose_fish","Above",,,,,,,,,,
+"gene_004_lose_fish",,"TRUE",,"L_gunbone_01_s",,,,,"ParticleEmitter",,,"gene_004_lose_hit",,"Above",,,100,,,,,,,
+,,"TRUE",,,,,,,"ParticleEmitter",,,"gene_004_lose_hit_bubble",,"Above",,,55,,,,,,,
+"griff_def_atk",,,,,100,30,,"Griff_Atk","ParticleEmitter",,,"griff_def_atk_coins",,"GroundTop",,,100,,,,,,,400
+,,,,,,,,,"SWF","sc/effects_brawler.sc","gunSmoke_S",,,"Object",,,100,,,,,,,
+"griff_def_atk_trail",,,,,,,,,"ParticleEmitter",,,"griff_def_atk_trail_twinkles",,"Above",,,100,,,,,,,
+"griff_def_atk_reached",,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_multi",,"Above",,,100,,,,"griff_def_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"griff_def_atk_reached_coin",,"Object",,,100,,,,,,,
+"griff_def_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_multi",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"griff_def_atk_reached_coin_red",,"Object",,,100,,,,,,,
+"griff_def_ulti",,,,,,,,"Griff_Ulti","ParticleEmitter",,,"griff_def_ulti_notes",,"Object",,,100,,,,"griff_def_ulti_red",,,400
+,,,,,,,,,"SWF","sc/effects_brawler.sc","griff_def_atk",,,"Object",,,200,,,,,,,
+"griff_def_ulti_red",,,,,,,,"Griff_Ulti","ParticleEmitter",,,"griff_def_ulti_notes",,"Object",,,100,,,,,,,400
+,,,,,,,,,"SWF","sc/effects_brawler.sc","griff_def_atk_red",,,"Object",,,200,,,,,,,
+"griff_def_ulti_trail",,,,,,,,,"ParticleEmitter",,,"carl_def_atk_whirl",,"GroundHigh","true",,50,,,,"griff_def_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"griff_def_ulti_trail_twinkles",,"Above",,,100,,,,,,,
+"griff_def_ulti_trail_red",,,,,,,,,"ParticleEmitter",,,"carl_def_atk_whirl_red",,"GroundHigh","true",,50,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"griff_def_ulti_trail_twinkles_red",,"Above",,,100,,,,,,,
+"griff_def_ulti_trail_return",,,,,,,,,"ParticleEmitter",,,"carl_def_atk_whirl",,"GroundHigh","true",,50,,,,"griff_def_ulti_trail_return_red",,,
+,,,,,,,,,"ParticleEmitter",,,"griff_def_ulti_trail_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"griff_def_ulti_trail_whirl",,"Above","true",,100,,,,,,,
+"griff_def_ulti_trail_return_red",,,,,,,,,"ParticleEmitter",,,"carl_def_atk_whirl_red",,"GroundHigh","true",,50,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"griff_def_ulti_trail_twinkles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"griff_def_ulti_trail_whirl_red",,"Above","true",,100,,,,,,,
+"griff_def_lobby_sad_tears",,,,,,,,,"ParticleEmitter",,,"griff_def_lobby_sad_tears_L",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"griff_def_lobby_sad_tears_R",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"griff_def_lobby_sad_twinkles_L",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"griff_def_lobby_sad_twinkles_R",,"Above",,,100,,,,,,,
+"jessie_002_atk_trail",,,,,,,,,"ParticleEmitter",,,"jessie_002_atk_trail",,"GroundHigh",,,100,,,,"jessie_002_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterSplat_trail",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain_trail",,"GroundHigh","true",,,,,,,,,
+"jessie_002_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"jessie_002_atk_trail_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterSplat_trail_red",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain_trail",,"GroundHigh","true",,,,,,,,,
+"jessie_002_atk_end",,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_002_atk_end",,,"Above",,,100,,,,"jessie_002_atk_end_red",,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain",,"GroundHigh","true",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain_circles",,"GroundHigh","true",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterSplat",,"Above",,,,,,,,,,
+"jessie_002_atk_end_red",,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_002_atk_end_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain",,"GroundHigh","true",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain_circles",,"GroundHigh","true",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterSplat_red",,"Above",,,,,,,,,,
+"jessie_002_atk_hit",,,,,,,,"Water_jess_hit","SWF","sc/effects_brawler.sc","jessie_002_atk_hit",,,"Above",,,140,,,,"jessie_002_atk_hit_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_002_atk_hit_ground",,,"GroundHigh","true",,115,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterSplat_big",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain_circles",,"GroundLow","true",,100,,,,,,,
+"jessie_002_atk_hit_red",,,,,,,,"Water_jess_hit","SWF","sc/effects_brawler.sc","jessie_002_atk_hit_red",,,"Above",,,140,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_002_atk_hit_ground_red",,,"GroundHigh","true",,115,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterSplat_big_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain_circles",,"GroundLow","true",,100,,,,,,,
+"jessie_002_atk_hitEnv",,,,,,,,"Water_jess_hit","SWF","sc/effects_brawler.sc","jessie_002_atk_hitEnv",,,"Above",,,100,,,,"jessie_002_atk_hitEnv_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_002_atk_hit_ground",,,"GroundHigh","true",,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterSplat_big",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain_circles",,"GroundLow","true",,100,,,,,,,
+"jessie_002_atk_hitEnv_red",,,,,,,,"Water_jess_hit","SWF","sc/effects_brawler.sc","jessie_002_atk_hitEnv_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_002_atk_hit_ground_red",,,"GroundHigh","true",,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterSplat_big_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain_circles",,"GroundLow","true",,100,,,,,,,
+"jessie_002_turret_trail",,,,,,,,,"ParticleEmitter",,,"jessie_002_turret_trail",,"GroundHigh",,,100,,,,"jessie_002_turret_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain_trail",,"GroundHigh","true",,,,,,,,,
+"jessie_002_turret_trail_red",,,,,,,,,"ParticleEmitter",,,"jessie_002_turret_trail_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain_trail",,"GroundHigh","true",,,,,,,,,
+"jessie_002_turret_atk",,,,,100,,,"Water_jess_turret_atk","SWF","sc/effects_brawler.sc","jessie_002_turret_attack",,,"Above",,,100,,,,"jessie_002_turret_atk_red",,,250
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterSplat_small",,"GroundHigh","false",,,,,,,,,
+"jessie_002_turret_atk_red",,,,,,,,"Water_jess_turret_atk","SWF","sc/effects_brawler.sc","jessie_002_turret_attack_red",,,"Above",,,100,,,,,,,250
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterSplat_small_red",,"GroundHigh","false",,,,,,,,,
+"jessie_002_turret_hit",,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_002_turret_hit",,,"Above",,,75,,,,"jessie_002_turret_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterSplat_small",,"Above",,,100,,,,,,,
+"jessie_002_turret_hit_red",,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_002_turret_hit_red",,,"Above",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterSplat_small_red",,"Above",,,100,,,,,,,
+"jessie_002_turret_hitEnv",,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_002_atk_hitEnv",,,"Above",,,40,,,,"jessie_002_turret_hitEnv_red",,,
+"jessie_002_turret_hitEnv_red",,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_002_atk_hitEnv_red",,,"Above",,,40,,,,,,,
+"jessie_003_atk",,,,,200,,,"Wiz_barley_fireball","SWF","sc/effects.sc","electricity_attack",,,"Above",,,100,,,,"jessie_003_atk_red",,,
+"jessie_003_atk_red",,,,,,,,"Wiz_barley_fireball","SWF","sc/effects.sc","electricity_attack_red",,,"Above",,,30,,,,,,,
+"jessie_003_atk_trail","true","true",,,,,,,"ParticleEmitter",,,"gen_flame_01",,"GroundHigh",,,,,,,"jessie_003_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gen_flame_02",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_flame_dark_01",,"GroundLow",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_flame_dark_02",,"GroundLow",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_ulti_trail",,"Above",,,,,,,,,,
+"jessie_003_atk_trail_red","true","true",,,,,,,"ParticleEmitter",,,"gen_flame_01_red",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_flame_02_red",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_flame_dark_01_red",,"GroundLow",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_flame_dark_02_red",,"GroundLow",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_ulti_trail_red",,"Above",,,,,,,,,,
+"jessie_003_atk_end",,,,,,,,"Wiz_barley_fireball_hit","SWF","sc/effects_brawler.sc","jessie_003_atk_end",,,"Above",,,100,,,,"jessie_003_atk_end_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_003_atk_endGround",,,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_death_smoke",,"GroundHigh",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_end_spark",,"Above","true",,,,,,,,,
+"jessie_003_atk_end_red",,,,,,,,"Wiz_barley_fireball_hit","SWF","sc/effects_brawler.sc","jessie_003_atk_end_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_003_atk_endGround_red",,,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_death_smoke_red",,"GroundHigh",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_end_spark_red",,"Above","true",,,,,,,,,
+"jessie_003_atk_hit",,,,,,,,"Wiz_barley_fireball_hit","SWF","sc/effects_brawler.sc","jessie_003_atk_hit_ground",,,"GroundHigh","true",,100,,,,"jessie_003_atk_hit_red",,,50
+,,,,,,,,,"ParticleEmitter",,,"gen_death_smoke",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit_spark",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit_cloud",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit",,"Above",,,100,,,,,,,
+"jessie_003_atk_hit_red",,,,,,,,"Wiz_barley_fireball_hit","SWF","sc/effects_brawler.sc","jessie_003_atk_hit_ground",,,"GroundHigh","true",,100,,,,,,,50
+,,,,,,,,,"ParticleEmitter",,,"gen_death_smoke_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit_spark_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit_cloud_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit_red",,"Above",,,100,,,,,,,
+"jessie_003_turret_atk",,,,,,,,"LaserShot01","SWF","sc/effects_brawler.sc","jessie_003_turret_atk",,,"Above",,,100,,,,"jessie_003_turret_atk_red",,,350
+"jessie_003_turret_atk_red",,,,,,,,"LaserShot01","SWF","sc/effects_brawler.sc","jessie_003_turret_atk_red",,,"Above",,,100,,,,,,,350
+"jessie_003_turret_trail","true","true",,,,,,,"ParticleEmitter",,,"gen_flame_short_01",,"GroundHigh",,,100,,,,"jessie_003_turret_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gen_flame_short_02",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_ulti_trail",,"Above",,,80,,,,,,,
+"jessie_003_turret_trail_red","true","true",,,,,,,"ParticleEmitter",,,"gen_flame_short_01_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_flame_short_02_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_ulti_trail_red",,"Above",,,80,,,,,,,
+"jessie_003_turret_hit",,,,,,,,"Jess_hit","ParticleEmitter",,,"jessie_003_atk_hit_spark",,"Above","true",,75,,,,"jessie_003_turret_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit_cloud",,"Above",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit",,"Above",,,80,,,,,,,
+"jessie_003_turret_hit_red",,,,,,,,"Jess_hit","ParticleEmitter",,,"jessie_003_atk_hit_spark_red",,"Above","true",,75,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit_cloud_red",,"Above",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit_red",,"Above",,,80,,,,,,,
+"jessie_003_turret_hitEnv",,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit_cloud",,"Above",,,40,,,,"jessie_003_turret_hitEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit",,"Above",,,35,,,,,,,
+"jessie_003_turret_hitEnv_red",,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit_cloud_red",,"Above",,,40,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit_red",,"Above",,,35,,,,,,,
+"jessie_003_turret_reached",,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit_cloud",,"Above",,,40,,,,"jessie_003_turret_reached_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_003_atk_hit_ground",,,"GroundHigh","true",,30,,,,,,,
+"jessie_003_turret_reached_red",,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit_cloud_red",,"Above",,,40,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_003_atk_hit_ground",,,"GroundHigh","true",,30,,,,,,,
+"jessie_003_turret_SP_end",,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_003_atk_endGround",,,"GroundLow","true",,80,,,,"jessie_003_turret_SP_end_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gen_death_smoke",,"GroundHigh",,,50,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit_spark",,"Above","true",,50,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_003_turret_SP_end",,,"Above",,,80,,,,,,,
+"jessie_003_turret_SP_end_red",,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_003_atk_endGround_red",,,"GroundLow","true",,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_death_smoke_red",,"GroundHigh",,,50,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_end_spark_red",,"Above","true",,50,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_003_turret_SP_end_red",,,"Above",,,80,,,,,,,
+"jessie_004_atk_trail","true","true",,,,,,,"ParticleEmitter",,,"gen_flame_01_purple",,"GroundHigh",,,,,,,"jessie_004_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gen_flame_02_purple",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_flame_dark_01_purple",,"GroundLow",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_flame_dark_02_purple",,"GroundLow",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_004_atk_spark",,"Above",,,,,,,,,,
+"jessie_004_atk_trail_red","true","true",,,,,,,"ParticleEmitter",,,"gen_flame_01_redDark",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_flame_02_redDark",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_flame_dark_01_redDark",,"GroundLow",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_flame_dark_02_redDark",,"GroundLow",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_004_atk_spark_red",,"Above",,,,,,,,,,
+"jessie_004_atk_end",,,,,,,,"Wiz_barley_fireball_hit","SWF","sc/effects_brawler.sc","jessie_004_atk_end",,,"Above",,,100,,,,"jessie_004_atk_end_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_004_atk_endGround",,,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_004_atk_cloud",,"GroundHigh",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_004_atk_end_spark",,"Above","true",,,,,,,,,
+"jessie_004_atk_end_red",,,,,,,,"Wiz_barley_fireball_hit","SWF","sc/effects_brawler.sc","jessie_004_atk_end_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_004_atk_endGround_red",,,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_004_atk_cloud_red",,"GroundHigh",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_004_atk_end_spark_red",,"Above","true",,,,,,,,,
+"jessie_004_atk_hit",,,,,,,,"Wiz_barley_fireball_hit","SWF","sc/effects_brawler.sc","jessie_003_atk_hit_ground",,,"GroundHigh","true",,100,,,,"jessie_004_atk_hit_red",,,50
+,,,,,,,,,"ParticleEmitter",,,"jessie_004_atk_cloud",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_004_atk_hit_spark",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_004_atk_hit_cloud",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_004_atk_hit",,"Above",,,100,,,,,,,
+"jessie_004_atk_hit_red",,,,,,,,"Wiz_barley_fireball_hit","SWF","sc/effects_brawler.sc","jessie_003_atk_hit_ground",,,"GroundHigh","true",,100,,,,,,,50
+,,,,,,,,,"ParticleEmitter",,,"jessie_004_atk_cloud_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_004_atk_hit_spark_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_004_atk_hit_cloud_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_004_atk_hit",,"Above",,,100,,,,,,,
+"jessie_004_turret_atk",,,,,,,,"LaserShot01","SWF","sc/effects_brawler.sc","jessie_004_turret_atk",,,"Above",,,100,,,,"jessie_004_turret_atk_red",,,350
+"jessie_004_turret_atk_red",,,,,,,,"LaserShot01","SWF","sc/effects_brawler.sc","jessie_004_turret_atk_red",,,"Above",,,100,,,,,,,350
+"jessie_004_turret_trail","true","true",,,,,,,"ParticleEmitter",,,"gen_flame_short_purple_01",,"GroundHigh",,,100,,,,"jessie_004_turret_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gen_flame_short_purple_02",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_004_atk_spark",,"Above",,,80,,,,,,,
+"jessie_004_turret_trail_red","true","true",,,,,,,"ParticleEmitter",,,"gen_flame_short_redDark_01",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_flame_short_redDark_02",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_004_atk_spark_red",,"Above",,,80,,,,,,,
+"jessie_004_turret_hit",,,,,,,,"Jess_hit","ParticleEmitter",,,"jessie_004_atk_hit_spark",,"Above","true",,75,,,,"jessie_004_turret_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_004_atk_hit_cloud",,"Above",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_004_atk_hit",,"Above",,,80,,,,,,,
+"jessie_004_turret_hit_red",,,,,,,,"Jess_hit","ParticleEmitter",,,"jessie_004_atk_hit_spark_red",,"Above","true",,75,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_004_atk_hit_cloud_red",,"Above",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_004_atk_hit_red",,"Above",,,80,,,,,,,
+"jessie_004_turret_hitEnv",,,,,,,,,"ParticleEmitter",,,"jessie_004_atk_hit_cloud",,"Above",,,40,,,,"jessie_004_turret_hitEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_004_atk_hit",,"Above",,,35,,,,,,,
+"jessie_004_turret_hitEnv_red",,,,,,,,,"ParticleEmitter",,,"jessie_004_atk_hit_cloud_red",,"Above",,,40,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_004_atk_hit_red",,"Above",,,35,,,,,,,
+"jessie_004_turret_reached",,,,,,,,,"ParticleEmitter",,,"jessie_004_atk_hit_cloud",,"Above",,,40,,,,"jessie_004_turret_reached_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_003_atk_hit_ground",,,"GroundHigh","true",,30,,,,,,,
+"jessie_004_turret_reached_red",,,,,,,,,"ParticleEmitter",,,"jessie_004_atk_hit_cloud_red",,"Above",,,40,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_003_atk_hit_ground",,,"GroundHigh","true",,30,,,,,,,
+"jessie_004_turret_SP_end",,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_004_atk_endGround",,,"GroundLow","true",,80,,,,"jessie_004_turret_SP_end_red",,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_004_atk_cloud",,"GroundHigh",,,50,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_004_atk_hit_spark",,"Above","true",,50,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_004_turret_SP_end",,,"Above",,,80,,,,,,,
+"jessie_004_turret_SP_end_red",,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_004_atk_endGround_red",,,"GroundLow","true",,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_004_atk_cloud_red",,"GroundHigh",,,50,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_004_atk_hit_spark_red",,"Above","true",,50,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_004_turret_SP_end_red",,,"Above",,,80,,,,,,,
+"jessie_005_atk",,,,,200,,,"Tanuki_Jess_Fire","SWF","sc/effects_brawler.sc","jessie_005_atk",,,"Above",,,100,,,,"jessie_005_atk_red",,,400
+,,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_leaves",,"Above",,,100,,,,,,,
+"jessie_005_atk_red",,,,,,,,"Tanuki_Jess_Fire","SWF","sc/effects_brawler.sc","jessie_005_atk_red",,,"Above",,,100,,,,,,,400
+,,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_leaves_red",,"Above",,,100,,,,,,,
+"jessie_005_atk_hit",,,,,,,,,"ParticleEmitter",,,"cloudExplode_small",,"Above",,,150,,,,"jessie_005_atk_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_frags",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_hit",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_hit_geo",,"Above",,,100,,,,,,,
+"jessie_005_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"cloudExplode_small_red2",,"Above",,,150,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_frags_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_hit_geo_red",,"Above",,,100,,,,,,,
+"jessie_005_atk_end",,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_acornInner",,"Above",,,100,,,,"jessie_005_atk_end_red",,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_end_frags",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,125,,,,,,,
+"jessie_005_atk_end_red",,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_acornInner_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_end_frags_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,125,,,,,,,
+"jessie_005_ulti_trail",,,,,,,,,"ParticleEmitter",,,"jessie_005_ulti_trail_twinkles",,"Above",,,100,,,,"jessie_005_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_atk1_leaf",,"Above",,,100,,,,,,,
+"jessie_005_ulti_trail_red",,,,,,,,,"ParticleEmitter",,,"carl_005_atk_trail_twinkles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_atk1_leaf_red",,"Above",,,100,,,,,,,
+"jessie_005_ulti_spawn",,"true",,,,,,"Roboturret","ParticleEmitter",,,"jessie_def_spawnCloud_blue",,"Above",,,100,,,,"SpawnTurret_enemy",,,
+,,"true",,,,,,,"ParticleEmitter",,,"jessie_def_spawnCloudGround_blue",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"twinkle_vertical",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_spawn_blue",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_atk1_leafGround",,"Above",,,120,,,,,,,
+"jessie_005_turret_atk",,,,,,,,"Tanuki_Turret_Fire","SWF","sc/effects_brawler.sc","jessie_005_turret_atk",,,"Above",,,50,,,,"jessie_005_turret_atk_red",,,300
+,,,,,,,,,"ParticleEmitter",,,"jessie_005_turret_atk_leaves",,"Above",,,100,,,,,,,
+"jessie_005_turret_atk_red",,,,,,,,"Tanuki_Turret_Fire","SWF","sc/effects_brawler.sc","jessie_005_turret_atk_red",,,"Above",,,50,,,,,,,300
+,,,,,,,,,"ParticleEmitter",,,"jessie_005_turret_atk_leaves_red",,"Above",,,100,,,,,,,
+"jessie_005_turret_hit",,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_turret_acorns",,"Above",,,100,,,,"jessie_005_turret_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_hit",,"Above",,,60,,,,,,,
+"jessie_005_turret_hit_red",,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_turret_acorns",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_hit_red",,"Above",,,60,,,,,,,
+"jessie_005_turret_hit_end",,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_turret_acorns",,"Above",,,80,,,,"jessie_005_turret_hit_end_red",,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_small",,"Above",,,60,,,,,,,
+"jessie_005_turret_hit_end_red",,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_turret_acorns",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_small_red2",,"Above",,,60,,,,,,,
+"jessie_005_turretSP_hit",,,,,,,,,"ParticleEmitter",,,"cloudExplode_small",,"Above",,,110,,,,"jessie_005_turretSP_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_frags",,"GroundHigh",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_hit",,"Above",,,85,,,,,,,
+"jessie_005_turretSP_hit_red",,,,,,,,,"ParticleEmitter",,,"cloudExplode_small_red2",,"Above",,,110,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_frags_red",,"GroundHigh",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_hit_red",,"Above",,,85,,,,,,,
+"jessie_005_turretSP_end",,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_acornInner",,"Above",,,60,,,,"jessie_005_turretSP_end_red",,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_end_frags",,"GroundHigh",,,50,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"GroundHigh",,,80,,,,,,,
+"jessie_005_turretSP_end_red",,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_acornInner_red",,"Above",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_end_frags_red",,"GroundHigh",,,50,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"GroundHigh",,,80,,,,,,,
+"jessie_006_atk",,,,,200,,,"Tanuki_Jess_Fire","SWF","sc/effects_brawler.sc","jessie_006_atk",,,"Above",,,70,,,,"jessie_006_atk_red",,,400
+"jessie_006_atk_red",,,,,,,,"Tanuki_Jess_Fire","SWF","sc/effects_brawler.sc","jessie_006_atk_red",,,"Above",,,70,,,,,,,400
+"jessie_006_atk_hit",,,,,,,,"Jess_hit","SWF","sc/effects_brawler.sc","jessie_006_atk_hit",,,"Above",,,100,,,,"jessie_006_atk_hit_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_003_atk_endGround",,,"GroundHigh",,,100,,,,,,,
+"jessie_006_atk_hit_red",,,,,,,,"Jess_hit","SWF","sc/effects_brawler.sc","jessie_006_atk_hit_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_003_atk_endGround_red",,,"GroundHigh",,,100,,,,,,,
+"jessie_006_atk_end",,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_006_atk_end",,,"GroundHigh",,,60,,,,"jessie_006_atk_end_red",,,-200
+,,,,,,,,,"ParticleEmitter",,,"jessie_006_atk_end_gas",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_006_atk_end_elec",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_006_atk_end_core",,"Above",,,100,,,,,,,
+"jessie_006_atk_end_red",,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_006_atk_end_red",,,"GroundHigh",,,60,,,,"jessie_006_atk_end_red",,,-200
+,,,,,,,,,"ParticleEmitter",,,"jessie_006_atk_end_gas_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_006_atk_end_elec_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_006_atk_end_core_red",,"Above",,,100,,,,,,,
+"jessie_006_atk_hitEnv",,,,,,,,"Jess_hit","SWF","sc/effects_brawler.sc","jessie_006_atk_hitEnv",,,"Above",,,100,,,,"jessie_006_atk_hitEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_006_atkEnv_gas",,"Above",,,100,,,,,,,
+"jessie_006_atk_hitEnv_red",,,,,,,,"Jess_hit","SWF","sc/effects_brawler.sc","jessie_006_atk_hitEnv_red",,,"Above",,,100,,,,"jessie_006_atk_hitEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_006_atkEnv_gas_red",,"Above",,,100,,,,,,,
+"jessie_006_atk_trail",,,,,,,,,"ParticleEmitter",,,"jessie_006_atk_ring_trail_01",,"GroundHigh",,,100,,,,"jessie_006_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_006_atk_elec_trail_01",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_006_atk_elec",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_elecBall_spark",,"GroundHigh",,,100,,,,,,,
+"jessie_006_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"jessie_006_atk_elec_trail_01_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_006_atk_ring_trail_01_red",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_006_atk_elec_red",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_elecBall_spark_red",,"GroundHigh",,,,,,,,,,
+"jessie_006_turret_atk",,,,,100,,,"Tanuki_Jess_Fire","SWF","sc/effects_brawler.sc","jessie_006_atk",,,"Above",,,60,,,,"jessie_006_turret_atk_red",,,400
+"jessie_006_turret_atk_red",,,,,,,,"Tanuki_Jess_Fire","SWF","sc/effects_brawler.sc","jessie_006_atk_red",,,"Above",,,60,,,,,,,400
+"jessie_006_turret_hit",,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_006_turret_hit",,,"Above",,,75,,,,"jessie_006_turret_hit_red",,,
+"jessie_006_turret_hit_red",,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_006_turret_hit_red",,,"Above",,,75,,,,,,,
+"leon_def_atk_trail",,,,,,,,,"ParticleEmitter",,,"leon_def_atk_trail",,"Above","true",,100,,,,,,,
+"leon_def_atk_reachaed",,,,,,,,,"ParticleEmitter",,,"gene_def_atk2End_cloud_blue",,"Above",,,100,,,,"leon_def_atk_reachaed_red",,,
+"leon_def_atk_reachaed_red",,,,,,,,,"ParticleEmitter",,,"gene_def_atk2End_cloud_red",,"Above",,,100,,,,,,,
+"leon_002_atk",,"true",,"true",,,,"Leon_atk","ParticleEmitter",,,"leon_002_atk",,"Above","true",,100,,,,"leon_002_atk_red",,,400
+"leon_002_atk_red",,"true",,"true",,,,"Leon_atk","ParticleEmitter",,,"leon_002_atk_red",,"Above","true",,100,,,,,,,400
+"leon_002_atk_trail",,,,,,,,,"ParticleEmitter",,,"leon_002_atk_trail",,"Above",,,100,,,,"leon_002_atk_trail_red",,,
+"leon_002_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"leon_002_atk_trail_red",,"Above",,,100,,,,,,,
+"leon_002_atk_reachaed",,,,,,,,,"ParticleEmitter",,,"gene_def_atk2End_cloud_blue",,"GroundHigh",,,100,,,,"leon_002_atk_reachaed_red",,,
+,,,,,,,,,"ParticleEmitter",,,"leon_002_atk_reached",,"Above",,,100,,,,,,,
+"leon_002_atk_reachaed_red",,,,,,,,,"ParticleEmitter",,,"gene_def_atk2End_cloud_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_002_atk_reached_red",,"Above",,,100,,,,,,,
+"leon_002_atk_hitEnv",,,,,,,,,"ParticleEmitter",,,"leon_002_atk_reached",,"Above",,,100,,,,"leon_002_atk_hitEnv_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","leon_002_atk_hit",,,"Above",,,75,,,,,,,
+"leon_002_atk_hitEnv_red",,,,,,,,,"ParticleEmitter",,,"leon_002_atk_reached_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","leon_002_atk_hit_red",,,"Above",,,75,,,,,,,
+"leon_002_atk_hit",,,,,,,,,"ParticleEmitter",,,"leon_002_atk_reached",,"Above",,,120,,,,"leon_002_atk_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit_cloud",,"Above",,,50,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","leon_002_atk_hit",,,"Above",,,160,,,,,,,
+"leon_002_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"leon_002_atk_reached_red",,"Above",,,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit_cloud_red",,"Above",,,50,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","leon_002_atk_hit_red",,,"Above",,,160,,,,,,,
+"leon_003_atk",,"true",,,,,,,"SWF","sc/effects_brawler.sc","leon_003_atk",,,"Above",,,100,,,,,,,
+"leon_003_atk_reachaed",,,,,,,,,"ParticleEmitter",,,"leon_003_atk_reached_egg",,"GroundLow",,,100,,,,"leon_003_atk_reachaed_red",,,
+,,,,,,,,,"ParticleEmitter",,,"leon_003_atk_egg_pieces",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_003_atk_hitSplat",,"Above",,,100,,,,,,,
+"leon_003_atk_reachaed_red",,,,,,,,,"ParticleEmitter",,,"leon_003_atk_reached_egg",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_003_atk_egg_pieces_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_003_atk_hitSplat",,"Above",,,100,,,,,,,
+"leon_003_atk_hit",,"true",,,,,,,"ParticleEmitter",,,"leon_003_atk_hit_egg",,"Above",,,100,,,,"leon_003_atk_hit_red",,,200
+,,,,,,,,,"ParticleEmitter",,,"leon_003_atk_hit_eggYellow",,"Above",,,100,,,,,,,220
+,,,,,,,,,"ParticleEmitter",,,"leon_003_atk_egg_pieces",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_003_atk_hitSplat",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_003_atk_hit",,"Above",,,100,,,,,,,
+"leon_003_atk_hit_red",,"true",,,,,,,"ParticleEmitter",,,"leon_003_atk_hit_egg",,"Above",,,100,,,,,,,200
+,,,,,,,,,"ParticleEmitter",,,"leon_003_atk_hit_eggYellow",,"Above",,,100,,,,,,,220
+,,,,,,,,,"ParticleEmitter",,,"leon_003_atk_egg_pieces_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_003_atk_hitSplat",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_003_atk_hit_red",,"Above",,,100,,,,,,,
+"leon_003_atk_hitEnv",,"true",,,,,,,"ParticleEmitter",,,"leon_003_atk_hit_egg",,"Above",,,85,,,,"leon_003_atk_hitEnv_red",,,200
+,,,,,,,,,"ParticleEmitter",,,"leon_003_atk_hit_eggYellow",,"Above",,,85,,,,,,,220
+,,,,,,,,,"ParticleEmitter",,,"leon_003_atk_egg_pieces",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","leon_002_atk_hit",,,"Above",,,60,,,,,,,
+"leon_003_atk_hitEnv_red",,"true",,,,,,,"ParticleEmitter",,,"leon_003_atk_hit_egg",,"Above",,,85,,,,,,,200
+,,,,,,,,,"ParticleEmitter",,,"leon_003_atk_hit_eggYellow",,"Above",,,85,,,,,,,220
+,,,,,,,,,"ParticleEmitter",,,"leon_003_atk_egg_pieces_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","leon_002_atk_hit_red",,,"Above",,,60,,,,,,,
+"leon_003_atk_trail",,,,,,,,,"ParticleEmitter",,,"leon_003_atk_trail_confetti",,"Above",,,100,,,,"leon_003_atk_trail_red",,,
+"leon_003_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"leon_003_atk_trail_confetti_red",,"Above",,,100,,,,,,,
+"leon_003_ulti",,,,,,,,"Leon_ulti","ParticleEmitter",,,"leon_003_ulti_ball",,"GroundHigh",,,60,,,,"leon_003_ulti_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","cloud_line_1",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_003_ulti_cloud",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_003_ulti_confetti",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_003_ulti_star",,"Above",,,100,,,,,,,
+"leon_003_ulti_red",,,,,,,,"Leon_ulti","ParticleEmitter",,,"leon_003_ulti_ball",,"GroundHigh",,,60,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","cloud_line_1",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_003_ulti_cloud",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_003_ulti_confetti_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_003_ulti_star",,"Above",,,100,,,,,,,
+"leon_004_atk_trail",,,,,,,,,"ParticleEmitter",,,"jessie_002_turret_trail",,"GroundHigh",,,100,,,,"leon_004_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain_trail",,"GroundHigh","true",,100,,,,,,,
+"leon_004_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"jessie_002_turret_trail_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain_trail",,"GroundHigh","true",,100,,,,,,,
+"leon_004_atkEnd",,,,,,,,,"ParticleEmitter",,,"leon_004_atkEnd_shark",,"GroundHigh",,,100,,,,"leon_004_atkEnd_red",,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterSplat_small",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_004_atkEnd_hit",,"Above",,,100,,,,,,,
+"leon_004_atkEnd_red",,,,,,,,,"ParticleEmitter",,,"leon_004_atkEnd_shark_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterSplat_small_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_004_atkEnd_hit_red",,"Above",,,100,,,,,,,
+"leon_004_atkHit",,"true","true",,,,,,"ParticleEmitter",,,"leon_004_atkHit_hit",,"Above",,,100,,,,"leon_004_atkHit_red",,,250
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterSplat_small",,"Above",,,140,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","leon_004_atkHit_shark",,,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_004_atkHit_shark_drop",,"GroundHigh",,,100,,,,,,,
+"leon_004_atkHit_red",,"true","true",,,,,,"ParticleEmitter",,,"leon_004_atkHit_hit_red",,"Above",,,100,,,,,,,250
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterSplat_small_red",,"Above",,,140,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","leon_004_atkHit_shark_red",,,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_004_atkHit_shark_drop_red",,"GroundHigh",,,100,,,,,,,
+"leon_004_ulti_use",,,,,,,,"Water_jess_hit","ParticleEmitter",,,"jessie_002_waterSplat_big",,"GroundHigh",,,130,,,,"leon_004_ulti_use_red",,,
+,,,,,,,,,"ParticleEmitter",,,"leon_004_ulti_splash",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_004_ulti_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_004_ulti_fish",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","brock_004_atk_hit_splash",,,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_002_atk_hit_ground",,,"GroundLow","true",,80,,,,,,,
+"leon_004_ulti_use_red",,,,,,,,"Water_jess_hit","ParticleEmitter",,,"jessie_002_waterSplat_big_red",,"GroundHigh",,,130,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_004_ulti_splash_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_004_ulti_twinkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_004_ulti_fish_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","brock_004_atk_hit_splash_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_002_atk_hit_ground_red",,,"GroundLow","true",,80,,,,,,,
+"leon_005_atk",,"true",,"true",,,,"Leon_atk","ParticleEmitter",,,"leon_002_atk",,"Above","true",,100,,,,"leon_005_atk_red",,,400
+"leon_005_atk_red",,"true",,"true",,,,"Leon_atk","ParticleEmitter",,,"leon_002_atk_red",,"Above","true",,100,,,,,,,400
+"leon_005_atk_use",,"true",,,,,,,"SWF","sc/effects_brawler.sc","leon_005_atk_use",,,"Above",,,100,,,,"leon_005_atk_use_red",,,400
+"leon_005_atk_use_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","leon_005_atk_use",,,"Above",,,100,,,,,,,400
+"leon_005_atkHit",,,,,,,,,"ParticleEmitter",,,"leon_005_atk_reached",,"Above",,,120,,,,"leon_005_atkHit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit_cloud",,"Above",,,50,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","leon_002_atk_hit",,,"Above",,,160,,,,,,,
+"leon_005_atkHit_red",,,,,,,,,"ParticleEmitter",,,"leon_002_atk_reached_red",,"Above",,,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit_cloud_red",,"Above",,,50,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","leon_002_atk_hit_red",,,"Above",,,160,,,,,,,
+"leon_005_atkEnd",,,,,,,,,"ParticleEmitter",,,"gene_def_atk2End_cloud_blue",,"GroundHigh",,,100,,,,"leon_005_atkEnd_red",,,
+,,,,,,,,,"ParticleEmitter",,,"leon_005_atk_reached",,"Above",,,100,,,,,,,
+"leon_005_atkEnd_red",,,,,,,,,"ParticleEmitter",,,"gene_def_atk2End_cloud_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_005_atk_reached_red",,"Above",,,100,,,,,,,
+"leon_005_atk_hitEnv",,,,,,,,,"ParticleEmitter",,,"leon_005_atk_reached",,"Above",,,100,,,,"leon_005_atk_hitEnv_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","leon_002_atk_hit",,,"Above",,,75,,,,,,,
+"leon_005_atk_hitEnv_red",,,,,,,,,"ParticleEmitter",,,"leon_005_atk_reached_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","leon_002_atk_hit_red",,,"Above",,,75,,,,,,,
+"leon_005_ulti",,,,,,,,"Leon_ulti","SWF","sc/effects_brawler.sc","cloud_line_1",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_003_ulti_cloud",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_003_ulti_confetti",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_003_ulti_star",,"Above",,,100,,,,,,,
+"leon_005_ulti_red",,,,,,,,"Leon_ulti","SWF","sc/effects_brawler.sc","cloud_line_1",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_003_ulti_cloud",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_003_ulti_confetti_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_003_ulti_star",,"Above",,,100,,,,,,,
+"lolla_def_atk",,,,,,,,"Lolla_Atk","ParticleEmitter",,,"lolla_def_atk",,"Above",,,100,,,,"lolla_def_atk_red",,,250
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atk_hexa",,"Above",,,100,,,,,,,
+"lolla_def_atk_red",,,,,,,,"Lolla_Atk","ParticleEmitter",,,"lolla_def_atk_red",,"Above",,,100,,,,,,,250
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atk_hexa_red",,"Above",,,100,,,,,,,
+"lolla_def_atk_use",,"TRUE","TRUE",,,,,"Lolla_Atk","ParticleEmitter",,,"lolla_def_atk_hexagon",,"Above",,,100,,,,"lolla_def_atk_red",,,
+"lolla_def_atk_trail",,,,,,,,,"ParticleEmitter",,,"lolla_def_atk_trail_twinkles",,"Object",,,100,,,,"lolla_def_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atk_trail_frags",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atk_trail_hexagon",,"Above",,,100,,,,,,,
+"lolla_def_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"bea_004_atk_trail_twinkles_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atk_trail_frags_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atk_trail_hexagon_red",,"Above",,,100,,,,,,,
+"lolla_def_atk_hit",,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_hexa",,"Above",,,100,,,,"lolla_def_atk_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_impact",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_ring_1",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_ring_2",,"Object",,,100,,,,,,,
+"lolla_def_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_hexa_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_twinkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_impact_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_ring_1_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_ring_2_red",,"Object",,,100,,,,,,,
+"lolla_def_atk_reached",,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_hexa",,"Above",,,70,,,,"lolla_def_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_twinkle",,"Above",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_impact",,"Above",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_ring_1",,"Above",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_ring_2",,"Above",,,70,,,,,,,
+"lolla_def_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_hexa_red",,"Above",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_twinkle_red",,"Above",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_impact_red",,"Above",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_ring_1_red",,"Above",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_ring_2_red",,"Above",,,70,,,,,,,
+"lolla_def_ulti",,"true",,,,,,"Lolla_Ulti","SWF","sc/effects_brawler.sc","lolla_def_ulti",,,"Above",,,170,,,,"lolla_def_ulti_red",,,400
+,,,,,,,,,"ParticleEmitter",,,"mrp_def_ulti_twinkle",,"Above",,,100,,,,,,,400
+"lolla_def_ulti_red",,"true",,,,,,"Lolla_Ulti","SWF","sc/effects_brawler.sc","lolla_def_ulti_red",,,"Above",,,170,,,,,,,400
+,,,,,,,,,"ParticleEmitter",,,"mrp_def_ulti_twinkle_red",,"Above",,,100,,,,,,,400
+"lolla_def_ulti_trail",,,,,,,,,"ParticleEmitter",,,"lolla_def_ulti_trail_gas_1",,"Object",,,100,,,,"lolla_def_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_ulti_trail_gas_2",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_ulti_trail_twinkles",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atk_trail_frags",,"Object",,,100,,,,,,,
+"lolla_def_ulti_trail_red",,,,,,,,,"ParticleEmitter",,,"lolla_def_ulti_trail_gas_1_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_ulti_trail_gas_2_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_ulti_trail_twinkles_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atk_trail_frags_red",,"Object",,,100,,,,,,,
+"lolla_def_ulti_spawn",,,,,,,,,"ParticleEmitter",,,"lolla_def_ulti_twinkles_up",,"Above",,,100,,,,"lolla_def_ulti_spawn_red",,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_ulti_spawnLight_1",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_ulti_spawnLight_2",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_ulti_ground_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_ulti_twinkles_1",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_ulti_spawnRing",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_ulti_ring",,"GroundTop","TRUE",,100,,,,,,,0
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_ulti_diamond_shards",,"GroundTop","TRUE",,100,,,,,,,0
+"lolla_def_ulti_spawn_red",,,,,,,,,"ParticleEmitter",,,"lolla_def_ulti_twinkles_up_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_ulti_spawnLight_1_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_ulti_spawnLight_2_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_ulti_ground_twinkles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_ulti_twinkles_1_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_ulti_spawnRing_red",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_ulti_ring_red",,"GroundTop","TRUE",,100,,,,,,,0
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_ulti_diamond_shards_red",,"GroundTop","TRUE",,100,,,,,,,0
+"lolla_002_atk",,,,,,,,"Lou_Atk","ParticleEmitter",,,"lolla_def_atk",,"Above",,,100,,,,"lolla_def_atk_red",,,250
+,,,,,,,,,"ParticleEmitter",,,"lolla_002_atk_hexa",,"Above",,,100,,,,,,,
+"lolla_002_atk_red",,,,,,,,"Lou_Atk","ParticleEmitter",,,"lolla_def_atk_red",,"Above",,,100,,,,,,,250
+,,,,,,,,,"ParticleEmitter",,,"lolla_002_atk_hexa_red",,"Above",,,100,,,,,,,
+"lolla_002_atk_use",,"TRUE","TRUE",,,,,"Lou_Atk","ParticleEmitter",,,"lolla_def_atk_hexagon",,"Above",,,100,,,,"lolla_def_atk_red",,,
+"lolla_002_atk_trail",,,,,,,,,"ParticleEmitter",,,"lolla_002_atk_trail_frags",,"Above",,,100,,,,"lolla_002_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_002_atk_trail_stars",,"Above",,,100,,,,,,,
+"lolla_002_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"lolla_002_atk_trail_frags_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_002_atk_trail_stars_red",,"Above",,,100,,,,,,,
+"lolla_002_atk_hit",,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_hexa",,"Above",,,100,,,,"lolla_002_atk_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_002_atkHit_impact",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_ring_1",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_ring_2",,"Object",,,100,,,,,,,
+"lolla_002_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_hexa_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_twinkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_002_atkHit_impact_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_ring_1_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_ring_2_red",,"Object",,,100,,,,,,,
+"lolla_002_atk_reached",,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_hexa",,"Above",,,70,,,,"lolla_002_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_twinkle",,"Above",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_002_atkReached_impact",,"Above",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_ring_1",,"Above",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_ring_2",,"Above",,,70,,,,,,,
+"lolla_002_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_hexa_red",,"Above",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_twinkle_red",,"Above",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_002_atkReached_impact_red",,"Above",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_ring_1_red",,"Above",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_ring_2_red",,"Above",,,70,,,,,,,
+"lou_def_atk",,,,,,,,"Lou_Atk","ParticleEmitter",,,"lou_def_atk_spoon",,"GroundTop",,,100,,,,,,,
+"lou_def_atk_red",,,,,,,,,"ParticleEmitter",,,"lou_def_atk_spoon_red",,"GroundTop",,,100,,,,"lou_def_atk_red",,,
+"lou_def_atk_hit",,"true",,,,,,,"ParticleEmitter",,,"lou_def_atk_hit_cream_1",,"Above",,,100,,,,"lou_def_atk_hit_red",,,200
+,,,,,,,,,"ParticleEmitter",,,"lou_def_atk_hit_cream_2",,"Above",,,100,,,,,,,220
+,,,,,,,,,"ParticleEmitter",,,"lou_def_atk_hit_frost",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_atk_hit",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_atk_hit_cone",,"GroundTop",,,100,,,,,,,
+"lou_def_atk_hit_red",,"true",,,,,,,"ParticleEmitter",,,"lou_def_atk_hit_cream_1_red",,"Above",,,100,,,,,,,200
+,,,,,,,,,"ParticleEmitter",,,"lou_def_atk_hit_cream_2_red",,"Above",,,100,,,,,,,220
+,,,,,,,,,"ParticleEmitter",,,"lou_def_atk_hit_frost_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_atk_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_atk_hit_cone",,"GroundTop",,,100,,,,,,,
+"lou_def_atk_reached",,,,,,,,,"ParticleEmitter",,,"gale_def_atkEnd_snow",,"Object",,,100,,,,"lou_def_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_atkEnd_cone",,"GroundHigh",,,100,,,,,,,
+"lou_def_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"gale_def_atkEnd_snow_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_atkEnd_cone_red",,"GroundHigh",,,100,,,,,,,
+"lou_def_ulti_hit",,,,,,,,"Lou_Ulti_Hit","SWF","sc/effects_brawler.sc","lou_def_ulti_hit",,,"Above",,,100,,,,"lou_def_ulti_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_hit_smoke",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_hit_smoke_add",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_bottle",,"Object",,,100,,,,,,,
+"lou_def_ulti_hit_red",,,,,,,,,"SWF","sc/effects_brawler.sc","lou_def_ulti_hit_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_hit_smoke_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_hit_smoke_add_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_bottle_red",,"Object",,,100,,,,,,,
+"lou_def_ulti_trail",,,,,,,,"Lou_Ulti","ParticleEmitter",,,"lou_def_ulti_trail_snow",,"Above",,,100,,,,"lou_def_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bo_003_ulti_trail_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_trail_smog",,"Object",,,100,,,,,,,
+"lou_def_ulti_trail_red",,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_trail_snow_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bo_003_ulti_trail_twinkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_trail_smog_red",,"Object",,,100,,,,,,,
+"lou_def_ulti_area_base",,,,,,,,,"SWF","sc/effects_brawler.sc","lou_def_ulti_area_base",,,"GroundHigh","true",,150,,,,"lou_def_ulti_area_base_red",,,
+"lou_def_ulti_area_base_red",,,,,,,,,"SWF","sc/effects_brawler.sc","lou_def_ulti_area_base_red",,,"GroundHigh","true",,150,,,,,,,
+"lou_def_ulti_area",,,,,,,,,"SWF","sc/effects_brawler.sc","lou_def_ulti_area",,,"GroundHigh","true",,300,,,,"lou_def_ulti_area_red",,,15
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_blizzard",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_smog",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_sparkles",,"Above",,,100,,,,,,,
+"lou_def_ulti_area_red",,,,,,,,,"SWF","sc/effects_brawler.sc","lou_def_ulti_area_red",,,"GroundHigh","true",,300,,,,,,,15
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_blizzard_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_smog_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_sparkles_red",,"Above",,,100,,,,,,,
+"lou_002_atk_hit",,"true",,,,,,,"ParticleEmitter",,,"lou_def_atk_hit_cream_1",,"Above",,,100,,,,"lou_002_atk_hit_red",,,200
+,,,,,,,,,"ParticleEmitter",,,"lou_def_atk_hit_cream_2",,"Above",,,100,,,,,,,220
+,,,,,,,,,"ParticleEmitter",,,"lou_def_atk_hit_frost",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_atk_hit",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_002_atk_hit_cup",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_003_atk_egg_pieces",,"GroundHigh",,,120,,,,,,,
+"lou_002_atk_hit_red",,"true",,,,,,,"ParticleEmitter",,,"lou_def_atk_hit_cream_1_red",,"Above",,,100,,,,,,,200
+,,,,,,,,,"ParticleEmitter",,,"lou_def_atk_hit_cream_2_red",,"Above",,,100,,,,,,,220
+,,,,,,,,,"ParticleEmitter",,,"lou_def_atk_hit_frost_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_atk_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_002_atk_hit_cup_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_003_atk_egg_pieces_red",,"GroundHigh",,,120,,,,,,,
+"lou_002_atk_reached",,,,,,,,,"ParticleEmitter",,,"gale_def_atkEnd_snow",,"Object",,,100,,,,"lou_002_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"lou_002_atkEnd_cup",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_003_atk_egg_pieces",,"GroundHigh",,,100,,,,,,,
+"lou_002_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"gale_def_atkEnd_snow_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_002_atkEnd_cup_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_003_atk_egg_pieces_red",,"GroundHigh",,,100,,,,,,,
+"lou_002_atk_trail",,,,,,,,,"ParticleEmitter",,,"gale_def_atk_trail_snow",,"Above",,,100,,,,"lou_002_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gale_def_atk_trail_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_002_atk_trail_sparkle_green",,"Above",,,100,,,,,,,
+"lou_002_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"gale_def_atk_trail_snow_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_def_atk_trail_twinkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_002_atk_trail_sparkle_red",,"Above",,,100,,,,,,,
+"lou_002_ulti_hit",,,,,,,,,"SWF","sc/effects_brawler.sc","lou_def_ulti_hit",,,"Above",,,100,,,,"lou_002_ulti_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_hit_smoke",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_hit_smoke_add",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_002_ulti_bottle",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_002_ulti_hit_sparkles_blue",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_002_ulti_hit_sparkles_green",,"Above",,,100,,,,,,,
+"lou_002_ulti_hit_red",,,,,,,,,"SWF","sc/effects_brawler.sc","lou_def_ulti_hit_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_hit_smoke_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_hit_smoke_add_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_002_ulti_bottle_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_002_ulti_hit_sparkles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_002_ulti_hit_sparkles_purple",,"Above",,,100,,,,,,,
+"lou_002_ulti_area",,,,,,,,,"SWF","sc/effects_brawler.sc","lou_002_ulti_area",,,"GroundHigh","true",,300,,,,"lou_002_ulti_area_red",,,15
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_blizzard",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_smog",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_sparkles",,"Above",,,100,,,,,,,
+"lou_002_ulti_area_red",,,,,,,,,"SWF","sc/effects_brawler.sc","lou_002_ulti_area_red",,,"GroundHigh","true",,300,,,,,,,15
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_blizzard_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_smog_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_sparkles_red",,"Above",,,100,,,,,,,
+"lou_003_atk",,,,,,,,"Lou_Atk","ParticleEmitter",,,"lou_003_atk_heart",,"Above",,,100,,,,"lou_003_atk_red",,,
+"lou_003_atk_red",,,,,,,,"Lou_Atk","ParticleEmitter",,,"lou_003_atk_heart_red",,"Above",,,100,,,,,,,
+"lou_003_atk_trail",,"true",,,,,,,"ParticleEmitter",,,"lou_003_atk_trail_notes_1",,"Above",,,100,,,,"lou_003_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"lou_003_atk_trail_notes_2",,"Above",,,100,,,,,,,
+"lou_003_atk_trail_red",,"true",,,,,,,"ParticleEmitter",,,"lou_003_atk_trail_notes_red_1",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_003_atk_trail_notes_red_2",,"Above",,,100,,,,,,,
+"lou_003_atk_reached",,,,,,,,,"ParticleEmitter",,,"lou_003_atkEnd",,"Object",,,100,,,,"lou_003_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"GroundTop",,,100,,,,,,,
+"lou_003_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"lou_003_atkEnd_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"GroundTop",,,100,,,,,,,
+"lou_003_atk_hit",,"true",,,,,,,"SWF","sc/effects_brawler.sc","piper_002_atk_hit",,,"Above",,,60,,,,"lou_003_atk_hit_red",,,200
+,,,,,,,,,"ParticleEmitter",,,"lou_003_atkHit_heart",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_003_atkHit_notes",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_003_atkEnd",,"GroundTop",,,100,,,,,,,
+"lou_003_atk_hit_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","piper_002_atk_hit",,,"Above",,,60,,,,,,,200
+,,,,,,,,,"ParticleEmitter",,,"lou_003_atkHit_heart_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_003_atkHit_notes_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_003_atkEnd_red",,"GroundTop",,,100,,,,,,,
+"lou_003_ulti_hit",,,,,,,,"Lou_Ulti_Hit","SWF","sc/effects_brawler.sc","lou_def_ulti_hit",,,"Above",,,100,,,,"lou_003_ulti_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_hit_smoke",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_hit_smoke_add",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_003_ulti_bottle",,"Object",,,100,,,,,,,
+"lou_003_ulti_hit_red",,,,,,,,"Lou_Ulti_Hit","SWF","sc/effects_brawler.sc","lou_def_ulti_hit_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_hit_smoke_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_hit_smoke_add_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_003_ulti_bottle_red",,"Object",,,100,,,,,,,
+"lou_003_ulti_area",,,,,,,,,"SWF","sc/effects_brawler.sc","lou_def_ulti_area",,,"GroundHigh","true",,300,,,,"lou_003_ulti_area_red",,,15
+,,,,,,,,,"ParticleEmitter",,,"lou_003_ulti_blizzard",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_003_ulti_hearts",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_003_ulti_notes",,"GroundTop","true",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_smog",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_sparkles",,"Above",,,100,,,,,,,
+"lou_003_ulti_area_red",,,,,,,,,"SWF","sc/effects_brawler.sc","lou_def_ulti_area_red",,,"GroundHigh","true",,300,,,,,,,15
+,,,,,,,,,"ParticleEmitter",,,"lou_003_ulti_blizzard_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_003_ulti_hearts_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_003_ulti_notes_red",,"GroundTop","true",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_smog_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_sparkles_red",,"Above",,,100,,,,,,,
+"lou_003_ulti_trail",,,,,,,,"Lou_Ulti","ParticleEmitter",,,"lou_003_ulti_trail_hearts",,"Above",,,100,,,,"lou_003_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bo_003_ulti_trail_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_trail_smog",,"Object",,,100,,,,,,,
+"lou_003_ulti_trail_red",,,,,,,,"Lou_Ulti","ParticleEmitter",,,"lou_003_ulti_trail_hearts_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bo_003_ulti_trail_twinkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_trail_smog_red",,"Object",,,100,,,,,,,
+"lou_004_atk",,,,,,,,"Lou_Atk","ParticleEmitter",,,"lou_004_atk_like",,"Object",,,100,,,,"lou_004_atk_red",,,
+"lou_004_atk_red",,,,,,,,"Lou_Atk","ParticleEmitter",,,"lou_004_atk_like_red",,"Object",,,100,,,,,,,
+"lou_004_atk_trail",,"true",,,,,,,"ParticleEmitter",,,"rico_004_ulti_trail_twinkle",,"Object",,,100,,,,"lou_004_atk_trail_red",,,
+"lou_004_atk_trail_red",,"true",,,,,,,"ParticleEmitter",,,"rico_004_ulti_trail_twinkle_red",,"Object",,,100,,,,,,,
+"lou_004_atkEnd",,,,,,,,,"ParticleEmitter",,,"lou_004_atkEnd_potatoes",,"GroundTop",,,100,,,,"lou_004_atkEnd_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Object",,,100,,,,,,,
+"lou_004_atkEnd_red",,,,,,,,,"ParticleEmitter",,,"lou_004_atkEnd_potatoes_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_onlySmoke",,"Object",,,100,,,,,,,
+"lou_004_atk_hit",,,,,,,,,"ParticleEmitter",,,"lou_004_atk_hit_impact",,"Above",,,100,,,,"lou_004_atk_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"lou_004_atkEnd_potatoes",,"Object",,,100,,,,,,,
+"lou_004_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"lou_004_atk_hit_impact_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_004_atkEnd_potatoes_red",,"Object",,,100,,,,,,,
+"lou_004_atk_hitEnv",,,,,,,,,"ParticleEmitter",,,"lou_004_atk_hit_impact",,"Above",,,70,,,,"lou_004_atk_hitEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"lou_004_atkEnd_potatoes",,"Object",,,100,,,,,,,
+"lou_004_atk_hitEnv_red",,,,,,,,,"ParticleEmitter",,,"lou_004_atk_hit_impact_red",,"Above",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_004_atkEnd_potatoes_red",,"Object",,,100,,,,,,,
+"lou_004_ulti_hit",,,,,,,,"Lou_Ulti_Hit","SWF",,"lou_def_ulti_hit",,,"Above",,,100,,,,"lou_004_ulti_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_hit_smoke",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_hit_smoke_add",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_004_ulti_bottle",,"Object",,,100,,,,,,,
+"lou_004_ulti_hit_red",,,,,,,,,"SWF",,"lou_def_ulti_hit_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_hit_smoke_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_hit_smoke_add_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_004_ulti_bottle_red",,"Object",,,100,,,,,,,
+"lou_004_ulti_area_base",,,,,,,,,"SWF","sc/effects_brawler.sc","lou_004_ulti_area_base",,,"GroundHigh","TRUE",,300,,,,"lou_004_ulti_area_base_red",,,
+"lou_004_ulti_area_base_red",,,,,,,,,"SWF","sc/effects_brawler.sc","lou_004_ulti_area_base_red",,,"GroundHigh","TRUE",,300,,,,,,,
+"lou_004_ulti_area",,,,,,,,,"SWF","sc/effects_brawler.sc","lou_004_ulti_area",,,"GroundHigh","TRUE",,260,,,,"lou_004_ulti_area_red",,,15
+,,,,,,,,,"ParticleEmitter",,,"lou_004_ulti_smog",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_004_ulti_ketchup",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_004_ulti_splatter",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_004_ulti_exp_thread",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_004_ulti_rotation_tail",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_004_ulti_rotation_particle",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_004_ulti_rotation_glow",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_004_ulti_rotation_bunBot",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_004_ulti_rotation_cheese",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_004_ulti_rotation_tomato",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_004_ulti_rotation_patty",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_004_ulti_rotation_romaine",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_004_ulti_rotation_bun",,"Above","TRUE",,100,,,,,,,
+"lou_004_ulti_area_red",,,,,,,,,"SWF","sc/effects_brawler.sc","lou_004_ulti_area_red",,,"GroundHigh","true",,260,,,,,,,15
+,,,,,,,,,"ParticleEmitter",,,"lou_004_ulti_smog_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_004_ulti_ketchup_red",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_004_ulti_splatter_red",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_004_ulti_exp_thread_red",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_004_ulti_rotation_tail_red",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_004_ulti_rotation_particle_red",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_004_ulti_rotation_glow_red",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_004_ulti_rotation_bunBot_red",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_004_ulti_rotation_cheese_red",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_004_ulti_rotation_tomato_red",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_004_ulti_rotation_patty_red",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_004_ulti_rotation_romaine_red",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_004_ulti_rotation_bun_red",,"Above","TRUE",,100,,,,,,,
+"lou_004_ulti_trail",,,,,,,,"Lou_Ulti","ParticleEmitter",,,"lou_004_ulti_trail_thumbUp",,"Above",,,100,,,,"lou_004_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bo_003_ulti_trail_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_trail_smog",,"Object",,,100,,,,,,,
+"lou_004_ulti_trail_red",,,,,,,,"Lou_Ulti","ParticleEmitter",,,"lou_004_ulti_trail_thumbUp_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bo_003_ulti_trail_twinkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_ulti_trail_smog_red",,"Object",,,100,,,,,,,
+"lou_004_lobby_sad",,,,,,,,,"ParticleEmitter",,,"lou_004_lobby_sad_potatoes",,"Above",,,100,,,,,,,
+"max_def_atk_trail",,,,,,,,,"ParticleEmitter",,,"max_def_atk_trail_elec",,"GroundHigh",,,100,,,,"max_def_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"max_def_atk_trail_spark",,"Above",,,100,,,,,,,
+"max_def_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"max_def_atk_trail_elec_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_def_atk_trail_spark_red",,"Above",,,100,,,,,,,
+"max_def_atk",,,,,,,,"Max_Atk","ParticleEmitter",,,"max_def_atk_shock",,"Above",,,100,,,,"max_def_atk_red",,,
+"max_def_atk_red",,,,,,,,"Max_Atk","ParticleEmitter",,,"max_def_atk_shock_red",,"Above",,,100,,,,,,,
+"max_def_atk_reachaed",,,,,,,,,"ParticleEmitter",,,"max_def_atk_reached",,"Above","true",,100,,,,"max_def_atk_reachaed_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"max_def_atk_reachaed_red",,,,,,,,,"ParticleEmitter",,,"max_def_atk_reached_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"max_def_atk_hit",,,,,,,,"Max_Atk_Hit","ParticleEmitter",,,"max_def_atk_hit",,"Above",,,100,,,,"max_def_atk_hit_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","leon_002_atk_hit",,,"Above",,,120,,,,,,,
+"max_def_atk_hit_red",,,,,,,,"Max_Atk_Hit","ParticleEmitter",,,"max_def_atk_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","leon_002_atk_hit_red",,,"Above",,,120,,,,,,,
+"max_def_ulti_active",,"true",,,150,150,,"Max_Ulti","SWF","sc/effects_brawler.sc","max_def_ulti_active",,,"Above",,,120,,,,"max_def_ulti_active_red",,,
+,,"true",,,,,,,"SWF","sc/effects_brawler.sc","max_def_ulti_active_ground",,,"GroundHigh","true",,300,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"max_def_ulti_twinkle",,"Above",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"max_def_ulti_twinkling",,"Above",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"max_def_ulti_shock",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_def_ulti_can",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_def_ulti_drinkDrop",,"GroundHigh","true",,100,,,,,,,
+"max_def_ulti_active_red",,"true",,,150,150,,,"SWF","sc/effects_brawler.sc","max_def_ulti_active_red",,,"Above",,,120,,,,,,,
+,,"true",,,,,,,"SWF","sc/effects_brawler.sc","max_def_ulti_active_ground_red",,,"GroundHigh","true",,300,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"max_def_ulti_twinkle_red",,"Above",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"max_def_ulti_twinkling",,"Above",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"max_def_ulti_shock_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_def_ulti_can",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_def_ulti_drinkDrop",,"GroundHigh","true",,100,,,,,,,
+"max_002_use",,"true",,,,,,,"SWF","sc/effects_brawler.sc","max_002_atk_use",,,"Above",,,100,,,,"max_002_use_red",,,680
+"max_002_use_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","max_002_atk_use_red",,,"Above",,,100,,,,,,,680
+"max_002_atk",,,,,,,,"Max_Atk","ParticleEmitter",,,"max_002_atk_hearts",,"GroundTop",,,100,,,,"max_002_atk_red",,,
+,,,,,,,,,"ParticleEmitter",,,"max_def_atk_shock",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_002_atk_star",,"Above",,,100,,,,,,,
+"max_002_atk_red",,,,,,,,"Max_Atk","ParticleEmitter",,,"max_002_atk_hearts_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_def_atk_shock_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_002_atk_star",,"Above",,,100,,,,,,,
+"max_002_atk_trail",,"true","true",,,,,,"ParticleEmitter",,,"max_002_atk_trail_tail",,"Above",,,100,,,,,,,
+"max_002_atk_hit",,,,,,,,"Max_Atk_Hit","ParticleEmitter",,,"max_def_atk_hit",,"Above",,,100,,,,"max_002_atk_hit_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","max_002_atk_hit",,,"Above",,,130,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_002_atk_reached_frags",,"Object",,,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_002_atk_hit_stars",,"Object",,,70,,,,,,,
+"max_002_atk_hit_red",,,,,,,,"Max_Atk_Hit","ParticleEmitter",,,"max_def_atk_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","max_002_atk_hit_red",,,"Above",,,130,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_002_atk_reached_frags_red",,"Object",,,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_002_atk_hit_stars",,"Object",,,70,,,,,,,
+"max_002_atk_reachaed",,,,,,,,,"ParticleEmitter",,,"max_002_atk_reached",,"Above",,,100,,,,"max_002_atk_reachaed_red",,,
+,,,,,,,,,"ParticleEmitter",,,"max_002_atk_reached_frags",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Object",,,100,,,,,,,
+"max_002_atk_reachaed_red",,,,,,,,,"ParticleEmitter",,,"max_002_atk_reached_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_002_atk_reached_frags_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Object",,,100,,,,,,,
+"max_002_ulti_use",,"true",,,,,,,"SWF","sc/effects_brawler.sc","max_002_ulti_use_text",,,"Above",,,100,,,,"max_002_ulti_use_red",,,100
+,,,,,,,,,"SWF","sc/effects_brawler.sc","max_002_ulti_use_stars",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_003_ulti_confetti",,"Above",,,100,,,,,,,
+"max_002_ulti_use_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","max_002_ulti_use_text_red",,,"Above",,,100,,,,,,,100
+,,,,,,,,,"SWF","sc/effects_brawler.sc","max_002_ulti_use_stars",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_003_ulti_confetti_red",,"Above",,,100,,,,,,,
+"max_002_lobby_sparkle","true","true",,"spark_vfx",,,,,"SWF","sc/effects_brawler.sc","particle_line_star",,,"Above",,,50,,,,,,,
+"max_002_lobby_sad_tears",,,,,,,,,"ParticleEmitter",,,"max_002_lobby_sad_tears_L",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_002_lobby_sad_tears_R",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_002_lobby_sad_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_002_lobby_sad_steams",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_002_lobby_sad_mark",,"Above",,,100,,,,,,,
+"max_003_atk",,,,,,,,"Max_Atk","ParticleEmitter",,,"max_003_atk_twinkle_1",,"Above",,,100,,,,"max_def_atk_red",,,400
+,,,,,,,,,"ParticleEmitter",,,"max_003_atk_twinkle_2",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_003_atk_slash",,"Above","TRUE",,100,,,,,,,
+"max_003_atk_red",,,,,,,,"Max_Atk","ParticleEmitter",,,"max_003_atk_twinkle_1_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_003_atk_twinkle_2_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_003_atk_slash_red",,"Above",,,100,,,,,,,
+"max_003_atk_hit",,,,,,,,"Max_Atk_Hit","ParticleEmitter",,,"max_003_atk_hit_feather_1",,"Above",,,100,,,,"max_003_atk_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"max_003_atk_hit_feather_2",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_003_atk_hit_wind",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_003_atk_hit_impact",,"Above",,,100,,,,,,,
+"max_003_atk_hit_red",,,,,,,,"Max_Atk_Hit","ParticleEmitter",,,"max_003_atk_hit_feather_1_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_003_atk_hit_feather_2_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_003_atk_hit_wind_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_003_atk_hit_impact_red",,"Above",,,100,,,,,,,
+"max_003_atk_trail",,,,,,,,,"ParticleEmitter",,,"max_003_atk_trail_feather",,"Above",,,100,,,,"max_003_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"max_003_atk_hit_feather_3",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_003_atk_trail_elec",,"Above",,,100,,,,,,,
+"max_003_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"max_003_atk_trail_feather_red",,"Above",,,100,,,,"max_003_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"max_003_atk_hit_feather_3_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_003_atk_trail_elec_red",,"Above",,,100,,,,,,,
+"max_003_atkEnv",,,,,,,,,"ParticleEmitter",,,"max_003_atk_hit_feather_2",,"Above",,,80,,,,"max_003_atkEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"max_003_atk_hit_feather_3",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_003_atk_hit_impact",,"Above",,,50,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_003_atk_hit_wind",,"Above",,,80,,,,,,,
+"max_003_atkEnv_red",,,,,,,,,"ParticleEmitter",,,"max_003_atk_hit_feather_2_red",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_003_atk_hit_feather_3_red",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_003_atk_hit_impact_red",,"Above",,,50,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_003_atk_hit_wind_red",,"Above",,,80,,,,,,,
+"max_003_atk_reachaed",,,,,,,,,"ParticleEmitter",,,"max_003_atk_hit_feather_3",,"Above",,,70,,,,"max_003_atk_reachaed_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"max_003_atk_reachaed_red",,,,,,,,,"ParticleEmitter",,,"max_003_atk_hit_feather_3_red",,"Above",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"max_003_ulti_use",,"TRUE","TRUE",,,,,,"SWF","sc/effects_brawler.sc","max_003_ulti_use_wing",,,"Above",,,100,,,,"max_003_ulti_use_red",,,300
+,,,,,,,,,"ParticleEmitter",,,"max_003_ulti_feather",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_003_ulti_trail",,"Above",,,200,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_003_ulti_line",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","max_003_rec_ground_blur",,,"GroundHigh","TRUE",,200,,,,,,,
+,,,"TRUE",,,,,,"ParticleEmitter",,,"max_003_ulti_ground_line",,"GroundHigh","TRUE",,100,,,,,,,
+"max_003_ulti_use_red",,"TRUE","TRUE",,,,,,"SWF","sc/effects_brawler.sc","max_003_ulti_use_wing_red",,,"Above",,,100,,,,,,,300
+,,,,,,,,,"ParticleEmitter",,,"max_003_ulti_feather_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_003_ulti_trail_red",,"Above",,,200,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_003_ulti_line_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","max_003_rec_ground_blur_red",,,"GroundHigh","TRUE",,200,,,,,,,
+,,,"TRUE",,,,,,"ParticleEmitter",,,"max_003_ulti_ground_line_red",,"GroundHigh","TRUE",,100,,,,,,,
+"max_003_ulti_active",,"true",,,150,150,,"Max_Ulti","SWF","sc/effects_brawler.sc","max_def_ulti_active",,,"Above",,,120,,,,"max_003_ulti_active_red",,,
+,,"true",,,,,,,"SWF","sc/effects_brawler.sc","max_def_ulti_active_ground",,,"GroundHigh","true",,300,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"max_def_ulti_twinkle",,"Above",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"max_def_ulti_twinkling",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_def_ulti_drinkDrop",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_003_ulti_bottle",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_003_ulti_cap",,"GroundTop",,,100,,,,,,,
+"max_003_ulti_active_red",,"true",,,150,150,,"Max_Ulti","SWF","sc/effects_brawler.sc","max_def_ulti_active_red",,,"Above",,,120,,,,,,,
+,,"true",,,,,,,"SWF","sc/effects_brawler.sc","max_def_ulti_active_ground_red",,,"GroundHigh","true",,300,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"max_def_ulti_twinkle_red",,"Above",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"max_def_ulti_twinkling",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_def_ulti_drinkDrop",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_003_ulti_bottle_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_003_ulti_cap",,"GroundTop",,,100,,,,,,,
+"mecha_def_atk1_trail",,,,,,,,,"ParticleEmitter",,,"mecha_def_atk1_trail_elec",,"GroundHigh",,,100,,,,"mecha_def_atk1_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_atk1_trail_spark",,"Above",,,100,,,,,,,
+"mecha_def_atk1_trail_red",,,,,,,,,"ParticleEmitter",,,"mecha_def_atk1_trail_elec_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_atk1_trail_spark_red",,"Above",,,100,,,,,,,
+"mecha_def_atk1",,,,,,,,"Meg_Fire","ParticleEmitter",,,"max_def_atk_shock",,"Above",,,100,,,,"mecha_def_atk_red",,,
+"mecha_def_atk_red",,,,,,,,"Meg_Fire","ParticleEmitter",,,"max_def_atk_shock_red",,"Above",,,100,,,,,,,
+"mecha_def_atk2",,,,,,,,"Meg_Rob_Fire","ParticleEmitter",,,"ruffs_def_atk_beams",,"Above",,,100,,,,"mecha_def_atk2_red",,,480
+,,,,,,,,,"ParticleEmitter",,,"ruffs_def_atk_dots",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_atk2",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_atk2_glow_cone",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_atk2_diamond",,"GroundTop",,,100,,,,,,,
+"mecha_def_atk2_red",,,,,,,,"Meg_Rob_Fire","ParticleEmitter",,,"ruffs_def_atk_beams_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ruffs_def_atk_dots_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_atk2_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_atk2_glow_cone_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_atk2_diamond_red",,"GroundTop",,,100,,,,,,,
+"mecha_def_atk1_reachaed",,,,,,,,,"ParticleEmitter",,,"max_def_atk_reached",,"Above","true",,100,,,,"mecha_def_atk1_reachaed_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"mecha_def_atk1_reachaed_red",,,,,,,,,"ParticleEmitter",,,"max_def_atk_reached_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"mecha_def_atk1_hit",,,,,,,,"Max_Atk_Hit","ParticleEmitter",,,"mecha_def_atk1_hit_spark",,"Above",,,120,,,,"mecha_def_atk1_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_atk1_hit",,"Above",,,100,,,,,,,
+"mecha_def_atk1_hit_red",,,,,,,,"Max_Atk_Hit","ParticleEmitter",,,"mecha_def_atk1_hit_spark_red",,"Above",,,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_atk1_hit_red",,"Above",,,100,,,,,,,
+"mecha_def_atk2_hit",,,,,,,,"Max_Atk_Hit","ParticleEmitter",,,"mecha_def_atk2_hit",,"Above",,,100,,,,"mecha_def_atk2_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_atk2_hit_glow",,"Above",,,120,,,,,,,
+"mecha_def_atk2_hit_red",,,,,,,,"Max_Atk_Hit","ParticleEmitter",,,"mecha_def_atk2_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_atk2_hit_glow_red",,"Above",,,120,,,,,,,
+"mecha_def_atk2_reached",,,,,,,,"Max_Atk_Hit","ParticleEmitter",,,"mecha_def_atk2_reached_ring",,"Above",,,100,,,,"mecha_def_atk2_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_atk2_reached_dots",,"Above",,,120,,,,,,,
+"mecha_def_atk2_reached_red",,,,,,,,"Max_Atk_Hit","ParticleEmitter",,,"mecha_def_atk2_reached_ring_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_atk2_reached_dots_red",,"Above",,,120,,,,,,,
+"mecha_def_atk2_trail",,,,,,,,,"ParticleEmitter",,,"mecha_def_atk2_trail_dots_blue",,"GroundHigh",,,100,,,,"mecha_def_atk2_trail_red",,,
+"mecha_def_atk2_trail_red",,,,,,,,,"ParticleEmitter",,,"mecha_def_atk2_trail_dots_red",,"GroundHigh",,,100,,,,,,,
+"mecha_def_ulti",,"true",,,150,50,,,"SWF","sc/effects_brawler.sc","mecha_def_ulti",,,"Above","TRUE",,90,,,,"mecha_def_ulti_red",,,400
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti2_pixel",,"GroundTop","TRUE",,100,,,,,,,
+"mecha_def_ulti_red",,"true",,,150,50,,,"SWF","sc/effects_brawler.sc","mecha_def_ulti_red",,,"Above","true",,90,,,,,,,400
+,,"true",,,150,50,,,"ParticleEmitter",,,"mecha_def_ulti2_pixel_red",,"GroundTop","TRUE",,100,,,,,,,400
+"mecha_def_ulti1_spawn",,,,,,,,"Meg_Transform","ParticleEmitter",,,"mecha_def_ulti1_spawn_ready",,"GroundTop","TRUE",,100,,,,"mecha_def_ulti1_spawn_red",,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti1_elec",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti1_spawn_display",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti1_spawn_head",,"Above",,,100,,,,,,,
+"mecha_def_ulti1_spawn_red",,,,,,,,"Meg_Transform","ParticleEmitter",,,"mecha_def_ulti1_spawn_ready_red",,"GroundTop","TRUE",,100,,,,"mecha_def_ulti1_spawn_red",,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti1_elec_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti1_spawn_display_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti1_spawn_head_red",,"Above",,,100,,,,,,,
+"mecha_def_ulti1_spawnEnd",,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti1_cloudExplode_huge",,"Object",,,100,,,,"mecha_def_ulti1_spawnEnd_red",,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti1_spawnElec",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti1_spawn_light",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_fire_spark_blue_short",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti1_spawn_pixel",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_ulti_areaRing",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_ulti_ringGlow",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti1_impact",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_ulti_spawnLight",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti1_spawn_line",,"Above",,,100,,,,,,,
+"mecha_def_ulti1_spawnEnd_red",,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti1_cloudExplode_huge_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti1_spawnElec_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti1_spawn_light_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_fire_spark_red_short",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti1_spawn_pixel_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_ulti_areaRing_red",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_ulti_ringGlow_red",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti1_impact",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"crow_004_ulti_spawnLight_red",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti1_spawn_line_red",,"Above",,,100,,,,,,,
+"mecha_def_ulti2_death",,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti2_death_groundCloud_purple",,"GroundTop","TRUE",,100,,,,"mecha_def_ulti2_death_red",,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti2_death_spark",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti2_death_spark",,"GroundTop","TRUE",,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti2_death_cloud",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti2_death_arms",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti2_death_shard",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_spark_red_short",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti2_death_hit",,"Above",,,100,,,,,,,
+"mecha_def_ulti2_death_red",,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti2_death_groundCloud_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti2_death_spark_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti2_death_spark_red",,"GroundTop","TRUE",,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti2_death_cloud_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti2_death_arms_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti2_death_shard",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_spark_red_short",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti2_death_hit",,"Above",,,100,,,,,,,
+"mecha_swing",,"true",,,,,,"Meg_Rob_Swipe","SWF","sc/effects_brawler.sc",,,,"Above","true",,100,,,,,,,
+"mortis_def_atk",,"true",,,,,,"Mortis_atk","SWF","sc/effects_brawler.sc","mortis_def_atk",,,"Above",,,100,,,,,,,
+"mortis_002_atk",,"true",,,,,,"Mortis_atk","SWF","sc/effects_brawler.sc","mortis_002_atk",,,"Above",,,100,,,,"mortis_002_atk_red",,,
+,,,,,,,,,"ParticleEmitter",,,"mortis_002_atk_ground1",,"GroundLow","true",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mortis_002_atk_ground2",,"GroundHigh","true",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mortis_002_atk_ground3",,"GroundLow","true",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mortis_002_atk_spark",,"Above",,,,,,,,,,
+"mortis_002_atk_red",,"true",,,,,,"Mortis_atk","SWF","sc/effects_brawler.sc","mortis_002_atk_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mortis_002_atk_ground1",,"GroundLow","true",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mortis_002_atk_ground4",,"GroundHigh","true",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mortis_002_atk_ground3",,"GroundLow","true",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mortis_002_atk_spark_red",,"Above",,,,,,,,,,
+"mortis_002_atk_ground",,"true",,,,,,,"ParticleEmitter",,,"mortis_002_atk_ground1",,"GroundLow","true",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mortis_002_atk_ground2",,"GroundHigh","true",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mortis_002_atk_ground3",,"GroundLow","true",,,,,,,,,
+"mortis_002_atk_trail",,,,,,,,,"ParticleEmitter",,,"jessie_def_atk_spark",,"Above",,,,,,,,,,
+"mortis_002_atk_hit",,,,,,,,,"SWF","sc/effects_brawler.sc","mortis_002_atk_red_hit",,,"Above",,,100,,,,"mortis_002_atk_hit_red",,,
+"mortis_002_atk_hit_red",,,,,,,,,"SWF","sc/effects_brawler.sc","mortis_002_atk_hit",,,"Above",,,100,,,,,,,
+"mortis_002_ulti",,"true",,,,,,"Mortis_ulti","ParticleEmitter",,,"cloudExplode_ground_purple",,"GroundLow",,,,,,,"mortis_002_ulti_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","mortis_002_ulti",,,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","mortis_002_ulti_ground",,,"GroundTop","true",,,,,,,,,
+"mortis_002_ulti_red",,"true",,,,,,"Mortis_ulti","ParticleEmitter",,,"cloudExplode_ground_purple",,"GroundLow",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","mortis_002_ulti_red",,,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","mortis_002_ulti_ground_red",,,"GroundTop","true",,,,,,,,,
+"mortis_002_ulti_direct",,"TRUE",,,,,,,"SWF","sc/effects_brawler.sc","mortis_002_ulti_direct",,,"Above",,,160,,,,"mortis_002_ulti_direct_red",,,400
+"mortis_002_ulti_direct_red",,"TRUE",,,,,,,"SWF","sc/effects_brawler.sc","mortis_002_ulti_direct_red",,,"Above",,,160,,,,,,,400
+"mortis_def_starPower_blood",,,,,,,,,"ParticleEmitter",,,"mortis_def_sp_bloodDrop",,"GroundHigh","true",,,,,,"mortis_def_starPower_blood_red",,,
+"mortis_def_starPower_blood_red",,,,,,,,,"ParticleEmitter",,,"mortis_def_sp_bloodDrop_red",,"GroundHigh","true",,,,,,,,,
+"mortis_003_atk",,"true",,,,,,"Mortis_atk","SWF","sc/effects_brawler.sc","mortis_003_atk",,,"Above",,,100,,,,"mortis_003_atk_red",,,
+,,,,,,,,,"ParticleEmitter",,,"mortis_003_atk_dust",,"Above",,,100,,,,,,,
+"mortis_003_atk_red",,"true",,,,,,"Mortis_atk","SWF","sc/effects_brawler.sc","mortis_003_atk_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mortis_003_atk_dust",,"Above",,,100,,,,,,,
+"mortis_003_atk_hit",,,,,,,,,"ParticleEmitter",,,"mortis_003_atk_hit",,"Above","true",,100,,,,,,,300
+,,,,,,,,,"SWF","sc/effects_brawler.sc","mortis_003_atk_hit",,,"Above",,,120,,,,,,,
+"mortis_003_ulti",,,,,,,,"Rouge_Mortis_Ulti","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"mortis_003_ulti_trail",,,,,,,,,"ParticleEmitter",,,"ground_fragments_continuing",,"GroundLow",,,70,,,,"mortis_003_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"mortis_003_ulti_trail_smoke",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mortis_003_ulti_trail_dust",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_atk1_dust",,"GroundHigh",,,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_atk1_trail_twinkle",,"GroundHigh",,,125,,,,,,,
+"mortis_003_ulti_trail_red",,,,,,,,,"ParticleEmitter",,,"ground_fragments_continuing",,"GroundLow",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mortis_003_ulti_trail_smoke_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mortis_003_ulti_trail_dust_red",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_atk1_dust_red",,"GroundHigh",,,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_atk1_trail_twinkle_red",,"GroundHigh",,,125,,,,,,,
+"mortis_003_ulti_reached",,,,,,,,,"ParticleEmitter",,,"mortis_003_ulti_end_tornado",,"GroundHigh","true",,100,,,,"mortis_003_ulti_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"mortis_003_ulti_end_smoke",,"Above",,,100,,,,,,,
+"mortis_003_ulti_reached_red",,,,,,,,,"ParticleEmitter",,,"mortis_003_ulti_end_tornado_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mortis_003_ulti_end_smoke_red",,"Above",,,100,,,,,,,
+"mortis_004_atk",,"true",,,,,,"Mortis_atk","SWF","sc/effects_brawler.sc","mortis_003_atk",,,"Above",,,100,,,,"mortis_003_atk_red",,,
+,,,,,,,,,"ParticleEmitter",,,"mortis_003_atk_dust",,"Above",,,100,,,,,,,
+"mrp_def_atk",,"true",,,,,,"Mrp_Atk","SWF","sc/effects_brawler.sc","mrp_def_atk",,,"Above","true",,100,,,,"mrp_def_atk_red",,,250
+"mrp_def_atk_red",,"true",,,,,,"Mrp_Atk","SWF","sc/effects_brawler.sc","mrp_def_atk_red",,,"Above","true",,100,,,,,,,250
+"mrp_def_atk_trail",,,,,,,,"Mrp_Atk","ParticleEmitter",,,"mrp_def_atk_whirl",,"GroundHigh","true",,100,,,,"mrp_def_atk_trail_red",,,
+"mrp_def_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"mrp_def_atk_whirl_red",,"GroundHigh","true",,100,,,,,,,
+"mrp_def_atk1_reached",,,,,,,,,"ParticleEmitter",,,"mrp_def_atk1_reached",,"Above",,,100,,,,"mrp_def_atk1_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_some",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_def_atk1_reached_Smoke",,"GroundHigh",,,100,,,,,,,
+"mrp_def_atk1_reached_red",,,,,,,,,"ParticleEmitter",,,"mrp_def_atk1_reached_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_some",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_def_atk1_reached_smoke_red",,"GroundHigh",,,100,,,,,,,
+"mrp_def_atk2_reached",,,,,,,,,"ParticleEmitter",,,"mrp_def_atk_socks",,"Above",,,100,,,,"mrp_def_atk2_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_def_atk2_reached_ground",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","mrp_def_atk2_reached_ground",,,"GroundLow","true",,100,,,,,,,
+"mrp_def_atk2_reached_red",,,,,,,,,"ParticleEmitter",,,"mrp_def_atk_socks",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_def_atk2_reached_ground_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","mrp_def_atk2_reached_ground",,,"GroundLow","true",,100,,,,,,,
+"mrp_def_ulti",,"true",,,,,,,"SWF","sc/effects_brawler.sc","mrp_def_ulti",,,"Above","true",,100,,,,"mrp_def_ulti_red",,,250
+,,,,,,,,,"ParticleEmitter",,,"mrp_def_ulti_twinkle",,"Above",,,100,,,,,,,250
+"mrp_def_ulti_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","mrp_def_ulti_red",,,"Above","true",,100,,,,,,,250
+,,,,,,,,,"ParticleEmitter",,,"mrp_def_ulti_twinkle_red",,"Above",,,100,,,,,,,250
+"mrp_def_pet_summon",,,,,,,,"Mrp_Minip_Spawn","SWF","sc/effects_brawler.sc","mrp_def_pet_summon_bell",,,"Above",,,100,,,,"mrp_def_pet_summon_red",,,0
+,,,,,,,,,"SWF","sc/effects_brawler.sc","nita_def_ulti_clouds_blue",,,"Above",,,50,,,,,,,-50
+"mrp_def_pet_summon_red",,,,,,,,"Mrp_Minip_Spawn","SWF","sc/effects_brawler.sc","mrp_def_pet_summon_bell_red",,,"Above",,,100,,,,,,,0
+,,,,,,,,,"SWF","sc/effects_brawler.sc","nita_def_ulti_clouds_red",,,"Above",,,50,,,,,,,-50
+"mrp_def_pet_attack",,,,,,,,"Mrp_Minip_Atk","SWF","sc/effects_brawler.sc","gunSmoke_S",,,"Above",,,80,,,,,,,50
+"mrp_def_pet_death",,,,,,,,"Mrp_Minip_Die","Effect",,,,"gen_brawler_death","Above",,,100,,,,"gen_brawler_death_red",,,
+"explosion_pengula",,,,,200,,,"Sound_Gen_small_explosion","ParticleEmitter",,,"mrp_002_darkground_blue",,"Above",,,,,,,"explosion_pengula_red",,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_002_darkground_blue2",,"GroundHigh","TRUE",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_002_atk_explosion_bat",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_002_ulti_gas_base",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_002_atk_sparkles",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_002_atk_particles",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_small_blue2",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_002_cloudExplode",,"Above",,,,,,,,,,
+"explosion_pengula_red",,,,,200,,,,"ParticleEmitter",,,"mrp_002_darkground_red",,"GroundHigh","TRUE",,,,,,"explosion_pengula_red",,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_002_darkground_red2",,"GroundHigh","TRUE",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_002_atk_explosion_bat_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_002_ulti_gas_base_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_002_atk_sparkles_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_002_atk_particles_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_small_red2",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_002_cloudExplode_red",,"Above",,,,,,,,,,
+"mrp_002_atk_trail",,,,,,,,,"ParticleEmitter",,,"mrp_002_atk_trail_gas_bluePurple",,"GroundHigh","TRUE",,,,,,"mrp_002_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_002_atk_trail_dots",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_002_atk_trail_dots_dark",,"GroundHigh","TRUE",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_002_atk_trail_spark",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_002_atk_whirl",,"GroundHigh","TRUE",,100,,,,,,,
+"mrp_002_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"mrp_002_atk_trail_gas_redPurple",,"GroundHigh","TRUE",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_002_atk_trail_dots_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_002_atk_trail_spark",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_002_atk_whirl_red",,"GroundHigh","TRUE",,100,,,,,,,
+"mrp_002_pet_trail",,,,,,,,,"ParticleEmitter",,,"mrp_002_pet_atk_trail_gas_bluePurple",,"GroundHigh",,,,,,,"mrp_002_pet_trail_red",,,
+"mrp_002_pet_trail_red",,,,,,,,,"ParticleEmitter",,,"mrp_002_pet_atk_trail_gas_redPurple",,"GroundHigh",,,,,,,,,,
+"mrp_002_ulti_trail",,,,,,,,,"ParticleEmitter",,,"mrp_002_atk_trail_gas_bluePurple",,"GroundHigh","TRUE",,,,,,"mrp_002_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_002_atk_trail_dots",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_002_atk_trail_dots_dark",,"Above",,,,,,,,,,
+"mrp_002_ulti_trail_red",,,,,,,,,"ParticleEmitter",,,"mrp_002_atk_trail_gas_redPurple",,"GroundHigh","TRUE",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_002_atk_trail_dots_red",,"Above",,,,,,,,,,
+"mrp_002_pet_attack",,,,,,,,,"ParticleEmitter",,,"mrp_002_atk_fire",,"Above",,,,,,,"mrp_002_pet_attack_red",,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_002_atk_ring",,"Above",,,,,,,,,,
+"mrp_002_pet_attack_red",,,,,,,,,"ParticleEmitter",,,"mrp_002_atk_fire_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_002_atk_ring_red",,"Above",,,,,,,,,,
+"mrp_002_ulti_spawn",,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_small_blue2",,"Above",,,,,,,"mrp_002_ulti_spawn_red",,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_002_atk_explosion_bat",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_002_atk_twinkles",,"Above",,,,,,,,,,
+,,,,,,,,"Mrp_Minip_Spawn","ParticleEmitter",,,"mrp_002_ulti_gas_base",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_002_atk_whirl_smoke",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","mrp_002_pet_summon_bell",,,"Above",,,100,,,,,,,0
+"mrp_002_ulti_spawn_red",,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_small_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_002_atk_explosion_bat_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_002_atk_twinkles_red",,"Above",,,,,,,,,,
+,,,,,,,,"Mrp_Minip_Spawn","ParticleEmitter",,,"mrp_002_ulti_gas_base_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_002_atk_whirl_smoke_red",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","mrp_002_pet_summon_bell_red",,,"Above",,,100,,,,,,,0
+"mrp_002_atk_reachaed",,,,,,,,,"ParticleEmitter",,,"bea_003_atk_hit_scratch",,"Above",,,,,,,"mrp_002_atk_reachaed_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_glow",,"Above",,,,,,,,,,
+"mrp_002_atk_reachaed_red",,,,,,,,,"ParticleEmitter",,,"bea_003_atk_hit_scratch_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_glow_red",,"Above",,,,,,,,,,
+"mrp_002_atk1_reached",,,,,,,,,"ParticleEmitter",,,"mrp_002_atk1_reached",,"Above",,,100,,,,"mrp_002_atk1_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_some",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_def_atk1_reached_Smoke",,"GroundHigh",,,100,,,,,,,
+"mrp_002_atk1_reached_red",,,,,,,,,"ParticleEmitter",,,"mrp_002_atk1_reached_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_some",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mrp_def_atk1_reached_smoke_red",,"GroundHigh",,,100,,,,,,,
+"nani_def_atk_trail",,,,,,,,"Nani_Atk","ParticleEmitter",,,"nani_def_atk_trail_elec",,"Above",,,100,,,,"nani_def_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"nani_def_atk_trail_spark",,"Above",,,100,,,,,,,
+"nani_def_atk_trail_red",,,,,,,,"Nani_Atk","ParticleEmitter",,,"nani_def_atk_trail_elec_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"nani_def_atk_trail_spark_red",,"Above",,,100,,,,,,,
+"nani_def_atk_hit",,,,,,,,,"ParticleEmitter",,,"nani_def_atk_reached_shock",,"Above","true",,150,,,,"nani_def_atk_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"nani_def_atk_reached_spark",,"Above",,,120,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","elecHit_blue",,,"Above",,,55,,,,,,,
+"nani_def_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"nani_def_atk_reached_shock_red",,"Above","true",,150,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"nani_def_atk_reached_spark_red",,"Above",,,120,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","elecHit_red",,,"Above",,,55,,,,,,,
+"nani_def_atk_reached",,,,,,,,,"ParticleEmitter",,,"nani_def_atk_reached_shock",,"Above","true",,100,,,,"nani_def_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"nani_def_atk_reached_spark",,"Above",,,100,,,,,,,
+"nani_def_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"nani_def_atk_reached_shock_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"nani_def_atk_reached_spark_red",,"Above",,,100,,,,,,,
+"nani_def_ulti_trail","true","true",,,,,,,"ParticleEmitter",,,"nani_def_ulti_trail_smoke",,"GroundLow",,,100,,,,"nani_def_ulti_trail_red",,,480
+,,,,,,,,,"ParticleEmitter",,,"nani_def_ulti_trail_spark",,"GroundHigh",,,80,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","nani_def_ulti_trail_wifi",,,"Above","true",,70,,,,,,,
+"nani_def_ulti_trail_red","true","true",,,,,,,"ParticleEmitter",,,"nani_def_ulti_trail_smoke_red",,"GroundLow",,,100,,,,,,,480
+,,,,,,,,,"ParticleEmitter",,,"nani_def_ulti_trail_spark_red",,"GroundHigh",,,80,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","nani_def_ulti_trail_wifi_red",,,"Above","true",,70,,,,,,,
+"nani_def_ulti_cancel",,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit_cloud",,"Above",,,70,,,,"nani_def_ulti_cancel_red",,,
+,,,,,,,,,"ParticleEmitter",,,"max_def_atk_hit",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"nani_def_atk_reached_spark",,"Above",,,100,,,,,,,
+"nani_def_ulti_cancel_red",,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit_cloud_red",,"Above",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_def_atk_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"nani_def_atk_reached_spark_red",,"Above",,,100,,,,,,,
+"nani_gold_ulti_trail","true","true",,,,,,,"ParticleEmitter",,,"nani_gold_ulti_trail_smoke",,"GroundLow",,,100,,,,"nani_def_ulti_trail_red",,,480
+,,,,,,,,,"ParticleEmitter",,,"nani_gold_ulti_trail_spark",,"GroundHigh",,,80,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","nani_def_ulti_trail_wifi",,,"Above","true",,70,,,,,,,
+"nani_silver_ulti_trail","true","true",,,,,,,"ParticleEmitter",,,"nani_silver_ulti_trail_smoke",,"GroundLow",,,100,,,,"nani_def_ulti_trail_red",,,480
+,,,,,,,,,"ParticleEmitter",,,"nani_silver_ulti_trail_spark",,"GroundHigh",,,80,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","nani_def_ulti_trail_wifi",,,"Above","true",,70,,,,,,,
+"nani_003_atk_trail",,,,,,,,"Nani_Atk","ParticleEmitter",,,"nani_def_atk_trail_elec",,"Above",,,100,,,,"nani_003_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"nani_def_atk_trail_spark",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"nani_003_atk_trail_angry",,"Above",,,100,,,,,,,
+"nani_003_atk_trail_red",,,,,,,,"Nani_Atk","ParticleEmitter",,,"nani_def_atk_trail_elec_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"nani_def_atk_trail_spark_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"nani_003_atk_trail_angry_red",,"Above",,,100,,,,,,,
+"nani_003_ulti_trail","true","true",,,,,,"Nani_Heli","ParticleEmitter",,,"nani_def_ulti_trail_smoke",,"GroundLow",,,100,,,,"nani_003_ulti_trail_red",,,300
+,,,,,,,,,"ParticleEmitter",,,"nani_def_ulti_trail_spark",,"GroundHigh",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"nani_003_ulti_notes",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"nani_003_ulti_notes_blue",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"nani_003_ulti_notes_green",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"nani_003_ulti_trail_leaves",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"nani_003_ulti_sweat",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"nani_003_ulti_shock_1",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"nani_003_ulti_shock_2",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"nani_003_ulti_shock_3",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","nani_003_ulti_glow",,,"Above",,,100,,,,,,,
+"nani_003_ulti_trail_red","true","true",,,,,,,"ParticleEmitter",,,"nani_def_ulti_trail_smoke_red",,"GroundLow",,,100,,,,,,,300
+,,,,,,,,,"ParticleEmitter",,,"nani_def_ulti_trail_spark_red",,"GroundHigh",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"nani_003_ulti_notes_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"nani_003_ulti_notes_violet",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"nani_003_ulti_notes_purple",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"nani_003_ulti_trail_leaves_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"nani_003_ulti_sweat",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"nani_003_ulti_shock_1",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"nani_003_ulti_shock_2",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"nani_003_ulti_shock_3",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","nani_003_ulti_glow_red",,,"Above",,,100,,,,,,,
+"nita_def_atk_trail","true","true",,,,,,,"ParticleEmitter",,,"nita_def_atk_cracks",,"GroundHigh","true",,100,,,,"nita_def_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloud_blue",,"GroundHigh",,,100,,,,,,,
+"nita_def_atk_trail_red","true","true",,,,,,,"ParticleEmitter",,,"nita_def_atk_cracks",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloud_red",,"GroundHigh",,,100,,,,,,,
+"nita_def_atk_end_blue",,,,,,,,,"SWF","sc/effects_brawler.sc","nita_def_atk_end_blue",,,"GroundHigh",,,100,,,,"nita_def_atk_end_red",,,
+"nita_def_atk_end_red",,,,,,,,,"SWF","sc/effects_brawler.sc","nita_def_atk_end_red",,,"GroundHigh",,,100,,,,,,,
+"nita_def_ulti_trail","true","true",,,,,,,"ParticleEmitter",,,"cloud_blue_trail",,"GroundHigh",,,100,,,,"nita_def_ulti_trail_red",,,
+"nita_def_ulti_trail_red","true","true",,,,,,,"ParticleEmitter",,,"cloud_red_trail",,"GroundHigh",,,100,,,,,,,
+"nita_def_starPower_hit",,"true",,,,,,,"ParticleEmitter",,,"nita_def_starPower_hit",,"Above",,,100,,,,"nita_def_starPower_hit_red",,,
+"nita_def_starPower_hit_red",,"true",,,,,,,"ParticleEmitter",,,"nita_def_starPower_hit_red",,"Above",,,100,,,,,,,
+"nita_def_ulti_spawn","true",,,,,,,"Nita_ulti_bear","ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,"nita_def_ulti_spawn_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","nita_def_ulti_groundAbove_blue",,,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","nita_def_ulti_clouds_blue",,,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","nita_def_ulti_ground_blue",,,"GroundHigh",,,100,,,,,,,
+"nita_def_ulti_spawn_red","true",,,,,,,"Nita_ulti_bear","ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","nita_def_ulti_groundAbove_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","nita_def_ulti_clouds_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","nita_def_ulti_ground_red",,,"GroundHigh",,,100,,,,,,,
+"nita_003_ulti_spawn","true",,,,,,,"Nita_dog_summon","ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,"nita_003_ulti_spawn_red",,,
+,,,,,,,,,"ParticleEmitter",,,"nita_003_ulti_clouds",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"nita_003_ulti_bones",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","nita_def_ulti_groundAbove_blue",,,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","nita_003_ulti_ground_blue",,,"GroundHigh",,,100,,,,,,,
+"nita_003_ulti_spawn_red","true",,,,,,,"Nita_dog_summon","ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"nita_003_ulti_clouds_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"nita_003_ulti_bones_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","nita_def_ulti_groundAbove_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","nita_003_ulti_ground_red",,,"GroundHigh",,,100,,,,,,,
+"nita_004_atk",,,,,100,,,"Water_Nita_Atk","ParticleEmitter",,,"nita_004_atk",,"Above",,,130,,,,"nita_004_atk_red",,,150
+"nita_004_atk_red",,,,,100,,,"Water_Nita_Atk","ParticleEmitter",,,"nita_004_atk_red",,"Above",,,130,,,,,,,150
+"nita_004_atk_trail",,,,,,,,,"ParticleEmitter",,,"ground_fragments",,"GroundHigh",,,100,,,,"nita_004_atk_trail_red",,,
+,,"true",,,,,,,"ParticleEmitter",,,"carl_005_atk_trail_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"carl_006_atk_trail_splash",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"carl_006_atk_trail_splash_above",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"carl_006_atk_trail_droplets",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"brock_004_waterStain_trail",,"GroundLow","TRUE",,100,,,,,,,
+"nita_004_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"ground_fragments",,"GroundHigh",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"carl_005_atk_trail_twinkles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"carl_006_atk_trail_splash_red",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"carl_006_atk_trail_splash_above_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"carl_006_atk_trail_droplets_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"brock_004_waterStain_trail",,"GroundLow","TRUE",,100,,,,,,,
+"nita_004_atk_end_blue",,,,,,,,,"ParticleEmitter",,,"nita_004_atk_end_splash",,"Above","TRUE",,100,,,,"nita_004_atk_end_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","brock_004_atk_hit_splash",,,"Above",,,60,,,,,,,
+"nita_004_atk_end_red",,,,,,,,,"ParticleEmitter",,,"nita_004_atk_end_splash_red",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","brock_004_atk_hit_splash_red",,,"Above",,,60,,,,,,,
+"nita_004_atk_hit",,,,,,,,"Water_jess_hit","SWF","sc/effects_brawler.sc","jessie_002_atk_hit_red",,,"Above",,,140,,,,"nita_004_atk_hit_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_002_atk_hit_ground_red",,,"GroundHigh","true",,90,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterSplat_big_red",,"Above",,,90,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain_circles",,"GroundLow","true",,100,,,,,,,
+"nita_004_atk_hit_red",,,,,,,,"Water_jess_hit","SWF","sc/effects_brawler.sc","jessie_002_atk_hit",,,"Above",,,140,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_002_atk_hit_ground",,,"GroundHigh","true",,90,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterSplat_big",,"Above",,,90,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain_circles",,"GroundLow","true",,100,,,,,,,
+"nita_004_ulti_spawn",,,,,150,150,,"Nita_Whale_Call","ParticleEmitter",,,"nita_004_ulti_splash",,"Object","TRUE",,100,,,,"nita_004_ulti_spawn_red",,,
+,,,,,,,,,"ParticleEmitter",,,"nita_004_ulti_splash_ring",,"GroundHigh","true",,200,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"nita_004_ulti_droplets",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"nita_004_ulti_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","nita_004_ulti_ground_blue",,,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"nita_004_ulti_drop_fish",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"nita_004_ulti_drop_starFish",,"GroundHigh",,,100,,,,,,,
+"nita_004_ulti_spawn_red",,,,,150,150,,"Nita_Whale_Call","ParticleEmitter",,,"nita_004_ulti_splash_red",,"Object","TRUE",,100,,,,"nita_004_ulti_spawn_red",,,
+,,,,,,,,,"ParticleEmitter",,,"nita_004_ulti_splash_ring_red",,"GroundHigh","true",,200,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"nita_004_ulti_droplets_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"nita_004_ulti_twinkles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","nita_004_ulti_ground_red",,,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"nita_004_ulti_drop_fish_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"nita_004_ulti_drop_starFish_red",,"GroundHigh",,,100,,,,,,,
+"pam_def_atk",,,,,50,20,,"MiniG_fire","ParticleEmitter",,,"pam_def_atk_shock",,"Above",,,100,,,,"pam_def_atk_red",,,200
+,,,,,,,,,"ParticleEmitter",,,"pam_def_atk_clouds",,"GroundHigh",,,100,,,,,,,100
+"pam_def_atk_red",,,,,50,20,,"MiniG_fire","ParticleEmitter",,,"pam_def_atk_shock_red",,"Above",,,100,,,,,,,200
+,,,,,,,,,"ParticleEmitter",,,"pam_def_atk_clouds_red",,"GroundHigh",,,100,,,,,,,
+"pam_def_atk_reachaed",,,,,,,,,"ParticleEmitter",,,"pam_def_atkEnd_blue",,"Above",,,100,,,,"pam_def_atk_reachaed_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"pam_def_atk_reachaed_red",,,,,,,,,"ParticleEmitter",,,"pam_def_atkEnd_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"pam_def_atk_hit",,,,,,,,,"Effect",,,,"Gen_hit","Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"pam_def_atk_hit",,"Above",,,100,,,,,,,
+"pam_def_ult_trail",,,,,,,,,"ParticleEmitter",,,"pam_def_ulti_trail",,"Above",,,100,,,,"pam_def_ult_trail_red",,,
+"pam_def_ult_trail_red",,,,,,,,,"ParticleEmitter",,,"pam_def_ulti_trail_red",,"Above",,,100,,,,,,,
+"pam_def_ulti_area_active",,"true",,,,,,,"SWF","sc/effects_brawler.sc","pam_def_ulti_area_active",,,"GroundLow","true",,100,,,,"pam_def_ulti_area_active_red",,,
+"pam_def_ulti_area_active_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","pam_def_ulti_area_active_red",,,"GroundLow","true",,100,,,,,,,
+"pam_def_ulti_area_loop",,"true",,,,,,,"SWF","sc/effects_brawler.sc","pam_def_ulti_area_loop",,,"GroundLow","true",,85,,,,"pam_def_ulti_area_loop_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","pam_def_ulti_machine",,,"GroundLow",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","pam_def_ulti_machine_cover",,,"Above",,,,,,,,,,
+"pam_def_ulti_area_loop_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","pam_def_ulti_area_loop_red",,,"GroundLow","true",,85,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","pam_def_ulti_machine_red",,,"GroundLow",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","pam_def_ulti_machine_cover_red",,,"Above",,,,,,,,,,
+"pam_def_starPower",,,,,,,,,"SWF","sc/effects_brawler.sc","pam_def_starPower",,,"GroundLow","true",,100,,,,"pam_def_starPower_red",,,
+,,,,,,,,,"ParticleEmitter",,,"pam_def_starP_twinkles",,"Above",,,,,,,,,,
+"pam_def_starPower_red",,,,,,,,,"SWF","sc/effects_brawler.sc","pam_def_starPower_red",,,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"pam_def_starP_twinkles_red",,"Above",,,,,,,,,,
+"pam_def_ulti_spawn",,"true",,,,,,"Shrooms","ParticleEmitter",,,"jessie_def_spawnCloud_blue",,"Above",,,,,,,"pam_def_ulti_spawn_red",,,
+,,"true",,,,,,,"ParticleEmitter",,,"jessie_def_spawnCloudGround_blue",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"twinkle_vertical",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_spawn_blue",,,"Above",,,,,,,,,,
+"pam_def_ulti_spawn_red",,"true",,,,,,"Shrooms","ParticleEmitter",,,"jessie_def_spawnCloud_red",,"Above",,,,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"jessie_def_spawnCloudGround_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"twinkle_vertical",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_spawn_red",,,"Above",,,,,,,,,,
+"pam_002_atk",,,,,100,,,"Water_jess_turret_atk","ParticleEmitter",,,"pam_002_atk_base",,"Above",,,100,,,,"pam_002_atk_red",,,200
+,,,,,,,,,"ParticleEmitter",,,"pam_002_atk_splash",,"GroundHigh",,,100,,,,,,,
+"pam_002_atk_red",,,,,100,,,"Water_jess_turret_atk","ParticleEmitter",,,"pam_002_atk_base_red",,"Above",,,100,,,,,,,200
+,,,,,,,,,"ParticleEmitter",,,"pam_002_atk_splash_red",,"GroundHigh",,,100,,,,,,,
+"pam_002_atk_reached",,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_002_atk_hitEnv",,,"Above",,,40,,,,"pam_002_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterSplat_small",,"GroundHigh","false",,,,,,,,,
+"pam_002_atk_reached_red",,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_002_atk_hitEnv_red",,,"Above",,,40,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterSplat_small_red",,"GroundHigh","false",,,,,,,,,
+"pam_003_atk",,,,,50,20,,"MiniG_fire","ParticleEmitter",,,"pam_003_atk_base",,"Above",,,100,,,,"pam_003_atk_red",,,200
+,,,,,,,,,"ParticleEmitter",,,"pam_003_atk_clouds",,"Above",,,100,,,,,,,100
+,"true","true",,,,,,,"ParticleEmitter",,,"pam_003_atk_spark",,"GroundHigh","TRUE",,,,,,,,,
+"pam_003_atk_red",,,,,50,20,,"MiniG_fire","ParticleEmitter",,,"pam_003_atk_base_red",,"Above",,,100,,,,,,,200
+,,,,,,,,,"ParticleEmitter",,,"pam_003_atk_clouds_red",,"Above",,,100,,,,,,,100
+,"true","true",,,,,,,"ParticleEmitter",,,"pam_003_atk_spark_red",,"GroundHigh","TRUE",,,,,,,,,
+"pam_003_atk_trail","true","true",,,,,,,"ParticleEmitter",,,"gen_flame_short_blueLight_01",,"GroundHigh",,,100,,,,"pam_003_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gen_flame_short_blueLight_02",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_ulti_trail",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"pam_003_atk_trail_gas",,"GroundTop",,,100,,,,,,,
+"pam_003_atk_trail_red","true","true",,,,,,,"ParticleEmitter",,,"gen_flame_short_redLight_01",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_flame_short_redLight_02",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barley_def_ulti_trail_red",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"pam_003_atk_trail_gas_red",,"GroundTop",,,100,,,,,,,
+"pam_003_atk_reached",,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit_cloud",,"Above",,,40,,,,"pam_003_atk_reached_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","pam_003_atk_hit_ground",,,"GroundHigh","true",,30,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"pam_003_atk_reached_fire",,"GroundHigh",,,,,,,,,,
+"pam_003_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit_cloud_red",,"Above",,,40,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","pam_003_atk_hit_ground",,,"GroundHigh","true",,30,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"pam_003_atk_reached_fire_red",,"GroundHigh",,,,,,,,,,
+"pam_003_ulti_trail","true",,,,,,,,"ParticleEmitter",,,"pam_003_ulti_particle",,"Above",,,,,,,"pam_003_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"pam_003_ulti_trail_gas",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"pam_003_ulti_trail_twinkles",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"pam_003_ulti_trail_frags",,"Above",,,100,,,,,,,
+"pam_003_ulti_trail_red","true",,,,,,,,"ParticleEmitter",,,"pam_003_ulti_particle_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"pam_003_ulti_trail_gas_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"pam_003_ulti_trail_twinkles",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"pam_003_ulti_trail_frags_red",,"Above",,,100,,,,,,,
+"pam_003_ulti_area_active",,"true",,,,,,,"SWF","sc/effects_brawler.sc","pam_def_ulti_area_active",,,"GroundLow","true",,100,,,,"pam_003_ulti_area_active_red",,,
+,,,,,,,,,"ParticleEmitter",,,"pam_003_ulti_drop_gem",,"GroundHigh",,,100,,,,,,,
+"pam_003_ulti_area_active_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","pam_def_ulti_area_active_red",,,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"pam_003_ulti_drop_gem_red",,"GroundHigh",,,100,,,,,,,
+"pam_003_ulti_area_loop",,"true",,,,,,,"SWF","sc/effects_brawler.sc","pam_003_ulti_area_loop",,,"GroundLow","true",,85,,,,"pam_003_ulti_area_loop_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","pam_def_ulti_machine",,,"GroundLow",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","pam_def_ulti_machine_cover",,,"Above",,,,,,,,,,
+"pam_003_ulti_area_loop_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","pam_003_ulti_area_loop_red",,,"GroundLow","true",,85,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","pam_def_ulti_machine",,,"GroundLow",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","pam_def_ulti_machine_cover",,,"Above",,,,,,,,,,
+"penny_def_atk",,,,,200,,,"Marig_fire","SWF","sc/effects_brawler.sc","gunSmoke_M",,,"Above",,,100,,,,,,,500
+,,,,,,,,,"ParticleEmitter",,,"penny_def_atk_twinkles",,"Above",,,100,,,,,,,
+"penny_def_atk_trail","true",,,,,,,,"ParticleEmitter",,,"gold_trail_emitter",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"penny_def_atk_trail",,"Above",,,100,,,,,,,
+"penny_def_atk1_reached",,,,,,,,"Marig_nohit","ParticleEmitter",,,"gold_no_hit_explosion",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Above",,,100,,,,,,,
+"penny_def_atk1_hit",,,,,,,,"Marig_hit","ParticleEmitter",,,"penny_def_atk1_hit",,"Above",,,100,,,,"penny_def_atk1_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gold_hit_explosion",,"Above",,,100,,,,,,,
+"penny_def_atk1_hit_red",,,,,,,,"Marig_hit","ParticleEmitter",,,"penny_def_atk1_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gold_hit_explosion",,"Above",,,100,,,,,,,
+"penny_def_atk1_hit_env",,,,,,,,"Marig_hit","ParticleEmitter",,,"penny_def_atk1_hit_env",,"Above",,,100,,,,"penny_def_atk1_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gold_hit_explosion",,"Above",,,100,,,,,,,
+"penny_def_atk2_hit",,,,,,,,,"ParticleEmitter",,,"penny_def_atk2_hit",,"Above",,,100,,,,,,,
+"penny_def_atk2_reached",,,,,,,,"Marig_nohit","ParticleEmitter",,,"gold_no_hit_explosion",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Above",,,100,,,,,,,
+"penny_def_turret_explosion",,,,,200,50,,"Sound_Gen_small_explosion","ParticleEmitter",,,"cloudExplode_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_explode_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_spark_red_short",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_attack_blue",,,"GroundHigh","TRUE",,100,,,,,,,
+"penny_def_turret_atk",,,,,200,,,"explosion_rocket_rose","SWF","sc/effects_brawler.sc","gunSmoke_L",,,"Above",,,110,,,,,,,400
+"penny_def_ulti_spawn",,"true",,,,,,"Penny_turret_spawn","ParticleEmitter",,,"jessie_def_spawnCloud_blue",,"Above",,,100,,,,"penny_def_ulti_spawn_red",,,
+,,"true",,,,,,,"ParticleEmitter",,,"jessie_def_spawnCloudGround_blue",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"twinkle_vertical",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"penny_def_ulti_woodFrag",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_spawn_blue",,,"Above",,,100,,,,,,,
+"penny_def_ulti_spawn_red",,"true",,,,,,"Penny_turret_spawn","ParticleEmitter",,,"jessie_def_spawnCloud_red",,"Above",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"jessie_def_spawnCloudGround_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"twinkle_vertical",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"penny_def_ulti_woodFrag",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_spawn_red",,,"Above",,,100,,,,,,,
+"penny_002_atk_trail","true",,,,,,,,"ParticleEmitter",,,"penny_002_atk_trail_ball",,"GroundHigh",,,100,,,,"penny_002_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"penny_002_atk_trail_ice",,"Above",,,100,,,,,,,
+"penny_002_atk_trail_red","true",,,,,,,,"ParticleEmitter",,,"penny_002_atk_trail_ball_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"penny_002_atk_trail_ice_red",,"Above",,,100,,,,,,,
+"penny_002_atk1_reached",,,,,,,,"Marig_nohit","ParticleEmitter",,,"penny_002_atk_noHit_explosion",,"Above",,,100,,,,"penny_002_atk1_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Above",,,100,,,,,,,
+"penny_002_atk1_reached_red",,,,,,,,"Marig_nohit","ParticleEmitter",,,"penny_002_atk_noHit_explosion_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Above",,,100,,,,,,,
+"penny_002_atk1_hit",,,,,,,,"Marig_hit","ParticleEmitter",,,"penny_def_atk1_hit",,"Above",,,100,,,,"penny_002_atk1_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"penny_002_atk_hit_explosion",,"Above",,,100,,,,,,,
+"penny_002_atk1_hit_red",,,,,,,,"Marig_hit","ParticleEmitter",,,"penny_def_atk1_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"penny_002_atk_hit_explosion",,"Above",,,100,,,,,,,
+"penny_002_atk1_hit_env",,,,,,,,"Marig_hit","ParticleEmitter",,,"penny_def_atk1_hit_env",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"penny_002_atk_hit_explosion",,"Above",,,100,,,,,,,
+"penny_002_atk2_reached",,,,,,,,"Marig_nohit","ParticleEmitter",,,"penny_002_atk2_reached",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Above",,,100,,,,,,,
+"penny_002_ulti_trail","true",,,,,,,,"ParticleEmitter",,,"jessie_def_ulti_trail_blue",,"Above",,,100,,,,"penny_002_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"penny_002_ulti_trail",,"Above",,,100,,,,,,,
+"penny_002_ulti_spawn",,"true",,,,,,"Penny_turret_spawn","ParticleEmitter",,,"jessie_def_spawnCloud_blue",,"Above",,,100,,,,"penny_002_ulti_spawn_red",,,
+,,"true",,,,,,,"ParticleEmitter",,,"jessie_def_spawnCloudGround_blue",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"twinkle_vertical",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"penny_002_ulti_iceBomb",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_spawn_blue",,,"Above",,,100,,,,,,,
+"penny_002_ulti_spawn_red",,"true",,,,,,"Penny_turret_spawn","ParticleEmitter",,,"jessie_def_spawnCloud_red",,"Above",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"jessie_def_spawnCloudGround_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"twinkle_vertical",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"penny_002_ulti_iceBomb_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_spawn_red",,,"Above",,,100,,,,,,,
+"penny_002_ulti_trail_red","true",,,,,,,,"ParticleEmitter",,,"jessie_def_ulti_trail_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"penny_002_ulti_trail_red",,"Above",,,100,,,,,,,
+"penny_003_atk_trail","true",,,,,,,,"ParticleEmitter",,,"penny_003_atk_trail_flowers",,"GroundHigh",,,100,,,,"penny_003_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"penny_def_atk_trail",,"Above",,,100,,,,,,,
+"penny_003_atk_trail_red","true",,,,,,,,"ParticleEmitter",,,"penny_003_atk_trail_flowers_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"penny_def_atk_trail",,"Above",,,100,,,,,,,
+"penny_003_atk1_reached",,,,,,,,"Marig_nohit","ParticleEmitter",,,"penny_003_atk_noHit_explosion",,"Above",,,100,,,,"penny_003_atk1_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Above",,,100,,,,,,,
+"penny_003_atk1_reached_red",,,,,,,,"Marig_nohit","ParticleEmitter",,,"penny_003_atk_noHit_explosion_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Above",,,100,,,,,,,
+"penny_003_atk1_hit",,,,,,,,"Marig_hit","ParticleEmitter",,,"penny_def_atk1_hit",,"Above",,,100,,,,"penny_003_atk1_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"penny_003_atk_hit_explosion",,"Above",,,100,,,,,,,
+"penny_003_atk1_hit_red",,,,,,,,"Marig_hit","ParticleEmitter",,,"penny_def_atk1_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"penny_003_atk_hit_explosion_red",,"Above",,,100,,,,,,,
+"penny_003_atk1_hit_env",,,,,,,,"Marig_hit","ParticleEmitter",,,"penny_def_atk1_hit_env",,"Above",,,100,,,,"penny_003_atk1_hit_env_red",,,
+,,,,,,,,,"ParticleEmitter",,,"penny_003_atk_hit_explosion",,"Above",,,100,,,,,,,
+"penny_003_atk1_hit_env_red",,,,,,,,"Marig_hit","ParticleEmitter",,,"penny_def_atk1_hit_env",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"penny_003_atk_hit_explosion_red",,"Above",,,100,,,,,,,
+"penny_003_atk2_reached",,,,,,,,"Marig_nohit","ParticleEmitter",,,"penny_003_atk2_reached",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Above",,,100,,,,,,,
+"penny_003_ulti_trail","true",,,,,,,,"ParticleEmitter",,,"jessie_def_ulti_trail_blue",,"GroundHigh",,,100,,,,"penny_003_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"penny_003_ulti_trail",,"GroundHigh",,,100,,,,,,,
+"penny_003_ulti_trail_red","true",,,,,,,,"ParticleEmitter",,,"jessie_def_ulti_trail_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"penny_003_ulti_trail_red",,"GroundHigh",,,100,,,,,,,
+"penny_003_ulti_spawn",,"true",,,,,,"Penny_turret_spawn","ParticleEmitter",,,"jessie_def_spawnCloud_blue",,"Above",,,100,,,,"penny_003_ulti_spawn_red",,,
+,,"true",,,,,,,"ParticleEmitter",,,"jessie_def_spawnCloudGround_blue",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"twinkle_vertical",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"penny_003_ulti_flowerBomb",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_spawn_blue",,,"Above",,,100,,,,,,,
+"penny_003_ulti_spawn_red",,"true",,,,,,"Penny_turret_spawn","ParticleEmitter",,,"jessie_def_spawnCloud_red",,"Above",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"jessie_def_spawnCloudGround_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"twinkle_vertical",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"penny_003_ulti_flowerBomb_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_spawn_red",,,"Above",,,100,,,,,,,
+"penny_004_atk_trail",,,,,,,,,"ParticleEmitter",,,"penny_004_atk1_trail_bugs",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"penny_def_atk_trail",,"Above",,,100,,,,,,,
+"penny_004_atk1_reached",,,,,,,,"Marig_nohit","ParticleEmitter",,,"penny_004_atk_noHit_explosion",,"Above",,,100,,,,"penny_004_atk1_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"penny_004_atk1_hit_bugs",,"Above",,,100,,,,,,,
+"penny_004_atk1_reached_red",,,,,,,,"Marig_nohit","ParticleEmitter",,,"penny_004_atk_noHit_explosion_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"penny_004_atk1_hit_bugs",,"Above",,,100,,,,,,,
+"penny_004_atk1_hit",,,,,,,,"Marig_hit","ParticleEmitter",,,"penny_def_atk1_hit",,"Above",,,100,,,,"penny_004_atk1_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"penny_004_atk_hit_explosion",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"penny_004_atk1_hit_bugs",,"Above",,,100,,,,,,,
+"penny_004_atk1_hit_red",,,,,,,,"Marig_hit","ParticleEmitter",,,"penny_def_atk1_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"penny_004_atk_hit_explosion_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"penny_004_atk1_hit_bugs",,"Above",,,100,,,,,,,
+"penny_004_atk1_hit_env",,,,,,,,"Marig_hit","ParticleEmitter",,,"penny_def_atk1_hit_env",,"Above",,,100,,,,"penny_004_atk1_hit_env_red",,,
+,,,,,,,,,"ParticleEmitter",,,"penny_004_atk_hit_explosion",,"Above",,,100,,,,,,,
+"penny_004_atk1_hit_env_red",,,,,,,,"Marig_hit","ParticleEmitter",,,"penny_def_atk1_hit_env",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"penny_004_atk_hit_explosion_red",,"Above",,,100,,,,,,,
+"penny_004_atk2_reached",,,,,,,,"Marig_nohit","ParticleEmitter",,,"penny_004_atk2_reached_red",,"Above",,,100,,,,"penny_004_atk2_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Above",,,100,,,,,,,
+"penny_004_atk2_reached_red",,,,,,,,"Marig_nohit","ParticleEmitter",,,"penny_004_atk2_reached_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Above",,,100,,,,,,,
+"penny_005_atk1_trail",,"true",,,,,,,"ParticleEmitter",,,"penny_005_atk1_trail_gas",,"Object",,,100,,,,,,,
+"penny_005_atk1_hit",,,,,,,,"Marig_hit","ParticleEmitter",,,"cloudExplode_small",,"Object",,,125,,,,"penny_005_atk1_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"penny_005_atk1_frags",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"penny_def_atk1_hit",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"penny_005_atk1Hit_spark",,"Above",,,100,,,,,,,
+"penny_005_atk1_hit_red",,,,,,,,"Marig_hit","ParticleEmitter",,,"cloudExplode_small_red2",,"Object",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"penny_005_atk1_frags_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"penny_def_atk1_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"penny_005_atk1Hit_spark_red",,"Above",,,100,,,,,,,
+"penny_005_atk1_env",,,,,,,,"Marig_hit","ParticleEmitter",,,"cloudExplode_small",,"Object",,,125,,,,"penny_005_atk1_env_red",,,
+,,,,,,,,,"ParticleEmitter",,,"penny_005_atk1_frags",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"penny_def_atk1_hit",,"Above",,,50,,,,,,,
+"penny_005_atk1_env_red",,,,,,,,"Marig_hit","ParticleEmitter",,,"cloudExplode_small_red2",,"Object",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"penny_005_atk1_frags_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"penny_def_atk1_hit_red",,"Above",,,50,,,,,,,
+"penny_005_atk1_end",,,,,,,,"Marig_nohit","ParticleEmitter",,,"cloudExplode_small",,"Above",,,100,,,,"penny_005_atk1_end_red",,,
+,,,,,,,,,"ParticleEmitter",,,"penny_005_atk1_frags",,"GroundTop",,,100,,,,,,,
+"penny_005_atk1_end_red",,,,,,,,"Marig_nohit","ParticleEmitter",,,"cloudExplode_small_red2",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"penny_005_atk1_frags_red",,"GroundTop",,,100,,,,,,,
+"penny_005_atk2_trail",,,,,,,,,"ParticleEmitter",,,"penny_005_atk2_trail_dots",,"Above",,,100,,,,,,,
+"penny_005_atk2_hit",,,,,,,,"Marig_hit","ParticleEmitter",,,"penny_def_atk2_hit",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"penny_005_atk2_hit_dots",,"Above",,,100,,,,,,,
+"penny_005_atk2_reached",,,,,,,,"Marig_nohit","ParticleEmitter",,,"penny_004_atk2_reached_red",,"Above",,,100,,,,"penny_004_atk2_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"penny_005_atk2_reached_dots",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_gold",,"Above",,,100,,,,,,,
+"penny_005_turret_trail",,,,,,,,,"ParticleEmitter",,,"penny_005_turret_trail_spark",,"Object",,,100,,,,"penny_005_turret_trail_red",,,
+"penny_005_turret_trail_red",,,,,,,,,"ParticleEmitter",,,"penny_005_turret_trail_spark_red",,"Object",,,100,,,,,,,
+"penny_005_turret_explosion",,,,,200,50,,"explosion_rocket_rose","ParticleEmitter",,,"cloudExplode_gold",,"Above",,,125,,,,"penny_005_turret_explosion_red",,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_gold",,"GroundHigh",,,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bo_003_atk_spark",,"Above",,,110,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"brock_explode_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","brock_def_atk_area_blue",,,"GroundHigh","true",,100,,,,,,,
+"penny_005_turret_explosion_red",,,,,200,50,,"explosion_rocket_rose","ParticleEmitter",,,"cloudExplode_goldRed",,"Above",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_goldRed",,"GroundHigh",,,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bo_003_atk_spark_red",,"Above",,,110,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"brock_explode_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","brock_def_atk_area_red",,,"GroundHigh","true",,100,,,,,,,
+"penny_005_ulti_spawn",,"true",,,,,,"Penny_turret_spawn","ParticleEmitter",,,"jessie_def_spawnCloud_blue",,"Above",,,100,,,,"penny_005_ulti_spawn_red",,,
+,,"true",,,,,,,"ParticleEmitter",,,"jessie_def_spawnCloudGround_blue",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"twinkle_vertical",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"penny_005_ulti_spawn_spark",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_spawn_blue",,,"Above",,,100,,,,,,,
+"penny_005_ulti_spawn_red",,"true",,,,,,"Penny_turret_spawn","ParticleEmitter",,,"jessie_def_spawnCloud_red",,"Above",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"jessie_def_spawnCloudGround_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"twinkle_vertical",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"penny_005_ulti_spawn_spark_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_spawn_red",,,"Above",,,100,,,,,,,
+"penny_005_ulti_trail",,,,,,,,,"ParticleEmitter",,,"penny_005_ulti_trail_twinkle",,"Above",,,100,,,,"penny_005_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"penny_005_ulti_trail_spark",,"Object",,,100,,,,,,,
+"penny_005_ulti_trail_red",,,,,,,,,"ParticleEmitter",,,"penny_005_ulti_trail_twinkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"penny_005_ulti_trail_spark_red",,"Object",,,100,,,,,,,
+"piper_002_atk",,,,,250,,,"Sniper_atk","SWF","sc/effects_brawler.sc","gunSmoke_M",,,"Above",,,100,,,,,,,650
+"piper_002_atk_trail",,,,,,,,"Sniper_trail","ParticleEmitter",,,"piper_002_atk_trail_twinkle1",,"Above",,,100,,,,"piper_002_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"piper_002_atk_trail_twinkle2",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_002_atk_feather_1",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_002_atk_feather_2",,"Above",,,100,,,,,,,
+"piper_002_atk_trail_red",,,,,,,,"Sniper_trail","ParticleEmitter",,,"piper_002_atk_trail_twinkle1_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_002_atk_trail_twinkle2_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_002_atk_feather_1",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_002_atk_feather_2",,"Above",,,100,,,,,,,
+"piper_002_hit","true","true",,,100,50,,,"SWF","sc/effects_brawler.sc","piper_002_atk_hit",,,"Above",,,90,,,,"piper_002_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"piper_002_atk_hit_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_002_atk_hit_freckle",,"Above",,,100,,,,,,,
+"piper_002_hit_red","true","true",,,100,50,,,"SWF","sc/effects_brawler.sc","piper_002_atk_hit_red",,,"Above",,,90,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_002_atk_hit_twinkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_002_atk_hit_freckle_red",,"Above",,,100,,,,,,,
+"piper_002_hitEnv",,,,,,,,,"ParticleEmitter",,,"piper_002_atk_hitEnv_feather_1",,"Above",,,100,,,,"piper_002_hitEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"piper_002_atk_hitEnv_feather_2",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","piper_002_atk_reached",,,"Above",,,100,,,,,,,
+"piper_002_hitEnv_red",,,,,,,,,"ParticleEmitter",,,"piper_002_atk_hitEnv_feather_1",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_002_atk_hitEnv_feather_2",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","piper_002_atk_reached_red",,,"Above",,,100,,,,,,,
+"piper_002_ulti",,,,,,,,,"ParticleEmitter",,,"piper_002_ulti_use",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_002_ulti_use_smoke",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_some",,"GroundLow",,,100,,,,,,,
+"piper_003_ulti2_explosion",,,,,150,150,,"Sound_Gen_small_explosion","SWF","sc/effects_brawler.sc","dynamike_attack_blue",,,"Above","true",,135,,,,"piper_003_ulti2_explosion_red",,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_003_ulti_confetti",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_003_ultiEnd",,"GroundHigh",,,90,,,,,,,
+"piper_003_ulti2_explosion_red",,,,,150,150,,"Sound_Gen_small_explosion","SWF","sc/effects_brawler.sc","dynamike_attack_red",,,"Above","true",,135,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_003_ulti_confetti_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_003_ultiEnd_red",,"GroundHigh",,,90,,,,,,,
+"piper_004_atk",,,,,250,,,"Sniper_atk","SWF","sc/effects_brawler.sc","piper_004_atk",,,"Above",,,100,,,,"piper_004_atk_red",,,650
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_atk_hit_gas",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_atk1_frags",,"Above",,,100,,,,,,,
+"piper_004_atk_red",,,,,250,,,"Sniper_atk","SWF","sc/effects_brawler.sc","piper_004_atk_red",,,"Above",,,100,,,,,,,650
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_atk_hit_gas_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_atk1_frags_red",,"Above",,,100,,,,,,,
+"piper_004_atk_trail",,,,,,,,"Sniper_trail","ParticleEmitter",,,"piper_002_atk_trail_twinkle1",,"Above",,,100,,,,"piper_004_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"piper_004_atk_trail_frags",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_004_atk_trail_moon",,"Above",,,100,,,,,,,
+"piper_004_atk_trail_red",,,,,,,,"Sniper_trail","ParticleEmitter",,,"piper_002_atk_trail_twinkle1_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_004_atk_trail_frags_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_004_atk_trail_moon",,"Above",,,100,,,,,,,
+"piper_004_hit","true","true",,,100,50,,,"ParticleEmitter",,,"piper_004_atk_hit_impact",,"Above",,,90,,,,"piper_004_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"piper_002_atk_hit_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_002_atk_hit_freckle",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_wall_hit_moon",,"Above",,,100,,,,,,,
+"piper_004_hit_red","true","true",,,100,50,,,"ParticleEmitter",,,"piper_004_atk_hit_impact_red",,"Above",,,90,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_002_atk_hit_twinkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_002_atk_hit_freckle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_wall_hit_moon",,"Above",,,100,,,,,,,
+"piper_004_hitEnv",,,,,,,,,"ParticleEmitter",,,"piper_002_atk_hit_twinkle",,"Above",,,100,,,,"piper_004_hitEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"piper_002_atk_hit_freckle",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_wall_hit_moon",,"Above",,,100,,,,,,,
+"piper_004_hitEnv_red",,,,,,,,,"ParticleEmitter",,,"piper_002_atk_hit_twinkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_002_atk_hit_freckle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_wall_hit_moon",,"Above",,,100,,,,,,,
+"piper_004_atk_reached",,,,,,,,,"ParticleEmitter",,,"piper_002_atk_hit_twinkle",,"Above",,,100,,,,"piper_004_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"piper_002_atk_hit_freckle",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_wall_hit_moon",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_004_atk_reached",,"Above",,,100,,,,,,,
+"piper_004_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"piper_002_atk_hit_twinkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_002_atk_hit_freckle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_wall_hit_moon",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_004_atk_reached_red",,"Above",,,100,,,,,,,
+"piper_004_ulti",,,,,,,,,"ParticleEmitter",,,"piper_004_ulti_use",,"GroundHigh",,,100,,,,"piper_004_ulti_red",,,
+,,,,,,,,,"ParticleEmitter",,,"piper_004_ulti_use_smoke",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_some",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_004_ulti_jump_cloud",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_004_ulti_jump_cloud_bottom",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_004_ulti_moonstar",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_004_ulti_pin_drop",,"GroundLow",,,100,,,,,,,
+"piper_004_ulti_red",,,,,,,,,"ParticleEmitter",,,"piper_004_ulti_use_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_004_ulti_use_smoke_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_some",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_004_ulti_jump_cloud_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_004_ulti_jump_cloud_bottom_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_004_ulti_moonstar",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_004_ulti_pin_drop_red",,"GroundLow",,,100,,,,,,,
+"piper_004_ulti2_explosion",,,,,150,150,,"Sound_Gen_small_explosion","SWF","sc/effects_brawler.sc","dynamike_attack_blue",,,"Above","true",,135,,,,"piper_004_ulti2_explosion_red",,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_gold",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_gold",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_004_ultiEnd",,"Above",,,90,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_004_ulti_moonstar",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_004_ulti_explosion_cloud",,"Above",,,100,,,,,,,
+"piper_004_ulti2_explosion_red",,,,,150,150,,"Sound_Gen_small_explosion","SWF","sc/effects_brawler.sc","dynamike_attack_red",,,"Above","true",,135,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_goldRed",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_goldRed",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_004_ultiEnd_red",,"Above",,,90,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_004_ulti_moonstar",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_004_ulti_explosion_cloud_red",,"Above",,,100,,,,,,,
+"piper_004_moving",,"true",,,,,,,"ParticleEmitter",,,"piper_004_moving_cloud",,"GroundHigh",,,135,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"piper_004_moving_twinkle_2",,"Above",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"gen_purple_moving_dots_small",,"Above",,,100,,,,,,,
+"piper_004_still",,"true",,,,,,,"ParticleEmitter",,,"piper_004_moving_twinkle_1",,"Above",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"gen_purple_moving_dots_small",,"Above",,,100,,,,,,,
+"piper_005_atk",,,,,250,,,"Sniper_atk","SWF","sc/effects_brawler.sc","piper_005_atk",,,"Above",,,100,,,,"piper_005_atk_red",,,650
+"piper_005_atk_red",,,,,250,,,"Sniper_atk","SWF","sc/effects_brawler.sc","piper_005_atk_red",,,"Above",,,100,,,,,,,650
+"piper_005_atk_trail",,,,,,,,"Sniper_trail","ParticleEmitter",,,"piper_005_atk_trail_petals_blue",,"Above",,,100,,,,"piper_005_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"piper_005_atk_trail_petals_yellow",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_005_atk_trail_leaf",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_005_atk_trail_frags",,"Above",,,100,,,,,,,
+"piper_005_atk_trail_red",,,,,,,,"Sniper_trail","ParticleEmitter",,,"piper_005_atk_trail_petals_purple",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_005_atk_trail_petals_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_005_atk_trail_leaf",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_005_atk_trail_frags",,"Above",,,100,,,,,,,
+"piper_005_hit","true","true",,,100,50,,,"ParticleEmitter",,,"piper_005_atk_hit_impact",,"Above",,,90,,,,"piper_005_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"piper_005_atk_hit_rose_re",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_005_atk_hit_petal_inner",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_005_atk_hit_dust",,"Above",,,100,,,,,,,
+"piper_005_hit_red","true","true",,,100,50,,,"ParticleEmitter",,,"piper_005_atk_hit_impact_red",,"Above",,,90,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_005_atk_hit_rose_re_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_005_atk_hit_petal_inner_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_005_atk_hit_dust_red",,"Above",,,100,,,,,,,
+"piper_005_hitEnv",,,,,,,,,"ParticleEmitter",,,"piper_005_atk_hit_rose_re_reached",,"Above",,,70,,,,"piper_005_hitEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"piper_005_atk_hit_petal_inner_reached",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_005_atk_hit_dust",,"Above",,,70,,,,,,,
+"piper_005_hitEnv_red",,,,,,,,,"ParticleEmitter",,,"piper_005_atk_hit_rose_re_reached_red",,"Above",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_005_atk_hit_petal_inner_reached_red",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_005_atk_hit_dust_red",,"Above",,,70,,,,,,,
+"piper_005_atk_reached",,,,,,,,,"ParticleEmitter",,,"piper_005_atk_hit_petal_inner_reached",,"Above",,,80,,,,"piper_005_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"piper_005_atk_hit_rose_re_reached",,"Above",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_004_atk_reached",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_005_atk_hit_dust",,"Above",,,70,,,,,,,
+"piper_005_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"piper_005_atk_hit_petal_inner_reached_red",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_005_atk_hit_rose_re_reached_red",,"Above",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_004_atk_reached_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_005_atk_hit_dust_red",,"Above",,,70,,,,,,,
+"piper_005_ulti",,,,,,,,,"ParticleEmitter",,,"piper_002_ulti_use",,"GroundHigh",,,100,,,,"piper_005_ulti_red",,,
+,,,,,,,,,"ParticleEmitter",,,"piper_002_ulti_use_smoke",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_some",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_005_ulti_pin_drop",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_005_ulti_jump_petal",,"Above",,,100,,,,,,,
+"piper_005_ulti_red",,,,,,,,,"ParticleEmitter",,,"piper_002_ulti_use",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_002_ulti_use_smoke",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_some",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_005_ulti_pin_drop",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_005_ulti_jump_petal_red",,"Above",,,100,,,,,,,
+"piper_005_ulti2_explosion",,,,,150,150,,"Sound_Gen_small_explosion","SWF","sc/effects_brawler.sc","dynamike_attack_blue",,,"Above","true",,135,,,,"piper_005_ulti2_explosion_red",,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_blue",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_blue",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_005_ulti_hit_petal_blue",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_005_ulti_hit_petal_yellow",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundLow",,,100,,,,,,,
+"piper_005_ulti2_explosion_red",,,,,150,150,,"Sound_Gen_small_explosion","SWF","sc/effects_brawler.sc","dynamike_attack_red",,,"Above","true",,135,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_005_ulti_hit_petal_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_005_ulti_hit_petal_purple",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundLow",,,100,,,,,,,
+"poco_def_atk_direct",,"true",,,,,,,"SWF","sc/effects_brawler.sc","poco_def_atk_direct_blue",,,"Above",,,100,,,,"poco_def_atk_direct_red",,,250
+"poco_def_atk_direct_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","poco_def_atk_direct_red",,,"Above",,,100,,,,,,,250
+"poco_def_atk_root",,"true",,,,,,"Poco_atk","SWF","sc/effects_brawler.sc","poco_def_atk_root_blue",,,"Above",,,100,,,,"poco_def_atk_root_red",,,200
+"poco_def_atk_root_red",,"true",,,,,,"Poco_atk","SWF","sc/effects_brawler.sc","poco_def_atk_root_red",,,"Above",,,100,,,,,,,200
+"poco_def_ulti_root",,"true",,,,,,"Poco_ulti","SWF","sc/effects_brawler.sc","poco_def_atk_root_blue",,,"Above",,,100,,,,"poco_def_ulti_root_red",,,200
+"poco_def_ulti_root_red",,"true",,,,,,"Poco_ulti","SWF","sc/effects_brawler.sc","poco_def_atk_root_red",,,"Above",,,100,,,,,,,200
+"poco_def_atk_trail","true",,,,,,,,"ParticleEmitter",,,"cloud_flat_blue",,"GroundHigh",,,,,,,"poco_def_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"poco_def_atk_trail_spark_blue",,"Above",,,,,,,,,,
+"poco_def_atk_trail_red","true",,,,,,,,"ParticleEmitter",,,"cloud_flat_red",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"poco_def_atk_trail_spark_red",,"Above",,,,,,,,,,
+"poco_def_atk_end",,,,,,,,,"ParticleEmitter",,,"poco_def_atk_end",,"Above",,,,,,,"poco_def_atk_end_red",,,
+"poco_def_atk_end_red",,,,,,,,,"ParticleEmitter",,,"poco_def_atk_end_red",,"Above",,,,,,,,,,
+"poco_def_hit_env","true","true",,,,,,,"ParticleEmitter",,,"poco_def_atk_hit_env",,"Above",,,,,,,"poco_def_hit_env_red",,,
+"poco_def_hit_env_red","true","true",,,,,,,"ParticleEmitter",,,"poco_def_atk_hit_env_red",,"Above",,,,,,,,,,
+"poco_def_hit_char","true","true",,,,,,,"ParticleEmitter",,,"poco_def_atk_hit_char_red",,"Above",,,,,,,"poco_def_hit_char_red",,,
+"poco_def_hit_char_red","true","true",,,,,,,"ParticleEmitter",,,"poco_def_atk_hit_char",,"Above",,,,,,,,,,
+"poco_def_ulti_trail","true","true",,,,,,,"ParticleEmitter",,,"poco_def_ulti_flowers",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"poco_def_ulti_particles",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"poco_def_ulti_twirl",,"GroundHigh",,,,,,,,,,
+"poco_def_ultiEnd","true","true",,,,,,,"SWF","sc/effects_brawler.sc","poco_def_ultiEnd",,,"Above",,,100,,,,,,,
+"poco_002_atk_direct",,"true",,,,,,,"SWF","sc/effects_brawler.sc","poco_002_atk_direct_blue",,,"Above",,,100,,,,"poco_002_atk_direct_red",,,250
+"poco_002_atk_direct_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","poco_002_atk_direct_red",,,"Above",,,100,,,,,,,250
+"poco_002_atk_root",,"true",,,,,,"Poco_atk","SWF","sc/effects_brawler.sc","poco_002_atk_root_blue",,,"Above",,,100,,,,"poco_002_atk_root_red",,,200
+"poco_002_atk_root_red",,"true",,,,,,"Poco_atk","SWF","sc/effects_brawler.sc","poco_002_atk_root_red",,,"Above",,,100,,,,,,,200
+"poco_002_ulti_root",,"true",,,,,,"Poco_ulti","SWF","sc/effects_brawler.sc","poco_002_atk_root_blue",,,"Above",,,100,,,,"poco_002_ulti_root_red",,,200
+"poco_002_ulti_root_red",,"true",,,,,,"Poco_ulti","SWF","sc/effects_brawler.sc","poco_002_atk_root_red",,,"Above",,,100,,,,,,,200
+"poco_002_atk_trail","true",,,,,,,,"ParticleEmitter",,,"poco_002_cloud_blue",,"GroundHigh",,,,,,,"poco_002_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"poco_002_atk_trail_spark_blue",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"poco_002_atk_trail_petals_blue",,"Above",,,,,,,,,,
+"poco_002_atk_trail_red","true",,,,,,,,"ParticleEmitter",,,"poco_002_cloud_red",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"poco_002_atk_trail_spark_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"poco_002_atk_trail_petals_red",,"Above",,,,,,,,,,
+"poco_002_atk_end",,,,,,,,,"ParticleEmitter",,,"poco_002_atk_end_blue",,"Above",,,,,,,"poco_002_atk_end_red",,,
+"poco_002_atk_end_red",,,,,,,,,"ParticleEmitter",,,"poco_002_atk_end_red",,"Above",,,,,,,,,,
+"poco_002_hit_env","true","true",,,,,,,"ParticleEmitter",,,"poco_002_atk_end_blue",,"Above",,,,,,,"poco_002_hit_env_red",,,
+"poco_002_hit_env_red","true","true",,,,,,,"ParticleEmitter",,,"poco_002_atk_end_red",,"Above",,,,,,,,,,
+"poco_002_hit_char",,"true",,,,,,,"SWF","sc/effects_brawler.sc","poco_002_atk_hit_char_red",,,"Above",,,60,,,,"poco_002_hit_char_red",,,
+"poco_002_hit_char_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","poco_002_atk_hit_char_blue",,,"Above",,,60,,,,,,,
+"poco_002_ulti_trail","true","true",,,,,,,"ParticleEmitter",,,"poco_002_ulti_flowers",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"poco_002_ulti_twirl",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"poco_002_ulti_particles_petal",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"poco_002_ulti_particles_heart",,"Above",,,,,,,,,,
+"poco_002_ultiEnd","true","true",,,,,,,"SWF","sc/effects_brawler.sc","poco_002_ultiEnd",,,"Above",,,100,,,,,,,
+"poco_003_atk_trail","true",,,,,,,,"ParticleEmitter",,,"poco_003_atk_trail",,"GroundHigh",,,,,,,"poco_003_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"poco_003_atk_trail_notes",,"Above",,,,,,,,,,
+"poco_003_atk_trail_red","true",,,,,,,,"ParticleEmitter",,,"poco_003_atk_trail_red",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"poco_003_atk_trail_notes_red",,"Above",,,,,,,,,,
+"poco_003_atk_root",,"true",,,,,,"Poco_atk","ParticleEmitter",,,"poco_003_atk_notes",,"Above",,,100,,,,"poco_003_atk_root_red",,,200
+"poco_003_atk_root_red",,"true",,,,,,"Poco_atk","ParticleEmitter",,,"poco_003_atk_notes_red",,"Above",,,100,,,,,,,200
+"poco_003_atk_direct",,"true",,,,,,,"SWF","sc/effects_brawler.sc","poco_def_atk_direct_blue",,,"Above",,,100,,,,"poco_003_atk_direct_red",,,250
+,,,,,,,,,"ParticleEmitter",,,"poco_003_atk_broom",,"Above",,,100,,,,,,,
+"poco_003_atk_direct_red",,"true",,,,,,,"SWF","sc/effects_brawler.sc","poco_def_atk_direct_red",,,"Above",,,100,,,,,,,250
+,,,,,,,,,"ParticleEmitter",,,"poco_003_atk_broom",,"Above",,,100,,,,,,,
+"poco_003_ulti_trail","true","true",,,,,,,"ParticleEmitter",,,"poco_def_ulti_flowers",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"poco_def_ulti_particles",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"poco_def_ulti_twirl",,"GroundHigh",,,,,,,,,,
+"poco_003_ultiEnd","true","true",,,,,,,"SWF","sc/effects_brawler.sc","poco_003_ultiEnd",,,"Above",,,100,,,,,,,
+"poco_004_atk_end",,,,,,,,,"ParticleEmitter",,,"poco_004_atk_end_blue",,"Above",,,,,,,"poco_004_atk_end_red",,,
+"poco_004_atk_end_red",,,,,,,,,"ParticleEmitter",,,"poco_004_atk_end_red",,"Above",,,,,,,,,,
+"poco_004_atk_hit","true","true",,,,,,,"ParticleEmitter",,,"poco_004_atk_hit_red",,"Above",,,,,,,"poco_004_atk_hit_red",,,250
+,"true","true",,,,,,,"ParticleEmitter",,,"poco_004_atk_hit_shock_char_red",,"Above",,,,,,,,,,
+"poco_004_atk_hit_red","true","true",,,,,,,"ParticleEmitter",,,"poco_004_atk_hit",,"Above",,,,,,,,,,250
+,"true","true",,,,,,,"ParticleEmitter",,,"poco_004_atk_hit_shock_char",,"Above",,,,,,,,,,
+"poco_004_atk_hitEnv","true","true",,,,,,,"ParticleEmitter",,,"poco_004_atk_hitEnv",,"Above",,,,,,,"poco_004_atk_hitEnv_red",,,
+"poco_004_atk_hitEnv_red","true","true",,,,,,,"ParticleEmitter",,,"poco_004_atk_hitEnv_red",,"Above",,,,,,,,,,
+"poco_004_atk_root",,"true",,,,,,"Putrid_Poco_atk","SWF","sc/effects_brawler.sc","poco_004_atk_blue",,,"Above",,,100,,,,"poco_004_atk_root_red",,,200
+"poco_004_atk_root_red",,"true",,,,,,"Putrid_Poco_atk","SWF","sc/effects_brawler.sc","poco_004_atk_red",,,"Above",,,100,,,,,,,200
+"poco_004_atk_trail","true",,,,,,,,"ParticleEmitter",,,"cloud_flat_blue",,"GroundHigh",,,,,,,"poco_004_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"poco_004_atk_trail_blue",,"Above",,,,,,,,,,
+"poco_004_atk_trail_red","true",,,,,,,,"ParticleEmitter",,,"cloud_flat_red",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"poco_004_atk_trail_red",,"Above",,,,,,,,,,
+"poco_004_ulti_trail","true","true",,,,,,"Putrid_Poco_ulti","ParticleEmitter",,,"poco_004_ulti_patches",,"GroundHigh","TRUE",,,,,,"poco_004_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"poco_004_ulti_trail",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"poco_004_ulti_twirl",,"GroundHigh",,,,,,,,,,
+"poco_004_ulti_trail_red","true","true",,,,,,"Putrid_Poco_ulti","ParticleEmitter",,,"poco_004_ulti_patches_red",,"GroundHigh","TRUE",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"poco_004_ulti_trail",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"poco_004_ulti_twirl",,"GroundHigh",,,,,,,,,,
+"poco_004_ultiEnd","true","true",,,,,,,"SWF","sc/effects_brawler.sc","poco_004_ultiEnd",,,"Above",,,100,,,,,,,
+"primo_003_atk",,,,,,,,,"ParticleEmitter",,,"primo_003_atk_cloud",,"Above",,,100,,,,"primo_003_atk_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","primo_003_atk_projectile",,,"Above",,,,,,,,,,
+"primo_003_atk_red",,,,,,,,,"ParticleEmitter",,,"primo_003_atk_cloud",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","primo_003_atk_projectile_red",,,"Above",,,,,,,,,,
+"primo_003_atk_use",,"true",,,,,,"LL_Atk","SWF","sc/effects_brawler.sc","primo_003_atk_sweat",,,"Above",,,,,,,,,,700
+"primo_003_atk_hit",,,,,,,,,"ParticleEmitter",,,"primo_003_atk_hit_red",,"Above",,,100,,,,"primo_003_atk_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"primo_003_atk_hit_stars_red",,"Above",,,100,,,,,,,
+"primo_003_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"primo_003_atk_hit",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"primo_003_atk_hit_stars",,"Above",,,100,,,,,,,
+"primo_003_ulti",,"true",,,,,,,"SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"primo_003_ulti_trail",,"true",,,,,,"LL_Ulti","ParticleEmitter",,,"primo_003_ulti_trail_confetti",,"GroundHigh",,,100,,,,"primo_003_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"primo_003_ulti_trail",,"Above",,,100,,,,,,,
+"primo_003_ulti_trail_red",,"true",,,,,,"LL_Ulti","ParticleEmitter",,,"primo_003_ulti_trail_confetti_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"primo_003_ulti_trail_red",,"Above",,,100,,,,,,,
+"primo_003_ulti_ground_hit",,"true",,,200,200,,"LL_Ulti_Hit","SWF","sc/effects_brawler.sc","primo_003_ulti_after",,,"Above",,,100,,,,"primo_003_ulti_ground_hit_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","primo_003_ulti_flash",,,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"primo_003_ulti_ground",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"primo_003_ulti_fragments",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Hammer_ulti_cracks",,"GroundLow","true",,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","cloud_line_1",,,"Above",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_003_ulti_cloud",,"GroundHigh",,,130,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"primo_003_ulti_confetti",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"primo_003_ulti_star",,"Above",,,100,,,,,,,
+"primo_003_ulti_ground_hit_red",,"true",,,200,200,,"Sound_Gen_explosion","SWF","sc/effects_brawler.sc","primo_003_ulti_after_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","primo_003_ulti_flash_red",,,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","primo_003_ulti_ground_red",,,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"primo_003_ulti_fragments",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Hammer_ulti_cracks",,"GroundLow","true",,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","cloud_line_1",,,"Above",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_003_ulti_cloud",,"GroundHigh",,,130,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"primo_003_ulti_confetti_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"primo_003_ulti_star",,"Above",,,100,,,,,,,
+"primo_003_win",,,,,,,,,"ParticleEmitter",,,"primo_003_winText",,"GroundHigh",,,43,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"primo_003_win_confetti",,"GroundLow",,,34,,,,,,,
+"primo_003_lose",,,,,,,,,"ParticleEmitter",,,"primo_003_lose",,"Above",,,43,,,,,,,
+"primo_004_still","true","true",,,,,,,"ParticleEmitter",,,"primo_004_still_glow",,"Above",,,100,,,,,,,100
+,,,,,,,,,"ParticleEmitter",,,"primo_004_moving_aura",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_002_moving_smoke",,"GroundTop",,,,,,,,,,
+"primo_004_moving","true","true",,,,,,,"ParticleEmitter",,,"primo_004_moving_aura",,"GroundTop",,,100,,,,,,,100
+,,,,,,,,,"ParticleEmitter",,,"primo_004_moving_clouds",,"GroundTop",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","primo_004_moving_glow",,,"Above",,,,,,,,,,
+"primo_004_lobby_aura",,"true",,,,,,,"ParticleEmitter",,,"primo_004_lobby_aura",,"GroundLow",,,90,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"primo_004_lobby_skulls",,"Above",,,100,,,,,,,
+"primo_005_atk",,,,,,,,"Lucha_punch","ParticleEmitter",,,"primo_005_atk_fire",,"Object",,,150,,,,"primo_005_atk_red",,,250
+"primo_005_atk_red",,,,,,,,"Lucha_punch","ParticleEmitter",,,"primo_005_atk_fire_red",,"Object",,,150,,,,,,,250
+"primo_005_atk_hit",,,,,,,,"Punch_impact","ParticleEmitter",,,"primo_005_atk_hit_red",,"Above",,,100,,,,"primo_005_atk_hit_red",,,250
+,,,,,,,,,"ParticleEmitter",,,"primo_005_atk_hit_spark_red",,"Above",,,100,,,,,,,250
+,,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_glow_red",,"Above",,,80,,,,,,,250
+"primo_005_atk_hit_red",,,,,,,,"Punch_impact","ParticleEmitter",,,"primo_005_atk_hit",,"Above",,,100,,,,,,,250
+,,,,,,,,,"ParticleEmitter",,,"primo_005_atk_hit_spark",,"Above",,,100,,,,,,,250
+,,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_glow",,"Above",,,80,,,,,,,250
+"primo_005_atk_hitEnv",,,,,,,,,"ParticleEmitter",,,"primo_005_atk_hit_red",,"Above",,,60,,,,"primo_005_atk_hitEnv_red",,,250
+,,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_glow_red",,"Above",,,50,,,,,,,250
+"primo_005_atk_hitEnv_red",,,,,,,,,"ParticleEmitter",,,"primo_005_atk_hit",,"Above",,,60,,,,,,,250
+,,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_glow",,"Above",,,50,,,,,,,250
+"primo_005_atk_trail",,,,,,,,,"ParticleEmitter",,,"primo_005_atk_trail_gas",,"GroundTop",,,100,,,,"primo_005_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"primo_005_atk_trail_fire",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"primo_005_atk_trail_soot",,"GroundLow","TRUE",,100,,,,,,,
+"primo_005_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"primo_005_atk_trail_gas_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"primo_005_atk_trail_fire_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"primo_005_atk_trail_soot",,"GroundLow","TRUE",,100,,,,,,,
+"primo_005_ulti_trail",,"true","true",,,,,"Primo_Dragon_Atk","ParticleEmitter",,,"primo_005_ulti_trail_fire",,"GroundTop",,,100,,,,"primo_005_ulti_trail_red",,,
+,,"true",,,,,,,"ParticleEmitter",,,"primo_005_ulti_trail_spark",,"GroundTop",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"primo_005_ulti_trail_smoke",,"GroundHigh",,,100,,,,,,,
+,,"true",,"true",,,,,"ParticleEmitter",,,"primo_005_ulti_trail_firebody",,"GroundTop",,,100,,,,,,,
+"primo_005_ulti_trail_red",,"true","true",,,,,"Primo_Dragon_Atk","ParticleEmitter",,,"primo_005_ulti_trail_fire_red",,"GroundTop",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"primo_005_ulti_trail_spark_red",,"GroundTop",,,100,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"primo_005_ulti_trail_smoke_red",,"GroundHigh",,,100,,,,,,,
+,,"true",,"true",,,,,"ParticleEmitter",,,"primo_005_ulti_trail_firebody_red",,"GroundTop",,,100,,,,,,,
+"primo_005_ulti_ground_hit",,,,,200,200,,"LL_Ulti_Hit","SWF","sc/effects_brawler.sc","primo_003_ulti_flash",,,"Above",,,100,,,,"primo_005_ulti_ground_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"primo_003_ulti_fragments",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"primo_005_ulti_groundCrack",,"GroundLow","true",,165,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","primo_005_ulti_fire",,,"Above",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"primo_005_ulti_hit_cloud",,"GroundHigh",,,180,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"primo_005_fire_spark_blue",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"primo_005_ulti_ground_impact",,"GroundHigh",,,165,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"primo_005_ulti_ground_glow",,"Above",,,100,,,,,,,
+"primo_005_ulti_ground_hit_red",,,,,200,200,,"LL_Ulti_Hit","SWF","sc/effects_brawler.sc","primo_003_ulti_flash",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"primo_003_ulti_fragments",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"driller_def_atk_groundCrack_red",,"GroundLow","true",,165,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","primo_005_ulti_fire_red",,,"Above",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit_cloud_red",,"GroundHigh",,,180,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"primo_005_fire_spark_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"primo_005_ulti_ground_impact_red",,"GroundHigh",,,165,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"primo_005_ulti_ground_glow_red",,"Above",,,100,,,,,,,
+"rico_ulti_trail_twinkles",,,,,,,,,"ParticleEmitter",,,"rico_ulti_trail_twinkles",,"Above",,,,,,,,,,
+"rico_def_atk",,,,,100,,,"Trickshot_fire","ParticleEmitter",,,"rico_def_atk",,"Above",,,,,,,"rico_def_atk_red",,,
+,,,,,,,,,"ParticleEmitter",,,"rico_def_ball_drop",,"GroundHigh","false",,,,,,,,,
+"rico_def_atk_red",,,,,,,,"Trickshot_fire","ParticleEmitter",,,"rico_def_atk_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"rico_def_ball_drop_red",,"GroundHigh","false",,,,,,,,,
+"rico_def_ulti",,,,,100,,,"Trickshot_fire","ParticleEmitter",,,"rico_def_ulti",,"Above",,,,,,,"rico_def_ulti_red",,,400
+,,,,,,,,,"ParticleEmitter",,,"rico_def_ball_drop_ulti",,"GroundHigh","false",,,,,,,,,
+"rico_def_ulti_red",,,,,,,,"Trickshot_fire","ParticleEmitter",,,"rico_def_ulti_red",,"Above",,,,,,,,,,400
+,,,,,,,,,"ParticleEmitter",,,"rico_def_ball_drop_ulti_red",,"GroundHigh","false",,,,,,,,,
+"rico_def_atk_reached",,,,,,,,,"ParticleEmitter",,,"rico_def_smokeReached",,"Above",,,,,,,"rico_def_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,,,,,,,,
+"rico_def_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"rico_def_smokeReached_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,,,,,,,,
+"rico_def_ulti_reached",,,,,,,,,"ParticleEmitter",,,"rico_def_smokeReached_ulti",,"Above",,,,,,,"rico_def_ulti_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,,,,,,,,
+"rico_def_ulti_reached_red",,,,,,,,,"ParticleEmitter",,,"rico_def_smokeReached_ulti_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,,,,,,,,
+"rico_002_atk",,,,,100,,,"Trickshot_fire","ParticleEmitter",,,"rico_002_atk",,"Above",,,,,,,"rico_002_atk_red",,,
+,,,,,,,,,"ParticleEmitter",,,"rico_002_popcorn_drop",,"GroundHigh","false",,,,,,,,,
+"rico_002_atk_red",,,,,,,,"Trickshot_fire","ParticleEmitter",,,"rico_002_atk_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"rico_002_popcorn_drop_red",,"GroundHigh","false",,,,,,,,,
+"rico_002_ulti",,,,,100,,,"Trickshot_fire","ParticleEmitter",,,"rico_002_ulti",,"Above",,,,,,,"rico_002_ulti_red",,,
+,,,,,,,,,"ParticleEmitter",,,"rico_002_popcorn_drop_ulti",,"GroundHigh","false",,,,,,,,,
+"rico_002_ulti_red",,,,,,,,"Trickshot_fire","ParticleEmitter",,,"rico_002_ulti_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"rico_002_popcorn_drop_ulti_red",,"GroundHigh","false",,,,,,,,,
+"rico_002_atk_reached",,,,,,,,,"ParticleEmitter",,,"rico_002_smokeReached",,"Above",,,,,,,"rico_002_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,,,,,,,,
+"rico_002_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"rico_002_smokeReached_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,,,,,,,,
+"rico_002_ulti_reached",,,,,,,,,"ParticleEmitter",,,"rico_002_smokeReached_ulti",,"Above",,,,,,,"rico_002_ulti_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,,,,,,,,
+"rico_002_ulti_reached_red",,,,,,,,,"ParticleEmitter",,,"rico_002_smokeReached_ulti_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,,,,,,,,
+"rico_002_hit_env",,,,,,,,"Trickshot_bullet","ParticleEmitter",,,"rico_002_hitEnv_blue",,"Above",,,,,,,"rico_002_hit_env_red",,,
+"rico_002_hit_env_red",,,,,,,,"Trickshot_bullet","ParticleEmitter",,,"rico_002_hitEnv_red",,"Above",,,,,,,,,,
+"rico_002_hit_env_ulti",,,,,,,,"Trickshot_bullet","ParticleEmitter",,,"rico_002_hitEnv_ulti_blue",,"Above",,,,,,,"rico_002_hit_env_ulti_red",,,
+"rico_002_hit_env_ulti_red",,,,,,,,"Trickshot_bullet","ParticleEmitter",,,"rico_002_hitEnv_ulti_red",,"Above",,,,,,,,,,
+"rico_003_atk_trail",,,,,,,,,"ParticleEmitter",,,"rico_003_atk_particle",,"Above",,,,,,,"rico_003_atk_trail_red",,,
+"rico_003_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"rico_003_atk_particle_red",,"Above",,,,,,,,,,
+"rico_003_atk",,,,,100,,,"Trickshot_fire","ParticleEmitter",,,"rico_003_atk",,"Above",,,,,,,"rico_003_atk_red",,,
+,,,,,,,,,"ParticleEmitter",,,"rico_003_gems_drop",,"GroundHigh","false",,,,,,,,,
+"rico_003_atk_red",,,,,,,,"Trickshot_fire","ParticleEmitter",,,"rico_003_atk_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"rico_003_gems_drop_red",,"GroundHigh","false",,,,,,,,,
+"rico_003_ulti",,,,,100,,,"Trickshot_fire","ParticleEmitter",,,"rico_003_ulti",,"Above",,,,,,,"rico_003_ulti_red",,,
+,,,,,,,,,"ParticleEmitter",,,"rico_003_gems_drop_ulti",,"GroundHigh","false",,,,,,,,,
+"rico_003_ulti_red",,,,,,,,"Trickshot_fire","ParticleEmitter",,,"rico_003_ulti_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"rico_003_gems_drop_ulti_red",,"GroundHigh","false",,,,,,,,,
+"rico_003_atk_reached",,,,,,,,,"ParticleEmitter",,,"rico_003_smokeReached",,"Above",,,,,,,"rico_003_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,,,,,,,,
+"rico_003_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"rico_003_smokeReached_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,,,,,,,,
+"rico_003_ulti_reached",,,,,,,,,"ParticleEmitter",,,"rico_003_smokeReached_ulti",,"Above",,,,,,,"rico_003_ulti_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,,,,,,,,
+"rico_003_ulti_reached_red",,,,,,,,,"ParticleEmitter",,,"rico_003_smokeReached_ulti_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,,,,,,,,
+"rico_004_atk",,,,,100,,,"Trickshot_fire","ParticleEmitter",,,"rico_004_atk_end_smoke",,"GroundLow",,,100,,,,"rico_004_atk_red",,,400
+,,,,,,,,,"ParticleEmitter",,,"rico_004_atk_dust",,"GroundHigh",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"rico_004_atk_impact",,"Above",,,100,,,,,,,
+"rico_004_atk_red",,,,,,,,"Trickshot_fire","ParticleEmitter",,,"rico_004_atk_end_smoke_red",,"GroundLow",,,100,,,,,,,400
+,,,,,,,,,"ParticleEmitter",,,"rico_004_atk_dust_red",,"GroundHigh",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"rico_004_atk_impact_red",,"Above",,,100,,,,,,,
+"rico_004_atk_trail",,,,,,,,,"ParticleEmitter",,,"rico_003_atk_particle",,"Above",,,100,,,,"rico_004_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"rico_004_atk_trail_smoke",,"GroundHigh",,,100,,,,,,,
+"rico_004_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"rico_003_atk_particle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"rico_004_atk_trail_smoke_red",,"GroundHigh",,,100,,,,,,,
+"rico_004_atk_reached",,,,,,,,,"ParticleEmitter",,,"rico_004_atk_end_bug",,"GroundHigh",,,100,,,,"rico_004_atk_reached_red",,,0
+,,,,,,,,,"ParticleEmitter",,,"rico_004_atk_end_smoke",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"rico_002_hitEnv_blue",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"rico_004_atk_end_dots",,"Above",,,100,,,,,,,
+"rico_004_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"rico_004_atk_end_bug_red",,"GroundHigh",,,100,,,,,,,0
+,,,,,,,,,"ParticleEmitter",,,"rico_004_atk_end_smoke_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"rico_002_hitEnv_red",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"rico_004_atk_end_dots_red",,"Above",,,100,,,,,,,
+"rico_004_atk_hit",,,,,,,,,"ParticleEmitter",,,"gene_003_atk2_reached_particles",,"Above",,,120,,,,"gene_003_atk2_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gene_003_atk2_reached_dust",,"Above",,,150,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gene_def_atk2Hit_blue",,"Above",,,100,,,,,,,
+"rico_004_ulti",,,,,100,,,"Trickshot_fire","ParticleEmitter",,,"rico_004_atk_impact",,"Above",,,150,,,,"rico_004_ulti_red",,,400
+,,,,,,,,,"ParticleEmitter",,,"rico_def_ulti",,"Above",,,100,,,,,,,
+"rico_004_ulti_red",,,,,,,,"Trickshot_fire","ParticleEmitter",,,"rico_004_atk_impact_red",,"Above",,,150,,,,,,,400
+,,,,,,,,,"ParticleEmitter",,,"rico_def_ulti_red",,"Above",,,100,,,,,,,
+"rico_004_ulti_trail",,,,,,,,,"ParticleEmitter",,,"rico_004_ulti_trail_twinkle",,"Above",,,100,,,,"rico_004_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"rico_004_ulti_trail_smoke",,"GroundHigh",,,100,,,,,,,
+"rico_004_ulti_trail_red",,,,,,,,,"ParticleEmitter",,,"rico_004_ulti_trail_twinkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"rico_004_ulti_trail_smoke_red",,"GroundHigh",,,100,,,,,,,
+"rico_004_ulti_reached",,,,,,,,"Trickshot_bullet","ParticleEmitter",,,"rico_004_atk_end_bug",,"GroundHigh",,,100,,,,"rico_004_ulti_reached_red",,,0
+,,,,,,,,,"ParticleEmitter",,,"rico_004_ulti_end_smoke",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"rico_002_hitEnv_blue",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"rico_004_atk_end_dots",,"Above",,,100,,,,,,,
+"rico_004_ulti_reached_red",,,,,,,,"Trickshot_bullet","ParticleEmitter",,,"rico_004_atk_end_bug_red",,"GroundHigh",,,100,,,,,,,0
+,,,,,,,,,"ParticleEmitter",,,"rico_004_ulti_end_smoke_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"rico_002_hitEnv_red",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"rico_004_atk_end_dots_red",,"Above",,,100,,,,,,,
+"rico_005_atk",,,,,100,,,"Trickshot_fire","ParticleEmitter",,,"rico_002_atk",,"Above",,,100,,,,"rico_005_atk_red",,,
+,,,,,,,,,"ParticleEmitter",,,"rico_005_egg_drop",,"GroundHigh",,,100,,,,,,,
+"rico_005_atk_red",,,,,100,,,"Trickshot_fire","ParticleEmitter",,,"rico_002_atk_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"rico_005_egg_drop_red",,"GroundHigh",,,100,,,,,,,
+"rico_005_atk_reached",,,,,,,,,"ParticleEmitter",,,"rico_005_atk_reached_chick",,"Object",,,50,,,,"rico_005_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"leon_003_atk_egg_pieces",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,100,,,,,,,
+"rico_005_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"rico_005_atk_reached_chick_red",,"Object",,,50,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leon_003_atk_egg_pieces_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,100,,,,,,,
+"rico_005_atk_hit",,,,,,,,,"ParticleEmitter",,,"belle_002_atk_hit_impact_2",,"Above",,,80,,,,"rico_005_atk_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"rico_005_atk_hit_frags",,"Object",,,100,,,,,,,
+"rico_005_atk_hitEnv",,,,,,,,,"ParticleEmitter",,,"belle_002_atk_hit_impact_2",,"Above",,,50,,,,"rico_005_atk_hitEnv_red",,,
+"rico_005_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"belle_002_atk_hit_impact_2_red",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"rico_005_atk_hit_frags_red",,"Object",,,100,,,,,,,
+"rico_005_atk_hitEnv_red",,,,,,,,,"ParticleEmitter",,,"belle_002_atk_hit_impact_2_red",,"Above",,,50,,,,,,,
+"rico_005_ulti",,,,,100,,,"Trickshot_fire","ParticleEmitter",,,"rico_002_ulti",,"Above",,,100,,,,"rico_005_ulti_red",,,
+,,,,,,,,,"ParticleEmitter",,,"rico_005_egg_drop_ulti",,"GroundHigh",,,100,,,,,,,
+"rico_005_ulti_red",,,,,100,,,"Trickshot_fire","ParticleEmitter",,,"rico_002_ulti_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"rico_005_egg_drop_ulti_red",,"GroundHigh",,,100,,,,,,,
+"rico_005_ulti_reached",,,,,,,,,"ParticleEmitter",,,"rico_005_ulti_reached",,"Object",,,50,,,,"rico_005_ulti_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,100,,,,,,,
+"rico_005_ulti_reached_red",,,,,,,,,"ParticleEmitter",,,"rico_005_ulti_reached_red",,"Object",,,50,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,100,,,,,,,
+"rico_005_ulti_hit",,,,,,,,,"ParticleEmitter",,,"rico_005_ulti_hit_feather",,"Above",,,100,,,,"rico_005_ulti_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"max_003_atk_hit_impact",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_003_atk_hit_wind",,"Above",,,100,,,,,,,
+"rico_005_ulti_hitEnv",,,,,,,,,"ParticleEmitter",,,"rico_005_ulti_hit_feather",,"Above",,,100,,,,"rico_005_ulti_hitEnv_red",,,
+,,,,,,,,,,,,"max_003_atk_hit_wind",,"Above",,,100,,,,,,,
+"rico_005_ulti_hit_red",,,,,,,,,"ParticleEmitter",,,"rico_005_ulti_hit_feather_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_003_atk_hit_impact_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"max_003_atk_hit_wind_red",,"Above",,,100,,,,,,,
+"rico_005_ulti_hitEnv_red",,,,,,,,,"ParticleEmitter",,,"rico_005_ulti_hit_feather_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,,"max_003_atk_hit_wind_red",,"Above",,,100,,,,,,,
+"rosa_def_atk_swoosh",,,,,,,,,"ParticleEmitter",,,"rosa_def_atk_swoosh",,"Above",,,100,,,,"rosa_def_atk_swoosh_red",,,
+"rosa_def_atk_swoosh_red",,,,,,,,,"ParticleEmitter",,,"rosa_def_atk_swoosh_red",,"Above",,,100,,,,,,,
+"rosa_def_atk",,"TRUE",,,,,,"Rosa_punch","SWF","sc/effects_brawler.sc","rosa_def_atk_punch",,,"Above",,,100,,,,"rosa_def_atk_red",,,500
+,,,,,,,,,"ParticleEmitter",,,"rosa_def_atk_leaves",,"Above",,,100,,,,,,,
+"rosa_def_atk_red",,"TRUE",,,,,,"Rosa_punch","SWF","sc/effects_brawler.sc","rosa_def_atk_punch_red",,,"Above",,,100,,,,,,,500
+,,,,,,,,,"ParticleEmitter",,,"rosa_def_atk_leaves_red",,"Above",,,100,,,,,,,
+"rosa_def_ulti",,"TRUE",,,,,,"Rosa_ulti","SWF","sc/effects_brawler.sc","rosa_def_ulti_use",,,"Above",,,120,,,,"rosa_def_ulti_red",,,500
+,,"TRUE",,,,,,,"SWF","sc/effects_brawler.sc","rosa_def_ulti_ground",,,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"rosa_def_ulti_leaves",,"GroundHigh",,,100,,,,,,,
+"rosa_def_ulti_red",,"TRUE",,,,,,"Rosa_ulti","SWF","sc/effects_brawler.sc","rosa_def_ulti_use",,,"Above",,,120,,,,,,,500
+,,"TRUE",,,,,,,"SWF","sc/effects_brawler.sc","rosa_def_ulti_ground",,,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"rosa_def_ulti_leaves_red",,"GroundHigh",,,100,,,,,,,
+"rosa_def_ulti_loop","TRUE",,,,,,,,"SWF","sc/effects_brawler.sc","rosa_def_ulti_loop",,,"Above",,,120,,,,,,,500
+"rosa_def_hit",,,,,,,,,"ParticleEmitter",,,"rosa_def_hit_red",,"Above",,,100,,,,"rosa_def_hit_red",,,
+"rosa_def_hit_red",,,,,,,,,"ParticleEmitter",,,"rosa_def_hit",,"Above",,,100,,,,,,,
+"rosa_002_atk",,,,,,,,"Rosa_punch","SWF","sc/effects_brawler.sc","rosa_def_atk_punch",,,"Above",,,100,,,,"rosa_002_atk_red",,,500
+,,,,,,,,,"ParticleEmitter",,,"rosa_002_atk_leaves",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"rosa_002_atk_bones",,"GroundHigh",,,100,,,,,,,
+"rosa_002_atk_red",,,,,,,,"Rosa_punch","SWF","sc/effects_brawler.sc","rosa_def_atk_punch_red",,,"Above",,,100,,,,,,,500
+,,,,,,,,,"ParticleEmitter",,,"rosa_002_atk_leaves",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"rosa_002_atk_bones_red",,"GroundHigh",,,100,,,,,,,
+"ruffs_def_atk",,,,,150,,,"Ruff_Atk","SWF","sc/effects_brawler.sc","ruffs_def_atk",,,"Above",,,125,,,,"ruffs_def_atk_red",,,250
+,,,,,,,,,"ParticleEmitter",,,"ruffs_def_atk_beams",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ruffs_def_atk_dots",,"Above",,,100,,,,,,,
+"ruffs_def_atk_red",,,,,150,,,"Ruff_Atk","SWF","sc/effects_brawler.sc","ruffs_def_atk_red",,,"Above",,,125,,,,,,,250
+,,,,,,,,,"ParticleEmitter",,,"ruffs_def_atk_beams_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ruffs_def_atk_dots_red",,"Above",,,100,,,,,,,
+"ruffs_def_atk_trail",,,,,,,,,"ParticleEmitter",,,"ruffs_def_atk_trail",,"Above",,,100,,,,"ruffs_def_atk_trail_red",,,
+"ruffs_def_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"ruffs_def_atk_trail_red",,"Above",,,100,,,,,,,
+"ruffs_def_atkHit",,,,,,,,,"ParticleEmitter",,,"ruffs_def_atkHit",,"Above",,,100,,,,"ruffs_def_atkHit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"bull_003_atkHit_dots",,"Above",,,180,,,,,,,
+"ruffs_def_atkHit_red",,,,,,,,,"ParticleEmitter",,,"ruffs_def_atkHit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bull_003_atkHit_dots_red",,"Above",,,180,,,,,,,
+"ruffs_def_atkEnv",,,,,,,,,"ParticleEmitter",,,"ruffs_def_atkEnv",,"Above",,,100,,,,"ruffs_def_atkEnv_red",,,
+"ruffs_def_atkEnv_red",,,,,,,,,"ParticleEmitter",,,"ruffs_def_atkEnv_red",,"Above",,,100,,,,,,,
+"ruffs_def_ulti_beacon",,,,,,,,"Ruff_Ulti_Beacon","SWF","sc/effects_brawler.sc","ruffs_def_ulti_beacon",,,"Above",,,100,,,,"ruffs_def_ulti_beacon_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundTop",,,100,,,,,,,
+"ruffs_def_ulti_beacon_red",,,,,,,,"Ruff_Ulti_Beacon","SWF","sc/effects_brawler.sc","ruffs_def_ulti_beacon_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundTop",,,100,,,,,,,
+"ruffs_def_ulti_trail",,"true",,,,,,"Ruff_Ulti_Throw","ParticleEmitter",,,"ruffs_def_ulti_trail_dots",,"Above",,,100,,,,"ruffs_def_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ruffs_def_ulti_trail_dots_blue",,"Above",,,100,,,,"ruffs_def_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ruffs_def_ulti_trail_ring",,"Above",,,100,,,,"ruffs_def_ulti_trail_red",,,
+"ruffs_def_ulti_trail_red",,"true",,,,,,"Ruff_Ulti_Throw","ParticleEmitter",,,"bull_003_atk_trail_dots_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ruffs_def_ulti_trail_dots_red",,"Above",,,100,,,,"ruffs_def_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ruffs_def_ulti_trail_ring_red",,"Above",,,100,,,,"ruffs_def_ulti_trail_red",,,
+"ruffs_def_ulti_item","true","true",,,,,,"Ruff_Ulti_Item","ParticleEmitter",,,"ruffs_def_ulti_item_ground",,"GroundTop","TRUE",,100,,,,"ruffs_def_ulti_item_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ruffs_def_ulti_item_twinkle",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ruffs_def_ulti_item_glow",,"Above",,,,,,,,,,
+"ruffs_def_ulti_item_red","true","true",,,,,,"Ruff_Ulti_Item","ParticleEmitter",,,"ruffs_def_ulti_item_ground_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ruffs_def_ulti_item_twinkle_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ruffs_def_ulti_item_glow_red",,"Above",,,,,,,,,,
+"ruffs_002_atk_trail",,"true",,,,,,"Ruff_Ulti_Throw","ParticleEmitter",,,"ruffs_002_atk_trail_dot",,"Above",,,100,,,,"ruffs_002_atk_trail_red",,,
+"ruffs_002_atk_trail_red",,"true",,,,,,"Ruff_Ulti_Throw","ParticleEmitter",,,"ruffs_002_atk_trail_dot_red",,"Above",,,100,,,,,,,
+"ruffs_002_ulti_beacon",,,,,,,,"Ruff_Ulti_Beacon","SWF","sc/effects_brawler.sc","ruffs_002_ulti_beacon",,,"Above",,,100,,,,"ruffs_002_ulti_beacon_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundTop",,,100,,,,,,,
+"ruffs_002_ulti_beacon_red",,,,,,,,"Ruff_Ulti_Beacon","SWF","sc/effects_brawler.sc","ruffs_002_ulti_beacon_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundTop",,,100,,,,,,,
+"ruffs_003_atk_trail",,"TRUE",,,,,,,"ParticleEmitter",,,"ruffs_003_atk_trail_stars",,"Object","TRUE",,100,,,,"ruffs_003_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ruffs_003_atk_trail_twinkles",,"Above",,,100,,,,,,,
+"ruffs_003_atk_trail_red",,"TRUE",,,,,,,"ParticleEmitter",,,"ruffs_003_atk_trail_stars_red",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ruffs_003_atk_trail_twinkles_red",,"Above",,,100,,,,,,,
+"ruffs_003_atk_hit",,,,,,,,,"ParticleEmitter",,,"ruffs_def_atkHit",,"Above",,,100,,,,"ruffs_003_atk_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ruffs_003_atk_hit_stars",,"Above",,,180,,,,,,,
+"ruffs_003_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"ruffs_def_atkHit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ruffs_003_atk_hit_stars_red",,"Above",,,180,,,,,,,
+"ruffs_003_atk_hitEnv",,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundHigh",,,100,,,,"ruffs_003_atkEnd_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_onlySmoke",,"GroundTop",,,100,,,,,,,
+"ruffs_003_atk_end",,,,,,,,,"ParticleEmitter",,,"ruffs_003_atkEnd_badge",,"GroundLow",,,100,,,,"ruffs_003_atkEnd_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_onlySmoke",,"GroundTop",,,100,,,,,,,
+"ruffs_003_atkEnd_red",,,,,,,,,"ParticleEmitter",,,"ruffs_003_atkEnd_badge_red",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_onlySmoke",,"GroundTop",,,100,,,,,,,
+"ruffs_003_ulti_beacon",,,,,,,,"Ruff_Ulti_Beacon","SWF","sc/effects_brawler.sc","ruffs_003_ulti_beacon",,,"Above",,,100,,,,"ruffs_003_ulti_beacon_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundTop",,,100,,,,,,,
+"ruffs_003_ulti_beacon_red",,,,,,,,"Ruff_Ulti_Beacon","SWF","sc/effects_brawler.sc","ruffs_003_ulti_beacon_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundTop",,,100,,,,,,,
+"ruffs_003_ulti_trail",,"TRUE",,,,,,,"ParticleEmitter",,,"ruffs_003_ulti_trail_stars",,"Object",,,100,,,,"ruffs_003_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ruffs_003_atk_trail_twinkles",,"Above",,,100,,,,,,,
+"ruffs_003_ulti_trail_red",,"TRUE",,,,,,,"ParticleEmitter",,,"ruffs_003_ulti_trail_stars_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ruffs_003_atk_trail_twinkles_red",,"Above",,,100,,,,,,,
+"sandy_def_atk_trail",,,,,,,,"Sandy_atk","ParticleEmitter",,,"sandy_def_atk_trail_base",,"GroundLow",,,60,,,,"sandy_def_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_atk_trail_baseUpper",,"GroundHigh",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloud_flat_blue",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_atk_trail_stars",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_atk_trail_twinkle",,"Above",,,100,,,,,,,
+"sandy_def_atk_trail_red",,,,,,,,"Sandy_atk","ParticleEmitter",,,"sandy_def_atk_trail_base_red",,"GroundLow",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_atk_trail_baseUpper_red",,"GroundHigh",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloud_flat_red",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_atk_trail_stars_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_atk_trail_twinkle_red",,"Above",,,100,,,,,,,
+"sandy_def_atk_reached",,,,,,,,,"SWF","sc/effects_brawler.sc","sandy_def_atk_reached",,,"Above",,,100,,,,"sandy_def_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_atk_cloudDis",,"GroundLow",,,100,,,,,,,
+"sandy_def_atk_reached_red",,,,,,,,,"SWF","sc/effects_brawler.sc","sandy_def_atk_reached",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_atk_cloudDis_red",,"GroundLow",,,100,,,,,,,
+"sandy_def_atk_hit",,,,,,,,,"SWF","sc/effects_brawler.sc","sandy_def_atk_hit_red",,,"Above",,,100,,,,"sandy_def_atk_hit_red",,,
+"sandy_def_atk_hit_red",,,,,,,,,"SWF","sc/effects_brawler.sc","sandy_def_atk_hit",,,"Above",,,100,,,,,,,
+"sandy_def_ulti_loop","FALSE",,,,,,,"Sandy_ulti","ParticleEmitter",,,"sandy_def_ulti_tornado",,"GroundHigh","true",,100,,,,"sandy_def_ulti_loop_red",,,50
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_ground",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_middle",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_high",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_star",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_twinkles",,"Above",,,100,,,,,,,
+"sandy_def_ulti_loop_red","FALSE",,,,,,,"Sandy_ulti","ParticleEmitter",,,"sandy_def_ulti_tornado_red",,"GroundHigh","true",,100,,,,,,,50
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_ground",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_middle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_high_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_star_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_twinkles_red",,"Above",,,100,,,,,,,
+"sandy_def_ulti_starP1","FALSE",,,,,,,"Sandy_ulti","ParticleEmitter",,,"sandy_def_ulti_tornado",,"GroundHigh","true",,100,,,,"sandy_def_ulti_starP1_red",,,50
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_ground",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_middle",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_high",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_star",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stone",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stone_bounce",,"GroundLow",,,100,,,,,,,
+"sandy_def_ulti_starP1_red","FALSE",,,,,,,"Sandy_ulti","ParticleEmitter",,,"sandy_def_ulti_tornado_red",,"GroundHigh","true",,100,,,,,,,50
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_ground",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_middle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_high_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_star_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_twinkles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stone",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stone_bounce",,"GroundLow",,,100,,,,,,,
+"sandy_def_ulti_starP2","FALSE",,,,,,,"Sandy_ulti","ParticleEmitter",,,"sandy_def_ulti_tornado",,"GroundHigh","true",,100,,,,"sandy_def_ulti_starP2_red",,,50
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_ground",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_middle",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_high",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_star",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_heal",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_heal_dust",,"Above",,,100,,,,,,,
+"sandy_def_ulti_starP2_red","FALSE",,,,,,,"Sandy_ulti","ParticleEmitter",,,"sandy_def_ulti_tornado",,"GroundHigh","true",,100,,,,,,,50
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_ground",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_middle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_high_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_star_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_twinkles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_heal_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_heal_dust_red",,"Above",,,100,,,,,,,
+"sandy_def_ulti_trail",,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_trail_tornado",,"GroundHigh",,,100,,,,"sandy_def_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_atk_trail_stars",,"Above",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_atk_trail_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_trail_sleep",,"Above",,,100,,,,,,,
+"sandy_def_ulti_trail_red",,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_trail_tornado",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_atk_trail_stars_red",,"Above",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_atk_trail_twinkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_trail_sleep_red",,"Above",,,100,,,,,,,
+"sandy_def_ulti_explode",,,,,,,,,"SWF","sc/effects_brawler.sc","spike_003_atk1_cloud",,,"Above","true",,120,,,,"sandy_def_ulti_explode_red",,,
+"sandy_def_ulti_explode_red",,,,,,,,,"SWF","sc/effects_brawler.sc","spike_003_atk1_cloud_red",,,"Above","true",,120,,,,,,,
+"sandy_002_atk_reached",,,,,,,,,"ParticleEmitter",,,"sandy_002_atk_disappear",,"Above",,,100,,,,"sandy_002_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_002_atk_disCloud",,"Above",,,100,,,,,,,
+"sandy_002_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"sandy_002_atk_disappear_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_002_atk_disCloud_red",,"Above",,,100,,,,,,,
+"sandy_002_atk_hit",,,,,,,,,"ParticleEmitter",,,"emz_002_atk_hitCloud_red",,"Above",,,100,,,,"sandy_002_atk_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_002_atk_hit_stars_red",,"Above",,,100,,,,,,,
+"sandy_002_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"emz_002_atk_hitCloud",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_002_atk_hit_stars",,"Above",,,100,,,,,,,
+"sandy_002_ulti_loop","FALSE",,,,,,,"Sandy_ulti","ParticleEmitter",,,"sandy_002_ulti_tornado",,"GroundHigh","true",,100,,,,"sandy_002_ulti_loop_red",,,50
+,,,,,,,,,"ParticleEmitter",,,"sandy_002_ulti_ground",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_middle",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_high",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_star",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_twinkles",,"Above",,,100,,,,,,,
+"sandy_002_ulti_loop_red","FALSE",,,,,,,"Sandy_ulti","ParticleEmitter",,,"sandy_002_ulti_tornado_red",,"GroundHigh","true",,100,,,,,,,50
+,,,,,,,,,"ParticleEmitter",,,"sandy_002_ulti_ground_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_middle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_high_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_star_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_twinkles_red",,"Above",,,100,,,,,,,
+"sandy_002_ulti_starP1","FALSE",,,,,,,"Sandy_ulti","ParticleEmitter",,,"sandy_002_ulti_tornado",,"GroundHigh","true",,100,,,,"sandy_002_ulti_starP1_red",,,50
+,,,,,,,,,"ParticleEmitter",,,"sandy_002_ulti_ground",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_middle",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_high",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_star",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_002_ulti_heads",,"GroundLow",,,100,,,,,,,
+"sandy_002_ulti_starP1_red","FALSE",,,,,,,"Sandy_ulti","ParticleEmitter",,,"sandy_002_ulti_tornado_red",,"GroundHigh","true",,100,,,,,,,50
+,,,,,,,,,"ParticleEmitter",,,"sandy_002_ulti_ground_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_middle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_high_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_star_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_twinkles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_002_ulti_heads_red",,"GroundLow",,,100,,,,,,,
+"sandy_002_ulti_starP2","FALSE",,,,,,,"Sandy_ulti","ParticleEmitter",,,"sandy_002_ulti_tornado",,"GroundHigh","true",,100,,,,"sandy_002_ulti_starP2_red",,,50
+,,,,,,,,,"ParticleEmitter",,,"sandy_002_ulti_ground",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_middle",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_high",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_star",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_heal",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_heal_dust",,"Above",,,100,,,,,,,
+"sandy_002_ulti_starP2_red","FALSE",,,,,,,"Sandy_ulti","ParticleEmitter",,,"sandy_002_ulti_tornado_red",,"GroundHigh","true",,100,,,,,,,50
+,,,,,,,,,"ParticleEmitter",,,"sandy_002_ulti_ground_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_middle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_high_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_star_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_twinkles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_heal_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_heal_dust_red",,"Above",,,100,,,,,,,
+"sandy_003_atk",,,,,,,,,"SWF","sc/effects_brawler.sc","sandy_003_atk",,,"Above",,,100,,,,"sandy_003_atk_red",,,300
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_atk_frags",,"Above",,,100,,,,,,,
+"sandy_003_atk_red",,,,,,,,,"SWF","sc/effects_brawler.sc","sandy_003_atk_red",,,"Above",,,100,,,,,,,300
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_atk_frags",,"Above",,,100,,,,,,,
+"sandy_003_atk_trail",,"TRUE",,,,,,"Sandy_atk","ParticleEmitter",,,"sandy_003_atk_trail_twinkles",,"Object",,,100,,,,"sandy_003_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_atk_trail_frags",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_atk_trail_smoke",,"Object",,,100,,,,,,,
+"sandy_003_atk_trail_red",,"TRUE",,,,,,"Sandy_atk","ParticleEmitter",,,"sandy_003_atk_trail_twinkles",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_atk_trail_frags_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_atk_trail_smoke_red",,"Object",,,100,,,,,,,
+"sandy_003_atk_hit",,,,,,,,,"ParticleEmitter",,,"penny_def_atk1_hit",,"Above",,,80,,,,"sandy_003_atk_hit_red",,,
+"sandy_003_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"penny_def_atk1_hit_red",,"Above",,,80,,,,,,,
+"sandy_003_atk_end",,,,,,,,,"ParticleEmitter",,,"sandy_003_atkEnd_carpet",,"Object",,,100,,,,"sandy_003_atk_end_red",,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_atkEnd_frags",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_atkEnd_smoke",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colette_def_atkEnd_twinkles",,"Above",,,100,,,,,,,
+"sandy_003_atk_end_red",,,,,,,,,"ParticleEmitter",,,"sandy_003_atkEnd_carpet",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_atkEnd_frags_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_atkEnd_smoke_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"colette_def_atkEnd_twinkles",,"Above",,,100,,,,,,,
+"sandy_003_ulti_loop",,,,,,,,"Sandy_ulti","ParticleEmitter",,,"sandy_003_ulti_ground_pattern",,"GroundHigh",,,100,,,,"sandy_003_ulti_loop_red",,,50
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_ground_pattern_glow",,"GroundHigh",,,100,,,,,,,50
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_ground",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_ground_above",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_lantern",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_middle",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_star",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_frags",,"Above","true",,100,,,,,,,
+"sandy_003_ulti_loop_red",,,,,,,,"Sandy_ulti","ParticleEmitter",,,"sandy_003_ulti_ground_pattern_red",,"GroundHigh",,,100,,,,,,,50
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_ground_pattern_glow_red",,"GroundHigh",,,100,,,,,,,50
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_ground_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_ground_above_red",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_lantern_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_middle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_star_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_twinkles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_frags_red",,"Above","true",,100,,,,,,,
+"sandy_003_ulti_starP1",,,,,,,,"Sandy_ulti","ParticleEmitter",,,"sandy_003_ulti_ground_pattern",,"GroundHigh",,,100,,,,"sandy_003_ulti_starP1_red",,,50
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_ground_pattern_glow",,"GroundHigh",,,100,,,,,,,50
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_ground",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_ground_above",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_lantern",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_middle",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_star",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_frags",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_shuriken",,"Above","true",,100,,,,,,,
+"sandy_003_ulti_starP1_red",,,,,,,,"Sandy_ulti","ParticleEmitter",,,"sandy_003_ulti_ground_pattern_red",,"GroundHigh",,,100,,,,,,,50
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_ground_pattern_glow_red",,"GroundHigh",,,100,,,,,,,50
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_ground_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_ground_above_red",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_lantern_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_middle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_star_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_twinkles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_frags_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_shuriken_red",,"Above","true",,100,,,,,,,
+"sandy_003_ulti_starP2",,,,,,,,"Sandy_ulti","ParticleEmitter",,,"sandy_003_ulti_ground_pattern",,"GroundHigh",,,100,,,,"sandy_003_ulti_starP2_red",,,50
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_ground_pattern_glow",,"GroundHigh",,,100,,,,,,,50
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_ground",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_ground_above",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_lantern",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_middle",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_star",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_frags_green",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_heal",,"Above",,,100,,,,,,,
+"sandy_003_ulti_starP2_red",,,,,,,,"Sandy_ulti","ParticleEmitter",,,"sandy_003_ulti_ground_pattern_red",,"GroundHigh",,,100,,,,,,,50
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_ground_pattern_glow_red",,"GroundHigh",,,100,,,,,,,50
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_ground_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_ground_above_red",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_lantern_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_stars_middle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_star_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_twinkles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_frags_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_heal_red",,"Above",,,100,,,,,,,
+"sandy_003_moving",,"TRUE",,,,,,,"ParticleEmitter",,,"sandy_003_moving_aura_1",,"Object","TRUE",,100,,,,,,,250
+,,"TRUE",,,,,,,"ParticleEmitter",,,"sandy_003_moving_aura_2",,"GroundTop","TRUE",,100,,,,,,,300
+,,"TRUE",,,,,,,"ParticleEmitter",,,"sandy_003_moving_twinkle_1",,"Above",,,100,,,,,,,300
+,,"TRUE",,,,,,,"ParticleEmitter",,,"sandy_003_moving_twinkle_2",,"Above",,,100,,,,,,,300
+"shelly_def_atk",,,,,200,,,"Shotgun","SWF","sc/effects_brawler.sc","gunSmoke_M",,,"Above",,,100,,,,,,,500
+,,,,,,,,,"ParticleEmitter",,,"shell_shotgun",,"Above",,,100,,,,,,,
+"shelly_def_ulti",,,,,450,150,,"Utilshotgun","SWF","sc/effects_brawler.sc","shelly_def_ulti_attack_blue",,,"Above",,,100,,,,"shelly_def_ulti_red",,,500
+,,,,,,,,,"ParticleEmitter",,,"shell_shotgun",,"Above",,,100,,,,,,,
+"shelly_def_ulti_red",,,,,450,150,,"Utilshotgun","SWF","sc/effects_brawler.sc","shelly_def_ulti_attack_red",,,"Above",,,100,,,,,,,500
+,,,,,,,,,"ParticleEmitter",,,"shell_shotgun",,"Above",,,100,,,,,,,
+"shelly_def_ulti_reached",,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_multi_ulti",,"Above",,,100,,,,"shelly_def_ulti_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"shelly_def_ulti_reached_red",,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_multi_ulti_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"shelly_003_atk",,,,,200,,,"Slimey_shelly_shot","SWF","sc/effects_brawler.sc","shelly_003_atk",,,"Above",,,100,,,,"shelly_003_atk_red",,,500
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_bubble_burst",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_liquid_burst",,"Above",,,100,,,,,,,
+"shelly_003_atk_red",,,,,200,,,"Slimey_shelly_shot","SWF","sc/effects_brawler.sc","shelly_003_atk_red",,,"Above",,,100,,,,,,,500
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_bubble_burst_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_liquid_burst_red",,"Above",,,100,,,,,,,
+"shelly_003_atk_trail",,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_trail_bubble",,"Above",,,100,,,,"shelly_003_atk_trail_red",,,
+"shelly_003_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_trail_bubble_red",,"Above",,,100,,,,,,,
+"shelly_003_atk_hit",,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_reached_ground",,"GroundHigh","true",,30,,,,"shelly_003_atk_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_reached_bubble",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_hitSplat",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_hit_skull",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_hit",,"Above",,,100,,,,,,,
+"shelly_003_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_reached_ground_red",,"GroundHigh","true",,30,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_reached_bubble_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_hitSplat_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_hit_skull_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_hit_red",,"Above",,,100,,,,,,,
+"shelly_003_atk_reached",,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_reached_ground",,"GroundHigh","true",,30,,,,"shelly_003_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_reached_bubble",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_hitSplat",,"Above",,,100,,,,,,,
+"shelly_003_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_reached_ground_red",,"GroundHigh","true",,30,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_reached_bubble_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_hitSplat_red",,"Above",,,100,,,,,,,
+"shelly_003_atk_hitEnv",,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_hitEnv_bubble",,"Above",,,100,,,,"shelly_003_atk_hitEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_hitSplat",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_hitEnv",,"Above",,,100,,,,,,,
+"shelly_003_atk_hitEnv_red",,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_hitEnv_bubble_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_hitSplat_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_hitEnv_red",,"Above",,,100,,,,,,,
+"shelly_003_ulti",,,,,450,150,,"Slimey_shotgun_ulti","SWF","sc/effects_brawler.sc","shelly_003_atk",,,"Above",,,150,,,,"shelly_003_ulti_red",,,500
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_bubble_burst",,"Above",,,100,,,,,,,
+"shelly_003_ulti_red",,,,,450,150,,"Slimey_shotgun_ulti","SWF","sc/effects_brawler.sc","shelly_003_atk_red",,,"Above",,,150,,,,,,,500
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_bubble_burst_red",,"Above",,,100,,,,,,,
+"shelly_003_ulti_reached",,,,,,,,,"ParticleEmitter",,,"shelly_003_ulti_reached_cat",,"Above",,,100,,,,"shelly_003_ulti_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_reached_ground",,"GroundHigh","true",,30,,,,,,,
+"shelly_003_ulti_reached_red",,,,,,,,,"ParticleEmitter",,,"shelly_003_ulti_reached_cat_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_reached_ground_red",,"GroundHigh","true",,30,,,,,,,
+"shelly_003_ulti_trail",,,,,,,,,"ParticleEmitter",,,"shelly_003_ulti_trail_bubble",,"Above",,,100,,,,"shelly_003_ulti_trail_red",,,
+"shelly_003_ulti_trail_red",,,,,,,,,"ParticleEmitter",,,"shelly_003_ulti_trail_bubble_red",,"Above",,,100,,,,,,,
+"shelly_003_ulti_hit",,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_reached_ground",,"GroundHigh","true",,30,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_reached_bubble",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_hitSplat",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_hit_skull",,"Above",,,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_hit",,"Above",,,130,,,,,,,
+"shelly_003_ulti_hit_red",,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_reached_ground_red",,"GroundHigh","true",,30,,,,"shelly_003_ulti_hit",,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_reached_bubble_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_hitSplat_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_hit_skull_red",,"Above",,,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_003_atk_hit_red",,"Above",,,130,,,,,,,
+"shelly_004_atk",,,,,200,,,"Slimey_shelly_shot","SWF","sc/effects_brawler.sc","shelly_004_atk",,,"Above",,,100,,,,"shelly_003_atk_red",,,400
+,,,,,,,,,"ParticleEmitter",,,"shelly_004_atk_confetti",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_004_atk_confetti_2",,"Above",,,100,,,,,,,
+"shelly_005_atk",,,,,200,,,"Slimey_shelly_shot","SWF","sc/effects_brawler.sc","shelly_005_atk_smoke",,,"Above",,,100,,,,"shelly_005_atk_red",,,500
+,,,,,,,,,"ParticleEmitter",,,"shelly_005_atk_base",,"Above",,,100,,,,,,,
+"shelly_005_atk_red",,,,,200,,,"Slimey_shelly_shot","SWF","sc/effects_brawler.sc","shelly_005_atk_smoke_red",,,"Above",,,100,,,,,,,500
+,,,,,,,,,"ParticleEmitter",,,"shelly_005_atk_base_red",,"Above",,,100,,,,,,,
+"shelly_005_atk_hit",,,,,,,,,"ParticleEmitter",,,"belle_002_atk_hit_impact_2",,"Above",,,,,,,"shelly_005_atk_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_005_atk_hit_frags",,"Above",,,,,,,,,,
+"shelly_005_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"belle_002_atk_hit_impact_2_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_005_atk_hit_frags_red",,"Above",,,,,,,,,,
+"shelly_005_atk_hitEnv",,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Object",,,100,,,,"shelly_005_atk_hitEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,100,,,,,,,
+"shelly_005_atk_hitEnv_red",,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,100,,,,,,,
+"shelly_005_atk_trail",,,,,,,,,"ParticleEmitter",,,"shelly_005_atk_trail_frags",,"Above",,,100,,,,"shelly_005_atk_trail_red",,,
+"shelly_005_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"shelly_005_atk_trail_frags_red",,"GroundTop",,,100,,,,,,,
+"shelly_005_atk_reached",,,,,,,,,"ParticleEmitter",,,"shelly_005_atk_reached",,"Above",,,100,,,,"shelly_005_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_multi",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"shelly_005_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"shelly_005_atk_reached_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_multi",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"shelly_005_ulti_hit",,,,,,,,,"ParticleEmitter",,,"belle_002_atk_hit_impact_2",,"Above",,,,,,,"shelly_005_ulti_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_005_atk_hit_frags",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_atkHit_dots",,"Above",,,85,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_death_smoke_gas",,"GroundHigh",,,100,,,,,,,
+"shelly_005_ulti_hit_red",,,,,,,,,"ParticleEmitter",,,"belle_002_atk_hit_impact_2_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_005_atk_hit_frags_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_003_atkHit_dots_red",,"Above",,,85,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_death_smoke_gas_red",,"GroundHigh",,,100,,,,,,,
+"shelly_005_ulti",,,,,450,150,,"Slimey_shotgun_ulti","SWF","sc/effects_brawler.sc","shelly_005_ulti_smoke",,,"Above",,,100,,,,"shelly_005_ulti_red",,,500
+,,,,,,,,,"ParticleEmitter",,,"shelly_005_atk_base",,"Above",,,100,,,,,,,
+"shelly_005_ulti_red",,,,,450,150,,"Slimey_shotgun_ulti","SWF","sc/effects_brawler.sc","shelly_005_ulti_smoke_red",,,"Above",,,100,,,,,,,500
+,,,,,,,,,"ParticleEmitter",,,"shelly_005_atk_base_red",,"Above",,,100,,,,,,,
+"shelly_005_ulti_trail",,,,,,,,,"ParticleEmitter",,,"shelly_005_ulti_trail_smoke",,"GroundTop",,,100,,,,"shelly_005_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_005_ulti_trail_frags",,"Above",,,100,,,,,,,
+"shelly_005_ulti_trail_red",,,,,,,,,"ParticleEmitter",,,"shelly_005_ulti_trail_smoke_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_005_ulti_trail_frags_red",,"Above",,,100,,,,,,,
+"shelly_005_ulti_reached",,,,,,,,,"ParticleEmitter",,,"shelly_005_ulti_reached_frog",,"Above",,,100,,,,"shelly_005_ulti_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_005_atk_reached",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_multi_ulti",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"shelly_005_ulti_reached_red",,,,,,,,,"ParticleEmitter",,,"shelly_005_ulti_reached_frog_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_005_atk_reached_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_multi_ulti_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"shelly_005_moving",,"true",,,,,,,"ParticleEmitter",,,"shelly_005_drop_shoes",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shelly_005_drop_shoes",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_silver_moving_dots_small",,"Above",,,100,,,,,,,
+"shelly_005_still",,,,,,,,,"ParticleEmitter",,,"gen_silver_moving_dots_small",,"Above",,,100,,,,,,,
+"spike_def_atk1_explosion",,,,,200,50,,"Cactus_explo","ParticleEmitter",,,"spike_def_atk1_fragments",,"Above",,,,,,,"spike_def_atk1_explosion_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_atk1_ground",,,"GroundHigh","true",,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_atk1_cloud",,,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"Above",,,,,,,,,,
+"spike_def_atk1_explosion_red",,,,,200,50,,"Cactus_explo","ParticleEmitter",,,"spike_def_atk1_fragments_red",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_atk1_ground_red",,,"GroundHigh","true",,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_atk1_cloud_red",,,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"Above",,,,,,,,,,
+"spike_def_atk2_reached",,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Above",,,,,,,"spike_def_atk2_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"spike_def_atk2_fragments",,"Above",,,,,,,,,,
+"spike_def_atk2_reached_red",,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"spike_def_atk2_fragments_red",,"Above",,,,,,,,,,
+"spike_def_ulti_explosion",,,,,200,50,,"Sound_Gen_small_explosion","ParticleEmitter",,,"spike_def_ulti_fragments",,"Above",,,,,,,"spike_def_ulti_explosion_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_ulti_ground",,,"GroundHigh","true",,230,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_ulti_stinger_field",,,"GroundHigh",,,230,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_ulti_cloud",,,"Above",,,230,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_230",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"spike_def_ulti_stinger_twinkles",,"Above",,,,,,,,,,
+"spike_def_ulti_explosion_red",,,,,200,50,,"Sound_Gen_small_explosion","ParticleEmitter",,,"spike_def_ulti_fragments_red",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_ulti_ground_red",,,"GroundHigh","true",,230,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_ulti_stinger_field_red",,,"GroundHigh",,,230,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_ulti_cloud_red",,,"Above",,,230,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_230",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"spike_def_ulti_stinger_twinkles",,"Above",,,,,,,,,,
+"spike_002_atk",,"true",,,,,,"spike_atk","SWF","sc/effects_brawler.sc","spike_002_atk",,,"Above",,,100,,,,,,,300
+"spike_002_ulti",,"true",,,,,,"tnt_attack_ulti","ParticleEmitter",,,"spike_002_ulti",,"Above",,,,,,,"spike_002_ulti_red",,,300
+"spike_002_ulti_red",,"true",,,,,,"tnt_attack_ulti","ParticleEmitter",,,"spike_002_ulti_red",,"Above",,,,,,,,,,300
+"spike_002_atk1_trail",,,,,,,,,"ParticleEmitter",,,"spike_002_atk1_trail_petals_blue",,"Above",,,,,,,"spike_002_atk1_trail_red",,,
+"spike_002_atk1_trail_red",,,,,,,,,"ParticleEmitter",,,"spike_002_atk1_trail_petals_red",,"Above",,,,,,,,,,
+"spike_002_atk1_explosion",,,,,200,50,,"Cactus_explo","ParticleEmitter",,,"spike_002_atk1_petal_Explosion",,"Above",,,,,,,"spike_002_atk1_explosion_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_atk1_ground",,,"GroundHigh","true",,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_atk1_cloud",,,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"Above",,,,,,,,,,
+"spike_002_atk1_explosion_red",,,,,200,50,,"Cactus_explo","ParticleEmitter",,,"spike_002_atk1_petal_explosion_red",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_atk1_ground_red",,,"GroundHigh","true",,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_atk1_cloud_red",,,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"Above",,,,,,,,,,
+"spike_002_atk2_reached",,,,,,,,,"ParticleEmitter",,,"spike_002_sakura_reached",,"Above",,,,,,,,,,
+"spike_002_ulti_explosion",,,,,200,50,,"Sound_Gen_small_explosion","ParticleEmitter",,,"spike_002_ulti_petal_explosion",,"Above",,,,,,,"spike_002_ulti_explosion_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_ulti_ground",,,"GroundHigh","true",,230,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_002_ulti_stinger_field",,,"GroundHigh",,,230,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_ulti_cloud",,,"Above",,,230,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_230",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"spike_def_ulti_stinger_twinkles",,"Above",,,,,,,,,,
+"spike_002_ulti_explosion_red",,,,,200,50,,"Sound_Gen_small_explosion","ParticleEmitter",,,"spike_002_ulti_petal_explosion_red",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_ulti_ground_red",,,"GroundHigh","true",,230,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_002_ulti_stinger_field_red",,,"GroundHigh",,,230,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_ulti_cloud_red",,,"Above",,,230,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_230",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"spike_def_ulti_stinger_twinkles",,"Above",,,,,,,,,,
+"spike_003_atk1_trail",,"TRUE",,,,,,,"ParticleEmitter",,,"spike_003_atk1_trail",,"GroundHigh",,,,,,,"spike_003_atk1_trail_red",,,150
+"spike_003_atk1_trail_red",,"TRUE",,,,,,,"ParticleEmitter",,,"spike_003_atk1_trail_red",,"GroundHigh",,,,,,,,,,150
+"spike_003_atk1_explosion",,,,,200,50,,"Cactus_explo","ParticleEmitter",,,"spike_003_atk1_explode_100",,"Above",,,,,,,"spike_003_atk1_explosion_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_003_atk1_soot",,,"GroundHigh","true",,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_003_atk1_cloud",,,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"Above",,,,,,,,,,
+"spike_003_atk1_explosion_red",,,,,200,50,,"Cactus_explo","ParticleEmitter",,,"spike_003_atk1_explode_red_100",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_003_atk1_soot",,,"GroundHigh","true",,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_003_atk1_cloud_red",,,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"Above",,,,,,,,,,
+"spike_003_atk2_reached",,,,,,,,,"ParticleEmitter",,,"cloudExplode_small",,"Above",,,,,,,"spike_003_atk2_reached_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_003_atk2_soot",,,"GroundLow","TRUE",,100,,,,,,,
+"spike_003_atk2_reached_red",,,,,,,,,"ParticleEmitter",,,"cloudExplode_small_red2",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_003_atk2_soot",,,"GroundLow","TRUE",,100,,,,,,,
+"spike_003_ulti_trail",,"TRUE",,,,,,,"ParticleEmitter",,,"spike_003_ulti_trail",,"GroundHigh",,,,,,,"spike_003_ulti_trail_red",,,150
+"spike_003_ulti_trail_red",,"TRUE",,,,,,,"ParticleEmitter",,,"spike_003_ulti_trail_red",,"GroundHigh",,,,,,,,,,150
+"spike_003_ulti_explosion",,,,,200,50,,"Sound_Gen_small_explosion","ParticleEmitter",,,"spike_003_atk1_explode_230",,"Above",,,,,,,"spike_003_ulti_explosion_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_ulti_ground",,,"GroundHigh","true",,230,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_003_ulti_stinger_field",,,"GroundHigh",,,230,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_ulti_cloud",,,"Above",,,230,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_230",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"spike_def_ulti_stinger_twinkles",,"Above",,,,,,,,,,
+"spike_003_ulti_explosion_red",,,,,200,50,,"Sound_Gen_small_explosion","ParticleEmitter",,,"spike_003_atk1_explode_red_230",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_ulti_ground_red",,,"GroundHigh","true",,230,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_003_ulti_stinger_field_red",,,"GroundHigh",,,230,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_ulti_cloud_red",,,"Above",,,230,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_230",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"spike_def_ulti_stinger_twinkles",,"Above",,,,,,,,,,
+"spike_004_atk_trail",,,,,,,,,"ParticleEmitter",,,"spike_004_atk_trail_ring",,"Above",,,100,,,,"spike_004_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"spike_004_atk_trail_line",,"GroundTop",,,100,,,,,,,
+"spike_004_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"spike_004_atk_trail_ring_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"spike_004_atk_trail_line_red",,"GroundTop",,,100,,,,,,,
+"spike_004_atk1_explosion",,,,,200,50,,"Cactus_explo","SWF","sc/effects_brawler.sc","spike_003_atk1_soot",,,"GroundHigh","true",,100,,,,"spike_004_atk1_explosion_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_003_atk1_cloud",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"spike_004_atk_beams",,"Above",,,100,,,,,,,
+"spike_004_atk1_explosion_red",,,,,200,50,,"Cactus_explo","SWF","sc/effects_brawler.sc","spike_003_atk1_soot",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_003_atk1_cloud_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"spike_004_atk_beams_red",,"Above",,,100,,,,,,,
+"spike_004_ulti_explosion",,,,,200,50,,"Sound_Gen_small_explosion","SWF","sc/effects_brawler.sc","spike_004_ulti_ground",,,"GroundLow","true",,230,,,,"spike_004_ulti_explosion_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_004_ulti_stinger_field",,,"GroundTop",,,230,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_ulti_cloud",,,"Above",,,230,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"spike_004_ulti_smog",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"spike_004_ulti_stars",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"spike_004_ulti_stars_middle",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"spike_004_ulti_stars_high",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"spike_004_ulti_range",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_230",,"GroundHigh",,,100,,,,,,,
+"spike_004_ulti_explosion_red",,,,,200,50,,"Sound_Gen_small_explosion","SWF","sc/effects_brawler.sc","spike_004_ulti_ground_red",,,"GroundLow","true",,230,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_004_ulti_stinger_field_red",,,"GroundTop",,,230,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_ulti_cloud_red",,,"Above",,,230,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"spike_004_ulti_smog_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"spike_004_ulti_stars_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"spike_004_ulti_stars_middle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"spike_004_ulti_stars_high_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"spike_004_ulti_range_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_230",,"GroundHigh",,,100,,,,,,,
+"spike_004_ulti_trail",,,,,,,,,"ParticleEmitter",,,"spike_004_ulti_trail_gas",,"Object",,,100,,,,"spike_004_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"spike_004_ulti_trail_dots",,"Above",,,100,,,,,,,
+"spike_004_ulti_trail_red",,,,,,,,,"ParticleEmitter",,,"spike_004_ulti_trail_gas_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"spike_004_ulti_trail_dots_red",,"Above",,,100,,,,,,,
+"sprout_def_atk",,,,,,,,"Sprout_Atk","SWF","sc/effects_brawler.sc","sprout_def_atk",,,"Above",,,100,,,,,,,500
+"sprout_def_atk1_trail",,,,,,,,,"ParticleEmitter",,,"sprout_def_atk1_leaf",,"Above",,,100,,,,"sprout_def_atk1_trail_red",,,
+"sprout_def_atk1_trail_red",,,,,,,,,"ParticleEmitter",,,"sprout_def_atk1_leaf_red",,"Above",,,100,,,,,,,
+"sprout_def_atk1_hit",,,,,,,,,"ParticleEmitter",,,"sprout_def_atk1_leafGround",,"GroundHigh",,,100,,,,"sprout_def_atk1_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_atk1_hit",,"GroundLow","true",,100,,,,,,,
+"sprout_def_atk1_hit_red",,,,,,,,,"ParticleEmitter",,,"sprout_def_atk1_leafGround_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_atk1_hit_red",,"GroundLow","true",,100,,,,,,,
+"sprout_def_atk2_explosion",,,,,200,50,,"Sprout_Atk_Explo","ParticleEmitter",,,"cloudExplode_green",,"Above",,,100,,,,"sprout_def_atk2_explosion_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_explode_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_atk1_leafGround",,"Above",,,125,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","sprout_def_atk2_ground",,,"GroundHigh","TRUE",,,,,,,,,
+"sprout_def_atk2_explosion_red",,,,,200,50,,"Sprout_Atk_Explo","ParticleEmitter",,,"cloudExplode_redpurple",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_explode_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_atk1_leafGround_red",,"Above",,,125,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","sprout_def_atk2_ground_red",,,"GroundHigh","TRUE",,,,,,,,,
+"sprout_def_ulti",,,,,,,,"Sprout_Ulti_Atk","SWF","sc/effects_brawler.sc","sprout_def_atk",,,"Above",,,100,,,,,,,500
+"sprout_def_ulti_trail",,,,,,,,,"ParticleEmitter",,,"sprout_def_atk1_leaf",,"Above",,,140,,,,"sprout_def_atk1_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"rico_003_atk_particle",,"Above",,,150,,,,,,,
+"sprout_def_ulti_explosion",,,,,,,,"Sprout_Atk_Ulti_Explo","SWF","sc/effects_brawler.sc","spike_003_atk1_cloud",,,"Above",,,110,,,,"sprout_def_ulti_explosion_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","sprout_def_ulti_ground",,,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_ulti_leafGround",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_ulti_butterfly",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_ulti_butterfly_2",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_ulti_firefly",,"Above",,,100,,,,,,,
+"sprout_def_ulti_explosion_red",,,,,,,,"Sprout_Atk_Ulti_Explo","SWF","sc/effects_brawler.sc","spike_003_atk1_cloud_red",,,"Above",,,110,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","sprout_def_ulti_ground_red",,,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_ulti_leafGround_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_ulti_butterfly_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_ulti_butterfly_2_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_ulti_firefly_red",,"Above",,,100,,,,,,,
+"sprout_def_wall_explo",,,,,,,,,"ParticleEmitter",,,"cloudExplode_small_dust",,"GroundHigh",,,180,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_wall_dust",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_ulti_wall_frags",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_atk1_leafGround",,"Above",,,120,,,,,,,
+"sprout_def_wall_hit",,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"sprout_def_wall_hit_leaf",,"Above",,,100,,,,,,,
+"sprout_def_sp1_explosion",,,,,,,,"Sprout_Atk_Explo","ParticleEmitter",,,"cloudExplode_green",,"Above",,,90,,,,"sprout_def_sp1_explosion_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","sprout_def_sp1_ground",,,"GroundHigh","TRUE",,90,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_ulti_leafGround",,"Above",,,85,,,,,,,
+"sprout_def_sp1_explosion_red",,,,,,,,,"ParticleEmitter",,,"cloudExplode_redpurple",,"Above",,,90,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","sprout_def_sp1_ground_red",,,"GroundHigh","TRUE",,90,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_ulti_leafGround_red",,"Above",,,85,,,,,,,
+"sprout_002_atk1_hit",,,,,,,,,"ParticleEmitter",,,"sprout_002_atk1_debris",,"GroundHigh",,,100,,,,"sprout_002_atk1_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_atk1_debris_small",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_atk1_frags",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_atk1_hit",,"GroundLow","true",,100,,,,,,,
+"sprout_002_atk1_hit_red",,,,,,,,,"ParticleEmitter",,,"sprout_002_atk1_debris_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_atk1_debris_small_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_atk1_frags",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_atk1_hit_red",,"GroundLow","true",,100,,,,,,,
+"sprout_002_atk_trail",,,,,,,,,"ParticleEmitter",,,"sprout_002_atk_trail_stars",,"Above",,,100,,,,"sprout_002_atk_trail_red",,,
+"sprout_002_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"sprout_002_atk_trail_stars_red",,"Above",,,100,,,,,,,
+"sprout_002_atk2_explosion",,,,,200,50,,"Sprout_Atk_Explo","ParticleEmitter",,,"cloudExplode_gold",,"Above",,,120,,,,"sprout_002_atk2_explosion_red",,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_gold",,"GroundTop",,,130,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_explode_blue",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_atk2_frags",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","sprout_002_atk2_ground",,,"GroundHigh","TRUE",,100,,,,,,,
+"sprout_002_atk2_explosion_red",,,,,200,50,,"Sprout_Atk_Explo","ParticleEmitter",,,"cloudExplode_goldRed",,"Above",,,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_goldRed",,"GroundTop",,,130,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_explode_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_atk2_frags_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","sprout_002_atk2_ground_red",,,"GroundHigh","TRUE",,100,,,,,,,
+"sprout_002_ulti_trail",,,,,,,,,"ParticleEmitter",,,"sprout_002_ulti_trail_moon",,"Above",,,100,,,,"sprout_002_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_ulti_trail_gas",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_ulti_trail_stars",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_ulti_trail_frags",,"Above",,,100,,,,,,,
+"sprout_002_ulti_trail_red",,,,,,,,,"ParticleEmitter",,,"sprout_002_ulti_trail_moon_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_ulti_trail_gas_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_ulti_trail_stars_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_ulti_trail_frags_red",,"Above",,,100,,,,,,,
+"sprout_002_ulti_explosion",,,,,,,,"Sprout_Atk_Ulti_Explo","SWF","sc/effects_brawler.sc","spike_003_atk1_cloud",,,"Above",,,110,,,,"sprout_002_ulti_explosion_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","sprout_002_ulti_ground",,,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_atk1_debris",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_ulti_moon",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_ulti_firefly",,"Above",,,100,,,,,,,
+"sprout_002_ulti_explosion_red",,,,,,,,"Sprout_Atk_Ulti_Explo","SWF","sc/effects_brawler.sc","spike_003_atk1_cloud_red",,,"Above",,,110,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","sprout_002_ulti_ground_red",,,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_atk1_debris_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_ulti_moon",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_ulti_firefly_red",,"Above",,,100,,,,,,,
+"sprout_002_sp1_explosion",,,,,300,100,,"Sprout_Atk_Explo","ParticleEmitter",,,"cloudExplode_gold",,"Above",,,135,,,,"sprout_002_sp1_explosion_red",,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_gold",,"GroundTop",,,150,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_atk2_frags",,"Above",,,110,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_explode_blue",,"Above",,,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","sprout_002_sp1_ground",,,"GroundHigh","TRUE",,90,,,,,,,
+"sprout_002_sp1_explosion_red",,,,,300,100,,"Sprout_Atk_Explo","ParticleEmitter",,,"cloudExplode_goldRed",,"Above",,,135,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_goldRed",,"GroundTop",,,150,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_atk2_frags_red",,"Above",,,110,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_explode_red",,"Above",,,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","sprout_002_sp1_ground_red",,,"GroundHigh","TRUE",,90,,,,,,,
+"sprout_002_wall_explo_satellite",,,,,,,,,"ParticleEmitter",,,"cloudExplode_small_dust",,"GroundHigh",,,180,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_wall_explo_debris",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_wall_explo_debris_small",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_atk1_frags",,"Above",,,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_wall_explo_satellite",,"Above",,,120,,,,,,,
+"sprout_002_wall_explo",,,,,,,,,"ParticleEmitter",,,"cloudExplode_small_dust",,"GroundHigh",,,180,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_wall_explo_debris",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_wall_explo_debris_small",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_atk1_frags",,"Above",,,120,,,,,,,
+"sprout_002_wall_hit",,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"sprout_002_wall_hit_debris",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_wall_hit_moon",,"Above",,,100,,,,,,,
+"sprout_003_atk",,,,,,,,"Sprout_Atk","SWF","sc/effects_brawler.sc","sprout_003_atk",,,"Above",,,100,,,,"sprout_003_atk_red",,,500
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_atk_hit_gas",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_atk1_frags",,"Above",,,100,,,,,,,
+"sprout_003_atk_red",,,,,,,,"Sprout_Atk","SWF","sc/effects_brawler.sc","sprout_003_atk_red",,,"Above",,,100,,,,,,,500
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_atk_hit_gas_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_atk1_frags_red",,"Above",,,100,,,,,,,
+"sprout_003_atk_explosion",,,,,200,50,,"Sprout_Atk_Explo","ParticleEmitter",,,"cloudExplode_small_blue",,"Above",,,120,,,,"sprout_003_atk_explosion_red",,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_small_blue",,"GroundTop",,,130,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_explode_blue",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_atk_fragments",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","sprout_003_atk_ground",,,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_atk_groundCrack",,"GroundHigh","true",,200,,,,,,,
+"sprout_003_atk_explosion_red",,,,,200,50,,"Sprout_Atk_Explo","ParticleEmitter",,,"cloudExplode_small_red",,"Above",,,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_small_red",,"GroundTop",,,130,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_explode_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_atk_fragments",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","sprout_003_atk_ground_red",,,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_atk_groundCrack_red",,"GroundHigh","true",,200,,,,,,,
+"sprout_003_sp1_explosion",,,,,200,50,,"Sprout_Atk_Explo","ParticleEmitter",,,"cloudExplode_blue",,"Above",,,120,,,,"sprout_003_sp1_explosion_red",,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_blue",,"GroundTop",,,130,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_explode_blue",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_atk_fragments",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","sprout_003_sp1_ground",,,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_atk_groundCrack",,"GroundHigh","true",,200,,,,,,,
+"sprout_003_sp1_explosion_red",,,,,200,50,,"Sprout_Atk_Explo","ParticleEmitter",,,"cloudExplode_red",,"Above",,,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"GroundTop",,,130,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_explode_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_atk_fragments",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","sprout_003_sp1_ground_red",,,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_atk_groundCrack_red",,"GroundHigh","true",,200,,,,,,,
+"sprout_003_atk1_hit",,,,,,,,,"ParticleEmitter",,,"sprout_003_atk1_hit",,"GroundLow","true",,100,,,,"sprout_003_atk1_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,100,,,,,,,
+"sprout_003_atk1_hit_red",,,,,,,,,"ParticleEmitter",,,"sprout_def_atk1_hit_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,100,,,,,,,
+"sprout_003_ulti_trail",,,,,,,,,"ParticleEmitter",,,"sprout_003_ulti_trail_coin",,"Object",,,100,,,,"sprout_003_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_ulti_trail_gas",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_ulti_trail_gems",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_ulti_trail_frags",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_ulti_trail_stars",,"Above",,,100,,,,,,,
+"sprout_003_ulti_trail_red",,,,,,,,,"ParticleEmitter",,,"sprout_003_ulti_trail_coin",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_ulti_trail_gas_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_ulti_trail_gems_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_ulti_trail_frags_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_ulti_trail_stars_red",,"Above",,,100,,,,,,,
+"sprout_003_ulti_explosion",,,,,,,,"Sprout_Atk_Ulti_Explo","SWF","sc/effects_brawler.sc","spike_003_atk1_cloud",,,"Above",,,110,,,,"sprout_003_ulti_explosion_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","sprout_003_ulti_ground",,,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_atk1_debris",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_ulti_coin",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_ulti_gems",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_ulti_firefly",,"Above",,,100,,,,,,,
+"sprout_003_ulti_explosion_red",,,,,,,,"Sprout_Atk_Ulti_Explo","SWF","sc/effects_brawler.sc","spike_003_atk1_cloud_red",,,"Above",,,110,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","sprout_003_ulti_ground_red",,,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_atk1_debris",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_ulti_coin",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_ulti_gems_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_ulti_firefly_red",,"Above",,,100,,,,,,,
+"sprout_003_ulti_explosion_chroma",,,,,,,,"Sprout_Atk_Ulti_Explo","SWF","sc/effects_brawler.sc","spike_003_atk1_cloud",,,"Above",,,110,,,,"sprout_003_ulti_explosion_chroma_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","sprout_003_ulti_ground_chroma",,,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_atk1_debris",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_ulti_coin",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_ulti_gems",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_ulti_firefly",,"Above",,,100,,,,,,,
+"sprout_003_ulti_explosion_chroma_red",,,,,,,,"Sprout_Atk_Ulti_Explo","SWF","sc/effects_brawler.sc","spike_003_atk1_cloud_red",,,"Above",,,110,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","sprout_003_ulti_ground_chroma_red",,,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_atk1_debris",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_ulti_coin",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_ulti_gems_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_ulti_firefly_red",,"Above",,,100,,,,,,,
+"sprout_003_wall_explo_satellite",,,,,,,,,"ParticleEmitter",,,"cloudExplode_small_dust",,"GroundHigh",,,180,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_wall_explo_debris",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_wall_explo_debris_small",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_atk1_frags",,"Above",,,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_002_wall_explo_satellite",,"Above",,,120,,,,,,,
+"sprout_003_wall_explo",,,,,,,,,"ParticleEmitter",,,"cloudExplode_small_dust",,"GroundHigh",,,180,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_wall_explo_brick",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_wall_explo_brick_small",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_atk1_frags",,"Above",,,120,,,,,,,
+"sprout_003_wall_explo_chroma",,,,,,,,,"ParticleEmitter",,,"cloudExplode_small_dust",,"GroundHigh",,,180,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_wall_explo_brick_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_wall_explo_brick_small_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_atk1_frags",,"Above",,,120,,,,,,,
+"sprout_003_wall_hit",,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"sprout_003_wall_hit_brick",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_wall_hit_coin",,"Above",,,100,,,,,,,
+"sprout_003_wall_hit_chroma",,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"sprout_003_wall_hit_brick_chroma",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_wall_hit_coin",,"Above",,,100,,,,,,,
+"sticky_def_atk",,,,,100,,,"Squeak_Atk","SWF","sc/effects_brawler.sc","sticky_def_atk",,,"Above","TRUE",,100,,,,,,,500
+"sticky_def_atk_trail",,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_trail_bubble",,"Object",,,100,,,,"sticky_def_atk_trail_red",,,
+"sticky_def_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_trail_bubble_red",,"Object",,,100,,,,,,,
+"sticky_def_atk_reached",,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_ground",,"GroundTop","TRUE",,100,,,,"sticky_def_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_gum",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_bubble",,"Above",,,100,,,,,,,
+"sticky_def_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_ground_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_gum_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_bubble_red",,"Above",,,100,,,,,,,
+"sticky_def_atk_hit",,"TRUE",,,,,,,"SWF","sc/effects_brawler.sc","sticky_def_atk_hit_remain",,,"Object",,,100,,,,"sticky_def_atk_hit_red",,,400
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_bubble",,"Above",,,100,,,,,,,
+"sticky_def_atk_hit_red",,"TRUE",,,,,,,"SWF","sc/effects_brawler.sc","sticky_def_atk_hit_remain_red",,,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_bubble_red",,"Above",,,100,,,,,,,
+"sticky_def_atk_hitEnv",,"TRUE",,,,,,,"SWF","sc/effects_brawler.sc","sticky_def_atk_hit_remain",,,"Object",,,100,,,,"sticky_def_atk_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_bubble",,"Above",,,100,,,,,,,
+"sticky_def_atk_hitEnv_red",,"TRUE",,,,,,,"SWF","sc/effects_brawler.sc","sticky_def_atk_hit_remain_red",,,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_bubble_red",,"Above",,,100,,,,,,,
+"sticky_def_atk_explode",,,,,150,150,,"Squeak_Bomb","SWF","sc/effects_brawler.sc","dynamike_attack_blue",,,"Above","true",,135,,,,"sticky_def_atk_explode_red",,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_exp_thread",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_exp_ground",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_bubble",,"Above",,,100,,,,,,,
+"sticky_def_atk_explode_red",,,,,150,150,,"Squeak_Ulti_Bomb","SWF","sc/effects_brawler.sc","dynamike_attack_red",,,"Above","true",,135,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_exp_thread_red",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_exp_ground_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_bubble_red",,"Above",,,100,,,,,,,
+"sticky_def_ulti_trail",,,,,,,,"Squeak_Ulti","ParticleEmitter",,,"sticky_def_ulti_trail_bubble",,"Object",,,100,,,,"sticky_def_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_ulti_trail_ground",,"GroundLow","TRUE",,100,,,,,,,
+"sticky_def_ulti_trail_red",,,,,,,,"Squeak_Ulti","ParticleEmitter",,,"sticky_def_ulti_trail_bubble_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_ulti_trail_ground_red",,"GroundLow","TRUE",,100,,,,,,,
+"sticky_def_ulti2_trail",,,,,,,,,"ParticleEmitter",,,"sticky_def_ulti2_trail_bubble",,"Object",,,100,,,,"sticky_def_ulti2_trail_red",,,
+"sticky_def_ulti2_trail_red",,,,,,,,,"ParticleEmitter",,,"sticky_def_ulti2_trail_bubble_red",,"Object",,,100,,,,,,,
+"sticky_def_ulti_hit",,"TRUE",,,,,,,"SWF","sc/effects_brawler.sc","sticky_def_atk_hit_remain",,,"Object",,,70,,,,"sticky_def_ulti_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_bubble",,"Above",,,70,,,,,,,
+"sticky_def_ulti_hit_red",,"TRUE",,,,,,,"SWF","sc/effects_brawler.sc","sticky_def_atk_hit_remain_red",,,"Object",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_bubble_red",,"Above",,,70,,,,,,,
+"sticky_def_ulti_hitEnv",,"TRUE",,,,,,,"SWF","sc/effects_brawler.sc","sticky_def_atk_hit_remain",,,"Object",,,70,,,,"sticky_def_ulti_hitEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_bubble",,"Above",,,70,,,,,,,
+"sticky_def_ulti_hitEnv_red",,"TRUE",,,,,,,"SWF","sc/effects_brawler.sc","sticky_def_atk_hit_remain_red",,,"Object",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_bubble_red",,"Above",,,70,,,,,,,
+"sticky_def_ulti_reached",,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_ground",,"GroundTop","TRUE",,70,,,,"sticky_def_ulti_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_gum",,"GroundTop","TRUE",,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_bubble",,"Above",,,70,,,,,,,
+"sticky_def_ulti_reached_red",,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_ground_red",,"GroundTop","TRUE",,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_gum_red",,"GroundTop","TRUE",,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_bubble_red",,"Above",,,70,,,,,,,
+"sticky_def_ulti_explode",,,,,150,150,,"Sound_Gen_small_explosion","SWF","sc/effects_brawler.sc","dynamike_attack_blue",,,"Above","true",,80,,,,"sticky_def_ulti_explode_red",,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_red",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_exp_thread",,"Object","TRUE",,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_exp_ground",,"GroundLow","TRUE",,65,,,,,,,
+"sticky_def_ulti_explode_red",,,,,150,150,,"Sound_Gen_small_explosion","SWF","sc/effects_brawler.sc","dynamike_attack_red",,,"Above","true",,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_red",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_exp_thread_red",,"Object","TRUE",,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_exp_ground_red",,"GroundLow","TRUE",,65,,,,,,,
+"sticky_002_atk",,,,,100,,,"Squeak_Atk","SWF","sc/effects_brawler.sc","sticky_def_atk",,,"Above","TRUE",,100,,,,,,,500
+"sticky_002_atk_trail",,,,,,,,,"ParticleEmitter",,,"sticky_002_atk_trail_bubble",,"Object",,,100,,,,"sticky_002_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_002_atk_trail_leaf",,"Object",,,100,,,,,,,
+"sticky_002_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"sticky_002_atk_trail_bubble_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_002_atk_trail_leaf_red",,"Object",,,100,,,,,,,
+"sticky_002_atk_reached",,,,,,,,,"ParticleEmitter",,,"sticky_002_atk_reached_ground",,"GroundTop","TRUE",,100,,,,"sticky_002_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_002_atk_reached_gum",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_002_atk_reached_bubble",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_002_atk_reached_leaf",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_002_atk_reached_acc",,"Above",,,100,,,,,,,
+"sticky_002_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"sticky_002_atk_reached_ground_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_002_atk_reached_gum_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_002_atk_reached_leaf_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_002_atk_reached_acc_red",,"Above",,,100,,,,,,,
+"sticky_002_atk_hit",,"TRUE",,,,,,,"SWF","sc/effects_brawler.sc","sticky_002_atk_hit_remain",,,"Object",,,100,,,,"sticky_002_atk_hit_red",,,400
+,,,,,,,,,"ParticleEmitter",,,"sticky_002_atk_reached_bubble",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_002_atk_reached_leaf",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_002_atk_reached_acc",,"Above",,,100,,,,,,,
+"sticky_002_atk_hit_red",,"TRUE",,,,,,,"SWF","sc/effects_brawler.sc","sticky_def_atk_hit_remain_red",,,"Object",,,100,,,,,,,400
+,,,,,,,,,"ParticleEmitter",,,"sticky_002_atk_reached_bubble_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_002_atk_reached_leaf_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_002_atk_reached_acc_red",,"Above",,,100,,,,,,,
+"sticky_002_atk_hitEnv",,"TRUE",,,,,,,"SWF","sc/effects_brawler.sc","sticky_002_atk_hit_remain",,,"Object",,,75,,,,"sticky_002_atk_hitEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_002_atk_reached_bubble",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_002_atk_reached_leaf",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_002_atk_reached_acc",,"Above",,,100,,,,,,,
+"sticky_002_atk_hitEnv_red",,"TRUE",,,,,,,"SWF","sc/effects_brawler.sc","sticky_002_atk_hit_remain_red",,,"Object",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_002_atk_reached_bubble_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_002_atk_reached_leaf_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_002_atk_reached_acc_red",,"Above",,,100,,,,,,,
+"sticky_002_atk_explode",,,,,150,150,,"Squeak_Bomb","SWF","sc/effects_brawler.sc","dynamike_attack_blue",,,"Above","true",,135,,,,"sticky_002_atk_explode_red",,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_002_atk_exp_thread",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_002_atk_exp_ground",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_002_ulti_leafGround",,"GroundLow","TRUE",,100,,,,,,,
+"sticky_002_atk_explode_red",,,,,150,150,,"Squeak_Ulti_Bomb","SWF","sc/effects_brawler.sc","dynamike_attack_red",,,"Above","true",,135,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_002_atk_exp_thread_red",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_002_atk_exp_ground_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_002_ulti_leafGround_red",,"GroundLow","TRUE",,100,,,,,,,
+"sticky_002_ulti_trail",,,,,,,,"Squeak_Ulti","ParticleEmitter",,,"sticky_002_ulti_trail_bubble",,"Object",,,100,,,,"sticky_002_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_002_ulti_trail_ground",,"GroundLow","TRUE",,100,,,,,,,
+"sticky_002_ulti_trail_red",,,,,,,,"Squeak_Ulti","ParticleEmitter",,,"sticky_002_ulti_trail_bubble_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_002_ulti_trail_ground_red",,"GroundLow","TRUE",,100,,,,,,,
+"sticky_002_ulti2_trail",,,,,,,,,"ParticleEmitter",,,"sticky_002_ulti2_trail_bubble",,"Object",,,100,,,,"sticky_002_ulti2_trail_red",,,
+"sticky_002_ulti2_trail_red",,,,,,,,,"ParticleEmitter",,,"sticky_def_ulti2_trail_bubble_red",,"Object",,,100,,,,,,,
+"sticky_002_ulti_hit",,"TRUE",,,,,,,"SWF","sc/effects_brawler.sc","sticky_def_atk_hit_remain",,,"Object",,,70,,,,"sticky_002_ulti_hit_red",,,400
+,,,,,,,,,"ParticleEmitter",,,"sticky_002_atk_reached_bubble",,"Above",,,70,,,,,,,
+"sticky_002_ulti_hit_red",,"TRUE",,,,,,,"SWF","sc/effects_brawler.sc","sticky_def_atk_hit_remain_red",,,"Object",,,70,,,,,,,400
+"sticky_002_ulti_hitEnv",,"TRUE",,,,,,,"SWF","sc/effects_brawler.sc","sticky_def_atk_hit_remain",,,"Object",,,70,,,,"sticky_002_ulti_hitEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_bubble",,"Above",,,70,,,,,,,
+"sticky_002_ulti_hitEnv_red",,"TRUE",,,,,,,"SWF","sc/effects_brawler.sc","sticky_def_atk_hit_remain_red",,,"Object",,,70,,,,,,,
+"sticky_002_ulti_reached",,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_ground",,"GroundTop","TRUE",,70,,,,"sticky_002_ulti_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_gum",,"GroundTop","TRUE",,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_bubble",,"Above",,,70,,,,,,,
+"sticky_002_ulti_reached_red",,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_ground_red",,"GroundTop","TRUE",,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_gum_red",,"GroundTop","TRUE",,70,,,,,,,
+"sticky_002_ulti_explode",,,,,150,150,,"Sound_Gen_small_explosion","SWF","sc/effects_brawler.sc","dynamike_attack_blue",,,"Above","true",,80,,,,"sticky_002_ulti_explode_red",,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_red",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_002_atk_exp_thread",,"Object","TRUE",,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_002_atk_exp_ground",,"GroundLow","TRUE",,65,,,,,,,
+"sticky_002_ulti_explode_red",,,,,150,150,,"Sound_Gen_small_explosion","SWF","sc/effects_brawler.sc","dynamike_attack_red",,,"Above","true",,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_red",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_002_atk_exp_thread_red",,"Object","TRUE",,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_002_atk_exp_ground_red",,"GroundLow","TRUE",,65,,,,,,,
+"squeak_003_atk",,,,,,,,"Squeak_Atk","ParticleEmitter",,,"squeak_003_atk_dust",,"GroundLow","true",,100,,,,"squeak_003_atk_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_atk_debris",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_atk_dustDots",,"Object",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","sticky_def_atk",,,"Above","TRUE",,100,,,,,,,500
+"squeak_003_atk_red",,,,,,,,"Squeak_Atk","ParticleEmitter",,,"squeak_003_atk_dust",,"GroundLow","true",,100,,,,"sprout_003_atk1_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_atk_debris_red",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_atk_dustDots",,"Object",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","sticky_def_atk",,,"Above","TRUE",,100,,,,,,,500
+"squeak_003_atk_trail",,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_trail_bubble",,"Object",,,100,,,,"squeak_003_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_atk_trail_frag",,"Above",,,100,,,,,,,
+"squeak_003_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_trail_bubble_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_atk_trail_frag_red",,"Above",,,100,,,,,,,
+"squeak_003_atk_reached",,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_ground",,"GroundTop","TRUE",,100,,,,"squeak_003_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_gum",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_bubble",,"Above",,,100,,,,,,,
+"squeak_003_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_ground_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_gum_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_bubble_red",,"Above",,,100,,,,,,,
+"squeak_003_atk_hit",,"TRUE",,,,,,,"SWF","sc/effects_brawler.sc","sticky_def_atk_hit_remain",,,"Object",,,100,,,,"squeak_003_atk_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_bubble",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_atk_hit_frags",,"Above",,,100,,,,,,,
+"squeak_003_atk_hit_red",,"TRUE",,,,,,,"SWF","sc/effects_brawler.sc","sticky_def_atk_hit_remain_red",,,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_bubble_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_atk_hit_frags_red",,"Above",,,100,,,,,,,
+"squeak_003_atk_hitEnv",,"TRUE",,,,,,,"SWF","sc/effects_brawler.sc","sticky_def_atk_hit_remain",,,"Object",,,100,,,,"squeak_003_atk_hitEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_bubble",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_atk_hit_frags",,"Above",,,100,,,,,,,
+"squeak_003_atk_hitEnv_red",,"TRUE",,,,,,,"SWF","sc/effects_brawler.sc","sticky_def_atk_hit_remain_red",,,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_bubble_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_atk_hit_frags_red",,"Above",,,100,,,,,,,
+"squeak_003_atk_explode",,,,,150,150,,"Squeak_Bomb","SWF","sc/effects_brawler.sc","dynamike_attack_blue",,,"Above","true",,135,,,,"squeak_003_atk_explode_red",,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_exp_thread",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_exp_ground",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_atk_exp_thread",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_ulti_drop_eyeball",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_ulti_drop_potato",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_atk_leaf_green",,"Above","TRUE",,100,,,,,,,
+"squeak_003_atk_explode_red",,,,,150,150,,"Squeak_Bomb","SWF","sc/effects_brawler.sc","dynamike_attack_red",,,"Above","true",,135,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_exp_thread_red",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_exp_ground_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_atk_exp_thread_red",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_ulti_drop_eyeball_red",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_ulti_drop_potato_red",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_atk_leaf_red",,"Above","TRUE",,100,,,,,,,
+"squeak_003_ulti_trail",,,,,,,,"Squeak_Ulti","ParticleEmitter",,,"sticky_def_ulti_trail_bubble",,"Object",,,100,,,,"squeak_003_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_ulti_trail_ground",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_ulti_trail_frag",,"Object",,,100,,,,"squeak_003_ulti2_trail_red",,,
+"squeak_003_ulti_trail_red",,,,,,,,"Squeak_Ulti","ParticleEmitter",,,"sticky_def_ulti_trail_bubble_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_ulti_trail_ground_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_ulti_trail_frag_red",,"Object",,,100,,,,"squeak_003_ulti2_trail_red",,,
+"squeak_003_ulti2_trail",,,,,,,,,"ParticleEmitter",,,"sticky_def_ulti2_trail_bubble",,"Object",,,100,,,,"squeak_003_ulti2_trail_red",,,
+"squeak_003_ulti2_trail_red",,,,,,,,,"ParticleEmitter",,,"sticky_def_ulti2_trail_bubble_red",,"Object",,,100,,,,,,,
+"squeak_003_ulti_hit",,"TRUE",,,,,,,"SWF","sc/effects_brawler.sc","sticky_def_atk_hit_remain",,,"Object",,,70,,,,"squeak_003_ulti_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_bubble",,"Above",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_ulti_hit_frags",,"Above",,,100,,,,,,,
+"squeak_003_ulti_hit_red",,"TRUE",,,,,,,"SWF","sc/effects_brawler.sc","sticky_def_atk_hit_remain_red",,,"Object",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_bubble_red",,"Above",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_ulti_hit_frags_red",,"Above",,,100,,,,,,,
+"squeak_003_ulti_hitEnv",,"TRUE",,,,,,,"SWF","sc/effects_brawler.sc","sticky_def_atk_hit_remain",,,"Object",,,70,,,,"squeak_003_ulti_hitEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_bubble",,"Above",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_ulti_hit_frags",,"Above",,,100,,,,,,,
+"squeak_003_ulti_hitEnv_red",,"TRUE",,,,,,,"SWF","sc/effects_brawler.sc","sticky_def_atk_hit_remain_red",,,"Object",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_bubble_red",,"Above",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_ulti_hit_frags_red",,"Above",,,100,,,,,,,
+"squeak_003_ulti_reached",,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_ground",,"GroundTop","TRUE",,70,,,,"squeak_003_ulti_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_gum",,"GroundTop","TRUE",,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_bubble",,"Above",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_ulti_hit_frags",,"Above",,,100,,,,,,,
+"squeak_003_ulti_reached_red",,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_ground_red",,"GroundTop","TRUE",,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_gum_red",,"GroundTop","TRUE",,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_reached_bubble_red",,"Above",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_ulti_hit_frags_red",,"Above",,,100,,,,,,,
+"squeak_003_ulti_explode",,,,,150,150,,"Sound_Gen_small_explosion","SWF","sc/effects_brawler.sc","dynamike_attack_blue",,,"Above","true",,80,,,,"squeak_003_ulti_explode_red",,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_red",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_exp_thread",,"Object","TRUE",,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_exp_ground",,"GroundLow","TRUE",,65,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_atk_exp_thread",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_ulti_drop_eyeball",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_ulti_drop_potato",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_atk_leaf_green",,"Above","TRUE",,100,,,,,,,
+"squeak_003_ulti_explode_red",,,,,150,150,,"Sound_Gen_small_explosion","SWF","sc/effects_brawler.sc","dynamike_attack_red",,,"Above","true",,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_red",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_exp_thread_red",,"Object","TRUE",,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sticky_def_atk_exp_ground_red",,"GroundLow","TRUE",,65,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_atk_exp_thread_red",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_ulti_drop_eyeball_red",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_ulti_drop_potato_red",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_atk_leaf_red",,"Above","TRUE",,100,,,,,,,
+"squeak_004_atk",,"true",,,,,,"Squeak_Atk","SWF","sc/effects_brawler.sc","squeak_004_atk",,,"Above","true",,120,,,,"squeak_004_atk_red",,,400
+"squeak_004_atk_red",,"true",,,,,,"Squeak_Atk","SWF","sc/effects_brawler.sc","squeak_004_atk_red",,,"Above","true",,120,,,,,,,400
+"squeak_004_atk_hit",,"TRUE",,,,,,,"SWF","sc/effects_brawler.sc","squeak_004_atk_hit_remain",,,"Above",,,100,,,,"squeak_004_atk_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_atk_hit_gas",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_frags",,"Above",,,100,,,,,,,
+"squeak_004_atk_hit_red",,"TRUE",,,,,,,"SWF","sc/effects_brawler.sc","squeak_004_atk_hit_remain_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_atk_hit_gas_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_frags_red",,"Above",,,100,,,,,,,
+"squeak_004_atk_hitEnv",,"TRUE",,,,,,,"SWF","sc/effects_brawler.sc","squeak_004_atk_reached_ground",,,"Above",,,100,,,,"squeak_004_atk_hitEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_atk_hit_gas",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_frags",,"Above",,,100,,,,,,,
+"squeak_004_atk_hitEnv_red",,"TRUE",,,,,,,"SWF","sc/effects_brawler.sc","squeak_004_atk_reached_ground_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_atk_hit_gas_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_frags_red",,"Above",,,100,,,,,,,
+"squeak_004_atk_reached",,,,,,,,,"SWF","sc/effects_brawler.sc","squeak_004_atk_reached_ground",,,"Above",,,,,,,"squeak_004_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_atk_hit_gas",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_frags",,"Above",,,100,,,,,,,
+"squeak_004_atk_reached_red",,,,,,,,,"SWF","sc/effects_brawler.sc","squeak_004_atk_reached_ground_red",,,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_003_atk_hit_gas_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_frags_red",,"Above",,,100,,,,,,,
+"squeak_004_atk_trail",,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_trail_gas",,"GroundTop",,,100,,,,"squeak_004_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_trail_dust",,"Above",,,100,,,,,,,
+"squeak_004_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_trail_gas_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_trail_dust_red",,"Above",,,100,,,,,,,
+"squeak_004_atk_explode",,,,,150,150,,"Sound_Gen_small_explosion","ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,"squeak_004_atk_explode_red",,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_gas_base",,"Object","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_gas_add",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_ghost",,"Above",,,150,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_ulti_area",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_twinkles",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_atkHit_flash",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_impact",,"Above",TRUE,,100,,,,,,,
+"squeak_004_atk_explode_red",,,,,150,150,,"Sound_Gen_small_explosion","ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_gas_base_red",,"Object","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_gas_add_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_ghost_red",,"Above",,,150,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_ulti_area_red",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_twinkles_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_atkHit_flash_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_impact_red",,"Above",TRUE,,100,,,,,,,
+"squeak_004_ulti_hit",,,,,,,,,"ParticleEmitter",,,"sprout_003_atk_hit_gas",,"Object",,,100,,,,"squeak_004_ulti_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_frags",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","squeak_004_ulti_hit_remain",,,"Above",,,100,,,,,,,
+"squeak_004_ulti_hit_red",,,,,,,,,"ParticleEmitter",,,"sprout_003_atk_hit_gas_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_frags_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","squeak_004_ulti_hit_remain_red",,,"Above",,,100,,,,,,,
+"squeak_004_ulti_hitEnv",,,,,,,,,"ParticleEmitter",,,"sprout_003_atk_hit_gas",,"Object",,,100,,,,"squeak_004_ulti_hitEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_frags",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","squeak_004_ulti_reached_ground",,,"Above",,,,,,,,,,
+"squeak_004_ulti_hitEnv_red",,,,,,,,,"ParticleEmitter",,,"sprout_003_atk_hit_gas_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_frags_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","squeak_004_ulti_reached_ground_red",,,"Above",,,,,,,,,,
+"squeak_004_ulti_reached",,,,,,,,,"SWF","sc/effects_brawler.sc","squeak_004_ulti_reached_ground",,,"Above",,,,,,,"squeak_004_ulti_reached_red",,,
+"squeak_004_ulti_reached_red",,,,,,,,,"SWF","sc/effects_brawler.sc","squeak_004_ulti_reached_ground_red",,,"Above",,,,,,,,,,
+"squeak_004_ulti_trail",,,,,,,,,"ParticleEmitter",,,"pam_003_ulti_trail_gas",,"GroundTop",,,100,,,,"squeak_004_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_ulti_trail_frags",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_ulti_trail_ghost",,"Above",,,100,,,,,,,
+"squeak_004_ulti_trail_red",,,,,,,,,"ParticleEmitter",,,"pam_003_ulti_trail_gas_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_ulti_trail_frags_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_ulti_trail_ghost_red",,"Above",,,100,,,,,,,
+"squeak_004_ulti_explode",,,,,150,150,,"Sound_Gen_small_explosion","ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,70,,,,"squeak_004_ulti_explode_red",,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_ulti_gas_base",,"Object","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_ulti_gas_add",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_ulti_area",,"GroundTop","true",,50,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_ulti_twinkles",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_ulti_ghost",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_ulti_frag",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_atkHit_flash",,"Above",,,100,,,,,,,
+"squeak_004_ulti_explode_red",,,,,,,,"Byron_Ulti_Hit","ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_ulti_gas_base_red",,"Object","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_ulti_gas_add_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_ulti_area_red",,"GroundTop","true",,50,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_ulti_twinkles_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_ulti_ghost_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_ulti_frag_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_004_atkHit_flash_red",,"Above",,,100,,,,,,,
+"stu_def_atk",,,,,,,,"Stu_Atk","ParticleEmitter",,,"stu_def_atk_firework",,"Above",,,100,,,,"stu_def_atk_red",,,600
+,,,,,,,,,"ParticleEmitter",,,"stu_def_atk_frags",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_atk_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_atk",,"Above",,,60,,,,,,,
+"stu_def_atk_red",,,,,,,,"Stu_Atk","ParticleEmitter",,,"stu_def_atk_firework_red",,"Above",,,100,,,,,,,600
+,,,,,,,,,"ParticleEmitter",,,"stu_def_atk_frags_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_atk_twinkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_atk_red",,"Above",,,60,,,,,,,
+"stu_def_atk_trail",,,,,,,,,"ParticleEmitter",,,"stu_def_atk_trail_twinkle",,"Above",,,100,,,,"stu_def_atk_trail_red",,,
+"stu_def_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"stu_def_atk_trail_twinkle_red",,"Above",,,100,,,,,,,
+"stu_def_atkHit",,,,,,,,,"ParticleEmitter",,,"stu_def_atkHit_firework",,"Object",,,100,,,,"stu_def_atkHit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_atkHit_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_atkHit_stars",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_atkHit_flash",,"Above",,,100,,,,,,,
+"stu_def_atkHit_red",,,,,,,,,"ParticleEmitter",,,"stu_def_atkHit_firework_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_atkHit_twinkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_atkHit_stars_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_atkHit_flash",,"Above",,,100,,,,,,,
+"stu_def_atkEnd",,,,,,,,,"ParticleEmitter",,,"stu_def_atkEnd_twinkle",,"Above",,,100,,,,"stu_def_atkEnd_red",,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_atkEnd_firework",,"Above",,,100,,,,,,,
+"stu_def_atkEnd_red",,,,,,,,,"ParticleEmitter",,,"stu_def_atkEnd_twinkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_atkEnd_firework_red",,"Above",,,100,,,,,,,
+"stu_def_atkEnv",,,,,,,,,"ParticleEmitter",,,"stu_def_atkEnd_twinkle",,"Above",,,100,,,,"stu_def_atkEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_atkEnd_firework",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_atkEnd_flash",,"Above",,,95,,,,,,,
+"stu_def_atkEnv_red",,,,,,,,,"ParticleEmitter",,,"stu_def_atkEnd_twinkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_atkEnd_firework_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_atkEnd_flash_red",,"Above",,,95,,,,,,,
+"stu_def_ulti_cover",,"true","true",,,,,,"SWF","sc/effects_brawler.sc","colette_def_ulti_glow",,,"Above",,,90,,,,"stu_def_ulti_cover_red",,,300
+"stu_def_ulti_cover_red",,"true","true",,,,,,"SWF","sc/effects_brawler.sc","colette_def_ulti_glow_red",,,"Above",,,90,,,,,,,300
+"stu_def_ulti_trail",,,,,,,,"Stu_Ulti","ParticleEmitter",,,"stu_def_ulti_trail_residual",,"Above",,,100,,,,"stu_def_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_ulti_trail_smoke",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_ulti_trail_amber",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_ulti_trail_soot",,"GroundLow","true",,100,,,,,,,
+"stu_def_ulti_trail_red",,,,,,,,"Stu_Ulti","ParticleEmitter",,,"stu_def_ulti_trail_residual_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_ulti_trail_smoke_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_ulti_trail_amber_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_ulti_trail_soot",,"GroundLow","true",,100,,,,,,,
+"stu_def_moving",,"true","true",,,,,,"ParticleEmitter",,,"stu_def_moving_skid",,"GroundLow",,,100,,,,,,,
+"stu_def_lobby",,,,,,,,,"Effect",,,,"stu_def_lobby_L","Above",,,100,,,,,,,
+,,,,,,,,,"Effect",,,,"stu_def_lobby_R","Above",,,100,,,,,,,
+,,,,,,,,,"Effect",,,,"stu_def_lobby_hat","Above",,,100,,,,,,,
+,,,,,,,,,"Effect",,,,"stu_def_lobby_residual_L","Above",,,100,,,,,,,
+,,,,,,,,,"Effect",,,,"stu_def_lobby_residual_R","Above",,,100,,,,,,,
+"stu_def_lobby_L",,"true",,"L_index_02_s",,,,,"ParticleEmitter",,,"stu_def_lobby_L_shoot1",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_lobby_L_shoot2",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_lobby_L_firework1",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_lobby_L_firework2",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_lobby_L_twinkle1",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_lobby_L_twinkle2",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_lobby_L_frags1",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_lobby_L_frags2",,"Above",,,100,,,,,,,
+"stu_def_lobby_R",,"true",,"R_index_02_s",,,,,"ParticleEmitter",,,"stu_def_lobby_R_shoot1",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_lobby_R_shoot2",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_lobby_R_firework1",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_lobby_R_firework2",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_lobby_R_twinkle1",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_lobby_R_twinkle2",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_lobby_R_frags1",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_lobby_R_frags2",,"Above",,,100,,,,,,,
+"stu_def_lobby_residual_L",,"true",,"L_index_02_s",,,,,"ParticleEmitter",,,"stu_def_lobby_residual_L_spark",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_lobby_residual_L_spark_gold",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_lobby_residual_L_glow",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_lobby_residual_L_twinkle",,"Above",,,100,,,,,,,
+"stu_def_lobby_residual_R",,"true",,"R_index_02_s",,,,,"ParticleEmitter",,,"stu_def_lobby_residual_R_spark",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_lobby_residual_R_spark_gold",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_lobby_residual_R_glow",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_lobby_residual_R_twinkle",,"Above",,,100,,,,,,,
+"stu_def_lobby_hat",,"true",,"hat_02_s",,,,,"ParticleEmitter",,,,,"Above",,,100,,,,,,,
+"stu_002_moving",,"true","true",,,,,,"ParticleEmitter",,,"stu_002_moving_skid",,"GroundLow",,,100,,,,,,,
+"stu_002_ulti_moving",,"true","true",,,,,,"ParticleEmitter",,,"stu_002_moving_ulti_skid",,"GroundHigh",,,100,,,,"stu_002_ulti_moving_red",,,
+"stu_002_ulti_moving_red",,"true","true",,,,,,"ParticleEmitter",,,"stu_002_moving_ulti_skid_red",,"GroundHigh",,,100,,,,,,,
+"stu_002_atk",,,,,,,,"Stu_Atk","ParticleEmitter",,,"stu_002_atk_fire",,"Above",,,100,,,,"stu_002_atk_red",,,600
+"stu_002_atk_red",,,,,,,,"Stu_Atk","ParticleEmitter",,,"stu_002_atk_fire_red",,"Above",,,100,,,,,,,600
+"stu_002_atk_trail",,,,,,,,,"ParticleEmitter",,,"stu_002_atk_trail_smoke_2",,"GroundHigh",,,100,,,,"stu_002_atk_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"stu_002_atk_trail_spark",,"GroundHigh",,,100,,,,,,,
+"stu_002_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"stu_002_atk_trail_smoke_2_red",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_002_atk_trail_spark_red",,"GroundLow",,,100,,,,,,,
+"stu_002_atkHit",,,,,,,,,"ParticleEmitter",,,"stu_002_atk_hit_particle",,"Object",,,100,,,,"stu_002_atkHit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"stu_002_atk_hit",,"Above",,,100,,,,,,,
+"stu_002_atkHit_red",,,,,,,,,"ParticleEmitter",,,"stu_002_atk_hit_particle_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_002_atk_hit_red",,"Above",,,100,,,,,,,
+"stu_002_atkEnd",,,,,,,,,"ParticleEmitter",,,"stu_002_hit_cloud",,"Above",,,100,,,,"stu_002_atkEnd_red",,,
+"stu_002_atkEnd_red",,,,,,,,,"ParticleEmitter",,,"stu_002_hit_cloud_red",,"Above",,,100,,,,,,,
+"stu_002_atkEnv",,,,,,,,,"ParticleEmitter",,,"stu_002_hit_gas",,"Above",,,100,,,,"stu_002_atkEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"stu_002_hit_cloud",,"Above",,,100,,,,,,,
+"stu_002_atkEnv_red",,,,,,,,,"ParticleEmitter",,,"stu_002_hit_gas_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_002_hit_cloud_red",,"Above",,,100,,,,,,,
+"stu_002_ulti_trail",,"true","true",,,,,"Stu_Ulti","ParticleEmitter",,,"stu_002_ulti_trail_residual",,"Above",,,100,,,,"stu_002_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"stu_002_ulti_trail_smoke",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_def_ulti_trail_amber",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_002_ulti_trail_soot",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"emz_def_atk_hitCloud",,"GroundLow","true",,100,,,,,,,
+"stu_002_ulti_trail_red",,"true","true",,,,,"Stu_Ulti","ParticleEmitter",,,"stu_002_ulti_trail_residual_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_002_ulti_trail_smoke_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_002_ulti_trail_amber_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_002_ulti_trail_soot",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"emz_def_atk_hitCloud_red",,"GroundLow","true",,100,,,,,,,
+"stu_002_lobby",,,,,,,,,"Effect",,,,"stu_002_lobby_scratch_f","Above",,,100,,,,,,,
+,,,,,,,,,"Effect",,,,"stu_002_lobby_scratch_b","GroundHigh",,,300,,,,,,,
+,,,,,,,,,"Effect",,,,"stu_002_lobby_head_fire","Above",,,50,,,,,,,
+,,,,,,,,,"Effect",,,,"stu_002_lobby_jump","Above",,,100,,,,,,,
+,,,,,,,,,"Effect",,,,"stu_002_lobby_jump2","Above",,,100,,,,,,,
+"stu_002_lobby_jump",,,,,,,,,"ParticleEmitter",,,"stu_002_lobby_jump",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_002_lobby_jump_sparkle",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_002_lobby_jump_fire",,"Above",,,100,,,,,,,
+"stu_002_lobby_jump2",,,,,,,,,"ParticleEmitter",,,"stu_002_lobby_jump2",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_002_lobby_jump_sparkle2",,"Above",,,,,,,,,,
+"stu_002_lobby_scratch_f",,,,,,,,,"ParticleEmitter",,,"stu_002_lobby_scratch_front",,"Above",,,100,,,,,,,
+"stu_002_lobby_scratch_b",,,,,,,,,"ParticleEmitter",,,"stu_002_lobby_scratch_back",,"GroundHigh",,,100,,,,,,,
+"stu_002_lobby_head_fire",,,,,,,,,"ParticleEmitter",,,"stu_002_lobby_head_fire",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_002_lobby_head_fire_sparkle",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_002_lobby_head_fire_smoke",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_002_lobby_head_fire_smoke2",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_002_lobby_head_fire_spark2",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_002_lobby_head_fire_spark",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_002_lobby_head_light",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"stu_002_lobby_head_fire_flash",,"Above",,,100,,,,,,,
+"surge_def_atk",,,,,200,,,"Surge_Atk","SWF","sc/effects_brawler.sc","gunSmoke_M",,,"Above",,,100,,,,,,,500
+,,,,,,,,,"ParticleEmitter",,,"penny_def_atk_twinkles",,"Above",,,100,,,,,,,
+"surge_def_atk1_trail",,"true","true",,,,,,"ParticleEmitter",,,"surge_def_atk1_trail_below",,"GroundHigh",,,105,,,,"surge_def_atk1_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_trail_drop",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_trail_above",,"Above",,,105,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_trail_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_trail_bubble",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain_trail",,"GroundHigh","true",,100,,,,,,,
+"surge_def_atk1_trail_red",,"true","true",,,,,,"ParticleEmitter",,,"surge_def_atk1_trail_below_red",,"GroundHigh",,,105,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_trail_drop_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_trail_above_red",,"Above",,,105,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_trail_twinkles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_trail_bubble_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain_trail",,"GroundHigh","true",,100,,,,,,,
+"surge_def_atk2_trail",,"true","true",,,,,,"ParticleEmitter",,,"surge_def_atk1_trail_drop",,"GroundHigh",,,65,,,,"surge_def_atk2_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_trail_twinkles",,"Above",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain_trail",,"GroundHigh","true",,,,,,,,,
+"surge_def_atk2_trail_red",,"true","true",,,,,,"ParticleEmitter",,,"surge_def_atk1_trail_drop_red",,"GroundHigh",,,65,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_trail_twinkles_red",,"Above",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain_trail",,"GroundHigh","true",,,,,,,,,
+"surge_def_atk1_end",,,,,,,,,"SWF","sc/effects_brawler.sc","surge_def_atk1_end",,,"Above",,,80,,,,"surge_def_atk1_end_red",,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_end_droplet",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain",,"GroundHigh","true",,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain_circles",,"GroundHigh","true",,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_end_bubble",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_end_twinkles",,"Above",,,100,,,,,,,
+"surge_def_atk1_end_red",,,,,,,,,"SWF","sc/effects_brawler.sc","surge_def_atk1_end_red",,,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_end_droplet_red",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain",,"GroundHigh","true",,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain_circles",,"GroundHigh","true",,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_end_bubble_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_end_twinkles_red",,"Above",,,100,,,,,,,
+"surge_def_atk2_end",,,,,,,,,"SWF","sc/effects_brawler.sc","surge_def_atk1_end",,,"Above",,,60,,,,"surge_def_atk2_end_red",,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_end_droplet",,"Above",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain",,"GroundHigh","true",,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain_circles",,"GroundHigh","true",,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_end_bubble",,"Above",,,80,,,,,,,
+"surge_def_atk2_end_red",,,,,,,,,"SWF","sc/effects_brawler.sc","surge_def_atk1_end_red",,,"Above",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_end_droplet_red",,"Above",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain",,"GroundHigh","true",,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain_circles",,"GroundHigh","true",,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_end_bubble_red",,"Above",,,80,,,,,,,
+"surge_def_atk1_hit",,,,,,,,,"SWF","sc/effects_brawler.sc","surge_def_atk1_hit",,,"Above",,,125,,,,"surge_def_atk1_hit_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","surge_def_atk1_hit_ground",,,"GroundHigh","true",,85,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_hit_shock",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_end_droplet",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain_circles",,"GroundLow","true",,100,,,,,,,
+"surge_def_atk1_hit_red",,,,,,,,,"SWF","sc/effects_brawler.sc","surge_def_atk1_hit_red",,,"Above",,,125,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","surge_def_atk1_hit_ground_red",,,"GroundHigh","true",,85,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_hit_shock_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_end_droplet_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain_circles",,"GroundLow","true",,100,,,,,,,
+"surge_def_ulti_use",,,,,,,,"Surge_Ulti","ParticleEmitter",,,"piper_002_ulti_use",,"GroundHigh",,,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"piper_002_ulti_use_smoke",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_some",,"GroundLow",,,100,,,,,,,
+"surge_def_ulti_ground",,,,,450,150,,"Surge_Ulti_Land","ParticleEmitter",,,"cloudExplode_ground_turquoise",,"GroundLow",,,100,,,,"surge_def_ulti_ground_red",,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_turquoise",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_ulti_crack",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_ulti_bubble",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_230",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","surge_def_ulti_flash",,,"Above",,,100,,,,,,,
+"surge_def_ulti_ground_red",,,,,,,,"Surge_Ulti_Land","ParticleEmitter",,,"cloudExplode_ground_red",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_redpurple",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_ulti_crack_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_ulti_bubble_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_230",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","surge_def_ulti_flash_red",,,"Above",,,100,,,,,,,
+"surge_002_atk",,,,,200,,,"Surge_Atk","SWF","sc/effects_brawler.sc","gunSmoke_M",,,"Above",,,100,,,,"surge_002_atk_red",,,500
+,,,,,,,,,"ParticleEmitter",,,"surge_002_atk_bottleCap",,"GroundTop",,,100,,,,,,,
+"surge_002_atk_red",,,,,200,,,"Surge_Atk","SWF","sc/effects_brawler.sc","gunSmoke_M",,,"Above",,,100,,,,,,,500
+,,,,,,,,,"ParticleEmitter",,,"surge_002_atk_bottleCap_red",,"GroundTop",,,100,,,,,,,
+"surge_002_atk1_trail",,"true","true",,,,,,"ParticleEmitter",,,"surge_def_atk1_trail_drop",,"GroundHigh",,,100,,,,"surge_002_atk1_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_trail_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_trail_bubble",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain_trail",,"GroundHigh","true",,100,,,,,,,
+"surge_002_atk1_trail_red",,"true","true",,,,,,"ParticleEmitter",,,"surge_def_atk1_trail_drop_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_trail_twinkles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_trail_bubble_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain_trail_red",,"GroundHigh","true",,100,,,,,,,
+"surge_002_atk1_end",,,,,,,,,"SWF","sc/effects_brawler.sc","surge_def_atk1_end",,,"Above",,,80,,,,"surge_002_atk1_end_red",,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_end_droplet",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain",,"GroundHigh","true",,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain_circles",,"GroundHigh","true",,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_end_bubble",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_end_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_002_atk_end_bottles",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_002_atk_end_tapes",,"Above",,,100,,,,,,,
+"surge_002_atk1_end_red",,,,,,,,,"SWF","sc/effects_brawler.sc","surge_def_atk1_end_red",,,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_end_droplet_red",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain_red",,"GroundHigh","true",,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain_circles_red",,"GroundHigh","true",,80,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_end_bubble_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_end_twinkles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_002_atk_end_bottles_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_002_atk_end_tapes",,"Above",,,100,,,,,,,
+"surge_002_atk1_hit",,,,,,,,,"SWF","sc/effects_brawler.sc","surge_def_atk1_hit",,,"Above",,,125,,,,"surge_002_atk1_hit_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","surge_def_atk1_hit_ground",,,"GroundHigh","true",,85,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_hit_shock",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_end_droplet",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain_circles",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_002_atk_end_bottles",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_002_atk_end_tapes",,"Above",,,100,,,,,,,
+"surge_002_atk1_hit_red",,,,,,,,,"SWF","sc/effects_brawler.sc","surge_def_atk1_hit_red",,,"Above",,,125,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","surge_def_atk1_hit_ground_red",,,"GroundHigh","true",,85,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_hit_shock_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_atk1_end_droplet_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterStain_circles_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_002_atk_end_bottles_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_002_atk_end_tapes",,"Above",,,100,,,,,,,
+"surge_003_atk",,,,,200,,,"Surge_Atk","SWF","sc/effects_brawler.sc","surge_003_atk",,,"Above",,,100,,,,"surge_003_atk_red",,,500
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_atk_dust",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_atk_dustDots",,"Object",,,100,,,,,,,
+"surge_003_atk_red",,,,,200,,,"Surge_Atk","SWF","sc/effects_brawler.sc","surge_003_atk_red",,,"Above",,,100,,,,,,,500
+,,,,,,,,,"ParticleEmitter",,,"squeak_003_atk_dust",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_003_atk_dustDots_red",,"Object",,,100,,,,,,,
+"surge_003_atk_use",,"TRUE",,,,,,,"SWF","sc/effects_brawler.sc","surge_003_angry",,,"Above",,,85,,,,,,,
+"surge_003_atk1_trail",,,,,,,,,"ParticleEmitter",,,"surge_003_atk_trail_gas",,"GroundTop",,,100,,,,"surge_003_atk1_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"surge_003_atk1_trail_dustDots",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_atk1_leaf",,"Above",,,100,,,,,,,
+"surge_003_atk1_trail_red",,,,,,,,,"ParticleEmitter",,,"surge_003_atk_trail_gas_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_003_atk1_trail_dustDots_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_atk1_leaf_red",,"Above",,,100,,,,,,,
+"surge_003_atk2_trail",,"true","true",,,,,,"ParticleEmitter",,,"surge_003_atk2_trail_dustDots",,"GroundHigh",,,100,,,,"surge_003_atk2_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"surge_003_atk2_trail_gas",,"GroundTop",,,100,,,,,,,
+"surge_003_atk2_trail_red",,"true","true",,,,,,"ParticleEmitter",,,"surge_003_atk2_trail_dustDots_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_003_atk2_trail_gas_red",,"GroundTop",,,100,,,,,,,
+"surge_003_atk1_end",,,,,,,,,"ParticleEmitter",,,"surge_003_atk_hit",,"Object",,,100,,,,"surge_003_atk1_end_red",,,
+,,,,,,,,,"ParticleEmitter",,,"surge_003_atk1_leafGround",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_003_atk_debris",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_003_atk_hit_island",,"Above",,,100,,,,,,,
+"surge_003_atk1_end_red",,,,,,,,,"ParticleEmitter",,,"surge_003_atk_hit_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_003_atk1_leafGround_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_003_atk_debris_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_003_atk_hit_island_red",,"Above",,,100,,,,,,,
+"surge_003_atk2_end",,,,,,,,,"ParticleEmitter",,,"surge_003_atk2_end",,"GroundHigh","true",,100,,,,"surge_003_atk2_end_red",,,
+,,,,,,,,,"ParticleEmitter",,,"surge_003_atk1_leafGround_small",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_002_atkEnd_dustDots",,"Above",,,100,,,,,,,
+"surge_003_atk2_end_red",,,,,,,,,"ParticleEmitter",,,"surge_003_atk2_end_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_003_atk1_leafGround_small_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gale_002_atkEnd_dustDots_red",,"Above",,,100,,,,,,,
+"surge_003_atk1_hit",,,,,,,,,"ParticleEmitter",,,"cloudExplode_small_dust",,"Above",,,125,,,,"surge_003_atk1_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"surge_003_atk_hit",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_atk1_hit",,"Above",,,100,,,,,,,
+"surge_003_atk1_hit_red",,,,,,,,,"ParticleEmitter",,,"cloudExplode_small_dust",,"Above",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_003_atk_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sprout_def_atk1_hit_red",,"Above",,,100,,,,,,,
+"surge_003_atk2_hit",,,,,,,,,"ParticleEmitter",,,"cloudExplode_small_dust",,"Above",,,125,,,,"surge_003_atk2_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"surge_003_atk_debris",,"Above",,,100,,,,,,,
+"surge_003_atk2_hit_red",,,,,,,,,"ParticleEmitter",,,"cloudExplode_small_dust",,"Above",,,125,,,,"surge_003_atk1_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"surge_003_atk_debris_red",,"Above",,,100,,,,,,,
+"surge_003_ulti_use",,,,,,,,"Surge_Ulti","ParticleEmitter",,,"ground_fragments_some",,"Object",,,100,,,,"surge_003_ulti_use_red",,,
+,,,,,,,,,"ParticleEmitter",,,"surge_003_ulti_use",,"GroundTop",,,85,,,,,,,
+"surge_003_ulti_use_red",,,,,,,,"Surge_Ulti","ParticleEmitter",,,"ground_fragments_some",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_003_ulti_use_red",,"GroundTop",,,85,,,,,,,
+"surge_003_ulti_ground",,,,,450,150,,"Surge_Ulti_Land","ParticleEmitter",,,"cloudExplode_ground_blue",,"GroundLow",,,100,,,,"surge_003_ulti_ground_red",,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_blue",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_003_ulti_crack_blue",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_003_ulti_debris",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","surge_def_ulti_flash",,,"Above",,,100,,,,,,,
+"surge_003_ulti_ground_red",,,,,450,150,,"Surge_Ulti_Land","ParticleEmitter",,,"cloudExplode_ground_red",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_def_ulti_crack_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_003_ulti_debris_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","surge_def_ulti_flash",,,"Above",,,100,,,,,,,
+"surge_003_moving",,"true",,,,,,,"ParticleEmitter",,,"surge_003_moving_1",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_003_moving_2",,"Above",,,100,,,,,,,
+"surge_003_still",,"true",,,,,,,"ParticleEmitter",,,"surge_003_moving_1",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"surge_003_moving_2",,"Above",,,100,,,,,,,
+"tara_def_atk",,,,,,,,"Mystic_atk","SWF","sc/effects_brawler.sc","tara_def_atk",,,"Above",,,100,,,,,,,300
+"tara_002_atk",,"true",,,,,,"Mystic_atk","SWF","sc/effects_brawler.sc","tara_002_atk",,,"Above","true",,100,,,,"tara_002_atk_red",,,350
+"tara_002_atk_red",,"true",,,,,,"Mystic_atk","SWF","sc/effects_brawler.sc","tara_002_atk_red",,,"Above","true",,100,,,,,,,350
+"tara_002_atk_trail",,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_trail",,"GroundHigh",,,160,,,,"tara_002_atk_trail_red",,,
+"tara_002_atk_trail_red",,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_trail_red",,"GroundHigh",,,160,,,,,,,
+"tara_002_atk_reached",,,,,,,,,"ParticleEmitter",,,"tara_002_atk_reached",,"GroundHigh",,,100,,,,"tara_002_atk_reached_red",,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","tara_002_atkReached_ground",,,"GroundLow","true",,100,,,,,,,
+"tara_002_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"tara_002_atk_reached_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","tara_002_atkReached_ground_red",,,"GroundLow","true",,100,,,,,,,
+"tara_002_atk_hit",,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_hit_red",,"Above",,,100,,,,"tara_002_atk_hit_red",,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_pixel_red",,"Above",,,,,,,,,,
+"tara_002_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_hit",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_pixel",,"Above",,,,,,,,,,
+"tara_002_atk_hitEnv",,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_hit",,"Above",,,55,,,,"tara_002_atk_hitEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"tara_002_atk_reached",,"GroundHigh",,,100,,,,,,,
+"tara_002_atk_hitEnv_red",,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_hit_red",,"Above",,,55,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"tara_002_atk_reached_red",,"GroundHigh",,,100,,,,,,,
+"tara_002_ulti_trail",,"true",,,,,,,"ParticleEmitter",,,"tara_002_ulti_trail_star",,"Above",,,100,,,,"tara_002_ulti_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"tara_002_ulti_trail_twinkle",,"Above",,,100,,,,,,,
+"tara_002_ulti_trail_red",,"true",,,,,,,"ParticleEmitter",,,"tara_002_ulti_trail_star",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"tara_002_ulti_trail_twinkle_red",,"Above",,,100,,,,,,,
+"tara_def_ulti_starPower_spawn","true",,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,"tara_def_ulti_starPower_spawn_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","nita_def_ulti_groundAbove_blue",,,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","tara_def_ulti_sp_cloud",,,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","tara_def_ulti_sp_ground",,,"GroundHigh",,,100,,,,,,,
+"tara_def_ulti_starPower_spawn_red","true",,,,,,,"Nita_ulti_bear","ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","nita_def_ulti_groundAbove_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","tara_def_ulti_sp_cloud_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","tara_def_ulti_sp_ground_red",,,"GroundHigh",,,100,,,,,,,
+"tara_003_atk",,"true",,,,,,"Mystic_atk","SWF","sc/effects_brawler.sc","tara_002_atk",,,"Above","true",,100,,,,"tara_003_atk_red",,,350
+"tara_003_atk_red",,"true",,,,,,"Mystic_atk","SWF","sc/effects_brawler.sc","tara_002_atk_red",,,"Above","true",,100,,,,,,,350
+"tara_003_atk_trail",,"true",,,,,,,"ParticleEmitter",,,"tara_003_atk_trail_cards",,"Object",,,100,,,,"tara_003_atk_trail_red",,,
+"tara_003_atk_trail_red",,"true",,,,,,,"ParticleEmitter",,,"tara_003_atk_trail_cards_red",,"Object",,,100,,,,,,,
+"tara_003_atk_hit",,,,,,,,,"ParticleEmitter",,,"frank_003_atk_hit_red",,"Above",,,80,,,,"tara_003_atk_hit_red",,,
+"tara_003_atk_hit_red",,,,,,,,,"ParticleEmitter",,,"frank_003_atk_hit",,"Above",,,80,,,,,,,
+"tara_003_atk_hitEnv",,,,,,,,,"ParticleEmitter",,,"frank_003_atk_hit",,"Above",,,40,,,,"tara_003_atk_hitEnv_red",,,
+,,,,,,,,,"ParticleEmitter",,,"tara_003_atk_reached_cards",,"Object",,,100,,,,,,,
+"tara_003_atk_hitEnv_red",,,,,,,,,"ParticleEmitter",,,"frank_003_atk_hit_red",,"Above",,,40,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"tara_003_atk_reached_cards_red",,"Object",,,100,,,,,,,
+"tara_003_atk_reached",,,,,,,,,"ParticleEmitter",,,"tara_003_atk_reached_cards",,"Object",,,100,,,,"tara_003_atk_reached_red",,,
+"tara_003_atk_reached_red",,,,,,,,,"ParticleEmitter",,,"tara_003_atk_reached_cards_red",,"Object",,,100,,,,,,,
+"tara_003_ulti",,"true",,,,,,"Mystic_ulti_deploy","ParticleEmitter",,,"tara_003_atk_chips",,"Object",,,100,,,,"tara_003_ulti_red",,,350
+"tara_003_ulti_red",,"true",,,,,,"Mystic_ulti_deploy","ParticleEmitter",,,"tara_003_atk_chips_red",,"Object",,,100,,,,,,,350
+"tara_003_ulti_trail",,"true",,,,,,,"ParticleEmitter",,,"tara_003_ulti_trail_symbols",,"Object",,,100,,,,"tara_003_ulti_trail_red",,,
+"tara_003_ulti_trail_red",,"true",,,,,,,"ParticleEmitter",,,"tara_003_ulti_trail_symbols_red",,"Object",,,100,,,,,,,
+"tara_003_ulti_hit",,,,,,,,,"ParticleEmitter",,,"tara_003_ulti_explo_chips",,"Object",,,100,,,,"tara_003_ulti_hit_red",,,
+"tara_003_ulti_hit_red",,,,,,,,,"ParticleEmitter",,,"tara_003_ulti_explo_chips_red",,"Object",,,100,,,,,,,
+"tick_def_atk",,,,,,,,"Tick_atk","ParticleEmitter",,,"cloudExplode_small",,"Above",,,100,,,,"tick_def_atk_red",,,
+"tick_def_atk_red",,,,,,,,"Tick_atk","ParticleEmitter",,,"cloudExplode_small_red2",,"Above",,,100,,,,,,,
+"tick_def_ulti",,,,,,,,"Tick_ulti","ParticleEmitter",,,"tick_def_ulti_use_cloud",,"Above",,,100,,,,"tick_def_ulti_red",,,300
+,,,,,,,,,"ParticleEmitter",,,"tick_def_ulti_use_particles",,"Above",,,100,,,,,,,300
+"tick_def_ulti_red",,,,,,,,"Tick_ulti","ParticleEmitter",,,"tick_def_ulti_use_cloud_red",,"Above",,,100,,,,,,,300
+,,,,,,,,,"ParticleEmitter",,,"tick_def_ulti_use_particles_red",,"Above",,,100,,,,,,,300
+"tick_def_ulti_spawn","true",,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,"tick_def_ulti_spawn_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","nita_def_ulti_groundAbove_blue",,,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","tick_def_summon_cloud",,,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","tick_def_summon_ground",,,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"tick_def_ulti_use_particles",,"Above",,,100,,,,,,,
+"tick_def_ulti_spawn_red","true",,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","nita_def_ulti_groundAbove_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","tick_def_summon_cloud_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","tick_def_summon_ground_red",,,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"tick_def_ulti_use_particles_red",,"Above",,,100,,,,,,,
+"tick_def_atk1_explode",,,,,200,50,,"Tick_atk_split","ParticleEmitter",,,"fire_spark_red_short",,"Above",,,100,,,,"tick_def_atk1_explode_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_003_atk1_cloud",,,"Above","true",,120,,,,,,,
+"tick_def_atk1_explode_red",,,,,200,50,,"Tick_atk_split","ParticleEmitter",,,"fire_spark_red_short",,"Above",,,120,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_003_atk1_cloud_red",,,"Above","true",,120,,,,,,,
+"tick_003_atk1_trail",,,,,,,,,"ParticleEmitter",,,"tick_003_atk1_trail_snow",,"Object",,,100,,,,"tick_003_atk1_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"tick_003_atk1_trail_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"tick_003_atk1_trail_smoke",,"GroundTop",,,100,,,,,,,
+"tick_003_atk1_trail_red",,,,,,,,,"ParticleEmitter",,,"tick_003_atk1_trail_snow_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"tick_003_atk1_trail_twinkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"tick_003_atk1_trail_smoke_red",,"GroundTop",,,100,,,,,,,
+"tick_003_atk1_explode",,,,,200,50,,"Tick_atk_split","ParticleEmitter",,,"tick_003_atk1_exp_snow",,"Above",,,100,,,,"tick_003_atk1_explode_red",,,
+,,,,,,,,,"ParticleEmitter",,,"tick_003_atk1_exp_gas",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_atk_hit",,"Above",,,100,,,,,,,
+"tick_003_atk1_explode_red",,,,,200,50,,"Tick_atk_split","ParticleEmitter",,,"tick_003_atk1_exp_snow_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"tick_003_atk1_exp_gas_red",,"Object",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"lou_def_atk_hit_red",,"Above",,,100,,,,,,,
+"tick_003_moving",,"true","true",,,,,,"ParticleEmitter",,,"tick_003_moving_ice",,"Above",,,100,,,,"tick_003_moving_red",,,
+,,,,,,,,,"ParticleEmitter",,,"tick_003_moving_frost",,"GroundTop",,,100,,,,,,,
+"tick_003_moving_red",,"true","true",,,,,,"ParticleEmitter",,,"tick_003_moving_ice_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"tick_003_moving_frost_red",,"GroundTop",,,100,,,,,,,
+"tick_003_ulti_moving",,"true","true",,,,,,"ParticleEmitter",,,"tick_003_moving_ice",,"Above",,,100,,,,"tick_003_ulti_moving_red",,,
+,,,,,,,,,"ParticleEmitter",,,"tick_003_moving_frost",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"tick_003_moving_ground",,"GroundLow","true",,100,,,,,,,
+"tick_003_ulti_moving_red",,"true","true",,,,,,"ParticleEmitter",,,"tick_003_moving_ice_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"tick_003_moving_frost_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"tick_003_moving_ground_red",,"GroundLow","true",,100,,,,,,,
+"Electricity_hit_red",,,,,,,,"Jess_hit","SWF","sc/effects_brawler.sc","elecHit_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","elecHit_ground_red",,,"GroundHigh","true",,100,,,,,,,
+"Electricity_hit",,,,,,,,"Jess_hit","SWF","sc/effects_brawler.sc","elecHit_blue",,,"Above",,,100,,,,"Electricity_hit_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","elecHit_ground_blue",,,"GroundHigh","true",,100,,,,,,,
+"electricity_Trail","true",,,,,,,,"ParticleEmitter",,,"jessie_elecBall_trail_blue",,"GroundHigh",,,100,,,,"electricity_Trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_def_atk_spark",,"GroundHigh",,,100,,,,,,,
+"electricity_Trail_red","true",,,,,,,,"ParticleEmitter",,,"jessie_elecBall_trail_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_def_atk_spark_red",,"GroundHigh",,,100,,,,,,,
+"electricity_end_blue",,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_elecBall_end_blue",,,"Above",,,160,,,,"electricity_end_red",,,
+"electricity_end_red",,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_elecBall_end_red",,,"Above",,,160,,,,,,,
+"plasma_trail","true",,,,,,,,"ParticleEmitter",,,"jessie_def_ulti_trail_blue",,"Above",,,100,,,,"plasma_trail_red",,,
+,,,,,,,,,"ParticleEmitter",,,"trail_twinkle_01",,"Above",,,100,,,,,,,
+"plasma_trail_red","true",,,,,,,,"ParticleEmitter",,,"jessie_def_ulti_trail_red",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"trail_twinkle_01",,"Above",,,100,,,,,,,
+"nuts_bolts_metal_small","true","true",,,,,,,"ParticleEmitter",,,"Nuts_and_bolts_particle_50",,"GroundHigh","false",,100,,,,,,,
+,,,,,,,,,"Effect",,,,"Gen_hit","Above",,,100,,,,,,,
+"nuts_bolts_metal_explosion",,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_destroy_shorter",,,"Above",,,100,,,,,"nuts_bolts_metal_explosion_CN",,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Nuts_and_bolts_particle_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"GroundHigh",,,,,,,,,,
+"nuts_bolts_metal_explosion_CN",,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_destroy_shorter",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_blue",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Nuts_and_bolts_particle_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"GroundHigh",,,,,,,,,,
+"SpawnTurret",,"true",,,,,,"Roboturret","ParticleEmitter",,,"jessie_def_spawnCloud_blue",,"Above",,,,,,,"SpawnTurret_enemy",,,
+,,"true",,,,,,,"ParticleEmitter",,,"jessie_def_spawnCloudGround_blue",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"twinkle_vertical",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_spawn_blue",,,"Above",,,,,,,,,,
+"WaterJessTurret",,"true",,,,,,"Water_jess_turret","ParticleEmitter",,,"jessie_def_spawnCloud_blue",,"Above",,,,,,,"SpawnTurret_enemy",,,
+,,"true",,,,,,,"ParticleEmitter",,,"jessie_def_spawnCloudGround_blue",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"twinkle_vertical",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_spawn_blue",,,"Above",,,,,,,,,,
+"SpawnTurret_enemy",,"true",,,,,,"Roboturret","ParticleEmitter",,,"jessie_def_spawnCloud_red",,"Above",,,,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"jessie_def_spawnCloudGround_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"twinkle_vertical",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_spawn_red",,,"Above",,,,,,,,,,
+"jessie_def_turret_atk",,,,,100,,,"gunslinger_fire","SWF","sc/effects_brawler.sc","gunSmoke_S",,,"Above",,,100,,,,,,,250
+,,,,,,,,,"ParticleEmitter",,,"shell_100",,"GroundHigh","false",,,,,,,,,
+"Dummy_effect",,,,,,,,,,,,,,,,,,,,,,,,
+"bull_sware","true","true",,,,,,,"ParticleEmitter",,,"sware_particle",,"Above",,,,,,,,,,
+"rage_level_1","true","true",,,,,,,"ParticleEmitter",,,"ash_def_rage_angry",,"Above",,,,,,,"rage_level_1_red",,,
+"rage_level_1_red","true","true",,,,,,,"ParticleEmitter",,,"ash_def_rage_angry_red",,"Above",,,,,,,,,,
+"rage_level_2","true","true",,,,,,,"ParticleEmitter",,,"ash_def_rage_angry",,"Above",,,,,,,"rage_level_2_red",,,
+,"true","true",,,,,,,"ParticleEmitter",,,"ash_def_rage_steam",,"Above",,,,,,,,,,
+"rage_level_2_red","true","true",,,,,,,"ParticleEmitter",,,"ash_def_rage_angry_red",,"Above",,,,,,,,,,
+,"true","true",,,,,,,"ParticleEmitter",,,"ash_def_rage_steam",,"Above",,,,,,,,,,
+"poisoned_001","true","true",,,,,,,"ParticleEmitter",,,"poisoned_particle_50",,"Above",,,,,,,,,,
+"poisoned_crippled","true","true",,,,,,,"ParticleEmitter",,,"crippled_particle",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"poisoned_particle_100",,"Above",,,,,,,,,,
+"slowed","true","true",,,,,,,"ParticleEmitter",,,"buff_speedDown_arrow",,"Above",,,,,,,,,,
+,"true","true",,,,,,,"ParticleEmitter",,,"buff_speedDown_ground",,"GroundHigh","TRUE",,,,,,,,,
+"buff_speedUp","true","true",,,,,,,"ParticleEmitter",,,"buff_speedUp_arrow",,"Above",,,,,,,,,,
+,"true","true",,,,,,,"ParticleEmitter",,,"buff_speedUp_ground",,"GroundHigh","TRUE",,,,,,,,,
+"consumable_shield","true","true",,,,,,,"SWF","sc/effects_brawler.sc","gadget_edgar_shield",,,"Above",,,80,,,,,,,300
+"buff_shield","true","true",,,,,,,"SWF","sc/effects_brawler.sc","shield_loop",,,"Above",,,80,,,,,,,250
+"luchador_special_trail","true","true",,,,,,,"ParticleEmitter",,,"burning_particle_lucha_super_50",,"Above",,,,,,,,,,
+,,"true",,,,,,,"Effect",,,,"Lucha_Specialt_Smoke","Above",,,,,,,,,,
+"poisoned_002","true","true",,,,,,,"ParticleEmitter",,,"burning_particle",,"Above",,,,,,,,,,
+"burning_ground_brock_red",,"true",,,,,,,"ParticleEmitter",,,"burning_particle_brock",,"Above",,,,,,,,,,
+"burning_ground_brock",,"true",,,,,,,"ParticleEmitter",,,"burning_particle_brock_blue",,"Above",,,,,,,"burning_ground_brock_red",,,
+,,,,,,,,,"SWF","sc/effects.sc","brock_fire_ground",,,"GroundHigh","true",,,,,,,,,
+"Gen_Effect","true","true",,,,,,,"ParticleEmitter",,,"gen_round_particle",,"Above",,,,,,,,,,
+"shotgun_hit",,,,,,,,,"ParticleEmitter",,,"Hit_dust_100",,"Above",,,,,,,,,,
+"blackhole_no_hit",,,,,,,,,"ParticleEmitter",,,"no_hit_effect",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"one_card_flying",,"Above",,,,,,,,,,
+"no_hit",,,,,,,,,"ParticleEmitter",,,"no_hit_effect",,"Above",,,,,,,,,,
+"hammer_attack",,,,,,,,,"ParticleEmitter",,,"Hit_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_hit_flash_100",,"Above",,,,,,,,,,
+"Hammer_trail","true","true",,,,,,,"ParticleEmitter",,,"Hammer_trail_particle_50",,"GroundHigh","true",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Hammer_trail_rocks_big",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Hammer_trail_rocks",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Hammer_trail_dust_100",,"Above",,,,,,,,,,
+"Purple_Trail","true","true",,,,,,,"ParticleEmitter",,,"purple_trail_particle",,"Above",,,,,,,,,,
+"Gen_dust_puff","true",,,,,,,,"ParticleEmitter",,,"dust_puff",,"GroundHigh","false",,,,,,,,,
+"Gen_move_fx","true",,,,,,,,"ParticleEmitter",,,"walking_smoke_100",,"GroundHigh","false",,,,,,,,,
+"Gen_alien_move_fx","true",,,,,,,,"SWF","sc/effects.sc","gen_move_fx",,,"GroundHigh","false",,100,,,,,,,
+"Blink_red",,,,,,,,"Sound_Blink","SWF","sc/effects.sc","teleport_light1_fx_red",,,"Above",,,60,,,,,,,
+,,,,,,,200,,"ParticleEmitter",,,"Teleport_light_particles",,"Above",,,,,,,,,,
+"Blink",,,,,,,,"Sound_Blink","SWF","sc/effects.sc","teleport_light1_fx",,,"Above",,,60,,,,"Blink_red",,,
+,,,,,,,200,,"ParticleEmitter",,,"Teleport_light_particles",,"Above",,,,,,,,,,
+"poison_trail_old","true","true",,,,,,,"ParticleEmitter",,,"poison_trail_particle_75",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_trail_particle_33",,"Above",,,,,,,,,,
+"Gen_Grenade","true","true",,,,,,"Sound_Grenade","ParticleEmitter",,,"gen_trail_particle_50",,"Above",,,,,,,,,,
+"UltiReady",,"true",,,,,,"Ulti_ready","ParticleEmitter",,,"Point_collect_emitter",,"Above",,,,,,,,,,
+"UltiGain",,"true",,,,,,"Ulti_gain","ParticleEmitter",,,"Point_collect_emitter",,"Above",,,,,,,,,,
+"Grass_wind_fx",,,,,,,,,"ParticleEmitter",,,"Grass_wind",,"Above",,,,,,,,,,
+"Box_hit_fx",,,,,,,,"Bullet_rico_wood","ParticleEmitter",,,"splinters_small",,"GroundHigh","false",,,,,,,,,
+"mine_Grass_hit_fx",,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"Grass_hit_mine",,"Above",,,,,,,,,,
+"Grass_hit_fx_yellow",,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"Grass_hit_yellow",,"Above",,,,,,,,,,
+"Grass_hit_fx",,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"Grass_hit",,"Above",,,,,,,,,,
+"grassfield_Grass_hit_fx",,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"Grass_hit",,"Above",,,,,,,,,,
+"oasis_Grass_hit_fx",,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"Grass_hit",,"Above",,,,,,,,,,
+"mine_Grass_explo_fx",,,,,,,,,"ParticleEmitter",,,"Explo_dust_120",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Grass_hit_big_mine",,"Above",,,,,,,,,,
+"Grass_explo_fx_yellow",,,,,,,,,"ParticleEmitter",,,"Explo_dust_120",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Grass_hit_big_yellow",,"Above",,,,,,,,,,
+"grassfield_Grass_explo_fx",,,,,,,,,"ParticleEmitter",,,"Explo_dust_120",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Grass_hit_big",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leaves_on_ground",,"Above",,,,,,,,,,
+"oasis_Grass_explo_fx",,,,,,,,,"ParticleEmitter",,,"Explo_dust_120",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Grass_hit_big",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"leaves_on_ground",,"Above",,,,,,,,,,
+"Grass_explo_fx",,,,,,,,,"ParticleEmitter",,,"Explo_dust_120",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Grass_hit_big",,"Above",,,,,,,,,,
+"mine_Rock_hit_fx",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Rock_hit_debris1_mine",,"Above",,,,,,,,,,
+"mine_blocking2_hit",,,,,,,,,"Effect",,,,"mine_Rock_hit_fx","Above",,,133,,,,,,,
+"blocking2_hit",,,,,,,,,"Effect",,,,"Rock_hit_fx","Above",,,133,,,,,,,
+"Rock_hit_fx",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Rock_hit_debris1",,"Above",,,,,,,,,,
+"mine_blocking2_explosion",,,,,,,,,"Effect",,,,"mine_Rock_explo_fx","Above",,,100,,,,,,,
+"blocking2_explosion",,,,,,,,,"Effect",,,,"Gen_wood_explosion","Above",,,100,,,,,,,
+"Gen_wood_explosion",,,,,,,,,"ParticleEmitter",,,"splinters",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"planks",,"GroundLow","false",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"planks_fly",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_after_explosion",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_explosion_small_100",,"Above",,,,,,,,,,
+"mine_Rock_explo_fx",,,,,300,300,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris1_mine",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris2_mine",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"oasis_fragile_explo_debris",,,,,,,,,"ParticleEmitter","sc/effects.sc",,"fragile_explo_debris_oasis",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"fragile_explo_debris",,,,,,,,,"ParticleEmitter","sc/effects.sc",,"fragile_explo_debris",,"Above",,,,,,,,"cacti_explo_debris",,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"Rock_explo_fx",,,,,300,300,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris1",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris2",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"StartCharge",,"true",,,,,,"Rhinofire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"StartBuildTurretUlti",,"true",,,,,,"Robocon","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Bullet_bounce_enemy",,,,,,,,,"ParticleEmitter",,,"gen_bouncefx_dot_emitter",,"Above",,,,,,,,,,
+"Bullet_bounce",,,,,,,,,"ParticleEmitter",,,"gen_bouncefx_dot_blue_emitter",,"Above",,,,,,,"Bullet_bounce_enemy",,,
+"lucha_smoke_Trail","true","true",,,,,,,"ParticleEmitter",,,"lucha_smoke_emitter",,"GroundHigh",,,,,,,,,,
+"Smoke_Trail","true","true",,,,,,,"ParticleEmitter",,,"shotgun_trail_smoke_emitter",,"Above",,,,,,,,,,
+"Lucha_Specialt_Smoke","true","true",,,,,,,"ParticleEmitter",,,"lucha_smoke_emitter_super",,"Above",,,,,,,,,,
+"Rocket_Trail","true","true",,,,,,,"ParticleEmitter",,,"rocket_trail_smoke_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"rocket_spark_emitter",,"Above",,,,,,,,,,
+"gunslinger_attack",,,,,100,,,"gunslinger_fire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shell_100",,"GroundHigh","false",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"muzzle_flash_smaller",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shooting_spark_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_small_smoke_emitter_smaller",,"Above",,,,,,,,,,
+"gunslinger_attack_ulti",,,,,200,,,"gunslinger_fire_ulti","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shell_100",,"GroundHigh","false",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"muzzle_flash_smaller",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shooting_spark_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_small_smoke_emitter_smaller",,"Above",,,,,,,,,,
+"shotgun_girl_attack",,,,,200,,,"Shotgun","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shell_shotgun",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"muzzle_flash",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shooting_spark_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_small_smoke_emitter",,"Above",,,,,,,,,,
+"shotgun_girl_attack_ulti",,,,,450,150,,"Utilshotgun","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+,,,,,,,,,,,,"shooting_spark_emitter",,"Above",,,100,,,,,,,
+,,,,,,,,,,,,"gen_small_smoke_emitter",,"Above",,,100,,,,,,,
+"No_ammo_shotgungirl",,"true",,,,,,"No_ammo_shotgungirl","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"No_ammo_bea",,"true",,,,,,"Bea_No_Ammo","SWF","sc/effects.sc",,,,"Above",,,,,,,,,,
+"Mrp_Dryfire",,"true",,,,,,"Mrp_Dryfire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Meg_Dryfire",,"true",,,,,,"Meg_Dryfire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Belle_Dryfire",,"true",,,,,,"Belle_Dryfire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Ruff_Dryfire",,"true",,,,,,"Ruff_Dryfire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Stu_Dryfire",,"true",,,,,,"Stu_Dryfire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Byron_Dryfire",,"true",,,,,,"Byron_Dryfire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Lou_Dryfire",,"true",,,,,,"Lou_Dryfire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Amber_Dryfire",,"true",,,,,,"Amber_Dryfire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Surge_Dryfire",,"true",,,,,,"Surge_Dryfire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Nani_Dryfire",,"true",,,,,,"Nani_Dryfire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"sprout_dryfire",,"true",,,,,,"sprout_dryfire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Jackie_dryfire",,"true",,,,,,"jackie_dryfire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Dry_fire_shotgungirl",,"true",,,,,,"Dry_fire_shotgungirl","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"gale_dryfire",,"true",,,,,,"gale_dry_fire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Dry_fire_sandy",,"true",,,,,,"Sandy_no_ammo","SWF","sc/effects.sc",,,,"Above",,,,,,,,,,
+"dry_fire_gene",,"true",,,,,,"Gene_atk_dry","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Dry_fire_leon",,"true",,,,,,"Dry_fire_leon","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"dry_fire_bowdude",,"true",,,,,,"Bow_dryfire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"dry_fire_max",,"true",,,,,,"Max_Dryfire","SWF","sc/effects.sc",,,,"Above",,,,,,,,,,
+"Emz_dryfire",,"true",,,,,,"Emz_dryfire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"dry_fire_mechanic",,"true",,,,,,"Jess_dryfire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"crow_dryfire",,"true",,,,,,"crow_dryfire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Brock_dryfire",,"true",,,,,,"Brock_dryfire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"dry_fire_barkeep",,"true",,,,,,"Barkeep_dryfire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Minig_dryfire",,"true",,,,,,"Minig_dryfire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"arcade_dryfire",,"true",,,,,,"8bit_noammo","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Mystic_dryfire",,"true",,,,,,"Mystic_dryfire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Dry_fire_whirlwind",,"true",,,,,,"Carl_no_ammo","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"bull_dude_attack",,,,,200,,,"Rhinofire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shell_shotgun",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"muzzle_flash",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shooting_spark_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_small_smoke_emitter",,"Above",,,,,,,,,,
+"tnt_attack",,,,,,,,"tnt_attack","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"tnt_attack_ulti",,,,,,,,"tnt_attack_ulti","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"mech_mike_atk",,,,,,,,"Mech_mike_atk","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"mech_mike_ulti",,,,,,,,"Mech_mike_ulti","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"rocket_girl_attack_ulti",,,,,200,,,"Robotfire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shooting_spark_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_small_smoke_emitter",,"Above",,,,,,,,,,
+"rocket_girl_attack",,,,,200,,,"Robotfire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shooting_spark_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_small_smoke_emitter",,"Above",,,,,,,,,,
+"trickshot_dude_attack",,,,,100,,,"Trickshot_fire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shell_100",,"GroundHigh","false",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"muzzle_flash_smaller",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shooting_spark_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_small_smoke_emitter_smaller",,"Above",,,,,,,,,,
+"trickshot_dude_attack_ulti",,,,,200,,,"Trickshot_fire_ulti","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shell_100",,"GroundHigh","false",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"muzzle_flash_smaller",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shooting_spark_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_small_smoke_emitter_smaller",,"Above",,,,,,,,,,
+"cactus_attack",,,,,,,,"spike_atk","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"cactus_attack_ulti",,,,,,,,"tnt_attack_ulti","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"bow_dude_attack",,,,,,,,"Bow_fire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"bow_dude_ulti",,,,,,,,"tnt_attack_ulti","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"bo_002_ulti",,,,,,,,"Mech_bo_ulti","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"barkeep_attack",,,,,,,,"Barkeep_atk","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"barkeep_attack_ulti",,,,,,,,"Barkeep_ulti_throw","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"luchador_attack_red",,,,,,,,"Lucha_punch","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"luchador_attack",,,,,,,,"Lucha_punch","SWF","sc/effects.sc",,,,"Above",,,100,,,,"luchador_attack_red",,,
+"boss_explosion",,,,,450,150,,"Sound_Gen_small_explosion","ParticleEmitter",,,"Small_Dust_emitter_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Small_explosion_streaks_emitter_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Nuts_and_bolts_particle_big",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Nuts_and_bolts_particle_big",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","huge_explosion",,,"Above","true",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Gen_Small_Debris_emitter_100",,"Above",,,,,,,,,,
+"hammer_ulti_explosion",,,,,450,150,,"Sound_Gen_small_explosion","ParticleEmitter",,,"Small_Dust_emitter_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Small_explosion_streaks_emitter_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Hammer_ulti_rocks",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Hammer_ulti_cracks",,"GroundLow","true",,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","gen_explosion_ring2",,,"Above","true",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Gen_Small_Debris_emitter_100",,"GroundHigh",,,,,,,,,,
+"blackhole_hit_char",,,,,100,,,,"ParticleEmitter",,,"Gen_Small_Debris_emitter_100",,"Above",,,,,,,"mechanic_attack_red",,,
+,,,,,,,,,"ParticleEmitter",,,"Hit_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_hit_flash_100",,"Above",,,,,,,,,,
+"blackhole_hit_envy",,,,,100,,,,"SWF","sc/effects.sc","card_hit_envy",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"one_card_flying",,"Above",,,,,,,,,,
+"blackhole_hit_envy_enemy",,,,,100,,,,"SWF","sc/effects.sc","card_hit_envy_red",,,"Above",,,100,,,,,,,
+"mechanic_attack_red",,,,,200,,,"Jess_shoot","SWF","sc/effects.sc","electricity_attack_red",,,"Above",,,30,,,,,,,
+"mechanic_attack",,,,,200,,,"Jess_shoot","SWF","sc/effects.sc","electricity_attack",,,"Above",,,100,,,,"mechanic_attack_red",,,
+"Water_jess_attack_red",,,,,200,,,"Water_jess_atk","SWF","sc/effects.sc","electricity_attack_red",,,"GroundLow",,,,,,,,,,
+"Water_jess_atk",,,,,200,,,"Water_jess_atk","SWF","sc/effects.sc","electricity_attack",,,"GroundLow",,,,,,,,,,
+"mechanic_ulti",,,,,,,,"Jess_throw","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Water_jess_ulti",,,,,,,,"Water_jess_ulti","SWF","sc/effects.sc",,,,"Above",,,,,,,,,,
+"shaman_attack",,,,,200,,,"Earth_atk","Effect",,,,"mechanic_attack","GroundHigh",,,,,,,,,,
+,,,,,,,,"Nita_atk_vo","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"shaman_ulti",,,,,,,,"Nita_ulti_throw","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"bear_attack",,,,,,,,"tnt_attack","Effect",,,,"undertaker_attack","Above",,,100,,,,,,,
+"undertaker_attack",,"true",,,,,,"Mortis_atk","SWF","sc/effects.sc","slash_gen",,,"Above",,,100,,,,,,,
+"undertaker_attack_ulti",,,,,,,,"Mortis_ulti","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"dead_mariachi_attack_red",,,,,,,,"Poco_atk","SWF","sc/effects.sc","sound_attack_red",,,"Above",,,200,,,,,,,100
+"dead_mariachi_attack",,,,,,,,"Poco_atk","SWF","sc/effects.sc","sound_attack",,,"Above",,,200,,,,"dead_mariachi_attack_red",,,100
+"dead_mariachi_attack_ulti_red",,,,,,,,"Poco_ulti","SWF","sc/effects.sc","sound_attack_ulti_red",,,"Above",,,100,,,,,,,
+"dead_mariachi_attack_ulti",,,,,,,,"Poco_ulti","SWF","sc/effects.sc","sound_attack_ulti",,,"Above",,,100,,,,"dead_mariachi_attack_ulti_red",,,
+"bull_dude_ulti",,,,,,,,"Rhinocharge","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"bull_dude_ulti_loop","true","true",,,,,,,"ParticleEmitter",,,"Hammer_trail_particle_75",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Hammer_trail_rocks",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Hammer_trail_dust_75",,"Above",,,,,,,,,,
+"luchador_ulti",,"true",,,,,,"Lucha_ulti","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"sniper_attack",,,,,250,,,"Sniper_atk","ParticleEmitter",,,"shell_150",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"muzzle_flash_smaller",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shooting_spark_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_small_smoke_emitter_smaller",,"Above",,,,,,,,,,
+"sniper_ulti",,,,,,,,"Sniper_ulti","Effect",,,,"Gen_dust_puff","Above",,,100,,,,,,,
+"minigun_attack",,,,,50,20,,"MiniG_fire","ParticleEmitter",,,"muzzle_flash_white_tiny",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_small_smoke_emitter_darker",,"Above",,,,,,,,,,
+"minigun_ulti",,,,,,,,"MiniG_ulti","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"charge_fx","true",,,,,,,,"ParticleEmitter",,,"charge_fx_emitter",,"Above",,,,,,,,,,
+"turret_attack",,,,,,,,"LaserShot01","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shell_shotgun",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"muzzle_flash_smaller",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shooting_spark_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_small_smoke_emitter",,"Above",,,,,,,,,,
+"takedamage_gen",,,,,,,,,"SWF","sc/effects.sc",,,,"Above",,,200,,,,,,,
+"reload_shotgun_girl",,"true",,,,,,"bandit_reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Griff_Reload",,"true",,,,,,"Griff_Reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Belle_Reload",,"true",,,,,,"Belle_Reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Stu_Reload",,"true",,,,,,"Stu_Reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Meg_Reload",,"true",,,,,,"Meg_Reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Ruff_Reload",,"true",,,,,,"Ruff_Reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Byron_Reload",,"true",,,,,,"Byron_Reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Edgar_Reload",,"true",,,,,,"Edgar_Reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Lou_Reload",,"true",,,,,,"Lou_Reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Amber_Reload",,"true",,,,,,"Amber_Reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Surge_Reload",,"true",,,,,,"Surge_Reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Nani_Reload",,"true",,,,,,"Nani_Reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"reload_sprout",,"true",,,,,,"reload_sprout","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"reload_jackie",,"true",,,,,,"jackie_reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Mrp_Reload",,"true",,,,,,"Mrp_Reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"reload_bea",,"true",,,,,,"Bea_Reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"reload_max",,"true",,,,,,"Max_Reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"reload_sandy",,"true",,,,,,"Sandy_reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"reload_rosa",,"true",,,,,,"Rosa_reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"reload_gene",,"true",,,,,,"Gene_atk_reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"reload_leon",,"true",,,,,,"Leon_reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"reload_gunslinger",,"true",,,,,,"bandit_reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"reload_bull_dude",,"true",,,,,,"bandit_reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"reload_rocket_girl",,"true",,,,,,"Brock_reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"reload_trickshot_dude",,"true",,,,,,"bandit_reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"reload_cactus",,"true",,,,,,"Spike_reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"reload_barkeep",,"true",,,,,,"Barkeep_reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"reload_mechanic",,"true",,,,,,"Jess_reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"reload_colette",,"true",,,,,,"Colette_Reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"reload_tnt_dude",,"true",,,,,,"TNT_reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"reload_crow",,"true",,,,,,"crow_reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"reload_undertaker",,"true",,,,,,"Mortis_reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"reload_dead_mariachi",,"true",,,,,,"Poco_reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"reload_dead_mariachi_punk",,"true",,,,,,"Putrid_Poco_Reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"reload_bow_dude",,"true",,,,,,"Bow_reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"reload_sniper",,"true",,,,,,"Sniper_reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"reload_minigun",,"true",,,,,,"MiniG_reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"reload_bonethrower",,"true",,,,,,"bandit_reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"reload_blackhole",,"true",,,,,,"Mystic_reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"reload_barrel_bot",,"true",,,,,,"bandit_reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"reload_artillery_dude",,"true",,,,,,"MiniG_reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"reload_tick",,"true",,,,,,"Tick_reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"reload_whirlwind",,"true",,,,,,"Carl_reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"reload_baseball",,"true",,,,,,"Bibi_reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"reload_arcade",,"true",,,,,,"8bit_reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"reload_gale",,"true",,,,,,"gale_reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Emz_reload",,"true",,,,,,"Emz_reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Gen_Big_Explosion",,"true",,,300,300,,"Sound_Gen_explosion","ParticleEmitter",,,"big_explosion_lines_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"big_explosion_streaks_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"big_Dust_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"big_Hot_dust_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Gen_Small_Debris_emitter_100",,"Above",,,,,,,,,,
+"Gen_Very_Big_Explosion",,"true",,,300,300,,"Sound_Gen_explosion","ParticleEmitter",,,"very_big_explosion_lines_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"very_big_explosion_streaks_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"very_big_Dust_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"very_big_Hot_dust_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Gen_Small_Debris_emitter_100",,"Above",,,,,,,,,,
+"Gen_Explosion",,"true",,,200,200,,"Sound_Gen_explosion","Effect",,,,"Gen_small_explosion","Above",,,130,,,,,,,
+"gen_take_damage",,"true",,,,,,,"SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shooting_spark_emitter",,"Above",,,,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"gen_small_smoke_emitter",,"Above",,,,,,,,,,
+"low_health","true","true",,,,,,"Low_health_1_loop","ParticleEmitter",,,,,"Above",,,,,,,,,,
+"very_low_health","true","true",,,,,,"Low_health_2_loop","ParticleEmitter",,,,,"Above",,,,,,,,,,
+"bgrfx","true","true",,,,,,,"ParticleEmitter",,,"bgr_test_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bgr_test_trail_spark_emitter",,"Above",,,,,,,,,,
+"sniper_landing_smoke_ring",,,,,200,200,,"Sniper_land","SWF","sc/effects.sc","smoke_ring",,,"GroundHigh","true",,100,,,,,,,
+"ground_hit_800",,,,,200,200,,"Sound_Gen_explosion","Effect",,,,"hammer_ulti_explosion","Above",,,230,,,,,,,
+"explosion_1150",,,,,200,200,,"Sound_Gen_explosion","Effect",,,,"Gen_small_explosion","Above",,,100,,,,,,,
+"explosion_1200",,,,,200,200,,"Sound_Gen_explosion","Effect",,,,"Gen_small_explosion","Above",,,100,,,,,,,
+"explosion_200",,,,,150,150,,"Sound_Gen_small_explosion","ParticleEmitter",,,"Small_Dust_emitter_70",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Small_explosion_streaks_emitter_70",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","gen_explosion_ring2",,,"Above","true",,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Gen_Small_Debris_emitter_70",,"Above",,,,,,,,,,
+"explosion_300",,,,,150,150,,"Sound_Gen_small_explosion","ParticleEmitter",,,"Small_Dust_emitter_95",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Small_explosion_streaks_emitter_95",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","gen_explosion_ring2",,,"Above","true",,95,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Gen_Small_Debris_emitter_95",,"Above",,,,,,,,,,
+"explosion_450",,,,,150,50,,"Sound_Gen_small_explosion","ParticleEmitter",,,"Small_Dust_emitter_120",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Small_explosion_streaks_emitter_120",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","gen_explosion_ring2",,,"Above","true",,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Gen_Small_Debris_emitter_120",,"Above",,,,,,,,,,
+"explosion_600",,,,,150,150,,"Sound_Gen_small_explosion","ParticleEmitter",,,"Small_Dust_emitter_190",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Small_explosion_streaks_emitter_190",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","gen_explosion_ring2",,,"Above","true",,190,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Gen_Small_Debris_emitter_190",,"Above",,,,,,,,,,
+"explosion_800",,,,,150,150,,"Sound_Gen_small_explosion","ParticleEmitter",,,"Small_Dust_emitter_230",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Small_explosion_streaks_emitter_230",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","gen_explosion_ring2",,,"Above","true",,230,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Gen_Small_Debris_emitter_230",,"Above",,,,,,,,,,
+"explosion_rocket_rose",,,,,200,50,,"explosion_rocket_rose","ParticleEmitter",,,"Small_Dust_emitter_95",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Small_explosion_streaks_emitter_95",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","gen_explosion_ring2",,,"Above","true",,95,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Gen_Small_Debris_emitter_95",,"Above",,,,,,,,,,
+"explosion_rocket_rose_ulti",,,,,200,50,,"explosion_rocket_rose_ulti","ParticleEmitter",,,"Small_Dust_emitter_120",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Small_explosion_streaks_emitter_120",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","gen_explosion_ring2",,,"Above","true",,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Gen_Small_Debris_emitter_120",,"Above",,,,,,,,,,
+"explosion_tnt_dude",,,,,200,50,,"Sound_Gen_small_explosion","ParticleEmitter",,,"cloudExplode_red",,"Above",,,,,,,"explosion_tnt_dude_red",,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_explode_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_spark_red_short",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_attack_blue",,,"GroundHigh","TRUE",,,,,,,,,
+"explosion_tnt_dude_red",,,,,200,50,,"Sound_Gen_small_explosion","ParticleEmitter",,,"cloudExplode_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"dynamike_explode_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_spark_red_short",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_attack_red",,,"Above","TRUE",,,,,,,,,
+"explosion_tnt_dude_ulti",,,,,450,150,,"Sound_TNT_explosion","SWF","sc/effects_brawler.sc","cloudExplode_huge",,,"Above",,,110,,,,"explosion_tnt_dude_ulti_red",,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_attack_huge_blue",,,"GroundHigh","TRUE",,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_attack_explode_huge",,,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","cloudExplode_huge_ground",,,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_spark_red_shortHuge",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"explosion_debris_strong",,"GroundHigh",,,,,,,,,,
+"explosion_tnt_dude_ulti_red",,,,,450,150,,"Sound_TNT_explosion","SWF","sc/effects_brawler.sc","cloudExplode_huge",,,"Above",,,110,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_attack_huge_red",,,"GroundHigh","TRUE",,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_attack_explode_huge",,,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","cloudExplode_huge_ground",,,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_spark_red_shortHuge",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"explosion_debris_strong",,"GroundHigh",,,,,,,,,,
+"Solid_hit_fx",,,,,,,,"Bullet_rico_metal","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"explosion_cactus",,,,,200,50,,"Cactus_explo","ParticleEmitter",,,"Small_Dust_emitter_95",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Small_explosion_streaks_emitter_95",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","gen_explosion_ring2",,,"Above","true",,95,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Gen_Small_Debris_emitter_95",,"Above",,,,,,,,,,
+"explosion_cactus_ulti_red",,,,,200,50,,"Sound_Gen_small_explosion","ParticleEmitter",,,"Small_Dust_emitter_230",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Small_explosion_streaks_emitter_230",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","gen_explosion_ring2",,,"Above",,,230,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","cactus_field_red",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Gen_Small_Debris_emitter_230",,"Above",,,,,,,,,,
+"explosion_cactus_ulti",,,,,200,50,,"Sound_Gen_small_explosion","ParticleEmitter",,,"Small_Dust_emitter_230",,"Above",,,,,,,"explosion_cactus_ulti_red",,,
+,,,,,,,,,"ParticleEmitter",,,"Small_explosion_streaks_emitter_230",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","gen_explosion_ring2",,,"Above","true",,230,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","cactus_field",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Gen_Small_Debris_emitter_230",,"Above",,,,,,,,,,
+"explosion_barkeep",,,,,150,50,,"Barkeep_bottle_hit","ParticleEmitter",,,"gen_hit_flash_190",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barkeep_shards",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barkeep_splat",,"GroundHigh","true",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barkeep_smoke",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Small_Dust_emitter_100",,"Above",,,,,,,,,,
+"explosion_barkeep_ulti",,,,,150,50,,"Barkeep_ulti_hit","ParticleEmitter",,,"barkeep_smoke_ulti",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barkeep_fire",,"GroundHigh","false",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"barkeep_splat_ulti",,"GroundHigh","true",,,,,,,,,
+"explosion_bow_dude",,,,,200,50,,"Sound_Gen_small_explosion","ParticleEmitter",,,"Small_Dust_emitter_95",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Small_explosion_streaks_emitter_95",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","gen_explosion_ring2",,,"Above","true",,95,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Gen_Small_Debris_emitter_95",,"Above",,,,,,,,,,
+"Lucha_hit",,,,,200,50,,"Punch_impact","ParticleEmitter",,,"Hit_dust_0",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_hit_flash_100",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","Primo_hit",,,"Above",,,,,,,,,,
+"Gen_hit_melee",,,,,,,,"Punch_impact","ParticleEmitter",,,"Hit_dust_200",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_hit_flash_300",,"Above",,,,,,,,,,
+"Trickshot_hit_env",,,,,,,,"Trickshot_bullet","ParticleEmitter",,,"trickshot_hit_ring_emitter",,"Above",,,,,,,,,,
+"oasis_blocking2_explosion",,,,,300,300,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris1",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris2",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"Green_explo_fx",,,,,,,,,"ParticleEmitter",,,"Explo_dust_120",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Grass_hit_big",,"Above",,,,,,,,,,
+"Green_hit_fx",,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"Green_hit",,"Above",,,,,,,,,,
+"darryl_shield","true","true",,,,,,,"SWF","sc/effects_brawler.sc","darryl_def_starPower_shield",,,"Above",,,100,,,,,,,
+"Spawn_Shield","true","true",,,,,,,"SWF","sc/effects.sc","spawnshield_fx",,,"Above",,,100,,,,,,,
+"Spawn_mine",,"true",,,,,,"Bo_mine_spawn","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Spawn_sniper_bomb",,"true",,,,,,"Piper_mine_drop","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"bonethrower_attack",,,,,,,,"tnt_attack","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"bonethrower_ulti",,,,,,,,"tnt_attack","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"blackhole_attack",,,,,,,,"Mystic_atk","SWF","sc/effects.sc","blackhole_slash",,,"Above",,,100,,,,,,,
+"blackhole_ulti",,,,,,,,"Mystic_ulti_deploy","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"blackhole_ulti_suck_enemy",,,,,200,100,,,"ParticleEmitter",,,"Small_Dust_emitter_230",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Small_explosion_streaks_emitter_230",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","Black_hole_wortex_red",,,"GroundHigh","true",,230,,,,,,,
+"blackhole_ulti_suck",,,,,200,100,,"Black_hole","ParticleEmitter",,,"Small_Dust_emitter_230",,"Above",,,,,,,"blackhole_ulti_suck_enemy",,,
+,,,,,,,,,"ParticleEmitter",,,"Small_explosion_streaks_emitter_230",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","Black_hole_wortex",,,"GroundHigh","true",,230,,,,,,,
+"laser_ball_throw",,,,,250,,,"Throw_bawl","SWF","sc/effects.sc","bb_kick",,,"Above",,,100,,,,,,,
+"laser_ball_throw_ulti",,,,,350,,,"Throw_bawl_ulti","SWF","sc/effects.sc","bb_kick_ulti",,,"Above",,,100,,,,,,,
+"laser_ball_catch",,,,,250,,,"Catch_bawl","SWF","sc/effects.sc","bb_catch",,,"GroundHigh","false",,30,,,,,,,
+"laser_ball_catch_other",,,,,250,,,,"SWF","sc/effects.sc","bb_catch",,,"Above",,,30,,,,,,,
+"blackhole_ulti_damage",,,,,450,150,,"Sound_TNT_explosion","ParticleEmitter",,,"Dust_emitter_lingering",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","gen_explosion_ring2",,,"Above","true",,230,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"black_hole_projectile_afterexplosion",,"Above",,,,,,,,,,
+"boss","true","true",,,,,,,"ParticleEmitter",,,"boss_particle",,"Above",,,,,,,,,,
+"laser_ball_glow","true","true",,,,,,,"SWF","sc/effects.sc","bb_gradient",,,"Above",,,100,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","bb_round",,,"GroundHigh","true",,,,,,,,,
+"laser_ball_glow_ulti","true","true",,,,,,,"SWF","sc/effects.sc","bb_gradient",,,"Above",,,100,,,,,,,
+"laser_ball_goal","true","true",,,450,450,,,"ParticleEmitter",,,"confetti_flying",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"confetti_explosion",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Gen_Big_Debris_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"huge_explosion_streaks_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"Effect",,,,"Gen_Explosion","Above",,,100,,,,,,,
+"laser_ball_fly","true","true",,,,,,,"ParticleEmitter",,,"bb_trail_small_particle",,"Above",,,,,,,,,,
+"laser_ball_fly_ulti","true","true",,,,,,,"ParticleEmitter",,,"bb_trail_ulti",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_after_explosion",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"magic_native_particle",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Hammer_trail_rocks",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Hammer_trail_dust_100",,"Above",,,,,,,,,,
+"laser_ball_fly_high","true","true",,,,,,,"ParticleEmitter",,,"bb_trail_high_particle",,"Above",,,,,,,,,,
+"luchador_ulti_ground_hit_special",,,,,200,200,,"Sound_Gen_explosion","ParticleEmitter",,,"burning_particle_lucha",,"Above",,,,,,,,,,
+"luchador_ulti_ground_hit",,,,,200,200,,"Sound_Gen_explosion","Effect",,,,"hammer_ulti_explosion","Above",,,230,,,,,,,
+"TntDude_bone_trail_1","true","true",,"RGunBone",,,,,"ParticleEmitter",,,"gen_trail_particle_50",,"Above",,,,,,,,,,
+,"true","true",,,,,,,"SWF",,"tnt_flame",,,"Above",,,50,,,,,,,
+"TntDude_bone_trail_2","true","true",,"LGunBone",,,,,"ParticleEmitter",,,"gen_trail_particle_50",,"Above",,,,,,,,,,
+,"true","true",,,,,,,"SWF",,"tnt_flame",,,"Above",,,50,,,,,,,
+"barrel_bot_attack",,,,,200,,,"Rhinofire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shell_shotgun",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"muzzle_flash",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shooting_spark_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_small_smoke_emitter",,"Above",,,,,,,,,,
+"barrel_bot_ulti",,,,,,,,"Barrel_bot_ulti","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"barrel_bot_ulti_loop","true","true",,,,,,,"ParticleEmitter",,,"Hammer_trail_particle_75",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Hammer_trail_rocks",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Hammer_trail_dust_75",,"Above",,,,,,,,,,
+"artillery_dude_turret_attack",,,,,,,,"explosion_rocket_rose","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"muzzle_flash_smaller",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shooting_spark_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_small_smoke_emitter",,"Above",,,,,,,,,,
+"artillery_dude_attack",,,,,200,,,"Marig_fire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"muzzle_flash",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shooting_spark_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_small_smoke_emitter",,"Above",,,,,,,,,,
+"artillery_dude_ulti",,,,,,,,"Marig_ulti","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"explosion_artillery_dude_turret",,,,,200,50,,"Sound_Gen_small_explosion","ParticleEmitter",,,"Small_Dust_emitter_120",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Small_explosion_streaks_emitter_120",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","gen_explosion_ring2",,,"Above","true",,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Gen_Small_Debris_emitter_120",,"Above",,,,,,,,,,
+"Spawn_rocketgirl_bomb",,"true",,,,,,"Piper_mine_drop","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"coop_melee_attack",,,,,,,,"Mortis_atk","Effect",,,,,"Above",,,100,,,,,,,
+"coop_fast_melee_attack",,,,,,,,"Jess_shoot","SWF","sc/effects.sc","electricity_attack_red",,,"Above",,,30,,,,,,,
+"coop_boss_attack",,,,,,,,"Mortis_atk","Effect",,,,,"Above",,,100,,,,,,,
+"coop_ranged_attack",,,,,,,,"LaserShot01","SWF","sc/effects.sc","muzzle_flash",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shell_shotgun",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"muzzle_flash_smaller",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shooting_spark_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_small_smoke_emitter",,"Above",,,,,,,,,,
+"coop_boss_ranged_attack",,,,,,,,"Robotfire","SWF","sc/effects.sc","muzzle_flash",,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shell_shotgun",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"muzzle_flash_smaller",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shooting_spark_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_small_smoke_emitter",,"Above",,,,,,,,,,
+"boss_extra_death_effect",,,,,200,200,,"Sound_Gen_explosion","Effect",,,,"hammer_ulti_explosion","Above",,,230,,,,,,,
+"robo_spawn","true",,,,,,,,"ParticleEmitter",,,"magic_spark_exlposion",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Gen_dust_emitter_big",,"Above",,,,,,,,,,
+"explosion_cluster_bomb_air",,,,,200,50,,"Sound_Gen_small_explosion","ParticleEmitter",,,"Small_Dust_emitter_120",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Small_explosion_streaks_emitter_120",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","gen_explosion_ring2",,,"Above","true",,120,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Gen_Small_Debris_emitter_120",,"Above",,,,,,,,,,
+"tutorial_robo_spawn","true",,,,,,,"Roboturret","ParticleEmitter",,,"magic_spark_exlposion",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Gen_dust_emitter_big",,"Above",,,,,,,,,,
+"hammer_dude_attack",,,,,200,,,"Hammer_hit","ParticleEmitter",,,"Small_explosion_streaks_emitter_100",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","gen_explosion_ring2",,,"Above","true",,,,,,,,,
+"hammer_dude_ulti",,,,,450,150,,"Hammer_u_hit","ParticleEmitter",,,"Small_explosion_streaks_emitter_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Hammer_ulti_cracks",,"GroundHigh","true",,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","gen_explosion_ring2",,,"Above","true",,,,,,,,,
+"gold_Trail","true",,,,,,,,"ParticleEmitter",,,"gold_trail_emitter",,"Above",,,,,,,,,,
+"gold_no_hit",,,,,,,,"Marig_nohit","ParticleEmitter",,,"gold_no_hit_explosion",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"no_hit_effect",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_hit_flash_100",,"Above",,,,,,,,,,
+"gold_hit",,,,,,,,"Marig_hit","ParticleEmitter",,,"gold_hit_explosion",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"no_hit_effect",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_hit_flash_100",,"Above",,,,,,,,,,
+"SpawnArtilleryTurret",,"true",,,,,,"Penny_turret_spawn","ParticleEmitter","sc/effects.sc",,"Gen_dust_emitter",,"Above",,,,,,,,,,
+"hammer_dude_start_attack",,,,,200,,,"Hammer_atk","SWF","sc/effects.sc",,,,"Above",,,,,,,,,,
+"hammer_dude_start_ulti",,,,,200,,,"Hammer_u_atk","SWF","sc/effects.sc",,,,"Above",,,,,,,,,,
+"stunned","true","true",,,,,,,"ParticleEmitter",,,"stunned_particle",,"Above",,,,,,,,,,
+"weakly_stunned",,,,,,,,,"ParticleEmitter",,,"gadget_sandy_sleep_zzz",,"Above",,,100,,,,"gadget_sandy_sleep_red",,,
+"Crow_bone_trail_1","true","true",,"R_wing_04_s",,,,,"ParticleEmitter",,,"crow_flame_trail_large_particle",,"Above",,,,,,,,,,
+"Crow_bone_trail_2","true","true",,"L_wing_04_s",,,,,"ParticleEmitter",,,"crow_flame_trail_large_particle",,"Above",,,,,,,,,,
+"Crow_bone_trail_3","true","true",,"R_wing_03_s",,,,,"ParticleEmitter",,,"crow_flame_trail_small_particle",,"Above",,,,,,,,,,
+"Crow_bone_trail_4","true","true",,"L_wing_03_s",,,,,"ParticleEmitter",,,"crow_flame_trail_small_particle",,"Above",,,,,,,,,,
+"flame_trail","true","true",,,,,,,"ParticleEmitter",,,"flame_trail_particle",,"Above",,,,,,,,,,
+"Spawn_buff",,"true",,,,,,"Bo_mine_spawn","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"hook_attack",,,,,200,,,"Shotgun","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shell_shotgun",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"muzzle_flash",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shooting_spark_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_small_smoke_emitter",,"Above",,,,,,,,,,
+"meteor_area_explosion",,,,,600,600,,,"ParticleEmitter",,,"Small_Dust_emitter_270",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Small_explosion_streaks_emitter_230",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","gen_explosion_ring2",,,"Above","true",,230,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Gen_Small_Debris_emitter_230",,"Above",,,,,,,,,,
+,"true","true",,,,,,,"ParticleEmitter",,,"meteor_shards_50",,"Above",,,,,,,,,,
+"hook_ulti_attack",,,,,200,,,,"SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"power_up_bottle_sparkle","true","true",,,,,,,"ParticleEmitter",,,"power_up_bottle_sparkle_trail",,"Above",,,,,,,,,,
+"meteor_warning",,"true",,,,,,"Meteor_seq","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"powerup_indicator",,"true",,,,,,"Powerup_seq","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"boss_warning",,"true",,,,,,"Boss_seq","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"flame_turret_attack",,,,,,,,"LaserShot01","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"burning_particle_lucha_super_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"shooting_spark_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_small_smoke_emitter",,"Above",,,,,,,,,,
+"Collect_powerup",,"true",,,,,,"Get_powerup","ParticleEmitter",,,"Point_collect_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","collect_glow1",,,"GroundHigh","true",,75,,,,,,,
+"rosa_attack_red",,,,,,,,"Lucha_punch","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"rosa_attack",,,,,,,,"Lucha_punch","SWF","sc/effects.sc",,,,"Above",,,100,,,,"rosa_attack_red",,,
+"ninja_attack",,,,,,,,"Leon_atk","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"mushroom_heal","true","true",,,,,,,"ParticleEmitter","sc/effects.sc",,"mushroom_particles",,"Above",,,,,,,,,,
+"healing_spawn",,,,,,,,"Shrooms","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"ninja_go_invisible","true",,,,,,,"Leon_ulti","ParticleEmitter",,,"magic_spark_exlposion",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Gen_dust_emitter_big",,"Above",,,,,,,,,,
+"ninja_out_from_invisible","true",,,,,,,"Leon_ulti_end","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"hero_spawn",,"true",,,,,,"Char_respawn","ParticleEmitter",,,"hero_spawn_emitter",,"Above",,,,,,,"hero_spawn_enemy",,,
+"hero_spawn_enemy",,"true",,,,,,"Enemy_char_respawn","ParticleEmitter",,,"hero_spawn_emitter",,"Above",,,,,,,,,,
+"coop_boss_skill_warning",,,,,,,,,"ParticleEmitter",,,"raidboss_skill_warning_long",,"Above",,,,,,,,,,
+"barkeep_wizard_attack",,,,,,,,"Wiz_barley_fireball","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"barkeep_wizard_attack_ulti",,,,,,,,"Wiz_barley_fireball","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"explosion_barkeep_wizard",,,,,150,50,,"Wiz_barley_fireball_hit","ParticleEmitter",,,"gen_hit_flash_190",,"Above",,,,,,,"explosion_barkeep_wizard_red",,,
+,,,,,,,,,"ParticleEmitter",,,"Small_Dust_emitter_70",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","fireball_explosion_blue",,,"Above","true",,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Gen_Small_Debris_emitter_70",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_spark_blue",,"Above",,,,,,,,,,
+"snowy_Rock_explo_fx",,,,,300,300,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris1_mine",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris2_mine",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"snowy_blocking2_explosion",,,,,,,,,"Effect",,,,"mine_Rock_explo_fx","Above",,,100,,,,,,,
+"snowy_Grass_explo_fx",,,,,,,,,"ParticleEmitter",,,"Explo_dust_120",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Grass_hit_big_mine",,"Above",,,,,,,,,,
+"snowy_Rock_hit_fx",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Rock_hit_debris1_mine",,"Above",,,,,,,,,,
+"snowy_blocking2_hit",,,,,,,,,"Effect",,,,"mine_Rock_hit_fx","Above",,,133,,,,,,,
+"snowy_Grass_hit_fx",,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"Grass_hit_mine",,"Above",,,,,,,,,,
+"explosion_barkeep_wizard_red",,,,,150,50,,"Wiz_barley_fireball_hit","ParticleEmitter",,,"gen_hit_flash_190",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Small_Dust_emitter_70",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","fireball_explosion_red",,,"Above","true",,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Gen_Small_Debris_emitter_70",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_spark_red",,"Above",,,,,,,,,,
+"explosion_ulti_barkeep_wizard",,,,,150,50,,"Wiz_barley_fireball_hit","ParticleEmitter",,,"gen_hit_flash_190",,"Above",,,,,,,"explosion_ulti_barkeep_wizard_red",,,
+,,,,,,,,,"ParticleEmitter",,,"Small_Dust_emitter_70",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","fireball_explosion_ulti_blue",,,"Above","true",,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Gen_Small_Debris_emitter_70",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_ulti_spark_blue",,"Above",,,,,,,,,,
+"explosion_ulti_barkeep_wizard_red",,,,,150,50,,"Wiz_barley_fireball_hit","ParticleEmitter",,,"gen_hit_flash_190",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Small_Dust_emitter_70",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","fireball_explosion_ulti_red",,,"Above","true",,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Gen_Small_Debris_emitter_70",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_ulti_spark_red",,"Above",,,,,,,,,,
+"fireball_trail_blue",,"true",,,,,,,"ParticleEmitter",,,"fireball_trail_blue",,"GroundHigh",,,,,,,"fireball_trail_red",,,
+,,"true",,,,,,,"ParticleEmitter",,,"fireball_trail_blue_spark",,"Above",,,,,,,,,,
+"fireball_trail_red",,"true",,,,,,,"ParticleEmitter",,,"fireball_trail_red",,"GroundHigh",,,,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"fireball_trail_red_spark",,"Above",,,,,,,,,,
+"fire_spark_trail",,,,,,,,,"ParticleEmitter",,,"fire_spark_trail",,"Above",,,,,,,,,,
+"fire_spark_trail_lot",,,,,,,,,"ParticleEmitter",,,"fire_spark_trail_lot",,"Above",,,,,,,,,,
+"fire_spark_trail_huge",,,,,,,,,"ParticleEmitter",,,"fire_spark_trail_huge",,"Above",,,,,,,,,,
+"trail_temp",,"true",,,,,,,"ParticleEmitter",,,"plasma_trail_emitter",,"Above",,,,,,,"trail_temp_red",,,
+"trail_temp_red",,"true",,,,,,,"ParticleEmitter",,,"plasma_trail_emitter",,"Above",,,,,,,,,,
+"Mariachi_hit_red","true","true",,,,,,,"SWF","sc/effects.sc","sound_hit_red",,,"Above",,,50,,,,,,,
+"Mariachi_hit","true","true",,,,,,,"SWF","sc/effects.sc","sound_hit",,,"Above",,,50,,,,"Mariachi_hit_red",,,
+"Poco_Trail_special","true",,,,,,,,"ParticleEmitter",,,"Poco_Trail_special_particle",,"Above",,,,,,,,,,
+"safe_explosion","true","true",,,,,,,"ParticleEmitter",,,"Gems_flying",,"Above",,,,,,,,,,
+"Poison_hit",,,,,,,,,"ParticleEmitter",,,"Hit_dust_200",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_hit_flash_300",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"poison_trail_particle_300",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","Poison_hit",,,"Above",,,,,,,,,,
+"Trash_hit",,,,,,,,,"Effect",,,,"Gen_hit","Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"trash_hit_particle",,"Above",,,,,,,,,,
+"Gen_hit",,,,,,,,,"ParticleEmitter",,,"Hit_dust_200",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_hit_flash_300",,"Above",,,,,,,,,,
+"Gen_Trail","true","true",,,,,,,"ParticleEmitter",,,"gen_trail_particle_50",,"Above",,,,,,,,,,
+"shotgun_trail_small","true","true",,,,,,,"ParticleEmitter",,,"shotgun_trail_small_particle",,"Above",,,,,,,,,,
+"sparkle_trail_dark_minion","true","true",,,,,,,"ParticleEmitter",,,"sparkle_trail_particle_black_minion",,"Above",,,,,,,,,,
+,"true","true",,,,,,,"SWF","sc/effects.sc","tara_minion_glow",,,"GroundHigh","true",,100,,,,,,,
+"sparkle_trail_dark","true","true",,,,,,,"ParticleEmitter",,,"sparkle_trail_particle_black",,"Above",,,,,,,,,,
+"sparkle_trail","true","true",,,,,,,"ParticleEmitter",,,"sparkle_trail_particle",,"Above",,,,,,,,,,
+"poison_trail","true","true",,,,,,,"ParticleEmitter",,,"poison_trail_particle_50",,"Above",,,,,,,,,,
+"Gen_Trail_dust_darker","true","true",,,,,,,"ParticleEmitter",,,"gen_trail_small_particle_smoke_darker",,"Above",,,,,,,,,,
+"Gen_Trail_dust","true","true",,,,,,,"ParticleEmitter",,,"gen_trail_small_particle_smoke",,"Above",,,,,,,,,,
+"Gen_Trail_small","true","true",,,,,,,"ParticleEmitter",,,"gen_trail_small_particle",,"Above",,,,,,,,,,
+"Gen_Beam_Trail","true","true",,,,,,,"ParticleEmitter",,,"gen_beam_trail_particle",,"Above",,,,,,,,,,
+"Gen_Ground_fx",,,,,,,,,"Effect",,,,,"GroundHigh",,,,,,,,,,
+"Bats","true",,,,,,,,"ParticleEmitter",,,"bat_trail_emitter",,"Above",,,,,,,,,,
+"magic_Trail","true",,,,,,,,"ParticleEmitter",,,"magic_spark_trail_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"electricity_ring_trail_emitter",,"Above",,,,,,,,,,
+"Sniper_Trail_special","true",,,,,,,"Sniper_trail","ParticleEmitter",,,"sniper_trail_emitter_special",,"Above",,,,,,,,,,
+"Sniper_Trail","true",,,,,,,"Sniper_trail","ParticleEmitter",,,"sniper_trail_emitter",,"Above",,,,,,,,,,
+"Blink_old",,,,,,,70,,"ParticleEmitter",,,"Stunner",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","ExplosionGroundGlowBlue",,,"GroundHigh","true",,60,,,,,,,
+,,,,,,,130,,"SWF","sc/effects.sc","ElectricLightning",,,"Above",,,60,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","ElectricGlowBall",,,"Above",,,60,,,,,,,
+"Plasmoid_glow",,,,,,,,,"SWF","sc/effects.sc","LevelUpGroundGlow",,,"Above",,,20,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","LevelUpFx",,,"Above",,,,,,,,,,
+"xp_bar_effect",,,,,,,,,"ParticleEmitter",,,"Death_sparkle_still1",,"Above",,,,,,,,,,
+"Healing_old",,"true",,,,,,,"SWF",,,,,"Above",,,100,,,,,,,
+"Immunity_old",,"true",,,,,,,"SWF",,,,,"Above",,,100,,,,,,,
+"Blob_fx","true","true",,,,,,,"ParticleEmitter",,,"blob_fx_particles",,"Above",,,,,,,,,,
+"Collect_plasmoid_old",,,,,,,70,"Orb_get","ParticleEmitter",,,"Stunner",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","ExplosionGroundGlowBlue",,,"GroundHigh","true",,60,,,,,,,
+,,,,,,,130,,"SWF","sc/effects.sc","ElectricLightning",,,"Above",,,60,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","ElectricGlowBall",,,"Above",,,60,,,,,,,
+"Health_fx","true","true",,,,,,,"ParticleEmitter",,,"health_fx_particles",,"Above",,,,,,,,,,
+"heal_area_fx","true","true",,,,,,,"ParticleEmitter","sc/effects.sc",,"heal_area_particles",,"Above",,,,,,,,,,
+"Collect_plasmoid",,"true",,,,,,"Orb_get","ParticleEmitter",,,"Point_collect_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","collect_glow1",,,"GroundHigh","true",,75,,,,,,,
+"Ring_Trail","true","true",,,,,,,"ParticleEmitter",,,"Ring_trail_emitter",,"Above",,,,,,,,,,
+"Healing",,"true",,,,,,,"ParticleEmitter",,,"Health_collect_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"heal_particle",,"Above",,,,,,,,,,
+"HealingBig",,"true",,,,,,"Sound_Heal","ParticleEmitter",,,"Health_collect_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,,,,"heal_particle",,"Above",,,,,,,,,,
+"poison_fog",,,,,,,,,"ParticleEmitter",,,"poison_fog_emitter",,"Above",,,,,,,,"poison_fog_CN",,
+"poison_skull",,,,,,,,,"ParticleEmitter",,,"poison_fog_skull_particle",,"Above",,,,,,,,"poison_skull_CN",,
+"poison_fog_CN",,,,,,,,,"ParticleEmitter",,,"poison_fog_emitter_CN",,"Above",,,,,,,,,,
+"poison_skull_CN",,,,,,,,,"ParticleEmitter",,,"poison_fog_skull_particle_CN",,"Above",,,,,,,,,,
+"gen_troop_death",,,,,,,,,"ParticleEmitter",,,"ground_explosion",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_splat_emitter",,"GroundHigh","true",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_splat_small",,"GroundHigh","true",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"splats_flying",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Death_Dust_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc",,,,"Above",,,50,,,,,,,
+"Gen_small_explosion",,,,,200,150,,"Sound_Gen_small_explosion","ParticleEmitter",,,"Small_Dust_emitter_70",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Small_explosion_streaks_emitter_70",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","gen_explosion_ring2",,,"Above","true",,70,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Gen_Small_Debris_emitter_70",,"Above",,,,,,,,,,
+"Gen_small_explosion_2",,,,,200,150,,"Sound_Gen_small_explosion","ParticleEmitter",,,"Small_Dust_emitter_70",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Small_explosion_streaks_emitter_70",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_explosion",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"sparks",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Gen_Small_Debris_emitter_70",,"Above",,,,,,,,,,
+"bandit_reload",,"true",,,,,,"bandit_reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"laser_attack",,,,,,,,"LaserShot01","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"laser_muzzle_emitter",,"Above",,,,,,,,,,
+"tgrenade_attack",,,,,,,,"Timedgrenade","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"laser_muzzle_emitter",,"Above",,,,,,,,,,
+"grenade_attack",,,,,,,,"Sound_Grenade","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Spawn_plasmoid",,"true",,,,,,"Orb_spawn","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"sniper_hit","true","true",,,100,50,,,"SWF","sc/effects.sc","sniper_hit",,,"Above",,,50,,,,,,,
+"robo_wars_box_spawn","true",,,,,,,"Bo_mine_spawn","ParticleEmitter",,,"magic_spark_exlposion",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Small_Dust_emitter_100",,"Above",,,,,,,,,,
+"whirlwind_attack",,,,,200,,,,"Effect",,,,"mechanic_attack","GroundHigh",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"siege_base_attack",,,,,,,,"explosion_rocket_rose","SWF","sc/effects_brawler.sc","siegeSmoke",,,"Above",,,100,,,,,,,600
+,,,,,,,,,,,,"muzzle_flash_smaller",,"Above",,,,,,,,,,
+,,,,,,,,,,,,"shooting_spark_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,,,,"gen_small_smoke_emitter",,"Above",,,,,,,,,,
+"siege_base_destroyed",,,,,450,150,,"Sound_TNT_explosion","ParticleEmitter",,,"SiegeBase_cloudExplode_huge",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_attack_huge_red",,,"GroundHigh","TRUE",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"SiegeBase_attack_explode_huge",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"SiegeBase_cloudExplode_huge_ground",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_spark_red_shortHuge",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"explosion_debris_strong",,"GroundHigh",,,,,,,,,,
+"Carl_hitEnv",,,,,,,,"Carl_atk_hit_return","ParticleEmitter",,,"Hit_dust_200",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"gen_hit_flash_300",,"Above",,,,,,,,,,
+"carl_def_atk_trail_return",,,,,,,,"Carl_atk_return","ParticleEmitter",,,"carl_def_atk_whirl",,"GroundHigh","true",,,,,,"carl_def_atk_trail_return_red",,,
+"carl_def_atk_trail_return_red",,,,,,,,"Carl_atk_return","ParticleEmitter",,,"carl_def_atk_whirl_red",,"GroundHigh","true",,,,,,,,,
+"mine_cart_trail","true",,,,,,,,"ParticleEmitter",,,"walking_smoke_300",,"GroundHigh",,,,,,,,,,
+,"true",,,,,,,,"ParticleEmitter",,,"fire_spark_trail",,"GroundHigh",,,,,,,,,,
+"baseball_attack",,,,,,,,,"SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"baseball_ulti",,,,,,,,"tnt_attack","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"gen_sparks","true",,,,,,,,"ParticleEmitter","sc/effects.sc",,"gen_sparks",,"Above",,,,,,,,,,
+"sewer_mist",,,,,,,,,"ParticleEmitter","sc/effects.sc",,"sewer_mist",,"Above",,,,,,,,,,
+"retropolis_Grass_hit_fx",,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"Grass_hit_retro",,"Above",,,,,,,,,,
+"retropolis_Grass_explo_fx",,,,,,,,,"ParticleEmitter",,,"Explo_dust_120",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Grass_hit_big_retro",,"Above",,,,,,,,,,
+"gen_sparks_2","true",,,,,,,,"ParticleEmitter","sc/effects.sc",,"gen_sparks_2",,"GroundHigh",,,,,,,,,,
+"retropolis_Rock_hit_fx",,,,,,,,"Bullet_rico_rock","ParticleEmitter","sc/effects.sc",,"Rock_hit_debris1_retro",,"Above",,,,,,,,,,
+"retropolis_blocking2_hit",,,,,,,,,"ParticleEmitter","sc/effects.sc",,"tire_hit",,"Above",,,,,,,,,,
+"retropolis_blocking2_explosion",,,,,,,,,"ParticleEmitter","sc/effects.sc",,"tire_explo",,"Above",,,,,,,,,,
+"retropolis_Rock_explo_fx",,,,,300,300,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris1_retro",,"Above",,,,,,,,,,
+"retropolis_fragile_explo_debris",,,,,,,,,"ParticleEmitter","sc/effects.sc",,"fragile_explo_debris_retro",,"Above",,,,,,,,,,
+"fence_hit",,,,,,,,,"Effect",,,,"Box_hit_fx","Above",,,133,,,,,,,
+"fence_explosion",,,,,,,,,"Effect",,,,"Gen_wood_explosion","Above",,,133,,,,,,,
+"crate_hit",,,,,,,,,"Effect",,,,"Box_hit_fx","Above",,,133,,,,,,,
+"crate_explosion",,,,,,,,,"Effect",,,,"Gen_wood_explosion","Above",,,133,,,,,,,
+"barrel_hit",,,,,,,,,"Effect",,,,"Box_hit_fx","Above",,,133,,,,,,,
+"barrel_explosion",,,,,,,,,"Effect",,,,"Gen_wood_explosion","Above",,,133,,,,,,,
+"retropolis_fence_hit",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Fence_hit_retro",,"Above",,,,,,,,,,
+"retropolis_fence_explosion",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Fence_explo_debris_retro",,"Above",,,,,,,,,,
+"retropolis_barrel_hit",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"blue_barrel_hit",,"Above",,,,,,,,,,
+"retropolis_barrel_explosion",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"blue_barrel_explosion",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"blue_barrel_fly",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_after_explosion",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_explosion_small_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,,,
+"retropolis_crate_explosion",,,,,,,,,"ParticleEmitter",,,"splinters_orange",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"planks_fly_orange",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_after_explosion",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_explosion_small_100",,"Above",,,,,,,,,,
+"bench_hit",,,,,,,,"Bullet_rico_wood","ParticleEmitter",,,"splinters_small_blue",,"GroundHigh","false",,,,,,,,,
+"bench_explosion",,,,,,,,,"ParticleEmitter",,,"splinters_blue",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"planks_blue",,"GroundHigh","false",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"planks_fly_blue",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_after_explosion",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_explosion_small_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"bench_explo_debris",,"Above",,,,,,,,,,
+"Brock_exhaust_1","true","true",,"L_exhaust_s",,,,,"ParticleEmitter",,,"brock_003_idleSmoke",,"Above",,,,,,,,,,
+"Brock_exhaust_2","true","true",,"R_exhaust_s",,,,,"ParticleEmitter",,,"brock_003_idleSmoke",,"Above",,,,,,,,,,
+"Collect_speed",,"true",,,,,,"Starpower_speed","ParticleEmitter",,,"Point_collect_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","collect_glow1",,,"GroundHigh","true",,75,,,,,,,
+"Collect_berserk",,"true",,,,,,"Bull_berserk","ParticleEmitter",,,"Point_collect_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","collect_glow1",,,"GroundHigh","true",,75,,,,,,,
+"Collect_shield",,"true",,,,,,"Starpower_shield","ParticleEmitter",,,"Point_collect_emitter",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects.sc","collect_glow1",,,"GroundHigh","true",,75,,,,,,,
+"tick_attack",,,,,,,,,"SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"tick_attack_ulti",,,,,,,,,"SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"cactus_003_attack",,,,,,,,"Mech_spike_atk","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"cactus_003_attack_ulti",,,,,,,,"Mech_spike_ulti","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"mortuary_fog","true",,,,,,,,"ParticleEmitter",,,"mortuary_fog_emitter",,"GroundHigh",,,80,,,,,,,
+"mortuary_fog_big","true",,,,,,,,"ParticleEmitter",,,"mortuary_fog_emitter",,"GroundHigh",,,100,,,,,,,
+"mortuary_water_bubbles","TRUE",,,,,,,,"ParticleEmitter",,,"mortuary_bubbles",,"GroundHigh",,,,,,,,,,
+"mortuary_Green_explo_fx",,,,,,,,"Bullet_rico_wood","ParticleEmitter",,,"mortuary_bat",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"planks_fly_mortuary",,"Above",,,85,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_explosion_small_100",,"Above",,,,,,,,,,
+"mortuary_Green_hit_fx",,,,,,,,"Bullet_rico_wood","ParticleEmitter",,,"splinters_small_mortuary",,"GroundHigh","false",,,,,,,,,
+"mortuary_barrel_hit",,,,,,,,"Bullet_rico_wood","ParticleEmitter",,,"splinters_small_mortuary",,"GroundHigh","false",,,,,,,,,
+"mortuary_barrel_explosion",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"splinters_mortuary",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"planks_mortuary",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"planks_fly_mortuary",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_after_explosion_green",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_explosion_small_100",,"Above",,,,,,,,,,
+"mortuary_crate_hit",,,,,,,,"Bullet_rico_wood","ParticleEmitter",,,"splinters_small_mortuary",,"GroundHigh","false",,,,,,,,,
+"mortuary_crate_explosion",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"splinters_mortuary",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"planks_mortuary",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"planks_fly_mortuary",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_after_explosion_green",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_explosion_small_100",,"Above",,,,,,,,,,
+"mortuary_Grass_hit_fx",,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"Grass_hit_mine",,"Above",,,,,,,,,,
+"mortuary_Grass_hit_fx_yellow",,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"Grass_hit_mine",,"Above",,,,,,,,,,
+"mortuary_Grass_explo_fx",,,,,,,,,"ParticleEmitter",,,"Explo_dust_120",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Grass_hit_big_mine",,"Above",,,,,,,,,,
+"mortuary_Grass_explo_fx_yellow",,,,,,,,,"ParticleEmitter",,,"Explo_dust_120",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Grass_hit_big_mine",,"Above",,,,,,,,,,
+"mortuary_Rock_hit_fx",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Rock_hit_debris1_mine",,"Above",,,,,,,,,,
+"mortuary_Rock_explo_fx",,,,,300,300,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris1_mine",,"Above",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris2_mine",,"Above",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"mortuary_blocking2_hit",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Rock_hit_debris1_mine",,"Above",,,,,,,,,,
+"mortuary_blocking2_explosion",,,,,300,300,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris1_mine",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris2_mine",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"mortuary_fence_hit",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Rock_hit_debris1_mine",,"Above",,,,,,,,,,
+"mortuary_fence_explosion",,,,,300,300,,"Bullet_rico_rock","ParticleEmitter","sc/effects.sc",,"Rock_explo_debris1_mine",,"Above",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris2_mine",,"Above",,,75,,,,,,,
+"mortuary_fragile_explo_debris",,,,,,,,,"ParticleEmitter","sc/effects.sc",,"blue_barrel_explosion",,"GroundHigh",,,50,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"blue_barrel_hit",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_after_explosion_green",,"GroundHigh",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_explosion_small_100",,"Above",,,,,,,,,,
+"Shield_Boss_Race","true","true",,,,,,,"SWF","sc/effects.sc","spawnshield_fx",,,"Above",,,240,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,,,
+"ship_cannon_fire_1","true",,,,450,150,,"Sound_TNT_explosion","ParticleEmitter",,,"ship_cannon_fire_r1",,"Above",,,,,,,,,,
+"ship_cannon_fire_2","true",,,,450,150,,"Sound_TNT_explosion","ParticleEmitter",,,"ship_cannon_fire_l1",,"Above",,,300,,,,,,,
+"darryls_Grass_hit_fx",,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"Grass_hit",,"Above",,,,,,,,,,
+"darryls_Grass_explo_fx",,,,,,,,,"ParticleEmitter",,,"Explo_dust_120",,"Above",,,,,,,,,,
+"darryls_Grass_hit_fx_yellow",,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"Grass_hit",,"Above",,,,,,,,,,
+"darryls_Grass_explo_fx_yellow",,,,,,,,,"ParticleEmitter",,,"Explo_dust_120",,"Above",,,,,,,,,,
+"darryls_Rock_hit_fx",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"rock_hit_debris1_darryls",,"Above",,,,,,,,,,
+"darryls_Rock_explo_fx",,,,,300,300,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris1_darryls",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris2_darryls",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+"darryls_blocking2_hit",,,,,,,,,"ParticleEmitter",,,"splinters_small_blue",,"Above",,,,,,,,,,
+"darryls_blocking2_explosion",,,,,,,,,"ParticleEmitter",,,"splinters_blue",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"coins_fly",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"planks_fly_blue",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_after_explosion",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_explosion_small_100",,"Above",,,,,,,,,,
+"darryls_fence_hit",,,,,,,,,"ParticleEmitter",,,"splinters_small_blue",,"Above",,,,,,,,,,
+"darryls_fence_explosion",,,,,,,,,"ParticleEmitter",,,"splinters_small_blue",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"planks_darryls",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"planks_fly_darryls",,"Above",,,,,,,,,,
+"water_splash","true",,,,,,100,,"ParticleEmitter",,,"water_splash",,"GroundHigh",,,200,,,,,,,
+"darryls_fragile_explo_debris",,,,,100,100,,,"ParticleEmitter","sc/effects.sc",,"Dark_explo_debris1",,"Above",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Dark_explo_debris2",,"Above",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"SiegeBase_cloudExplode_huge_ground",,"GroundHigh",,,40,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_spark_red_shortHuge",,"Above",,,,,,,,,,
+"confetti_effect","true",,,,,,,,"ParticleEmitter",,,"confetti_emitter",,"Above",,,,,,,,,,
+"darryls_Green_hit_fx",,,,,,,,,"ParticleEmitter",,,"splinters_small_blue",,"Above",,,,,,,,,,
+"darryls_Green_explo_fx",,,,,,,,,"ParticleEmitter",,,"splinters_blue",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"planks_fly_blue",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Explo_dust_120",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_explosion_small_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris1_mine",,"Above",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris2_mine",,"Above",,,60,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"fishy_debris",,"Above",,,60,,,,,,,
+"gen_smoke_sparks","true",,,,,,,,"ParticleEmitter","sc/effects.sc",,"gen_sparks_2",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"gen_smoker",,"Above",,,75,,,,,,,
+"arcade_barrel_hit",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"yellow_barrel_hit",,"Above",,,,,,,,,,
+"arcade_barrel_explosion",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"yellow_barrel_explosion",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterSplat_big",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"yellow_barrel_fly",,"Above",,,,,,,,,,
+"arcade_Rock_hit_fx",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Rock_hit_debris1_mine",,"Above",,,,,,,,,,
+"arcade_Rock_explo_fx",,,,,300,300,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris1_mine",,"Above",,300,200,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris2_mine",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"arcade_Grass_hit_fx",,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"Grass_hit",,"Above",,,,,,,,,,
+"arcade_Grass_explo_fx",,,,,,,,,"ParticleEmitter",,,"Explo_dust_120",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Grass_hit_big",,"Above",,,,,,,,,,
+"arcade_blocking2_hit",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"yellow_barrel_hit",,"Above",,,,,,,,,,
+"arcade_blocking2_explosion",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"yellow_barrel_hit",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"yellow_barrel_fly",,"Above",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"yellow_barrel_explosion",,"Above",,,,,,,,,,
+"arcade_Green_hit_fx",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"yellow_barrel_hit",,"Above",,,,,,,,,,
+"arcade_Green_explo_fx",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"yellow_barrel_hit",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"yellow_barrel_fly",,"Above",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"yellow_barrel_explosion",,"Above",,,,,,,,,,
+"arcade_Grass_hit_fx_yellow",,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"Grass_hit",,"Above",,,,,,,,,,
+"arcade_Grass_explo_fx_yellow",,,,,,,,,"ParticleEmitter",,,"Explo_dust_120",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Grass_hit_big",,"Above",,,,,,,,,,
+"arcade_fragile_explo_debris",,,,,,,,,"ParticleEmitter","sc/effects.sc",,"fragile_explo_debris_retro",,"Above",,,,,,,,,,
+"arcade_fence_hit",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"white_debris_hit",,"Above",,,,,,,,,,
+"arcade_fence_explosion",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"white_debris_hit",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"white_debris_fly",,"Above",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"white_debris_explosion",,"Above",,,,,,,,,,
+"brawler_upgrade_effect",,,,,,,,,"ParticleEmitter",,,"brawler_upgrade_burst",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"brawler_upgrade_burst_finale",,"Above",,,,,,,,,,
+"ui_swoosh_lines_left","true",,,,,,,,"ParticleEmitter",,,"swoosh_lines_left",,"Above",,,,,,,,,,
+"ui_swoosh_lines_right","true",,,,,,,,"ParticleEmitter",,,"swoosh_lines_right",,"Above",,,,,,,,,,
+"bbarena_Rock_hit_fx",,,,,,,,"Bullet_rico_rock","Effect",,,,"arcade_Rock_hit_fx","Above",,,,,,,,,,
+"bbarena_Rock_explo_fx",,,,,300,300,,,"Effect",,,,"arcade_Rock_explo_fx","Above",,,,,,,,,,
+"bbarena_fence_hit",,,,,,,,,"Effect",,,,"arcade_fence_hit","Above",,,,,,,,,,
+"bbarena_fence_explosion",,,,,,,,"Bullet_rico_rock","Effect",,,,"arcade_fence_explosion","Above",,,,,,,,,,
+"bbarena_barrel_hit",,,,,,,,,"Effect",,,,"retropolis_barrel_hit","Above",,,,,,,,,,
+"bbarena_barrel_explosion",,,,,,,,,"Effect",,,,"retropolis_barrel_explosion","Above",,,,,,,,,,
+"bbarena_crate_hit",,,,,,,,,"ParticleEmitter",,,"Hit_dust_0",,"Above",,,,,,,,,,
+"bbarena_crate_explosion",,,,,,,,,"ParticleEmitter",,,"arena_blocker_debris",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"big_explosion_lines_emitter",,"Above",,,50,,,,,,,
+"bbarena_fragile_explo_debris",,,,,,,,,"Effect",,,,"retropolis_fragile_explo_debris","Above",,,,,,,,,,
+"bazaar_Grass_hit_fx",,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"Grass_hit_bazaar",,"Above",,,,,,,,,,
+"bazaar_Grass_explo_fx",,,,,,,,,"ParticleEmitter",,,"Explo_dust_120",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Grass_hit_big_bazaar",,"Above",,,,,,,,,,
+"bazaar_fence_hit",,,,,,,,,"Effect",,,,"Rock_hit_fx","Above",,,,,,,,,,
+"bazaar_fence_explosion",,,,,,,,"Bullet_rico_rock","Effect",,,,"Rock_explo_fx","Above",,,,,,,,,,
+"bazaar_fragile_explo_debris",,,,,,,,"Bullet_rico_rock","Effect",,,,"oasis_fragile_explo_debris","Above",,,,,,,,,,
+"bazaar_Green_hit_fx",,,,,,,,,"ParticleEmitter",,,"vase_big_hit",,"Above",,,,,,,,,,
+"bazaar_Green_explo_fx",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"vase_big_debris_1",,"Above",,,100,,,,,,,
+,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"vase_big_debris_2",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"jessie_002_waterSplat_big",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"water_splash_burst",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"cacti_explo_debris",,,,,,,,,"ParticleEmitter","sc/effects.sc",,"cacti_explo_debris",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"mine_fragile_explo_debris",,,,,,,,,"ParticleEmitter","sc/effects.sc",,"fragile_explo_debris",,"Above",,,,,,,,"mine_cn_fragile_explo",,
+"town_fragile_explo_debris",,,,,,,,,"ParticleEmitter","sc/effects.sc",,"fragile_explo_debris",,"Above",,,,,,,,"retropolis_fragile_explo_debris",,
+"grassfield_fragile_explo_debris",,,,,,,,,"ParticleEmitter","sc/effects.sc",,"fragile_explo_debris",,"Above",,,,,,,,"oasis_fragile_explo_debris",,
+"flag_celebration_blue",,,,,,,,,"ParticleEmitter",,,"flag_celebration_blue",,"Above",,,,,,,,,,
+"flag_celebration_red",,,,,,,,,"ParticleEmitter",,,"flag_celebration_red",,"Above",,,,,,,,,,
+"mine_cn_fragile_explo",,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris1_mine",,"Above",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"mine_Green_hit_fx",,,,,,,,,"ParticleEmitter",,,"mine_shroom_hit",,"Above",,,,,,,,,,
+"mine_Green_explo_fx",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"mine_shroom_explo",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mine_shroom_explo_2",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"bazaar_Grass_hit_fx_yellow",,,,,,,,,"Effect",,,,"bazaar_Grass_hit_fx","Above",,,,,,,,,,
+"bazaar_Grass_explo_fx_yellow",,,,,,,,,"Effect",,,,"bazaar_Grass_explo_fx","Above",,,,,,,,,,
+"grassfield_Grass_hit_fx_yellow",,,,,,,,,"Effect",,,,"Grass_hit_fx","Above",,,,,,,,,,
+"grassfield_Grass_explo_fx_yellow",,,,,,,,,"Effect",,,,"Grass_explo_fx","Above",,,,,,,,,,
+"cloud_white","true",,,,,,,,"ParticleEmitter",,,"cloud_white",,"GroundHigh",,,80,,,,,,,
+"cloud_white_big","true",,,,,,,,"ParticleEmitter",,,"cloud_white",,"GroundHigh",,,110,,,,,,,
+"car_explo",,,,,,,,,"ParticleEmitter",,,"bench_explo_debris",,"GroundHigh",,,35,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"SiegeBase_cloudExplode_huge_ground",,"GroundHigh",,,30,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_explosion_small_100",,"GroundHigh",,,30,,,,,,,
+"minicity_Grass_hit_fx",,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"Grass_hit_minicity",,"Above",,,,,,,,,,
+"minicity_Grass_explo_fx",,,,,,,,,"ParticleEmitter",,,"Explo_dust_120",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Grass_hit_big_minicity",,"Above",,,,,,,,,,
+"minicity_Rock_hit_fx",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Rock_hit_debris1_minicity",,"Above",,,,,,,,,,
+"minicity_Rock_explo_fx",,,,,300,300,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris1_minicity",,"Above",,300,100,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris2_minicity",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_after_explosion",,"Above",,,,,,,,,,
+"minicity_barrel_hit",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"minicity_barrel_hit_debris",,"Above",,,,,,,,,,
+"minicity_barrel_explosion",,,,,300,300,,,"ParticleEmitter","sc/effects.sc",,"minicity_barrel_explo_debris1",,"Above",,300,100,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"minicity_barrel_explo_debris2",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_after_explosion",,"Above",,,,,,,,,,
+"minicity_fence_hit",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"minicity_building_hit_debris",,"Above",,,,,,,,,,
+"minicity_fence_explosion",,,,,300,300,,,"ParticleEmitter","sc/effects.sc",,"minicity_building_explo_debris1",,"Above",,300,100,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"minicity_building_explo_debris2",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_after_explosion",,"Above",,,,,,,,,,
+"minicity_blocking2_hit",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"minicity_building_hit_debris",,"Above",,,,,,,,,,
+"minicity_blocking2_explosion",,,,,300,300,,,"ParticleEmitter","sc/effects.sc",,"minicity_building_explo_debris1",,"Above",,300,100,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"minicity_building_explo_debris2",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_after_explosion",,"Above",,,,,,,,,,
+"minicity_crate_hit",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"minicity_building_hit_debris",,"Above",,,,,,,,,,
+"minicity_crate_explosion",,,,,300,300,,,"ParticleEmitter","sc/effects.sc",,"minicity_building_explo_debris1",,"Above",,300,100,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"minicity_building_explo_debris2",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_after_explosion",,"Above",,,,,,,,,,
+"minicity_Rope_explo_fx",,,,,300,300,,,"ParticleEmitter","sc/effects.sc",,"minicity_rope_fence_explo_debris1",,"Above",,300,75,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"minicity_rope_fence_explo_debris2",,"Above",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_after_explosion",,"Above",,,,,,,,,,
+"minicity_fragile_explo_debris",,,,,,,,,"ParticleEmitter","sc/effects.sc",,"minicity_fragile_debris",,"Above",,,50,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"Rope_explo_fx",,,,,300,300,,,"ParticleEmitter","sc/effects.sc",,"bench_explo_debris",,"Above",,300,100,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"minicity_Green_hit_fx",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Rock_hit_debris1_minicity",,"Above",,,,,,,,,,
+"minicity_Green_explo_fx",,,,,300,300,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris1_minicity",,"Above",,300,100,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris2_minicity",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"giftshop_fragile_explo_debris",,,,,,,,,"ParticleEmitter","sc/effects.sc",,"balloon_explo",,"Above",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"giftshop_Rock_hit_fx",,,,,,,,,"ParticleEmitter",,,"splinters_small_blue",,"Above",,,,,,,,,,
+"giftshop_Rock_explo_fx",,,,,,,,,"ParticleEmitter",,,"splinters_blue",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"planks_fly_blue",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_explosion_small_100",,"Above",,,,,,,,,,
+"giftshop_blocking2_hit",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"blue_barrel_hit",,"Above",,,,,,,,,,
+"giftshop_blocking2_explosion",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"blue_barrel_explosion",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"blue_barrel_fly",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_after_explosion",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_explosion_small_100",,"Above",,,,,,,,,,
+"giftshop_Green_explo_fx",,,,,,,,"Bullet_rico_wood","ParticleEmitter",,,"Nuts_and_bolts_particle_big",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"planks_fly",,"Above",,,85,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mode_gift_explosion",,"Above",,,125,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Dark_explo_debris1",,"Above",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_after_explosion",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_explosion_small_100",,"Above",,,,,,,,,,
+"giftshop_Green_hit_fx",,,,,,,,"Bullet_rico_wood","ParticleEmitter",,,"splinters_small",,"GroundHigh","false",,,,,,,,,
+"giftshop_Grass_hit_fx",,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"Grass_hit_giftshop",,"Above",,,,,,,,,,
+"giftshop_Grass_explo_fx",,,,,,,,,"ParticleEmitter",,,"Explo_dust_120",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Grass_hit_big_giftshop",,"Above",,,,,,,,,,
+"giftshop_Grass_hit_fx_yellow",,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"Grass_hit_giftshop",,"Above",,,,,,,,,,
+"giftshop_Grass_explo_fx_yellow",,,,,,,,,"ParticleEmitter",,,"Explo_dust_120",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Grass_hit_big_giftshop",,"Above",,,,,,,,,,
+"giftshop_crate_hit",,,,,,,,,"ParticleEmitter",,,"Hit_dust_100",,"Above",,,,,,,,,,
+"giftshop_crate_explosion",,,,,,,,,"ParticleEmitter",,,"Explo_dust_120",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cardboard_explo_debris_1",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"cardboard_explo_debris_2",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_explosion_small_100",,"Above",,,,,,,,,,
+"giftshop_Rope_explo_fx",,,,,300,300,,,"ParticleEmitter","sc/effects.sc",,"gold_shard_explo_debris",,"Above",,300,100,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"oasis_Grass_hit_fx_yellow",,,,,,,,,"Effect",,,,"oasis_Grass_hit_fx","Above",,,,,,,,,,
+"oasis_Grass_explo_fx_yellow",,,,,,,,,"Effect",,,,"oasis_Grass_explo_fx","Above",,,,,,,,,,
+"8bit_def_ulti_spawn",,"true",,,,,,"8bit_ulti","ParticleEmitter",,,"jessie_def_spawnCloud_blue",,"Above",,,,,,,"8bit_def_ulti_spawn_red",,,
+,,"true",,,,,,,"ParticleEmitter",,,"jessie_def_spawnCloudGround_blue",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"twinkle_vertical",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_spawn_blue",,,"Above",,,,,,,,,,
+"8bit_def_ulti_spawn_red",,"true",,,,,,"8bit_ulti","ParticleEmitter",,,"jessie_def_spawnCloud_red",,"Above",,,,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"jessie_def_spawnCloudGround_red",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"twinkle_vertical",,"Above",,,,,,,,,,
+,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_spawn_red",,,"Above",,,,,,,,,,
+"bandstand_Grass_hit_fx",,,,,,,,,"Effect",,,,"bazaar_Grass_hit_fx","Above",,,,,,,,,,
+"bandstand_Grass_explo_fx",,,,,,,,,"Effect",,,,"bazaar_Grass_explo_fx","Above",,,,,,,,,,
+"bandstand_Grass_hit_fx_yellow",,,,,,,,,"Effect",,,,"bazaar_Grass_hit_fx_yellow","Above",,,,,,,,,,
+"bandstand_Grass_explo_fx_yellow",,,,,,,,,"Effect",,,,"bazaar_Grass_explo_fx_yellow","Above",,,,,,,,,,
+"bandstand_fragile_explo_debris",,,,,,,,,"Effect",,,,"oasis_fragile_explo_debris","Above",,,,,,,,,,
+"bandstand_Rock_hit_fx",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"rock_hit_debris1_pocos_green",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"rock_hit_debris1_pocos_yellow",,"Above",,,,,,,,,,
+"bandstand_Rock_explo_fx",,,,,300,300,,,"ParticleEmitter",,,"Rock_explo_debris1_pocos_green",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Rock_explo_debris2_pocos_green",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Rock_explo_debris2_pocos_yellow",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"bandstand_blocking2_hit",,,,,,,,,"Effect",,,,"bandstand_Rock_hit_fx","Above",,,,,,,,,,
+"bandstand_blocking2_explosion",,,,,,,,,"Effect",,,,"bandstand_Rock_explo_fx","Above",,,,,,,,,,
+"bandstand_fence_hit",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"rock_hit_debris1_pocos_green",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"rock_hit_debris1_pocos_pink",,"Above",,,,,,,,,,
+"bandstand_fence_explosion",,,,,300,300,,,"ParticleEmitter",,,"Rock_explo_debris1_pocos_green",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Rock_explo_debris2_pocos_green",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Rock_explo_debris2_pocos_pink",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"bandstand_Green_hit_fx",,,,,,,,,"ParticleEmitter",,,"cacti_hit_debris",,"Above",,,,,,,,,,
+"bandstand_Green_explo_fx",,,,,,,,,"ParticleEmitter",,,"cacti_explo_debris",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"bandstand_barrel_hit",,,,,,,,"Bullet_rico_wood","ParticleEmitter",,,"splinters_small_mortuary",,"GroundHigh","false",,,,,,,,,
+"bandstand_barrel_explosion",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"splinters_mortuary",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"planks_mortuary",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"planks_fly_mortuary",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_after_explosion",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_explosion_small_100",,"Above",,,,,,,,,,
+"bandstand_Rope_explo_fx",,,,,,,,,"Effect",,,,"giftshop_Rope_explo_fx","Above",,,,,,,,,,
+"teleport_trail","true",,,,,,,,"ParticleEmitter",,,"teleport_tile_trail_1",,"Object",,,75,,,,,,,
+"gadget_bo_totem_spawn",,"true",,,,,,"Bo_Gadget","Effect",,,,,"Object",,,,,,,,,,
+"gadget_bea_honeypot_spawn",,"true",,,,,,"Bea_Gadget","Effect",,,,,"Object",,,,,,,,,,
+"teleport_tile_leave",,,,,,,,,"ParticleEmitter",,,"teleport_tile_leave",,"Above",,,80,,,,,,,150
+,,,,,,,,,"ParticleEmitter",,,"teleport_flash",,"Above",,,,,,,,,,
+"teleport_tile_arrive",,,,,,,,"Teleport_Use","ParticleEmitter",,,"teleport_tile_arrive",,"Above",,,80,,,,,,,150
+,,,,,,,,,"ParticleEmitter",,,"teleport_flash",,"Above",,,,,,,,,,
+"cloud_white_huge","true",,,,,,,,"SWF","sc/effects.sc","cloud_white",,,"Above",,,3000,,,,,,,
+"falling_snow","true",,,,,,,,"ParticleEmitter",,,"snow_fall",,"Above",,,100,,,,,,,
+"snowtel_Grass_explo_fx",,,,,,,,,"ParticleEmitter",,,"Explo_dust_120_white",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Grass_hit_big_snowtel",,"Above",,,,,,,,,,
+"snowtel_Grass_hit_fx",,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"Grass_hit_snowtel",,"Above",,,,,,,,,,
+"snowtel_Grass_explo_fx_yellow",,,,,,,,,"Effect",,,,"snowtel_Grass_explo_fx","Above",,,,,,,,,,
+"snowtel_Grass_hit_fx_yellow",,,,,,,,,"Effect",,,,"snowtel_Grass_hit_fx","Above",,,,,,,,,,
+"snowtel_Rock_hit_fx",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Rock_hit_debris1_snowtel",,"Above",,,,,,,,,,
+"snowtel_Rock_explo_fx",,,,,300,300,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris1_snowtel",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris2_snowtel",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100_white",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"snowtel_blocking2_hit",,,,,,,,,"Effect",,,,"snowtel_Rock_hit_fx","Above",,,133,,,,,,,
+"snowtel_blocking2_explosion",,,,,,,,,"Effect",,,,"snowtel_Rock_explo_fx","Above",,,100,,,,,,,
+"snowtel_fence_hit",,,,,,,,,"ParticleEmitter",,,"splinters_small_white",,"Above",,,,,,,,,,
+"snowtel_fence_explosion",,,,,,,,,"ParticleEmitter",,,"splinters_small_white",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"planks_white",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"planks_fly_white",,"Above",,,,,,,,,,
+"snowtel_barrel_hit",,,,,,,,,"Effect",,,,"bandstand_barrel_hit","Above",,,,,,,,,,
+"snowtel_barrel_explosion",,,,,,,,,"Effect",,,,"bandstand_barrel_explosion","Above",,,,,,,,,,
+"snowtel_fragile_explo_debris",,,,,,,,,"ParticleEmitter",,,"Rock_explo_debris1_snowtel",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100_white",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Explo_dust_120_white",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"snowtel_Rope_explo_fx",,,,,,,,,"Effect",,,,"giftshop_Rope_explo_fx","Above",,,,,,,,,,
+"mine_Grass_hit_fx_yellow",,,,,,,,,"Effect",,,,"mine_Grass_hit_fx","Above",,,,,,,,,,
+"mine_Grass_explo_fx_yellow",,,,,,,,,"Effect",,,,"mine_Grass_explo_fx","Above",,,,,,,,,,
+"snake_oil_poison_1","true","true",,,,,,,"ParticleEmitter",,,"byron_def_poison_1",,"Object",,,,,,,,,,
+"snake_oil_poison_2","true","true",,,,,,,"ParticleEmitter",,,"byron_def_poison_2",,"Above",,,,,,,,,,
+,"true","true",,,,,,,"ParticleEmitter",,,"byron_def_poison_1",,"Object",,,,,,,,,,
+"snake_oil_poison_3","true","true",,,,,,,"ParticleEmitter",,,"byron_def_poison_3",,"Above",,,,,,,,,,
+,"true","true",,,,,,,"ParticleEmitter",,,"byron_def_poison_2",,"Above",,,,,,,,,,
+,"true","true",,,,,,,"ParticleEmitter",,,"byron_def_poison_1",,"Object",,,,,,,,,,
+"heal_suppress","true","true",,,,,,,"SWF","sc/effects_brawler.sc","byron_heal_debuff",,,"Above",,,,,,,,,,
+"heal_over_time_1","true","true",,,,,,,"ParticleEmitter",,,"byron_heal_buff_1",,"Above",,,,,,,,,,
+"heal_over_time_2","true","true",,,,,,,"ParticleEmitter",,,"byron_heal_buff_1",,"Above",,,,,,,,,,
+,"true","true",,,,,,,"ParticleEmitter",,,"byron_heal_buff_2",,"Above",,,,,,,,,,
+"heal_over_time_3","true","true",,,,,,,"ParticleEmitter",,,"byron_heal_buff_1",,"Above",,,,,,,,,,
+,"true","true",,,,,,,"ParticleEmitter",,,"byron_heal_buff_2",,"Above",,,,,,,,,,
+,"true","true",,,,,,,"ParticleEmitter",,,"byron_heal_buff_3",,"Above",,,,,,,,,,
+"scrapyard_Grass_hit_fx",,,,,,,,,"Effect",,,,"retropolis_Grass_hit_fx","Above",,,,,,,,,,
+"scrapyard_Grass_explo_fx",,,,,,,,,"Effect",,,,"retropolis_Grass_explo_fx","Above",,,,,,,,,,
+"scrapyard_Grass_hit_fx_yellow",,,,,,,,,"Effect",,,,"retropolis_Grass_hit_fx","Above",,,,,,,,,,
+"scrapyard_Grass_explo_fx_yellow",,,,,,,,,"Effect",,,,"retropolis_Grass_explo_fx","Above",,,,,,,,,,
+"scrapyard_barrel_hit",,,,,,,,,"Effect",,,,"retropolis_barrel_hit","Above",,,,,,,,,,
+"scrapyard_barrel_explosion",,,,,,,,,"Effect",,,,"retropolis_barrel_explosion","Above",,,,,,,,,,
+"scrapyard_crate_explosion",,,,,,,,,"Effect",,,,"retropolis_crate_explosion","Above",,,,,,,,,,
+"scrapyard_Green_hit_fx",,,,,,,,,"Effect",,,,"retropolis_blocking2_hit","Above",,,,,,,,,,
+"scrapyard_Green_explo_fx",,,,,,,,,"Effect",,,,"retropolis_blocking2_explosion","Above",,,,,,,,,,
+"scrapyard_Rock_hit_fx",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Rock_hit_debris1_scrap",,"Above",,,,,,,,,,
+"scrapyard_Rock_explo_fx",,,,,300,300,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris1_scrap",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris2_scrap",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100_white",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"scrapyard_blocking2_hit",,,,,,,,,"Effect",,,,"arcade_Rock_hit_fx","Above",,,133,,,,,,,
+"scrapyard_blocking2_explosion",,,,,,,,,"Effect",,,,"arcade_Rock_explo_fx","Above",,,100,,,,,,,
+"scrapyard_fragile_explo_debris",,,,,,,,,"Effect",,,,"retropolis_fragile_explo_debris","Above",,,,,,,,,,
+"scrapyard_fence_hit",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Fence_hit_scrap",,"Above",,,,,,,,,,
+"scrapyard_fence_explosion",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Fence_explo_debris_scrap",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"scrapyard_Rope_explo_fx",,,,,300,300,,,"ParticleEmitter","sc/effects.sc",,"bench_explo_debris",,"Above",,300,100,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"silenced","true","true",,,,,,,"ParticleEmitter",,,"crippled_particle",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"poisoned_particle_100",,"Above",,,,,,,,,,
+"starrforce_Grass_hit_fx",,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"Grass_hit_starrforce",,"Above",,,,,,,,,,
+"starrforce_Grass_explo_fx",,,,,,,,,"ParticleEmitter",,,"Explo_dust_120",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Grass_hit_big_starrforce",,"Above",,,,,,,,,,
+"starrforce_Grass_hit_fx_yellow",,,,,,,,,"Effect",,,,"starrforce_Grass_hit_fx","Above",,,,,,,,,,
+"starrforce_Grass_explo_fx_yellow",,,,,,,,,"Effect",,,,"starrforce_Grass_explo_fx","Above",,,,,,,,,,
+"starrforce_Rock_hit_fx",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Rock_hit_debris1_starrforce",,"Above",,,,,,,,,,
+"starrforce_Rock_explo_fx",,,,,300,300,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris1_starrforce",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris2_starrforce",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100_white",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"starrforce_blocking2_hit",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"starrforce_hit_debris",,"Above",,,,,,,,,,
+"starrforce_blocking2_explosion",,,,,300,300,,,"ParticleEmitter","sc/effects.sc",,"starrforce_explo_debris_1",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"starrforce_explo_debris_2",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100_white",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"starrforce_fence_hit",,,,,,,,"Bullet_rico_rock","Effect",,,,"starrforce_blocking2_hit","Above",,,,,,,,,,
+"starrforce_fence_explosion",,,,,,,,"Bullet_rico_rock","Effect",,,,"starrforce_blocking2_explosion","Above",,,,,,,,,,
+"starrforce_Green_hit_fx",,,,,,,,"Bullet_rico_rock","Effect",,,,"starrforce_blocking2_hit","Above",,,,,,,,,,
+"starrforce_Green_explo_fx",,,,,300,300,,,"ParticleEmitter","sc/effects.sc",,"starrforce_explo_debris_1",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"starrforce_explo_debris_2",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris1_scrap",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100_white",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"starrforce_crate_hit",,,,,,,,,"ParticleEmitter",,,"Hit_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"starrforce_crate_hit",,"Above",,,,,,,,,,
+"starrforce_crate_explosion",,,,,,,,,"ParticleEmitter",,,"Explo_dust_120",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"starrforce_crate_explo_1",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"starrforce_crate_explo_2",,"GroundHigh","true",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_explosion_small_100",,"Above",,,,,,,,,,
+"starrforce_barrel_hit",,,,,,,,,"Effect",,,,"starrforce_crate_hit","Above",,,,,,,,,,
+"starrforce_barrel_explosion",,,,,300,300,,,"ParticleEmitter","sc/effects.sc",,"starrforce_explo_debris_1",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"starrforce_slime_splash",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"starrforce_slime_splash_2",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"starrforce_slime_splash_ground",,"GroundHigh","true",,75,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100_white",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"starrforce_fragile_explo_debris",,,,,,,,,"ParticleEmitter","sc/effects.sc",,"starrforce_slime_splash",,"Above",,,85,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"starrforce_slime_splash_2",,"Above",,,85,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris1_pocos_pink",,"Above",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris2_pocos_pink",,"Above",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"StickyBombActive_enemy",,"true",,,,,,"Squeak_Bomb_Tick","ParticleEmitter",,,"bo_def_mine_wave_red",,"Above","true",,120,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"bo_def_mine_area_red",,"Above","true",,120,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"bo_def_mine_caution_red",,"Above",,,120,,,,,,,
+"StickyBombActive",,"true",,,,,,"Squeak_Tick_Friend","ParticleEmitter",,,"bo_def_mine_wave",,"Above","true",,120,,,,"StickyBombActive_enemy",,,
+,,"true",,,,,,,"ParticleEmitter",,,"bo_def_mine_area",,"Above","true",,120,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"bo_def_mine_caution",,"Above",,,120,,,,,,,
+"StickyBombSmallActive_enemy",,"true",,,,,,"Squeak_Bomb_Tick","ParticleEmitter",,,"bo_def_mine_wave_red",,"Above","true",,60,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"bo_def_mine_area_red",,"Above","true",,60,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"sticky_def_mine_caution_red",,"Above",,,60,,,,,,,
+"StickyBombSmallActive",,"true",,,,,,"Squeak_Tick_Friend","ParticleEmitter",,,"bo_def_mine_wave",,"Above","true",,60,,,,"StickyBombSmallActive_enemy",,,
+,,"true",,,,,,,"ParticleEmitter",,,"bo_def_mine_area",,"Above","true",,60,,,,,,,
+,,"true",,,,,,,"ParticleEmitter",,,"sticky_def_mine_caution",,"Above",,,60,,,,,,,
+"Shield_King","true","true",,,,,,,"SWF","sc/effects.sc","spawnshield_fx",,,"Above",,,120,,,,,,,
+"horse_hay","true",,,,,,,,"ParticleEmitter",,,"horse_hay",,"Object",,,78,,,,,,,
+"actionshow_Rock_hit_fx",,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"Hay_hit",,"Above",,,,,,,,,,
+"actionshow_Rock_explo_fx",,,,,,,,,"ParticleEmitter",,,"Explo_dust_120",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Hay_hit_big",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"hay_on_ground",,"Above",,,,,,,,,,
+"actionshow_Grass_hit_fx",,,,,,,,,"Effect",,,,"Grass_hit_fx_yellow","Above",,,,,,,,,,
+"actionshow_Grass_explo_fx",,,,,,,,,"Effect",,,,"Grass_explo_fx_yellow","Above",,,,,,,,,,
+"actionshow_Grass_hit_fx_yellow",,,,,,,,,"Effect",,,,"Grass_hit_fx_yellow","Above",,,,,,,,,,
+"actionshow_Grass_explo_fx_yellow",,,,,,,,,"Effect",,,,"Grass_explo_fx_yellow","Above",,,,,,,,,,
+"actionshow_blocking2_hit",,,,,,,,,"Effect",,,,"actionshow_Rock_hit_fx","Above",,,,,,,,,,
+"actionshow_blocking2_explosion",,,,,,,,,"Effect",,,,"actionshow_Rock_explo_fx","Above",,,,,,,,,,
+"actionshow_fragile_explo_debris",,,,,,,,,"Effect",,,,"cacti_explo_debris","Above",,,,,,,,,,
+"waterfall","true",,,,,,,,"ParticleEmitter",,,"waterfall_foam",,"Object",,,,,,,,,,
+,"true",,,,,,,,"ParticleEmitter",,,"waterfall_splash",,"Object",,,,,,,,,,
+"spawnpoint","true",,,,,,,,"SWF","sc/effects_brawler.sc","mode_hold_spawnBase_blue",,,"GroundLow","true",,90,,,,"spawnpoint_red",,,
+,,,,,,,,,"ParticleEmitter",,,"mode_hold_ringWave",,"GroundHigh","true",,100,,,,,,,
+"spawnpoint_red","true",,,,,,,,"SWF","sc/effects_brawler.sc","mode_hold_spawnBase_red",,,"GroundLow","true",,90,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"mode_hold_ringWave_red",,"GroundHigh","true",,100,,,,,,,
+"poison_tile","true",,,,,,,,"ParticleEmitter",,,"poison_tile_skull",,"Object",,,75,,,,,"poison_tile_CN",,
+,"true",,,,,,,,"ParticleEmitter",,,"poison_tile_fog",,"Object",,,50,,,,,,,
+"poison_tile_CN","true",,,,,,,,"ParticleEmitter",,,"poison_tile_skull_CN",,"Object",,,75,,,,,,,
+,"true",,,,,,,,"ParticleEmitter",,,"poison_tile_fog_CN",,"Object",,,50,,,,,,,
+"waterpark_barrel_hit",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"turquoise_barrel_hit",,"Above",,,,,,,,,,
+"waterpark_barrel_explosion",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"turquoise_barrel_explosion",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"turquoise_barrel_fly",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_after_explosion",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_explosion_small_100",,"Above",,,,,,,,,,
+"waterpark_Grass_hit_fx",,,,,,,,,"Effect",,,,"bazaar_Grass_hit_fx","Above",,,,,,,,,,
+"waterpark_Grass_explo_fx",,,,,,,,,"Effect",,,,"bazaar_Grass_explo_fx","Above",,,,,,,,,,
+"waterpark_Grass_hit_fx_yellow",,,,,,,,,"Effect",,,,"bazaar_Grass_hit_fx","Above",,,,,,,,,,
+"waterpark_Grass_explo_fx_yellow",,,,,,,,,"Effect",,,,"bazaar_Grass_explo_fx","Above",,,,,,,,,,
+"waterpark_Rock_hit_fx",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Rock_hit_debris1_waterpark",,"Above",,,,,,,,,,
+"waterpark_Rock_explo_fx",,,,,300,300,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris1_waterpark",,"Above",,,,,,,,,,
+"waterpark_fence_hit",,,,,,,,"Bullet_rico_wood","ParticleEmitter",,,"splinters_small_green",,"GroundHigh","false",,,,,,,,,
+"waterpark_fence_explosion",,,,,,,,,"ParticleEmitter",,,"splinters_green",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"planks_green",,"GroundLow","false",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"planks_fly_green",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_after_explosion",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_explosion_small_100",,"Above",,,,,,,,,,
+"waterpark_Rope_explo_fx",,,,,300,300,,,"ParticleEmitter","sc/effects.sc",,"bench_explo_debris",,"Above",,300,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"chain_links_fly",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"waterpark_blocking2_hit",,,,,,,,,"ParticleEmitter",,,"Hit_dust_0",,"Above",,,,,,,,,,
+"waterpark_blocking2_explosion",,,,,,,,,"ParticleEmitter",,,"waterpark_blocker_debris",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,100,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"big_explosion_lines_emitter",,"Above",,,50,,,,,,,
+"waterpark_Green_hit_fx",,,,,,,,"Bullet_rico_rock","Effect",,,,"waterpark_fence_hit","GroundHigh","false",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"turquoise_barrel_hit",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"yellow_barrel_hit",,"Above",,,,,,,,,,
+"waterpark_Green_explo_fx",,,,,300,300,,,"ParticleEmitter",,,"yellow_barrel_explosion",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"turquoise_barrel_explosion",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"splinters_green",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"planks_green",,"GroundLow","false",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"planks_fly_green",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100_white",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"waterpark_fragile_explo_debris",,,,,,,,,"ParticleEmitter",,,"yellow_barrel_explosion",,"Above",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"blue_barrel_explosion",,"Above",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"waterpark_fragile_debris",,"Above",,,25,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"yellow_barrel_hit",,"Above",,,200,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"blue_barrel_hit",,"Above",,,200,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"blue_barrel_fly",,"Above",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"yellow_barrel_fly",,"Above",,,75,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100_white",,"Above",,,0,,,,,,,
+"smoke_column","true",,,,,,,,"ParticleEmitter",,,"smoke_column",,"Object",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"env_fire_sparks",,"Object",,,,,,,,,,
+"torch_embers","true",,,,,,,,"ParticleEmitter",,,"env_torch_embers",,"Above",,,,,,,,,,
+"castlecourtyard_fragile_explo_debris",,,,,,,,,"ParticleEmitter","sc/effects.sc",,"castle_fragile_debris_1",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"castle_fragile_debris_2",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,150,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"castlecourtyard_Rock_hit_fx",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Rock_hit_debris1_castle",,"Above",,,,,,,,,,
+"castlecourtyard_Rock_explo_fx",,,,,300,300,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris1_castle",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris2_castle",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100_white",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"castlecourtyard_blocking2_hit",,,,,,,,,"Effect",,,,"castlecourtyard_Rock_hit_fx","Above",,,,,,,,,,
+"castlecourtyard_blocking2_explosion",,,,,,,,,"Effect",,,,"castlecourtyard_Rock_explo_fx","Above",,,,,,,,,,
+"castlecourtyard_Grass_hit_fx",,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"Grass_hit_castle",,"Above",,,,,,,,,,
+"castlecourtyard_Grass_explo_fx",,,,,,,,,"ParticleEmitter",,,"Explo_dust_120",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Grass_hit_big_castle",,"Above",,,,,,,,,,
+"castlecourtyard_Grass_hit_fx_yellow",,,,,,,,,"Effect",,,,"castlecourtyard_Grass_hit_fx","Above",,,,,,,,,,
+"castlecourtyard_Grass_explo_fx_yellow",,,,,,,,,"Effect",,,,"castlecourtyard_Grass_explo_fx","Above",,,,,,,,,,
+"castlecourtyard_fence_hit",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Fence_hit_debris1_castle",,"Above",,,,,,,,,,
+"castlecourtyard_fence_explosion",,,,,300,300,,,"ParticleEmitter","sc/effects.sc",,"Fence_explo_debris1_castle",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Fence_explo_debris2_castle",,"Above",,,80,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100_white",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"castlecourtyard_barrel_hit",,,,,,,,,"Effect",,,,"bandstand_barrel_hit","Above",,,,,,,,,,
+"castlecourtyard_barrel_explosion",,,,,,,,,"Effect",,,,"bandstand_barrel_explosion","Above",,,,,,,,,,
+"castlecourtyard_Green_hit_fx",,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"Grass_hit_castle",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_hit_debris1_castle",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+"castlecourtyard_Green_explo_fx",,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"Grass_hit_big_castle",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Grass_hit_castle",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris1_castle",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris2_castle",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+"brawlywood_Grass_hit_fx",,,,,,,,,"Effect",,,,"oasis_Grass_hit_fx","Above",,,,,,,,,,
+"brawlywood_Grass_explo_fx",,,,,,,,,"Effect",,,,"oasis_Grass_explo_fx","Above",,,,,,,,,,
+"brawlywood_Grass_hit_fx_yellow",,,,,,,,,"Effect",,,,"oasis_Grass_hit_fx","Above",,,,,,,,,,
+"brawlywood_Grass_explo_fx_yellow",,,,,,,,,"Effect",,,,"oasis_Grass_explo_fx","Above",,,,,,,,,,
+"brawlywood_Rock_hit_fx",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Rock_hit_debris1_brawlywood",,"Above",,,,,,,,,,
+"brawlywood_blocking2_hit",,,,,,,,,"Effect",,,,"brawlywood_Rock_hit_fx","Above",,,133,,,,,,,
+"brawlywood_blocking2_explosion",,,,,,,,,"Effect",,,,"brawlywood_Rock_explo_fx","Above",,,100,,,,,,,
+"brawlywood_Rock_explo_fx",,,,,300,300,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris1_brawlywood",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris2_brawlywood",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"brawlywood_Rope_explo_fx",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Fence_hit_brawlywood",,"Above",,,,,,,,,,
+,,,,,300,300,,,"ParticleEmitter","sc/effects.sc",,"bench_explo_debris",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"brawlywood_fragile_explo_debris",,,,,,,,,"Effect",,,,"retropolis_fragile_explo_debris","Above",,,,,,,,,,
+"brawlywood_fence_hit",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Fence_hit_brawlywood",,"Above",,,,,,,,,,
+"brawlywood_fence_explosion",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Fence_explo_debris_brawlywood",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","TRUE",,,,,,,,,
+"brawlywood_Green_hit_fx",,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"Grass_hit",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_hit_debris1_town",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Fence_hit_brawlywood",,"Above",,,,,,,,,,
+"brawlywood_Green_explo_fx",,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"Grass_hit_big",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Grass_hit",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"pot_explo_debris_brawlywood",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"brawlywood_crate_hit",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"tire_hit",,"Above",,,,,,,,,,
+"brawlywood_crate_explosion",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Crate_explo_debris1_brawlywood",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Crate_explo_debris2_brawlywood",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"tire_explo",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Nuts_and_bolts_particle_big",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"brawlywood_barrel_hit",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"tire_hit",,"Above",,,,,,,,,,
+"brawlywood_barrel_explosion",,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Crate_explo_debris1_brawlywood",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Crate_explo_debris2_brawlywood",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"tire_explo",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+,,,,,,,,,"ParticleEmitter",,,"fire_after_explosion",,"Above",,,,,,,,,,
diff --git a/CN-39.133/csv_client/faces.csv b/CN-39.133/csv_client/faces.csv
new file mode 100644
index 000000000..9f3723c43
--- /dev/null
+++ b/CN-39.133/csv_client/faces.csv
@@ -0,0 +1,668 @@
+"Name","FileName","ExportName"
+"String","String","String"
+"AmberStill","characters.sc","amber_def_still"
+"AmberWin","characters.sc","amber_def_win"
+"AmberWinLoop","characters.sc","amber_def_winLoop"
+"AmberLose","characters.sc","amber_def_lose"
+"AmberLoseLoop","characters.sc","amber_def_loseLoop"
+"Amber002Still","characters.sc","amber_002_still"
+"Amber002Win","characters.sc","amber_002_win"
+"Amber002WinLoop","characters.sc","amber_002_winLoop"
+"Amber002Lose","characters.sc","amber_002_lose"
+"Amber002LoseLoop","characters.sc","amber_002_loseLoop"
+"ArcadeIntro","characters.sc","arcade_def_intro"
+"ArcadeStill","characters.sc","arcade_def_still"
+"ArcadeWin","characters.sc","arcade_def_win"
+"ArcadeWinLoop","characters.sc","arcade_def_winLoop"
+"ArcadeLose","characters.sc","arcade_def_lose"
+"ArcadeLooseLoop","characters.sc","arcade_def_loseLoop"
+"Arcade002Intro","characters.sc","arcade_002_intro"
+"Arcade002Still","characters.sc","arcade_002_still"
+"Arcade002Win","characters.sc","arcade_002_win"
+"Arcade002WinLoop","characters.sc","arcade_002_winLoop"
+"Arcade002Lose","characters.sc","arcade_002_lose"
+"ArcadeVirusFace","characters.sc","arcade_003_angry"
+"ArcadeVirusFaceloop","characters.sc","arcade_003_angryloop"
+"ArcadeVirusLose","characters.sc","arcade_003_gameover"
+"ArcadeVirusLoseloop","characters.sc","arcade_003_gameover_loop"
+"Arcade004Intro","characters.sc","arcade_004_intro"
+"Arcade004Still","characters.sc","arcade_004_still"
+"Arcade004Win","characters.sc","arcade_004_win"
+"Arcade004WinLoop","characters.sc","arcade_004_winLoop"
+"Arcade004Lose","characters.sc","arcade_004_lose"
+"Arcade004LoseLoop","characters.sc","arcade_004_loseLoop"
+"AshWin","characters.sc","ash_def_win"
+"AshWinLoop","characters.sc","ash_def_winLoop"
+"AshLose","characters.sc","ash_def_lose"
+"AshLoseLoop","characters.sc","ash_def_loseLoop"
+"AshStill","characters.sc","ash_def_still"
+"Ash002Win","characters.sc","ash_002_win"
+"Ash002WinLoop","characters.sc","ash_002_winLoop"
+"Ash002Lose","characters.sc","ash_002_lose"
+"Ash002LoseLoop","characters.sc","ash_002_loseLoop"
+"Ash002Still","characters.sc","ash_002_still"
+"BarleyWin","characters.sc","barley_def_win"
+"BarleyWinLoop","characters.sc","barley_def_winLoop"
+"BarleyLose","characters.sc","barley_def_lose"
+"BarleyLoseLoop","characters.sc","barley_def_loseLoop"
+"BarleyStill","characters.sc","barley_def_still"
+"Barley003Win","characters.sc","barley_003_win"
+"Barley003WinLoop","characters.sc","barley_003_winLoop"
+"Barley003Lose","characters.sc","barley_003_lose"
+"Barley003LoseLoop","characters.sc","barley_003_loseLoop"
+"Barley003Still","characters.sc","barley_003_still"
+"Barley004Win","characters.sc","barley_004_win"
+"Barley004WinLoop","characters.sc","barley_004_winLoop"
+"Barley004Lose","characters.sc","barley_004_lose"
+"Barley004LoseLoop","characters.sc","barley_004_loseLoop"
+"Barley004Still","characters.sc","barley_004_still"
+"BeaWin","characters.sc","bea_def_win"
+"BeaWinLoop","characters.sc","bea_def_winLoop"
+"BeaLose","characters.sc","bea_def_lose"
+"BeaLoseLoop","characters.sc","bea_def_loseLoop"
+"BeaStill","characters.sc","bea_def_still"
+"Bea002Still","characters.sc","bea_002_still"
+"Bea002Win","characters.sc","bea_002_win"
+"Bea002WinLoop","characters.sc","bea_002_winLoop"
+"Bea002Lose","characters.sc","bea_002_lose"
+"Bea002LoseLoop","characters.sc","bea_002_loseLoop"
+"Bea003Still","characters.sc","bea_003_still"
+"Bea003Win","characters.sc","bea_003_win"
+"Bea003WinLoop","characters.sc","bea_003_winLoop"
+"Bea003Lose","characters.sc","bea_003_lose"
+"Bea003LoseLoop","characters.sc","bea_003_loseLoop"
+"Bea004Still","characters.sc","bea_004_still"
+"Bea004Win","characters.sc","bea_004_win"
+"Bea004WinLoop","characters.sc","bea_004_winLoop"
+"Bea004Lose","characters.sc","bea_004_lose"
+"Bea004LoseLoop","characters.sc","bea_004_loseLoop"
+"BarleyMsFace","characters.sc","barley_ms_face"
+"BarleyMsLose","characters.sc","barley_ms_lose"
+"BarleyMsLoseloop","characters.sc","barley_ms_loseloop"
+"BelleWin","characters.sc","belle_def_win"
+"BelleWinLoop","characters.sc","belle_def_winLoop"
+"BelleLose","characters.sc","belle_def_lose"
+"BelleLoseLoop","characters.sc","belle_def_loseLoop"
+"BelleStill","characters.sc","belle_def_still"
+"Belle002Win","characters.sc","belle_002_win"
+"Belle002WinLoop","characters.sc","belle_002_winLoop"
+"Belle002Lose","characters.sc","belle_002_lose"
+"Belle002LoseLoop","characters.sc","belle_002_loseLoop"
+"Belle002Still","characters.sc","belle_002_still"
+"BibiWin","characters.sc","bibi_def_win"
+"BibiWinLoop","characters.sc","bibi_def_winLoop"
+"BibiLose","characters.sc","bibi_def_lose"
+"BibiLoseLoop","characters.sc","bibi_def_loseLoop"
+"BibiStill","characters.sc","bibi_def_still"
+"Bibi002Win","characters.sc","bibi_002_win"
+"Bibi002WinLoop","characters.sc","bibi_002_winLoop"
+"Bibi002Lose","characters.sc","bibi_002_lose"
+"Bibi002LoseLoop","characters.sc","bibi_002_loseLoop"
+"Bibi002Still","characters.sc","bibi_002_still"
+"Bibi003Win","characters.sc","bibi_003_win"
+"Bibi003WinLoop","characters.sc","bibi_003_face"
+"Bibi003Lose","characters.sc","bibi_003_lose"
+"Bibi003LoseLoop","characters.sc","bibi_003_loseLoop"
+"Bibi003Still","characters.sc","bibi_003_still"
+"Bibi004Win","characters.sc","bibi_004_win"
+"Bibi004WinLoop","characters.sc","bibi_004_winLoop"
+"Bibi004Lose","characters.sc","bibi_004_lose"
+"Bibi004LoseLoop","characters.sc","bibi_004_loseLoop"
+"Bibi004Still","characters.sc","bibi_004_still"
+"Bibi005Win","characters.sc","bibi_005_win"
+"Bibi005WinLoop","characters.sc","bibi_005_winLoop"
+"Bibi005Lose","characters.sc","bibi_005_lose"
+"Bibi005LoseLoop","characters.sc","bibi_005_loseLoop"
+"Bibi005Still","characters.sc","bibi_005_still"
+"BullWin","characters.sc","bull_def_win"
+"BullWinLoop","characters.sc","bull_def_winLoop"
+"BullLose","characters.sc","bull_def_lose"
+"BullLoseLoop","characters.sc","bull_def_loseLoop"
+"BullStill","characters.sc","bull_def_still"
+"Bull002Win","characters.sc","bull_002_win"
+"Bull002WinLoop","characters.sc","bull_002_winLoop"
+"Bull002Lose","characters.sc","bull_002_lose"
+"Bull002LoseLoop","characters.sc","bull_002_loseLoop"
+"Bull002Still","characters.sc","bull_002_still"
+"Bull004Win","characters.sc","bull_004_win"
+"Bull004WinLoop","characters.sc","bull_004_winLoop"
+"Bull004Lose","characters.sc","bull_004_lose"
+"Bull004LoseLoop","characters.sc","bull_004_loseLoop"
+"Bull004Still","characters.sc","bull_004_still"
+"CarlWin","characters.sc","carl_def_win"
+"CarlWinLoop","characters.sc","carl_def_winLoop"
+"CarlLose","characters.sc","carl_def_lose"
+"CarlLoseLoop","characters.sc","carl_def_loseLoop"
+"CarlStill","characters.sc","carl_def_still"
+"Carl002Win","characters.sc","carl_002_win"
+"Carl002WinLoop","characters.sc","carl_002_winLoop"
+"Carl002Lose","characters.sc","carl_002_lose"
+"Carl002LoseLoop","characters.sc","carl_002_loseLoop"
+"Carl002Still","characters.sc","carl_002_still"
+"Carl003Win","characters.sc","carl_003_win"
+"Carl003WinLoop","characters.sc","carl_003_winLoop"
+"Carl003Lose","characters.sc","carl_003_lose"
+"Carl003LoseLoop","characters.sc","carl_003_loseLoop"
+"Carl003Still","characters.sc","carl_003_still"
+"Carl004Win","characters.sc","carl_004_win"
+"Carl004WinLoop","characters.sc","carl_004_winLoop"
+"Carl004Lose","characters.sc","carl_004_lose"
+"Carl004LoseLoop","characters.sc","carl_004_loseLoop"
+"Carl004Still","characters.sc","carl_004_still"
+"Carl005WinLoop","characters.sc","carl_005_winLoop"
+"Carl005Still","characters.sc","carl_005_still"
+"Carl006Win","characters.sc","carl_006_win"
+"Carl006WinLoop","characters.sc","carl_006_winLoop"
+"Carl006Lose","characters.sc","carl_006_lose"
+"Carl006LoseLoop","characters.sc","carl_006_loseLoop"
+"Carl006Still","characters.sc","carl_006_still"
+"ColtFace","characters.sc","colt_face"
+"ColtStill","characters.sc","colt_still"
+"ColtHappy","characters.sc","colt_happy"
+"ColtSad","characters.sc","colt_sad"
+"ColtSadLoop","characters.sc","colt_sadLoop"
+"Colt002Face","characters.sc","colt_002_face"
+"Colt002Still","characters.sc","colt_002_still"
+"Colt002Happy","characters.sc","colt_002_happy"
+"Colt002Sad","characters.sc","colt_002_sad"
+"Colt003Still","characters.sc","colt_003_still"
+"Colt003Win","characters.sc","colt_003_win"
+"Colt003WinLoop","characters.sc","colt_003_winLoop"
+"Colt003Lose","characters.sc","colt_003_lose"
+"Colt003LoseLoop","characters.sc","colt_003_loseLoop"
+"Colt004Still","characters.sc","colt_004_still"
+"Colt004Win","characters.sc","colt_004_win"
+"Colt004WinLoop","characters.sc","colt_004_winLoop"
+"CrowFace","characters.sc","crow_def_face"
+"CrowHappy","characters.sc","crow_def_happy"
+"CrowSad","characters.sc","crow_def_sad"
+"Crow002Face","characters.sc","crow_002_face"
+"Crow002Happy","characters.sc","crow_002_happy"
+"Crow002Sad","characters.sc","crow_002_sad"
+"Crow004Still","characters.sc","crow_004_still"
+"Crow004Win","characters.sc","crow_004_win"
+"Crow004WinLoop","characters.sc","crow_004_winLoop"
+"Crow004Lose","characters.sc","crow_004_lose"
+"Crow004LoseLoop","characters.sc","crow_004_loseLoop"
+"DarrylStill","characters.sc","darryl_def_still"
+"DarrylWin","characters.sc","darryl_def_win"
+"DarrylWinLoop","characters.sc","darryl_def_winLoop"
+"DarrylLose","characters.sc","darryl_def_lose"
+"DarrylLoseLoop","characters.sc","darryl_def_loseLoop"
+"DynaStill","characters.sc","dyna_def_still"
+"DynaWin","characters.sc","dyna_def_win"
+"DynaWinLoop","characters.sc","dyna_def_winLoop"
+"DynaLose","characters.sc","dyna_def_lose"
+"DynaLoseLoop","characters.sc","dyna_def_loseLoop"
+"Dyna002Still","characters.sc","dyna_002_still"
+"Dyna002Win","characters.sc","dyna_002_win"
+"Dyna002WinLoop","characters.sc","dyna_002_winLoop"
+"Dyna002Lose","characters.sc","dyna_002_lose"
+"Dyna002LoseLoop","characters.sc","dyna_002_loseLoop"
+"Dyna003Still","characters.sc","dyna_003_still"
+"Dyna003Win","characters.sc","dyna_003_win"
+"Dyna003WinLoop","characters.sc","dyna_003_winLoop"
+"Dyna003Lose","characters.sc","dyna_003_lose"
+"Dyna003LoseLoop","characters.sc","dyna_003_loseLoop"
+"EdgarWin","characters.sc","edgar_def_win"
+"EdgarWinLoop","characters.sc","edgar_def_winLoop"
+"EdgarLose","characters.sc","edgar_def_lose"
+"EdgarLoseLoop","characters.sc","edgar_def_loseLoop"
+"EdgarStill","characters.sc","edgar_def_still"
+"Edgar002Win","characters.sc","edgar_002_win"
+"Edgar002WinLoop","characters.sc","edgar_002_winLoop"
+"Edgar002Lose","characters.sc","edgar_002_lose"
+"Edgar002LoseLoop","characters.sc","edgar_002_loseLoop"
+"Edgar002Still","characters.sc","edgar_002_still"
+"EmzStill","characters.sc","emz_def_still"
+"EmzWin","characters.sc","emz_def_win"
+"EmzWinLoop","characters.sc","emz_def_winLoop"
+"EmzLose","characters.sc","emz_def_lose"
+"EmzLoseLoop","characters.sc","emz_def_loseLoop"
+"Emz002Still","characters.sc","emz_002_still"
+"Emz002Win","characters.sc","emz_002_win"
+"Emz002WinLoop","characters.sc","emz_002_winLoop"
+"Emz002Lose","characters.sc","emz_002_lose"
+"Emz002LoseLoop","characters.sc","emz_002_loseLoop"
+"FrankWin","characters.sc","frank_def_win"
+"FrankWinLoop","characters.sc","frank_def_winLoop"
+"FrankLose","characters.sc","frank_def_lose"
+"FrankLoseLoop","characters.sc","frank_def_loseLoop"
+"FrankStill","characters.sc","frank_def_still"
+"FrankDJIdle","characters.sc","dj_idle"
+"FrankDJWin","characters.sc","dj_win"
+"FrankDJWinLoop","characters.sc","dj_winLoop"
+"Frank003Win","characters.sc","frank_003_win"
+"Frank003Still","characters.sc","frank_def_still"
+"JackyWin","characters.sc","jacky_def_win"
+"JackyWinLoop","characters.sc","jacky_def_winLoop"
+"JackyLose","characters.sc","jacky_def_lose"
+"JackyLoseLoop","characters.sc","jacky_def_loseLoop"
+"JackyStill","characters.sc","jacky_def_still"
+"Jacky002Win","characters.sc","jacky_002_win"
+"Jacky002WinLoop","characters.sc","jacky_002_winloop"
+"Jacky002Lose","characters.sc","jacky_002_lose"
+"Jacky002LoseLoop","characters.sc","jacky_002_loseloop"
+"Jacky002Still","characters.sc","jacky_002_still"
+"Jacky003Win","characters.sc","jacky_003_win"
+"Jacky003WinLoop","characters.sc","jacky_003_winLoop"
+"Jacky003Lose","characters.sc","jacky_003_lose"
+"Jacky003LoseLoop","characters.sc","jacky_003_loseLoop"
+"Jacky003Still","characters.sc","jacky_003_still"
+"JessieStill","characters.sc","jessie_def_still"
+"JessieIdle","characters.sc","jessie_def_idle"
+"JessieWin","characters.sc","jessie_def_win"
+"JessieWinLoop","characters.sc","jessie_def_winLoop"
+"JessieLose","characters.sc","jessie_def_lose"
+"JessieLoseLoop","characters.sc","jessie_def_loseLoop"
+"JessieRenewIdle","characters.sc","jessie_def_idle_renew"
+"JessieRenewStill","characters.sc","jessie_def_still_renew"
+"JessieRenewWin","characters.sc","jessie_def_win_renew"
+"JessieRenewWinLoop","characters.sc","jessie_def_winLoop_renew"
+"JessieRenewLose","characters.sc","jessie_def_lose_renew"
+"JessieRenewLoseLoop","characters.sc","jessie_def_loseLoop_renew"
+"Jessie002Still","characters.sc","jessie_002_still"
+"Jessie002Win","characters.sc","jessie_002_win"
+"Jessie002WinLoop","characters.sc","jessie_002_winLoop"
+"Jessie002Lose","characters.sc","jessie_002_lose"
+"Jessie002LoseLoop","characters.sc","jessie_002_loseLoop"
+"Jessie003Still","characters.sc","jessie_003_still"
+"Jessie003Win","characters.sc","jessie_003_win"
+"Jessie003WinLoop","characters.sc","jessie_003_winLoop"
+"Jessie003Lose","characters.sc","jessie_003_lose"
+"Jessie003LoseLoop","characters.sc","jessie_003_loseLoop"
+"TaraStill","characters.sc","tara_def_still"
+"TaraWin","characters.sc","tara_def_win"
+"TaraWinLoop","characters.sc","tara_def_winLoop"
+"TaraLose","characters.sc","tara_def_lose"
+"TaraLoseLoop","characters.sc","tara_def_loseLoop"
+"Tara002Still","characters.sc","tara_002_still"
+"Tara002Win","characters.sc","tara_002_win"
+"Tara002WinLoop","characters.sc","tara_002_winLoop"
+"Tara002Lose","characters.sc","tara_002_lose"
+"Tara002LoseLoop","characters.sc","tara_002_loseLoop"
+"Tara003Still","characters.sc","tara_003_still"
+"Tara003Win","characters.sc","tara_003_win"
+"Tara003WinLoop","characters.sc","tara_003_winLoop"
+"Tara003Lose","characters.sc","tara_003_lose"
+"Tara003LoseLoop","characters.sc","tara_003_loseLoop"
+"MaxWin","characters.sc","max_def_win"
+"MaxWinLoop","characters.sc","max_def_winLoop"
+"MaxLose","characters.sc","max_def_lose"
+"MaxLoseLoop","characters.sc","max_def_loseLoop"
+"MaxStill","characters.sc","max_def_still"
+"Max002Win","characters.sc","max_002_win"
+"Max002WinLoop","characters.sc","max_002_winLoop"
+"Max002Lose","characters.sc","max_002_lose"
+"Max002LoseLoop","characters.sc","max_002_loseLoop"
+"Max002Still","characters.sc","max_002_still"
+"Max003Win","characters.sc","max_003_win"
+"Max003WinLoop","characters.sc","max_003_winLoop"
+"Max003Lose","characters.sc","max_003_lose"
+"Max003LoseLoop","characters.sc","max_003_loseLoop"
+"Max003Still","characters.sc","max_003_still"
+"MegStill","characters.sc","meg_def_still"
+"MegWin","characters.sc","meg_def_win"
+"MegWinLoop","characters.sc","meg_def_winLoop"
+"MegLose","characters.sc","meg_def_loseLoop"
+"MegLoseLoop","characters.sc","meg_def_loseLoop"
+"MrPPetOff","characters.sc","mrp_pet_off"
+"MrPPetOn","characters.sc","mrp_pet_on"
+"MrPAgentpPetOff","characters.sc","mrp_agentp_pet_off"
+"MrPAgentpPetOn","characters.sc","mrp_agentp_pet_on"
+"MortisWin","characters.sc","mortis_def_win"
+"MortisWinLoop","characters.sc","mortis_def_winLoop"
+"MortisLose","characters.sc","mortis_def_lose"
+"MortisLoseLoop","characters.sc","mortis_def_loseLoop"
+"MortisStill","characters.sc","mortis_def_still"
+"Mortis002Face","characters.sc","mortis_002_face"
+"Mortis002Idle","characters.sc","mortis_002_idle"
+"Mortis003Win","characters.sc","mortis_003_win"
+"Mortis003WinLoop","characters.sc","mortis_003_winLoop"
+"Mortis003Lose","characters.sc","mortis_003_lose"
+"Mortis003LoseLoop","characters.sc","mortis_003_loseLoop"
+"Mortis003Still","characters.sc","mortis_003_still"
+"Mortis004Win","characters.sc","mortis_004_win"
+"Mortis004WinLoop","characters.sc","mortis_004_winLoop"
+"Mortis004Lose","characters.sc","mortis_004_lose"
+"Mortis004LoseLoop","characters.sc","mortis_004_loseLoop"
+"Mortis004Still","characters.sc","mortis_004_still"
+"NaniStill","characters.sc","nani_def_still"
+"NaniWin","characters.sc","nani_def_win"
+"NaniWinLoop","characters.sc","nani_def_winLoop"
+"NaniLose","characters.sc","nani_def_lose"
+"NaniLoseLoop","characters.sc","nani_def_loseLoop"
+"Nani002Still","characters.sc","nani_002_still"
+"Nani002Win","characters.sc","nani_002_win"
+"Nani002WinLoop","characters.sc","nani_002_winLoop"
+"Nani002Lose","characters.sc","nani_002_lose"
+"Nani002LoseLoop","characters.sc","nani_002_loseLoop"
+"Nani003Still","characters.sc","nani_003_still"
+"Nani003Win","characters.sc","nani_003_win"
+"Nani003WinLoop","characters.sc","nani_003_winLoop"
+"Nani003Lose","characters.sc","nani_003_lose"
+"Nani003LoseLoop","characters.sc","nani_003_loseLoop"
+"NitaStill","characters.sc","nita_def_still"
+"NitaWin","characters.sc","nita_def_win"
+"NitaWinLoop","characters.sc","nita_def_winLoop"
+"NitaLose","characters.sc","nita_def_lose"
+"NitaLoseLoop","characters.sc","nita_def_loseLoop"
+"Nita002Still","characters.sc","nita_002_still"
+"Nita002Win","characters.sc","nita_002_win"
+"Nita002WinLoop","characters.sc","nita_002_winLoop"
+"Nita002Lose","characters.sc","nita_002_lose"
+"Nita002LoseLoop","characters.sc","nita_002_loseLoop"
+"Nita003Still","characters.sc","nita_003_still"
+"Nita003Win","characters.sc","nita_003_win"
+"Nita003WinLoop","characters.sc","nita_003_winLoop"
+"Nita003Lose","characters.sc","nita_003_lose"
+"Nita003LoseLoop","characters.sc","nita_003_loseLoop"
+"PamFace","characters.sc","pam_def_face"
+"PamStill","characters.sc","pam_def_still"
+"PamHappy","characters.sc","pam_def_happy"
+"Pam002Win","characters.sc","pam_002_win"
+"Pam002WinLoop","characters.sc","pam_002_winLoop"
+"Pam002Lose","characters.sc","pam_002_lose"
+"Pam002LoseLoop","characters.sc","pam_002_loseLoop"
+"Pam002Still","characters.sc","pam_002_still"
+"PennyFace","characters.sc","penny_face"
+"Penny002Face","characters.sc","penny_002_face"
+"PiperStillOpen","characters.sc","piper_still_open"
+"PiperStillClosed","characters.sc","piper_still_close"
+"PiperWin","characters.sc","piper_win"
+"PiperWinLoop","characters.sc","piper_winLoop"
+"PiperLose","characters.sc","piper_lose"
+"PiperLoseLoop","characters.sc","piper_loseLoop"
+"Piper002StillOpen","characters.sc","piper_002_stillOpen"
+"Piper002StillClosed","characters.sc","piper_002_stillClosed"
+"Piper002Win","characters.sc","piper_002_win"
+"Piper002WinLoop","characters.sc","piper_002_winLoop"
+"Piper002Lose","characters.sc","piper_002_lose"
+"Piper002LoseLoop","characters.sc","piper_002_loseLoop"
+"Piper003Win","characters.sc","piper_003_win"
+"Piper003WinLoop","characters.sc","piper_003_winLoop"
+"Piper003Lose","characters.sc","piper_003_lose"
+"Piper003LoseLoop","characters.sc","piper_003_loseLoop"
+"Piper004Win","characters.sc","piper_004_win"
+"Piper004WinLoop","characters.sc","piper_004_winLoop"
+"Piper004Lose","characters.sc","piper_004_lose"
+"Piper004LoseLoop","characters.sc","piper_004_loseLoop"
+"Piper004Still","characters.sc","piper_004_still"
+"RosaWin","characters.sc","rosa_def_win"
+"RosaWinLoop","characters.sc","rosa_def_winLoop"
+"RosaLose","characters.sc","rosa_def_lose"
+"RosaLoseLoop","characters.sc","rosa_def_loseLoop"
+"RosaStill","characters.sc","rosa_def_still"
+"Rosa002Win","characters.sc","rosa_002_win"
+"Rosa002WinLoop","characters.sc","rosa_002_winLoop"
+"Rosa002Lose","characters.sc","rosa_002_lose"
+"Rosa002LoseLoop","characters.sc","rosa_002_loseLoop"
+"Rosa002Still","characters.sc","rosa_002_still"
+"Rosa003Win","characters.sc","rosa_003_win"
+"Rosa003WinLoop","characters.sc","rosa_003_winLoop"
+"Rosa003Lose","characters.sc","rosa_003_lose"
+"Rosa003LoseLoop","characters.sc","rosa_003_loseLoop"
+"Rosa003Still","characters.sc","rosa_003_still"
+"SandyIdle","characters.sc","sandy_idle"
+"SandyWin","characters.sc","sandy_win"
+"SandyWinloop","characters.sc","sandy_winloop"
+"SandyWalk","characters.sc","sandy_walk"
+"SandyProfile","characters.sc","sandy_profile"
+"Sandy002Win","characters.sc","sandy_002_win"
+"Sandy002WinLoop","characters.sc","sandy_002_winLoop"
+"Sandy002Lose","characters.sc","sandy_002_lose"
+"Sandy002LoseLoop","characters.sc","sandy_002_loseLoop"
+"Sandy002Still","characters.sc","sandy_002_still"
+"ShellyFace","characters.sc","shelly_face"
+"ShellyStill","characters.sc","shelly_still"
+"ShellyHappy","characters.sc","shelly_happy"
+"ShellySad","characters.sc","shelly_sad"
+"ShellySadLoop","characters.sc","shelly_sadLoop"
+"Shelly002Win","characters.sc","shelly_002_win"
+"Shelly002WinLoop","characters.sc","shelly_002_winLoop"
+"Shelly002Lose","characters.sc","shelly_002_lose"
+"Shelly002LoseLoop","characters.sc","shelly_002_loseLoop"
+"Shelly002Still","characters.sc","shelly_002_still"
+"Shelly003Win","characters.sc","shelly_003_win"
+"Shelly003WinLoop","characters.sc","shelly_003_winLoop"
+"Shelly003Lose","characters.sc","shelly_003_lose"
+"Shelly003LoseLoop","characters.sc","shelly_003_loseLoop"
+"Shelly003Still","characters.sc","shelly_003_still"
+"Shelly004Win","characters.sc","shelly_004_win"
+"Shelly004WinLoop","characters.sc","shelly_004_winLoop"
+"Shelly004Lose","characters.sc","shelly_004_lose"
+"Shelly004LoseLoop","characters.sc","shelly_004_loseLoop"
+"Shelly004Still","characters.sc","shelly_004_still"
+"Stu002Face","characters.sc","stu_002_win"
+"SqueakStill","characters.sc","squeak_def_still"
+"SqueakWin","characters.sc","squeak_def_win"
+"SqueakWinLoop","characters.sc","squeak_def_winLoop"
+"SqueakLose","characters.sc","squeak_def_lose"
+"SqueakLoseLoop","characters.sc","squeak_def_loseLoop"
+"Squeak004Still","characters.sc","squeak_004_still"
+"Squeak004Win","characters.sc","squeak_004_win"
+"Squeak004WinLoop","characters.sc","squeak_004_winLoop"
+"Squeak004Lose","characters.sc","squeak_004_lose"
+"Squeak004LoseLoop","characters.sc","squeak_004_loseLoop"
+"BrownIdle","characters.sc","primo_brown_idle"
+"BrownWin","characters.sc","primo_brown_win"
+"BrownWinLoop","characters.sc","primo_brown_winLoop"
+"BrownLose","characters.sc","primo_brown_lose"
+"BrownLoseLoop","characters.sc","primo_brown_loseLoop"
+"BrownHS","characters.sc","primo_brown_hS"
+"GeneWin","characters.sc","gene_def_win"
+"GeneWinLoop","characters.sc","gene_def_winLoop"
+"GeneLose","characters.sc","gene_def_lose"
+"GeneLoseLoop","characters.sc","gene_def_loseLoop"
+"GeneStill","characters.sc","gene_def_still"
+"Gene002Win","characters.sc","gene_002_win"
+"Gene002WinLoop","characters.sc","gene_002_winLoop"
+"Gene002Lose","characters.sc","gene_002_lose"
+"Gene002LoseLoop","characters.sc","gene_002_loseLoop"
+"Gene002Still","characters.sc","gene_002_still"
+"GeneBazaarHappy","characters.sc","gene_003_happy"
+"GeneBazaarIdle","characters.sc","gene_003_idle"
+"GeneBazaarIntro","characters.sc","gene_003_intro"
+"GeneBazaarSad","characters.sc","gene_003_sad"
+"Gene004Win","characters.sc","gene_004_win"
+"Gene004WinLoop","characters.sc","gene_004_winLoop"
+"Gene004Lose","characters.sc","gene_004_lose"
+"Gene004LoseLoop","characters.sc","gene_004_loseLoop"
+"Gene004Still","characters.sc","gene_004_still"
+"ColetteWin","characters.sc","colette_def_win"
+"ColetteWinLoop","characters.sc","colette_def_winLoop"
+"ColetteLose","characters.sc","colette_def_lose"
+"ColetteLoseLoop","characters.sc","colette_def_loseLoop"
+"ColetteStill","characters.sc","colette_def_still"
+"Colette002Win","characters.sc","colette_002_win"
+"Colette002WinLoop","characters.sc","colette_002_winLoop"
+"Colette002Lose","characters.sc","colette_002_lose"
+"Colette002LoseLoop","characters.sc","colette_002_loseLoop"
+"Colette002Still","characters.sc","colette_002_still"
+"Colette003Win","characters.sc","colette_003_win"
+"Colette003WinLoop","characters.sc","colette_003_winLoop"
+"Colette003Lose","characters.sc","colette_003_lose"
+"Colette003LoseLoop","characters.sc","colette_003_loseLoop"
+"Colette003Still","characters.sc","colette_003_still"
+"Colette004Win","characters.sc","colette_004_win"
+"Colette004WinLoop","characters.sc","colette_004_winLoop"
+"Colette004Lose","characters.sc","colette_004_lose"
+"Colette004LoseLoop","characters.sc","colette_004_loseLoop"
+"Colette004Still","characters.sc","colette_004_still"
+"LouWin","characters.sc","lou_def_win"
+"LouWinLoop","characters.sc","lou_def_winLoop"
+"LouLose","characters.sc","lou_def_lose"
+"LouLoseLoop","characters.sc","lou_def_loseLoop"
+"LouStill","characters.sc","lou_def_still"
+"Lou002Win","characters.sc","lou_002_win"
+"Lou002WinLoop","characters.sc","lou_002_winLoop"
+"Lou002Lose","characters.sc","lou_002_lose"
+"Lou002LoseLoop","characters.sc","lou_002_loseLoop"
+"Lou002Still","characters.sc","lou_002_still"
+"Lou003Lose","characters.sc","lou_003_lose"
+"Lou003LoseLoop","characters.sc","lou_003_loseLoop"
+"Lou004Still","characters.sc","lou_004_still"
+"Lou004Win","characters.sc","lou_004_win"
+"Lou004WinLoop","characters.sc","lou_004_winLoop"
+"Lou004Lose","characters.sc","lou_004_lose"
+"Lou004LoseLoop","characters.sc","lou_004_loseLoop"
+"ByronWin","characters.sc","byron_def_win"
+"ByronWinLoop","characters.sc","byron_def_winLoop"
+"ByronLose","characters.sc","byron_def_lose"
+"ByronLoseLoop","characters.sc","byron_def_loseLoop"
+"ByronStill","characters.sc","byron_def_still"
+"Byron002Win","characters.sc","byron_002_win"
+"Byron002WinLoop","characters.sc","byron_002_winLoop"
+"Byron002Lose","characters.sc","byron_002_lose"
+"Byron002LoseLoop","characters.sc","byron_002_loseLoop"
+"Byron002Still","characters.sc","byron_002_still"
+"RuffsWin","characters.sc","ruffs_def_win"
+"RuffsWinLoop","characters.sc","ruffs_def_winLoop"
+"RuffsLose","characters.sc","ruffs_def_lose"
+"RuffsLoseLoop","characters.sc","ruffs_def_loseLoop"
+"RuffsStill","characters.sc","ruffs_def_still"
+"Bull003Win","characters.sc","bull_003_win"
+"Bull003WinLoop","characters.sc","bull_003_winLoop"
+"Bull003Lose","characters.sc","bull_003_lose"
+"Bull003LoseLoop","characters.sc","bull_003_loseLoop"
+"Bull003Still","characters.sc","bull_003_still"
+"BoWin","characters.sc","bo_def_win"
+"BoWinLoop","characters.sc","bo_def_winLoop"
+"BoLose","characters.sc","bo_def_lose"
+"BoLoseLoop","characters.sc","bo_def_loseLoop"
+"BoStill","characters.sc","bo_def_still"
+"Bo002Win","characters.sc","bo_002_win"
+"Bo002WinLoop","characters.sc","bo_002_winLoop"
+"Bo002Lose","characters.sc","bo_002_lose"
+"Bo002LoseLoop","characters.sc","bo_002_loseLoop"
+"Bo002Still","characters.sc","bo_002_still"
+"Bo003Win","characters.sc","bo_003_win"
+"Bo003WinLoop","characters.sc","bo_003_winLoop"
+"Bo003Lose","characters.sc","bo_003_lose"
+"Bo003LoseLoop","characters.sc","bo_003_loseLoop"
+"Bo003Still","characters.sc","bo_003_still"
+"Bo004Win","characters.sc","bo_004_win"
+"Bo004WinLoop","characters.sc","bo_004_winLoop"
+"Bo004Lose","characters.sc","bo_004_lose"
+"Bo004LoseLoop","characters.sc","bo_004_loseLoop"
+"Bo004Still","characters.sc","bo_004_still"
+"BrockWin","characters.sc","brock_def_win"
+"BrockWinLoop","characters.sc","brock_def_winLoop"
+"BrockLose","characters.sc","brock_def_lose"
+"BrockLoseLoop","characters.sc","brock_def_loseLoop"
+"BrockStill","characters.sc","brock_def_still"
+"Brock002Win","characters.sc","brock_002_win"
+"Brock002WinLoop","characters.sc","brock_002_winLoop"
+"Brock002Lose","characters.sc","brock_002_lose"
+"Brock002LoseLoop","characters.sc","brock_002_loseLoop"
+"Brock002Still","characters.sc","brock_002_still"
+"PrimoWin","characters.sc","primo_def_win"
+"PrimoWinLoop","characters.sc","primo_def_winLoop"
+"PrimoLose","characters.sc","primo_def_lose"
+"PrimoLoseLoop","characters.sc","primo_def_loseLoop"
+"PrimoStill","characters.sc","primo_def_still"
+"Primo002Win","characters.sc","primo_002_win"
+"Primo002WinLoop","characters.sc","primo_002_winLoop"
+"Primo002Lose","characters.sc","primo_002_lose"
+"Primo002LoseLoop","characters.sc","primo_002_loseLoop"
+"Primo002Still","characters.sc","primo_002_still"
+"Primo004Win","characters.sc","primo_004_win"
+"Primo004WinLoop","characters.sc","primo_004_winLoop"
+"Primo004Lose","characters.sc","primo_004_lose"
+"Primo004LoseLoop","characters.sc","primo_004_loseLoop"
+"Primo004Still","characters.sc","primo_004_still"
+"Primo005Win","characters.sc","primo_005_win"
+"Primo005WinLoop","characters.sc","primo_005_winLoop"
+"Primo005Lose","characters.sc","primo_005_lose"
+"Primo005LoseLoop","characters.sc","primo_005_loseLoop"
+"Primo005Still","characters.sc","primo_005_still"
+"Primo006Win","characters.sc","primo_006_win"
+"Primo006WinLoop","characters.sc","primo_006_winLoop"
+"Primo006Lose","characters.sc","primo_006_lose"
+"Primo006LoseLoop","characters.sc","primo_006_loseLoop"
+"Primo006Still","characters.sc","primo_006_still"
+"Primo007Win","characters.sc","primo_007_win"
+"Primo007WinLoop","characters.sc","primo_007_winLoop"
+"Primo007Lose","characters.sc","primo_007_lose"
+"Primo007LoseLoop","characters.sc","primo_007_loseLoop"
+"Primo007Still","characters.sc","primo_007_still"
+"TickWin","characters.sc","tick_def_win"
+"TickWinLoop","characters.sc","tick_def_winLoop"
+"TickLose","characters.sc","tick_def_lose"
+"TickLoseLoop","characters.sc","tick_def_loseLoop"
+"TickStill","characters.sc","tick_def_still"
+"Tick002Win","characters.sc","tick_002_win"
+"Tick002WinLoop","characters.sc","tick_002_winLoop"
+"Tick002Lose","characters.sc","tick_002_lose"
+"Tick002LoseLoop","characters.sc","tick_002_loseLoop"
+"Tick002Still","characters.sc","tick_002_still"
+"Tick003Win","characters.sc","tick_003_win"
+"Tick003WinLoop","characters.sc","tick_003_winLoop"
+"Tick003Lose","characters.sc","tick_003_lose"
+"Tick003LoseLoop","characters.sc","tick_003_loseLoop"
+"Tick003Still","characters.sc","tick_003_still"
+"PocoWin","characters.sc","poco_def_win"
+"PocoWinLoop","characters.sc","poco_def_winLoop"
+"PocoLose","characters.sc","poco_def_lose"
+"PocoLoseLoop","characters.sc","poco_def_loseLoop"
+"PocoStill","characters.sc","poco_def_still"
+"Poco002Win","characters.sc","poco_002_win"
+"Poco002WinLoop","characters.sc","poco_002_winLoop"
+"Poco002Lose","characters.sc","poco_002_lose"
+"Poco002LoseLoop","characters.sc","poco_002_loseLoop"
+"Poco002Still","characters.sc","poco_002_still"
+"Poco003Win","characters.sc","poco_003_win"
+"Poco003WinLoop","characters.sc","poco_003_winLoop"
+"Poco003Lose","characters.sc","poco_003_lose"
+"Poco003LoseLoop","characters.sc","poco_003_loseLoop"
+"Poco003Still","characters.sc","poco_003_still"
+"Poco004Win","characters.sc","poco_004_win"
+"Poco004WinLoop","characters.sc","poco_004_winLoop"
+"Poco004Lose","characters.sc","poco_004_lose"
+"Poco004LoseLoop","characters.sc","poco_004_loseLoop"
+"Poco004Still","characters.sc","poco_004_still"
+"LeonWin","characters.sc","leon_def_win"
+"LeonWinLoop","characters.sc","leon_def_winLoop"
+"LeonLose","characters.sc","leon_def_lose"
+"LeonLoseLoop","characters.sc","leon_def_loseLoop"
+"LeonStill","characters.sc","leon_def_still"
+"Leon002Win","characters.sc","leon_002_win"
+"Leon002WinLoop","characters.sc","leon_002_winLoop"
+"Leon002Lose","characters.sc","leon_002_lose"
+"Leon002LoseLoop","characters.sc","leon_002_loseLoop"
+"Leon002Still","characters.sc","leon_002_still"
+"Leon003Win","characters.sc","leon_003_win"
+"Leon003WinLoop","characters.sc","leon_003_winLoop"
+"Leon003Lose","characters.sc","leon_003_lose"
+"Leon003LoseLoop","characters.sc","leon_003_loseLoop"
+"Leon003Still","characters.sc","leon_003_still"
+"RicoWin","characters.sc","rico_def_win"
+"RicoWinLoop","characters.sc","rico_def_winLoop"
+"RicoLose","characters.sc","rico_def_lose"
+"RicoLoseLoop","characters.sc","rico_def_loseLoop"
+"RicoStill","characters.sc","rico_def_still"
+"Rico002Win","characters.sc","rico_002_win"
+"Rico002WinLoop","characters.sc","rico_002_winLoop"
+"Rico002Lose","characters.sc","rico_002_lose"
+"Rico002LoseLoop","characters.sc","rico_002_loseLoop"
+"Rico002Still","characters.sc","rico_002_still"
+"Rico003Win","characters.sc","rico_003_win"
+"Rico003WinLoop","characters.sc","rico_003_winLoop"
+"Rico003Lose","characters.sc","rico_003_lose"
+"Rico003LoseLoop","characters.sc","rico_003_loseLoop"
+"Rico003Still","characters.sc","rico_003_still"
+"Rico004Win","characters.sc","rico_004_win"
+"Rico004WinLoop","characters.sc","rico_004_winLoop"
+"Rico004Lose","characters.sc","rico_004_lose"
+"Rico004LoseLoop","characters.sc","rico_004_loseLoop"
+"Rico004Still","characters.sc","rico_004_still"
+"LollaWin","characters.sc","lolla_def_win"
+"LollaWinLoop","characters.sc","lolla_def_winLoop"
+"LollaLose","characters.sc","lolla_def_lose"
+"LollaLoseLoop","characters.sc","lolla_def_loseLoop"
+"LollaStill","characters.sc","lolla_def_still"
+"Lolla002Win","characters.sc","lolla_002_win"
+"Lolla002WinLoop","characters.sc","lolla_002_winLoop"
+"Lolla002Lose","characters.sc","lolla_002_lose"
+"Lolla002LoseLoop","characters.sc","lolla_def_loseLoop"
+"Lolla002Still","characters.sc","lolla_002_still"
diff --git a/CN-39.133/csv_client/health_bars.csv b/CN-39.133/csv_client/health_bars.csv
new file mode 100644
index 000000000..59dc171f8
--- /dev/null
+++ b/CN-39.133/csv_client/health_bars.csv
@@ -0,0 +1,3 @@
+"Name","FileName","PlayerExportNameTop","PlayerExportNameBot","EnemyExportNameTop","EnemyExportNameBot","YourTeamExportNameTop","YourTeamExportNameBot"
+"String","String","String","String","String","String","String","String"
+"Medium","sc/ui.sc","player_info_badge","player_info_badge_btm","enemy_info_badge","enemy_info_badge_btm","yourteam_info_badge","teammate_info_badge_btm"
diff --git a/CN-39.133/csv_client/hints.csv b/CN-39.133/csv_client/hints.csv
new file mode 100644
index 000000000..4532c0c6e
--- /dev/null
+++ b/CN-39.133/csv_client/hints.csv
@@ -0,0 +1,47 @@
+"Name","TID","MinXPLevel","MaxXPLevel","FileName","ExportName","Character","ReferringSCID"
+"String","String","int","int","String","String","String","boolean"
+1,"TID_HINT_0",1,40,,,,
+2,"TID_HINT_1",1,40,,,,
+3,"TID_HINT_2",1,40,,,,
+4,"TID_HINT_3",1,40,,,,
+5,"TID_HINT_4",1,40,,,,
+6,"TID_HINT_5",3,999,,,,
+7,"TID_HINT_6",3,999,,,,
+8,"TID_HINT_7",20,999,,,,
+9,"TID_HINT_8",999,999,,,,
+10,"TID_HINT_9",20,999,,,,
+11,"TID_HINT_10",1,40,,,,
+12,"TID_HINT_11",1,40,,,,
+13,"TID_HINT_12",3,60,,,,
+14,"TID_HINT_13",3,60,,,,
+15,"TID_HINT_14",3,60,,,,
+16,"TID_HINT_15",3,60,,,,
+17,"TID_HINT_16",3,60,,,,
+18,"TID_HINT_17",3,60,,,,
+19,"TID_HINT_18",3,60,,,,
+20,"TID_HINT_19",3,60,,,,
+21,"TID_HINT_20",3,60,,,,
+22,"TID_HINT_21",1,40,,,,
+23,"TID_HINT_22",1,40,,,,
+24,"TID_HINT_23",3,60,,,,
+25,"TID_HINT_24",3,60,,,,
+26,"TID_HINT_25",3,60,,,,
+27,"TID_HINT_26",20,999,,,,
+28,"TID_HINT_27",3,999,,,,
+29,"TID_HINT_28",3,999,,,,
+30,"TID_HINT_29",3,60,,,,
+31,"TID_HINT_30",3,999,,,,
+32,"TID_HINT_31",20,999,,,,
+33,"TID_HINT_32",3,60,,,,
+34,"TID_HINT_33",3,999,,,,
+35,"TID_HINT_34",3,999,,,,
+36,"TID_HINT_35",3,999,,,,
+37,"TID_HINT_36",3,999,,,,
+38,"TID_HINT_37",999,999,,,,
+39,"TID_HINT_38",7,999,,,,
+40,"TID_HINT_39",7,999,,,,
+41,"TID_HINT_40",3,999,,,,"TRUE"
+42,"TID_HINT_41",7,999,,,,
+43,"TID_HINT_42",1,40,,,,
+44,"TID_HINT_43",20,999,,,,
+45,"TID_HINT_43",20,999,,,,
diff --git a/CN-39.133/csv_client/links.csv b/CN-39.133/csv_client/links.csv
new file mode 100644
index 000000000..89a5d58f5
--- /dev/null
+++ b/CN-39.133/csv_client/links.csv
@@ -0,0 +1,36 @@
+"Name","Language","URL"
+"string","string","string"
+"ShellyTutorial",,
+"ColtTutorial",,
+"BullTutorial",,
+"BrockTutorial",,
+"RicoTutorial",,
+"SpikeTutorial",,
+"BarleyTutorial",,
+"JessieTutorial",,
+"NitaTutorial",,
+"MikeTutorial",,
+"PrimpTutorial",,
+"MortisTutorial",,
+"CrowTutorial",,
+"PocoTutorial",,
+"BoTutorial",,
+"PiperTutorial",,
+"PamTutorial",,
+"TaraTutorial",,
+"DarrylTutorial",,
+"PennyTutorial",,
+"FrankTutorial",,
+"GeneTutorial",,
+"LeonTutorial",,
+"CoinRush","EN",,
+"AttackDefend",,
+"BossFight",,
+"BountyHunter",,
+"Artifact",,
+"LaserBall",,
+"BattleRoyale",,
+"BattleRoyaleTeam",,
+"Survival",,
+"Raid",,
+"RoboWars",,
diff --git a/CN-39.133/csv_client/local_notifications.csv b/CN-39.133/csv_client/local_notifications.csv
new file mode 100644
index 000000000..6933d2248
--- /dev/null
+++ b/CN-39.133/csv_client/local_notifications.csv
@@ -0,0 +1,43 @@
+"Name","Priority","NotificationText","IsRegularEventRefresh","DontCompare","AutoAdd","TimeOffsetMins","MaxRandomTimeOffsetMins","CheckRangeMins"
+"String","int","String","boolean","boolean","boolean","int","int","int"
+"CCStart",10000,"TID_NOTIFICATION_CC_STARTED",,,,15,60,0
+"CCReminder",10000,"TID_NOTIFICATION_CC_ENDING",,,,-600,60,0
+"PSGStart",10000,"TID_NOTIFICATION_PSG_STARTED",,,,15,60,0
+"PSGReminder",10000,"TID_NOTIFICATION_PSG_ENDING",,,,-600,60,0
+"CoinRushStart",2,"TID_NOTIFICATION_COIN_RUSH","TRUE",,,30,30,0
+"AttackDefendStart",5,"TID_NOTIFICATION_ATTACK_DEFEND","TRUE",,,15,30,0
+"BountyStart",5,"TID_NOTIFICATION_BOUNTY_HUNTER","TRUE",,,15,30,0
+"LaserBallStart",2,"TID_NOTIFICATION_LASER_BALL","TRUE",,,15,30,0
+"BRStart",2,"TID_NOTIFICATION_BATTLE_ROYAL","TRUE",,,15,30,0
+"BossStart",1000,"TID_NOTIFICATION_BOSS",,,,60,60,0
+"CoopStart",1000,"TID_NOTIFICATION_COOP",,,,60,60,0
+"RaidBossStart",1000,"TID_NOTIFICATION_RAID_BOSS",,,,60,60,0
+"RoboWarsStart",1000,"TID_NOTIFICATION_ROBO_WARS",,,,15,30,0
+"TakedownStart",3,"TID_NOTIFICATION_BOSS_RACE","TRUE",,,15,30,0
+"LoneStarStart",3,"TID_NOTIFICATION_LONE_STAR","TRUE",,,15,30,0
+"CTFStart",3,"TID_NOTIFICATION_CTF","TRUE",,,15,30,0
+"KOHStart",5,"TID_NOTIFICATION_KING_OF_HILL","TRUE",,,15,30,0
+"MultipleModesStart",10,"TID_NOTIFICATION_MULTIPLE_MODES",,,,15,30,0
+"FreeBox",1,"TID_FREE_BOX_AVAILABLE_0",,,,60,30,120
+,,"TID_FREE_BOX_AVAILABLE_1",,,,,,
+,,"TID_FREE_BOX_AVAILABLE_2",,,,,,
+,,"TID_FREE_BOX_AVAILABLE_3",,,,,,
+,,"TID_FREE_BOX_AVAILABLE_4",,,,,,
+"SeasonEnd",2000,"TID_SEASON_ENDED_NOTI",,,,30,60,
+"KeyBarFull",100000,"TID_KEY_BAR_FULL",,"TRUE",,,,
+"ComeBackSmall",1,"TID_COME_BACK_NOTIFICATION_SMALL",,,"TRUE",2880,,1440
+"ComeBackMedium",1,"TID_COME_BACK_NOTIFICATION_MEDIUM",,,"TRUE",7200,,1440
+"ComeBackLarge",1,"TID_COME_BACK_NOTIFICATION_LARGE",,,"TRUE",14400,,1440
+"PPRefresh",500,"TID_POWER_PLAY_NOTIFICATION",,,,15,30,0
+"NewBrawler",50000,"TID_NOTIFICATION_NEW_BRAWLER",,,,,30,0
+"DoubleTokens",1500,"TID_NOTIFICATION_DOUBLE_TOKENS_STARTED",,,,,30,0
+"DoubleCoins",1500,"TID_NOTIFICATION_DOUBLE_COINS_STARTED",,,,,30,0
+"BPSeasonStart",50000,"TID_NOTIFICATION_BP_SEASON_STARTED",,,,,30,
+"BPSeasonReminder",50000,"TID_NOTIFICATION_BP_SEASON_ENDING",,,,-7200,30,
+"QuestBatch",750,"TID_NOTIFICATION_QUEST_REFRESH",,,,,30,60
+"TownCrusherStart",1000,"TID_NOTIFICATION_TOWN_CRUSHER",,,,60,60,0
+"GenericChallengeStart",10000,"TID_NOTIFICATION_CHALLENGE_STARTED",,,,15,60,0
+"GenericChallengeReminder",10000,"TID_NOTIFICATION_CHALLENGE_ENDING",,,,-600,60,0
+"RankedSeasonStart",50000,"TID_NOTIFICATION_RANKED_SEASON_STARTED",,,,,30,
+"RankedSeasonReminder",50000,"TID_NOTIFICATION_RANKED_SEASON_ENDING",,,,-4320,30,
+"KnockoutStart",5,"TID_NOTIFICATION_KNOCKOUT",,,,15,30,0
diff --git a/CN-39.133/csv_client/music.csv b/CN-39.133/csv_client/music.csv
new file mode 100644
index 000000000..872dea70e
--- /dev/null
+++ b/CN-39.133/csv_client/music.csv
@@ -0,0 +1,80 @@
+"Name","Disabled","FileName","BackgroundFile","FallBackMusic","Volume","Loop","PlayCount","FadeOutTimeSec","DurationSec","MovieClipFrameLabel"
+"String","boolean","String","boolean","String","int","boolean","int","int","int","String"
+"BattleMusic",,"music/Slugfest_ingame_01.ogg",,,70,"true",,,60,
+,,"music/Slugfest_ingame_03.ogg",,,70,"true",,,90,
+,,"music/Slugfest_ingame_06.ogg",,,70,"true",,,75,
+,,"music/background/Slugfest_ingame_02.ogg","TRUE",,70,"true",,,60,
+,,"music/background/Slugfest_ingame_04.ogg","TRUE",,70,"true",,,57,
+,,"music/background/Slugfest_ingame_07.ogg","TRUE",,70,"true",,,71,
+,,"music/background/Slugfest_ingame_08.ogg","TRUE",,70,"true",,,57,
+"Footbrawl_ingame_muzak",,"music/footbrawl_ingame_muzak_01.ogg",,,70,"true",,,59,
+,,"music/background/footbrawl_ingame_muzak_02.ogg","true",,70,"true",,,62,
+"Scrapyard_ingame_music",,"music/scrapyard_lvl_music_01.ogg",,,70,"true",,,63,
+"Footbrawl_menu_muzak","true","music/footbrawl_menu_muzak_01.ogg",,,60,"true",,,70,
+"Brawzaar_menu_muzak","true","music/background/brawzaar_menu_01.ogg","TRUE","Action_Western_Menu",60,"true",,,126,
+"Monsterbrawl_menu_muzak","true","music/bm_menu_01.ogg",,,60,"true",,,68,
+"Monsterbrawl_ingame_muzak",,"music/bm_ingame_01.ogg",,,70,"true",,,70,
+,,"music/background/big_brawl_battle_02.ogg","true",,70,"true",,,53,
+"Monsterbrawl_boss","TRUE","music/brawlzilla_boss_01.ogg",,,70,"true",,,48,
+"Brawzaar_ingame_muzak","true","music/brawzaar_ingame_01.ogg",,,70,"true",,,59,
+,,"music/background/brawzaar_ingame_02.ogg","TRUE",,70,"true",,,63,
+"Snow_brawl","true","music/Snow_brawl_01.ogg",,,70,"true",,,57,
+,,"music/Snow_brawl_02.ogg",,,70,"true",,,65,
+,,"music/Snow_brawl_03.ogg",,,70,"true",,,57,
+"Cny_levels","true","music/cny_ingame_01.ogg",,,70,"true",,,64,
+,,"music/cny_ingame_02.ogg",,,70,"true",,,56,
+"Elprimo_fire_menu","true","music/primo_fire_menu_01.ogg",,,60,"true",,,105,
+"Poco_Band_Ingame","TRUE","music/ingame_poco_track_01.ogg",,,70,"true",,,62,
+,,"music/background/ingame_poco_track_02.ogg","true",,70,"true",,,62,
+"Starpark_Menu_Music","true","music/braw_themepark_menu_01.ogg",,,60,"true",,,59,
+"Giftshop_Level_Music","true","music/brawl_shop_ingame_01.ogg",,,70,"true",,,73,
+"Lunar_Menu_Music","true","music/lunar_brawl_menu_01.ogg",,,60,"true",,,63,
+"Retropolis_battle",,"music/retro_brawl_ingame_01.ogg",,,70,"true",,,55,
+"Retropolis_menu","true","music/brawl_retro_menu_01.ogg",,,60,"true",,,66,
+"Halloween_menu",,"music/brawloween_menu_01.ogg",,,60,"true",,,80,
+"Halloween_ingame",,"music/brawloween_ingame_02.ogg",,,70,"true",,,56,
+"Brawlcade_Menu","true","music/brawlcade_menu_01.ogg",,,60,"true",,,57,
+"Brawlcade_Ingame",,"music/brawlcade_ingame_01.ogg",,,70,"true",,,57,
+,,"music/background/brawlcade_ingame_02.ogg","true",,70,"true",,,62,
+"Space_Brawl_Menu","true","music/military_lase_tag_ingame_01.ogg",,,60,"true",,,93,
+"Space_Brawl_LNY_Menu","true","music/brawl_lunarnewyear_space_lazer_military_01.ogg",,,60,"true",,,84,
+"Space_Brawl_Ingame","true","music/military_lase_tag_ingame_01.ogg",,,70,"true",,,60,
+,,"music/background/military_lase_tag_ingame_03.ogg","TRUE",,70,"true",,,60,
+,,"music/background/military_lase_tag_ingame_02.ogg","TRUE",,70,"true",,,60,
+"Xmas_Pirate_Menu","true","music/brawl_pirate_menu_01.ogg",,,60,"true",,,67,
+"Pirate_Brawl_Ingame","true","music/pirate_brawl_ingame_01.ogg",,,70,"true",,,63,
+"MenuMusic","true","music/brawl_stars_menu_01.ogg",,,60,"true",,,153,
+"MechMenuMusic","true","music/mech_menu_01.ogg",,,60,"true",,,78,
+"Cnymenu_music","true","music/background/cny_brawl_menu_01.ogg","TRUE","Action_Western_Menu",60,"true",,,178,
+"Brawl_royale_menu_music","true","music/royale_brawl_menu_01.ogg",,,60,"true",,,91,
+"Brawl_dawgs_menu","true","music/brawl_dawgs_menu_01.ogg",,,60,"true",,,95,
+"Xmas_menu","true","music/brawlmass_01.ogg",,,60,"true",,,85,
+"10th_Anniversary_Menu","true","music/brawl_original_menu_01.ogg",,,60,"true",,,124,
+"WinJingle",,"music/slugfest_game_won_01.ogg",,,80,,1,,,
+"LoseJingle",,"music/slugfest_game_lost_01.ogg",,,70,,1,,,
+"DrawJingle",,"music/laser_game_draw_01.ogg",,,70,,1,,,
+"Win_loop",,"music/win_screen_loop_4x_01.ogg",,,60,"true",,,30,
+"Draw_loop",,"music/draw_screen_loop_4x_01.ogg",,,60,"true",,,34,
+"Lose_loop",,"music/lose_screen_loop_4x_01.ogg",,,60,"true",,,28,
+"Brawlbawl_goal",,"music/brawl_goal_02.ogg",,,80,,1,,,
+"Brawlbawl_other_goal",,"music/brawl_other_goal_01.ogg",,,80,,1,,,
+"30_sec_panic",,"music/brawl_panic_time_01.ogg",,,75,"true",,,30,
+"Brawl_xmas_flag_win",,"music/brawl_xmas_flag_win_01.ogg",,,70,,1,,,
+"Brawl_xmas_flag_lose",,"music/brawl_xmas_flag_lose_01.ogg",,,70,,1,,,
+"Snowtel_Menu","true","music/snowtel_menu_01.ogg",,,60,"true",,,60,
+"Snowtel_Ingame","true","music/snowtel_ingame_01.ogg",,,70,"true",,,69,
+"Ranked_pick",,"music/bs_nerd_mode_01.ogg",,,60,"true",,,67,
+"Golden_Week_Menu","true","music/background/golden_paw_stars_01.ogg","TRUE","Action_Western_Menu",60,"true",,,81,
+"Action_Western_Menu",,"music/action_western_stars_01.ogg",,,60,"true",,,72,
+"Action_Western_Ingame","true","music/rooty_tooty_ingame_01.ogg",,,70,"true",,,61,
+"Basketbrawl_goal",,"music/brawl_score_point_01.ogg",,,80,,1,,,
+"Basketbrawl_other_goal",,"music/brawl_other_point_01.ogg",,,80,,1,,,
+"Volleybrawl_goal",,"music/brawl_score_point_01.ogg",,,80,,1,,,
+"Volleybrawl_other_goal",,"music/brawl_other_point_01.ogg",,,80,,1,,,
+"Summer_Brawl_Menu_Muzak","true","music/brawl_dinobeach_menu_01.ogg",,,60,"true",,,54,
+"Summer_Brawl_Ingame_Music","true","music/brawl_dinobeach_ingame_01.ogg",,,70,"true",,,72,
+"Punk_Brawl_Menu","true","music/brawl_punk_menu_01.ogg",,,70,"true",,,75,
+"Fairytale_Menu",,"music/brawl_fairytale_menu_01.ogg",,,60,"true",,,57,
+"Courtyard_Ingame",,"music/brawl_castle_ingame_01.ogg",,,70,"true",,,67,
+"Brawlywood_Ingame",,"music/brawlywood_ingame_01.ogg",,,70,"true",,,82,
+"Brawlywood_Menu",,"music/brawlywood_menu_01.ogg",,,60,"true",,,52,
diff --git a/CN-39.133/csv_client/particle_emitters.csv b/CN-39.133/csv_client/particle_emitters.csv
new file mode 100644
index 000000000..7c09dc5ac
--- /dev/null
+++ b/CN-39.133/csv_client/particle_emitters.csv
@@ -0,0 +1,424 @@
+Name,MaxParticleCount,MinLife,MaxLife,ParticleMinInterval,ParticleMaxInterval,ParticleMinLife,ParticleMaxLife,ParticleMinAngle,ParticleMaxAngle,ParticleAngleRelativeToParent,ParticleRandomAngle,ParticleMinRadius,ParticleMaxRadius,ParticleMinSpeed,ParticleMaxSpeed,ParticleStartZ,ParticleMinVelocityZ,ParticleMaxVelocityZ,ParticleGravity,ParticleMinTailLength,ParticleMaxTailLength,ParticleResource,ParticleExportName,RotateToDirection,LoopParticleClip,StartScale,EndScale,FadeOutDuration,Inertia,EnemyVersion
+string,int,int,int,int,int,int,int,int,int,boolean,boolean,int,int,int,int,int,int,int,int,int,int,string,string,boolean,boolean,int,int,int,int,string
+music_note_particle_ulti_red,10,400,1000,,200,400,1000,,360,,true,3,7,20,100,100,,50,35,,,sc/effects.sc,music_note_red,,,150,50,100,20,
+music_note_particle_ulti,10,400,1000,,200,400,1000,,360,,true,3,7,20,100,100,,50,35,,,sc/effects.sc,music_note,,,150,50,100,20,music_note_particle_ulti_red
+music_note_particle_red,3,100,200,,200,200,800,,360,,true,3,7,20,100,100,,50,35,,,sc/effects.sc,music_note_red,,,100,50,500,20,
+music_note_particle,3,100,200,,200,200,800,,360,,true,3,7,20,100,100,,50,35,,,sc/effects.sc,music_note_1,,,80,10,500,20,music_note_particle_red
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,music_note_2,,,,,,,
+magic_native_particle_red,20,150,200,,1000,1000,1200,,360,,true,3,7,20,100,100,,50,35,,,sc/effects.sc,magic_particle_red,,true,100,1,500,20,
+magic_native_particle,20,150,200,,1000,1000,1200,,360,,true,3,7,20,100,100,,50,35,,,sc/effects.sc,magic_particle,,,100,1,500,20,magic_native_particle_red
+heal_particle,3,600,800,,200,500,600,,360,,true,3,5,20,80,200,,50,200,,,sc/effects.sc,Heal_particle,,,100,1,20,100,
+sware_particle,3,800,800,,10,600,800,-360,90,,true,3,7,20,100,100,1,50,35,,,sc/effects.sc,sware_01,,,180,50,500,40,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,sware_02,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,sware_03,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,sware_04,,,,,,,
+slowed_particle,2,800,800,3,20,300,1200,,360,,true,3,7,0,0,100,,0,-100,,,sc/effects.sc,slow_particle,,,100,100,500,20,
+crippled_particle,2,800,800,3,20,300,1200,,360,,true,3,7,0,0,100,,0,-100,,,sc/effects.sc,cripple_particle,,,100,100,500,20,
+boss_particle,10,500,500,,20,500,1000,,360,,true,1,7,20,30,100,,200,-100,,,sc/effects.sc,boss_bubble_1,,,70,20,500,60,
+poisoned_crippled_particle,3,800,800,,10,600,800,,360,,true,3,7,20,100,100,,50,35,,,sc/effects.sc,poison_skull,,true,100,50,500,20,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,poison_bone,,,,,,,
+poisoned_particle,3,800,800,,10,600,800,,360,,true,3,7,20,100,100,,50,35,,,sc/effects.sc,poison_skull,,,100,50,500,20,
+burning_particle_lucha,50,100,300,1,0,1000,4000,,360,,true,2,20,,,0,,0,0,,,sc/effects.sc,fire,,true,50,1,500,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,fire_2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,fire_3,,,,,,,
+burning_particle_brock_blue,20,100,200,1,0,2500,3000,,360,,true,2,7,,,0,,0,0,,,sc/effects.sc,fire_blue_1,,true,50,30,500,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,fire_blue_2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,fire_blue_3,,,,,,,
+burning_particle_brock,20,100,200,1,0,2500,3000,,360,,true,2,7,,,0,,0,0,,,sc/effects.sc,fire,,true,50,30,500,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,fire_2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,fire_3,,,,,,,
+burning_particle_lucha_super,100,100,200,8,10,200,300,,360,,true,-3,3,20,2,10,,2,10,,,sc/effects.sc,fire,,true,50,100,200,20,
+,,,,,,,,,,,,,,,,,,,,,,,fire_2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,,fire_3,,,,,,,
+burning_particle,3,100,200,,10,600,800,,360,,true,-3,3,20,2,10,,2,10,,,sc/effects.sc,fire,,true,100,10,500,20,
+,,,,,,,,,,,,,,,,,,,,,,,fire_2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,,fire_3,,,,,,,
+sparks,7,400,700,,10,1000,1200,,360,,true,0,4,20,600,,,50,400,,,sc/effects.sc,gen_spark_anim,,,70,1,300,200,
+,,,,,,,,,,,,,,,,,,,,,,,gen_spark_anim_2,,,,,,,
+gen_round_particle,13,800,800,,10,600,800,,360,,true,0,4,20,100,,,50,35,,,sc/effects.sc,gen_particle_blue,,,55,80,500,20,
+gen_beam_particle,1,800,800,,10,600,800,,360,,true,-4,4,15,300,,,50,35,,,sc/effects.sc,gen_particle_blue,,,55,80,500,20,
+gen_hit,1,250,300,1,1,200,300,-360,360,,,0,0,0,0,30,1,1,,,,sc/effects.sc,gen_hitlines_particle,,,,,100,,
+gen_trail_particle_enemy,15,30,40,30,40,600,1000,0,360,true,true,0,0,1,12,,,0,35,500,500,sc/effects.sc,gen_particle_red,true,,60,10,500,0,
+black_hole_projectile_afterexplosion,20,50,50,2,3,1000,2500,0,360,true,true,-10,25,1,12,,-5,5,35,500,500,sc/effects.sc,sparkle_dark,true,,100,10,500,0,sparkle_dark
+black_hole_projectile_ghost,20,100,100,50,50,400,2000,0,360,true,true,-2,2,1,12,,-5,5,35,500,500,sc/effects.sc,sparkle_dark,true,,100,10,500,0,sparkle_dark
+sparkle_trail_particle_black_minion,10,10,30,50,50,400,1000,0,360,true,true,-4,4,1,12,,-5,5,35,500,500,sc/effects.sc,sparkle_dark,true,,70,1,500,0,sparkle_dark
+sparkle_trail_particle_black,20,100,100,50,50,400,1000,0,360,true,true,-2,2,1,12,,-5,5,35,500,500,sc/effects.sc,sparkle_dark,true,,100,10,500,0,sparkle_dark
+sparkle_trail_particle_enemy,10,100,100,50,50,200,300,0,360,true,true,-2,2,1,12,,-3,3,35,500,500,sc/effects.sc,sparkle_01_red,true,,100,10,300,0,
+Poco_Trail_special_particle,10,1000,1000,10,300,100,500,0,360,true,true,-4,4,1,12,,-3,3,35,500,500,sc/effects.sc,Heal_particle,true,,100,1,100,0,
+sparkle_trail_particle,10,100,100,50,50,200,300,0,360,true,true,-2,2,1,12,,-3,3,35,500,500,sc/effects.sc,sparkle_01,true,,100,10,300,0,sparkle_trail_particle_enemy
+poison_trail_particle,5,30,40,50,50,200,300,0,360,true,true,-1,1,1,12,,-3,3,35,500,500,sc/effects.sc,poison_skull,true,,100,50,300,0,
+gen_trail_particle,15,30,10,30,40,200,500,0,360,true,true,-1,1,1,12,,-3,3,35,500,500,sc/effects.sc,dynamike_spark,true,,40,1,1000,0,
+gen_trail_small_particle_enemy,3,30,40,30,40,600,1000,0,0,true,true,0,0,1,12,,0,0,0,500,500,sc/effects.sc,gen_particle_red,true,,45,3,500,0,
+bb_trail_ulti,100,,,10,10,100,1000,0,0,true,true,-2,1,1,2,,0,0,0,600,800,sc/effects.sc,gen_particle_yellow,true,,200,10,500,0,
+bb_trail_ulti_smoke,100,,,10,10,100,1000,90,0,,true,-2,1,1,2,,0,0,0,600,800,sc/effects.sc,fire_2,true,true,200,1,500,0,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,fire_3,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,fire_1,,,,,,,
+bb_trail_small_particle,100,,,70,70,1000,1000,0,0,true,true,0,0,0,0,,0,0,0,600,800,sc/effects.sc,gen_particle_blue,true,,150,40,200,0,
+shotgun_trail_small_particle,20,800,1200,1,30,400,600,0,0,true,true,0,0,1,12,,0,0,0,300,400,sc/effects.sc,shotgun_trail_particle,true,,20,1,500,0,gen_trail_particle_enemy
+gen_trail_small_particle,15,800,1200,1,30,400,600,0,0,true,true,0,0,1,12,,0,0,0,500,500,sc/effects.sc,gen_particle_blue,true,,100,3,500,0,gen_trail_particle_enemy
+gen_trail_smoke_darker_enemy,50,10,100,1,10,200,200,-360,0,true,true,-1,2,1,12,,0,0,0,300,500,sc/effects.sc,gen_smoke_small_particle_darker_solo_red,,,120,1,100,0,
+gen_trail_small_particle_smoke_darker,50,10,100,1,10,200,200,-360,0,true,true,-1,2,1,12,,0,0,0,300,500,sc/effects.sc,gen_smoke_small_particle_darker_solo,,,120,1,100,0,gen_trail_smoke_darker_enemy
+gen_trail_small_particle_smoke,15,1000,2000,40,50,400,800,0,0,true,true,0,0,1,12,,0,0,0,500,500,sc/effects.sc,smokepuff_bigger,,,70,1,500,0,gen_trail_particle_enemy
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,smokepuff_bigger_2,,,,,,,
+ground_explosion_small,1,,,,,2000,2000,-360,360,,,0,0,0,0,,,,,,,sc/effects.sc,ground_hit,true,,50,40,0,,
+ground_explosion,1,,,,,2000,2000,-360,360,,,0,0,0,0,,,,,,,sc/effects.sc,ground_hit,true,,100,80,0,,
+shotgun_hit,1,100,200,2,3,100,150,-360,360,true,true,0,0,65,100,,,,,,,sc/effects.sc,hit_star,true,true,10,110,10,,
+no_hit_effect_red,5,200,300,1,2,200,300,-360,360,true,true,1,1,0,32,,,,,,,sc/effects.sc,gen_hitfx_dot_red,true,,150,25,80,,
+no_hit_effect,5,200,300,1,2,200,300,-360,360,true,true,1,1,0,32,,,,,,,sc/effects.sc,gen_hitfx_dot_blue,true,,150,25,80,,no_hit_effect_red
+gen_hit_flash,1,10,40,1,1,30,60,-360,360,true,true,-3,3,0,32,,,,,,,sc/effects.sc,hit_star,true,true,100,25,0,,
+gen_hitfx_line_emitter,8,100,200,2,3,100,150,-360,360,true,true,0,0,65,100,,,,,,,sc/effects.sc,gen_hitfx_particle,true,true,50,110,50,,
+gen_hitfx_dot_emitter,5,200,300,1,2,200,300,-360,360,true,true,1,1,0,32,,,,,,,sc/effects.sc,gen_hitfx_dot,true,,100,25,80,,
+gen_beam_trail_particle_enemy,10,30,40,30,40,300,800,0,360,true,true,0,0,2,12,,,0,,1000,1000,sc/effects.sc,gen_particle_red,true,,45,1,1000,0,
+gen_beam_trail_particle,10,30,40,30,40,300,800,0,360,true,true,0,0,2,12,,,0,,1000,1000,sc/effects.sc,gen_particle_blue,true,,45,1,1000,0,gen_beam_trail_particle_enemy
+plasma_trail_emitter_red,20,100,200,12,24,300,800,0,360,true,true,1,2,4,6,,0,0,15,,,sc/effects.sc,tendril_particle_red,true,,70,5,1000,0,
+bat_trail_emitter_red,10,900,900,10,20,400,500,0,360,true,true,1,2,2,6,,0,0,15,,,sc/effects.sc,bat_flight_01_red,true,true,70,40,100,0,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,bat_flight_02_red,true,,,,,,
+bat_trail_emitter,10,900,900,10,20,400,500,0,360,true,true,1,2,2,6,,0,0,15,,,sc/effects.sc,bat_flight_01,true,true,70,40,100,0,bat_trail_emitter_red
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,bat_flight_02,true,,,,,,
+sniper_trail_emitter_special,10,10,30,50,50,400,1000,0,360,true,true,-4,4,1,12,,-5,5,35,500,500,sc/effects.sc,sparkle,true,,70,1,500,0,sparkle_dark
+sniper_trail_emitter,20,400,400,30,30,600,750,0,0,true,true,1,2,4,6,,0,0,15,,,sc/effects.sc,gradient_ring,true,,70,1,500,0,
+plasma_trail_emitter,20,100,200,12,24,300,800,0,360,true,true,1,2,4,6,,0,0,15,,,sc/effects.sc,tendril_particle_blue,true,,70,5,1000,0,plasma_trail_emitter_red
+magic_spark_exlposion,50,200,700,12,24,300,1000,0,360,true,true,2,5,4,100,,0,0,200,,,sc/effects.sc,magic_particle,true,,150,20,200,0,plasma_trail_emitter_red
+magic_spark_trail_emitter,5,100,200,12,24,300,400,0,360,true,true,1,3,4,6,,0,0,15,,,sc/effects.sc,magic_particle,true,,150,20,200,0,plasma_trail_emitter_red
+electricity_spark_trail_emitter_red,5,100,200,12,24,300,400,0,360,true,true,1,3,4,6,,0,0,15,,,sc/effects.sc,spark_4_red,true,true,150,20,200,0,
+electricity_spark_trail_emitter,5,100,200,12,24,300,400,0,360,true,true,1,3,4,6,,0,0,15,,,sc/effects.sc,spark_4,true,,150,20,200,0,electricity_spark_trail_emitter_red
+blob_fx_particles,10,100,200,100,130,300,1200,265,280,,,-2,2,80,120,50,,,200,,,sc/effects.sc,gen_turbulence_dot_yellow,,,50,15,100,450,
+,,,,,,,,,,,,,,,,,,,,,,,gen_turbulence_dot2_yellow,,,,,,,
+health_fx_particles,5,100,200,15,33,300,1200,265,265,true,true,-4,4,80,120,50,,,200,,,sc/effects.sc,gen_spark,,,30,1,100,450,
+gen_explosion_ring_emitter,1,100,200,1,2,1000,2000,0,0,,,0,0,1,1,0,0,0,0,,,sc/effects.sc,gen_explosion_ring1,false,false,100,100,300,,
+gen_explosion_lines_emitter,2,100,200,1,2,200,300,0,0,,,0,0,1,1,0,0,0,0,,,sc/effects.sc,gen_explosion_lines1,false,false,50,200,33,,
+gen_explosion_dust1_emitter,1,3000,3000,3,5,5000,10000,0,360,,,-1,1,-1,1,0,0,0,10,,,sc/effects.sc,gen_explosion_dust1,false,true,50,150,2000,,
+gen_explosion_dust2_emitter,1,3000,3000,3,5,5000,10000,0,360,,,-1,1,-1,1,0,0,0,10,,,sc/effects.sc,gen_explosion_dust2,false,true,50,150,2000,,
+spark_fx_emitter,3,200,200,1,1,100,200,,360,,true,-2,,400,500,,80,100,,200,400,sc/effects.sc,Smallspark,,true,50,30,,,
+Plasma_fx_emitter,9,200,300,,,200,300,,360,,true,,,400,500,,80,100,,200,400,sc/effects.sc,SparkleBlue,,,,,,,
+Dust_emitter_lingering,50,50,100,3,5,500,2000,-360,360,true,true,-10,20,5,12,10,1,2,10,,,sc/effects.sc,BlackSmokeLingering,false,,300,1,400,100,
+Dust_emitter,4,50,100,3,5,1200,1200,-360,360,true,true,-4,4,5,12,10,1,2,10,,,sc/effects.sc,dust_particle1,false,,80,10,400,100,
+,,,,,,,,,,,,,,,,12,,,,,,,dust_particle2,,,,,,,
+,,,,,,,,,,,,,,,,15,,,,,,,dust_particle3,,,,,,,
+Toxic_emitter_red,20,6000,6000,50,1000,2000,3200,-360,360,true,true,-15,15,5,10,,10,20,-30,0,0,sc/effects.sc,toxic_particle1_red,true,,20,230,2000,,
+Toxic_emitter,20,6000,6000,50,1000,2000,3200,-360,360,true,true,-15,15,5,10,,10,20,-30,0,0,sc/effects.sc,toxic_particle1,true,,20,230,2000,,Toxic_emitter_red
+explosion_streaks_emitter,4,200,300,,,400,600,80,100,,false,-1,1,0,0,,80,100,,0,0,sc/effects.sc,gen_explosion_s1,,,100,10,400,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,gen_explosion_s2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,gen_explosion_s3,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,gen_explosion_dark_streak1,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,gen_explosion_s1,,,,,,,
+trickshot_hit_ring_emitter,1,,,,,300,400,0,360,,,0,0,1,2,0,,,,,,sc/effects.sc,ring_trail_particle,true,true,1,150,200,,Ring_trail_emitter_red
+poison_fog_skull_particle,1,0,0,0,0,600,1000,,360,,true,3,7,,,100,,50,35,,,sc/effects.sc,poison_skull,,,20,200,500,20,
+poison_fog_emitter,1,0,0,0,0,3000,4000,-140,140,true,true,-3,3,300,1000,65,20,20,0,,,sc/effects.sc,Poison_smoke,false,true,100,400,300,8000,
+Hot_dust_emitter,2,100,200,,,150,250,,360,,true,,,0,0,10,0,0,,0,0,sc/effects.sc,hot_dust_particle,,true,110,33,100,,
+heal_area_particles_enemy,10,100,200,10,20,800,1000,0,360,,,10,27,10,30,5,10,100,300,0,0,sc/effects.sc,Heal_particle_red,true,true,20,80,300,,
+heal_area_particles,10,100,200,10,20,800,1000,0,360,,,10,27,10,30,5,10,100,300,0,0,sc/effects.sc,Heal_particle,true,true,20,80,300,,heal_area_particles_enemy
+Point_collect_emitter,33,100,200,10,20,300,450,0,360,,true,-1,1,0,1,20,0,0,0,,,sc/effects.sc,point_collect_particle1,true,true,70,1,500,,
+Ring_trail_emitter_red,3,30,40,30,40,400,500,0,360,,,0,0,1,2,0,,,,,,sc/effects.sc,ring_trail_particle_red,true,true,1,100,300,,
+electricity_ring_red,3,30,40,30,40,400,500,0,360,,,0,0,1,2,0,,,,,,sc/effects.sc,electricity_ring_red,true,true,1,100,300,,
+electricity_ring_trail_emitter,3,30,40,30,40,400,500,0,360,,,0,0,1,2,0,,,,,,sc/effects.sc,electricity_ring,true,true,1,100,300,,electricity_ring_red
+Ring_trail_emitter,3,30,40,30,40,400,500,0,360,,,0,0,1,2,0,,,,,,sc/effects.sc,ring_trail_particle,true,true,1,100,300,,Ring_trail_emitter_red
+Health_collect_emitter,33,100,200,10,20,300,450,0,360,,true,-1,1,0,1,20,0,0,0,,,sc/effects.sc,health_collect_particle1,true,true,70,1,500,,
+explosion_arcs_emitter,3,200,300,,,200,300,80,100,,false,-1,1,0,0,,80,100,,0,0,sc/effects.sc,gen_explosion_arc1,,true,100,70,400,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,gen_explosion_arc2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,gen_explosion_arc2,,,,,,,
+gen_death_particle,13,100,200,3,4,800,1200,220,320,,true,-1,3,10,15,65,30,65,-30,,,sc/effects.sc,gen_particle_black,,,200,20,100,20,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,gen_particle,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,gen_particle_black,,,,,,,
+barkeep_smoke_red,70,1000,1000,20,20,700,2000,-140,140,true,true,-10,20,200,300,40,20,200,20,,,sc/effects.sc,barkeep_smoke_1_red,false,true,2,500,300,8000,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,barkeep_smoke_2_red,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,,barkeep_smoke_3_red,,,,,,,
+barkeep_smoke_ulti,100,2000,1600,20,20,1000,2000,-140,140,true,true,-10,20,200,300,200,20,200,50,,,sc/effects.sc,BlackSmoke,false,true,2,500,300,8000,barkeep_smoke_red
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,BlackSmoke2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,,BlackSmoke3,,,,,,,
+barkeep_smoke,70,1000,1000,20,20,700,2000,-140,140,true,true,-10,20,200,300,40,20,200,20,,,sc/effects.sc,barkeep_smoke_1,false,true,10,300,100,8000,barkeep_smoke_red
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,barkeep_smoke_2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,,barkeep_smoke_3,,,,,,,
+Gen_dark_smoke,30,200,300,10,10,1000,2000,-140,140,true,true,-6,8,200,300,65,20,200,20,,,sc/effects.sc,BlackSmoke,false,true,350,1,0,8000,Death_Dust_emitter_red
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,BlackSmoke2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,,BlackSmoke3,,,,,,,
+Gen_dust_emitter,20,200,300,10,10,200,700,-140,140,true,true,-2,5,300,1000,65,20,200,20,,,sc/effects.sc,gen_smoke_small_particle,false,true,200,1,0,8000,Death_Dust_emitter_red
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,gen_smoke_small_particle_2,,,,,,,
+Gen_dust_emitter_big,20,200,300,10,10,200,700,-140,140,true,true,-3,10,300,1000,65,20,200,20,,,sc/effects.sc,gen_smoke_small_particle,false,true,300,1,0,8000,Death_Dust_emitter_red
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,gen_smoke_small_particle_2,,,,,,,
+Death_Dust_emitter_top,5,100,200,4,5,2000,3000,-140,140,true,true,2,0,100,200,100,20,200,20,,,sc/effects.sc,BlackSmoke3,false,true,150,170,100,8000,
+Death_Dust_skull,1,100,200,4,5,2000,3000,-140,140,true,true,0,0,100,200,100,20,200,20,,,sc/effects.sc,deathskull,false,true,100,150,100,8000,
+Death_Dust_emitter_red,40,100,200,4,5,1000,2000,-140,140,true,true,0,2,300,1000,65,20,200,20,,,sc/effects.sc,smokepuff_red_01,false,true,400,5,100,8000,
+Death_Dust_emitter,40,100,200,4,5,1000,2000,-140,140,true,true,0,2,300,1000,65,20,200,20,,,sc/effects.sc,smokepuff_blue_01,false,true,400,5,100,8000,Death_Dust_emitter_red
+Small_Dust_emitter,10,50,100,3,5,10000,10000,-360,360,true,true,-2,2,5,12,100,100,200,200,,,sc/effects.sc,BlackSmoke,false,,150,100,100,100,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,BlackSmoke2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,BlackSmoke3,,,,,,,
+huge_explosion_streaks_emitter,3,200,300,,,400,600,80,360,,false,-1,1,0,0,,80,100,,0,0,sc/effects.sc,explosion_spike_1,,true,200,100,100,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,explosion_spike_2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,explosion_spike_3,,,,,,,
+Small_explosion_streaks_emitter,3,200,300,,,400,600,80,360,,false,-1,1,0,0,,80,100,,0,0,sc/effects.sc,explosion_spike_1,,true,120,50,100,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,explosion_spike_2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,explosion_spike_3,,,,,,,
+Small_Hot_dust_emitter,2,100,200,,,150,250,,360,,true,,,0,0,10,0,0,,0,0,sc/effects.sc,hot_dust_particle,,true,75,20,100,,
+barkeep_shards_red,8,400,400,,1,600,1000,,360,,true,-1,1,50,80,20,100,250,-2000,30,50,sc/effects.sc,shard_red,,,150,50,100,10,
+barkeep_shards,8,400,400,,1,600,1000,,360,,true,-1,1,50,80,20,100,250,-2000,30,50,sc/effects.sc,shard,,,150,50,100,10,barkeep_shards_red
+,,,,,,,,,,,,,,,,,,,,,,,shard_2,,,,,,,
+Gen_Big_Debris_emitter,10,500,500,5,5,500,1000,0,360,,true,-10,7,100,200,0,1000,3000,-7000,0,0,sc/effects.sc,gen_debris1_particle,,true,100,1,200,30,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,gen_debris2_particle,,,,,,,
+Gen_Small_Debris_emitter,8,400,400,,5,600,800,,360,,true,-1,1,50,80,20,100,250,-2000,30,50,sc/effects.sc,gen_debris1_particle,,,50,10,50,10,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,gen_debris2_particle,,,,,,,
+Hammer_ulti_cracks,1,1,1,0,0,5000,6000,-360,360,true,true,0,0,0,0,0,0,0,0,0,0,sc/effects.sc,cracks_ground_01,,true,200,200,1000,0,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,cracks_ground_02,,,,,,,
+Hammer_ulti_rocks,50,0,0,0,0,1000,3000,0,360,true,true,-15,15,20,100,33,600,1500,-7000,0,0,sc/effects.sc,stone_1,,true,120,30,150,150,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,stone_2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,stone_3,,,,,,,
+confetti_explosion,100,500,500,1,1,500,1000,0,360,,true,0,5,50,250,0,0,0,,0,0,sc/effects.sc,confetti_rotate_1,,true,120,10,100,30,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,confetti_rotate_2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,confetti_rotate_3,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,confetti_rotate_4,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,confetti_rotate_5,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,confetti_rotate_6,,,,,,,
+confetti_flying,100,1000,1000,2,5,2000,4000,0,360,,true,-30,30,20,300,0,0,0,,0,0,sc/effects.sc,confetti_rotate_1,,true,80,20,500,30,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,confetti_rotate_2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,confetti_rotate_3,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,confetti_rotate_4,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,confetti_rotate_5,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,confetti_rotate_6,,,,,,,
+one_card_flying,1,100,100,10,10,500,800,0,360,true,true,0,0,0,50,0,100,200,-2000,0,0,sc/effects.sc,card_love,true,true,100,90,150,30,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,card_money,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,card_death,,,,,,,
+trash_hit_particle_enemy,1,10,200,10,10,200,500,0,360,true,true,-2,7,100,100,0,500,1200,-7000,0,0,sc/effects.sc,scrap_red_01,true,true,100,50,150,30,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,scrap_red_02,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,scrap_red_03,,,,,,,
+trash_hit_particle,1,10,20,10,10,700,1000,0,360,true,true,-2,7,100,100,0,500,1200,-7000,0,0,sc/effects.sc,scrap_blue_01,true,true,100,50,150,30,trash_hit_particle_enemy
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,scrap_blue_02,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,scrap_blue_03,,,,,,,
+Cards_flying,10,100,100,10,10,700,1000,0,360,true,true,-2,7,100,100,200,500,1200,-2000,0,0,sc/effects.sc,card_love,true,true,100,100,150,30,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,card_money,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,card_death,,,,,,,
+Gems_flying,40,1000,1000,2,2,8000,10000,0,360,,true,-10,7,100,200,0,1000,3000,-7000,0,0,sc/effects.sc,gem_rotate,,true,80,70,200,30,
+Hammer_trail_rocks_big,10,30,40,20,20,200,500,0,360,,true,-7,7,20,300,0,600,1000,-7000,0,0,sc/effects.sc,stone_1,,true,190,100,200,500,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,stone_2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,stone_3,,,,,,,
+Hammer_trail_rocks,10,30,40,30,30,300,800,0,360,true,true,-2,2,50,200,33,600,1500,-7000,0,0,sc/effects.sc,stone_1,,true,120,30,150,20,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,stone_2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,stone_3,,,,,,,
+Hammer_trail_dust,20,30,40,5,5,200,500,90,90,,,-5,7,10,50,70,10,20,35,500,500,sc/effects.sc,hit_dust,true,,150,1,300,0,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,hit_dust_2,,,,,,,
+soundwave_trail_heal_ulti_red,40,500,1000,20,5,500,1000,90,90,,,-8,10,10,50,70,10,20,35,500,500,sc/effects.sc,mexico_cloud_dark_red,true,,150,1,10,0,
+soundwave_trail_heal_ulti_flowers,40,100,200,20,40,100,200,0,360,,,-10,10,1,1,1,1,1,1,500,500,sc/effects.sc,mexico_cloud_heal,true,,200,1,10,0,
+soundwave_trail_heal_ulti,40,500,1000,20,5,200,1200,90,90,,,-8,10,0,1,1,1,1,1,,,sc/effects.sc,flower_01,,,150,50,300,0,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,music_note_3,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,flower_02,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,flower_03,,,,,,,
+soundwave_trail_dust_red,20,30,40,5,5,50,200,90,90,,true,-5,15,10,50,70,10,20,35,500,200,sc/effects.sc,mexico_cloud_red,true,,140,1,50,0,
+soundwave_trail_dust,20,100,100,5,5,50,200,90,90,,true,-5,15,10,50,70,10,20,35,500,200,sc/effects.sc,mexico_cloud,true,,140,1,50,0,soundwave_trail_dust_red
+Nuts_and_bolts_particle_big,10,30,40,0,0,500,2000,0,360,true,true,-2,2,50,200,33,600,1500,-7000,0,0,sc/effects.sc,bolt_1,,true,120,30,150,20,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,bolt_2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,bolt_3,,,,,,,
+Nuts_and_bolts_particle,1,30,40,0,0,500,1000,0,360,true,true,-2,2,50,200,33,600,1500,-7000,0,0,sc/effects.sc,bolt_1,,true,120,30,150,20,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,bolt_2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,bolt_3,,,,,,,
+Hammer_trail_particle,4,40,40,70,70,700,700,,,,,-5,5,,,-50,-3,3,,500,500,sc/effects.sc,cracks_ground_02,true,,70,70,700,0,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,cracks_ground_01,,,,,,,
+purple_trail_particle,10,30,40,30,40,400,500,0,360,true,true,-1,1,1,12,,-3,3,35,500,500,sc/effects.sc,gen_particle_purple,true,,60,10,500,0,
+gen_move_dust_emitter,10,100,200,100,200,600,800,0,360,true,true,-1,1,3,5,10,30,20,20,,,sc/effects.sc,dust_particle1_single,,true,20,2,500,,
+Teleport_light_particles,33,40,100,10,20,2400,3200,0,360,true,true,-1,1,10,12,30,-5,5,20,100,100,sc/effects.sc,gen_particle,,,100,20,10,,
+,,,,,,,,,,,,,,,,,,,,,,,gen_particle_black,,,,,,,
+Stunner,9,100,200,,,100,400,,360,,true,,,400,500,,80,100,,200,400,sc/effects.sc,SparkleBlue,,,,,,,
+Death_sparkle_still1,12,180,180,1,3,300,2500,-20,20,true,,,2,,35,25,,50,-150,,,sc/effects.sc,Death_blue_sparkle1,,true,80,10,2000,25,Death_sparkle2_purple
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,Death_blue_sparkle2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,Death_blue_sparkle3,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,Death_blue_sparkle4,,,,,,,
+Death_sparkle2_purple,12,180,180,1,3,600,2900,-20,20,true,,,2,,35,25,,50,-150,,,sc/effects.sc,Death_purple_sparkle1,,true,80,10,1600,25,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,Death_purple_sparkle2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,Death_purple_sparkle3,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,Death_purple_sparkle4,,,,,,,
+Grass_hit_debris1,12,100,200,10,20,300,800,0,360,,true,-4,4,10,15,50,10,20,-100,,,sc/effects.sc,grass_straw_1,true,,80,10,500,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,grass_straw_1,,,,,,,
+Grass_hit_big_mine,40,200,300,10,10,300,1200,-120,90,,true,-5,5,10,200,100,20,40,-200,,,sc/effects.sc,grass_straw_3_mine,true,true,200,20,500,300,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,grass_straw_2_mine,,,,,,,
+Grass_hit_big_yellow,40,200,300,10,10,300,1200,-120,90,,true,-5,5,10,200,100,20,40,-200,,,sc/effects.sc,grass_straw_1_desert,true,true,200,20,500,300,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,grass_straw_2_desert,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,grass_straw_3_desert,,,,,,,
+Grass_hit_big,40,200,300,10,10,300,1200,-120,90,,true,-5,5,10,200,100,20,40,-200,,,sc/effects.sc,grass_straw_3,true,true,200,20,500,300,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,grass_straw_2,,,,,,,
+Grass_hit_mine,5,200,300,10,10,300,900,-120,90,,true,-2,2,10,200,170,20,40,-200,,,sc/effects.sc,grass_straw_3_mine,true,true,120,20,500,300,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,grass_straw_2_mine,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,,grass_straw_1_mine,,,,,,,
+Grass_hit_yellow,5,200,300,10,10,300,900,-120,90,,true,-2,2,10,200,170,20,40,-200,,,sc/effects.sc,grass_straw_1_desert,true,true,120,20,500,300,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,grass_straw_2_desert,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,,grass_straw_3_desert,,,,,,,
+Grass_hit,5,200,300,10,10,300,900,-120,90,,true,-2,2,10,200,170,20,40,-200,,,sc/effects.sc,grass_straw_3,true,true,120,20,500,300,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,grass_straw_2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,,grass_straw_1,,,,,,,
+Grass_wind,1,200,300,1,3,50,900,-120,90,,true,-5,5,30,45,50,20,40,-100,,,sc/effects.sc,grass_straw_3,true,true,70,20,500,5,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,grass_straw_2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,grass_straw_1,,,,,,,
+Grass_explo_debris1,60,200,300,10,20,500,900,0,360,,true,-5,5,30,45,50,20,40,-100,,,sc/effects.sc,grass_straw_3,true,true,80,45,500,5,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,grass_straw_2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,grass_straw_1,,,,,,,
+leaves_on_ground,30,550,800,20,30,1000,2000,0,360,,true,-5,5,20,50,40,10,20,-50,,,sc/effects.sc,grass_straw_3,true,true,75,50,400,20,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,grass_straw_2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,grass_straw_1,,,,,,,
+shell,1,0,0,10,500,1000,2000,-360,360,,true,-2,2,70,100,28,150,300,-2000,0,0,sc/effects.sc,shell_1,,true,60,70,300,10,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,shell_2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,shell_3,,,,,,,
+shell_shotgun,1,0,0,10,500,1000,2000,90,110,,true,-2,2,70,100,28,150,300,-2000,0,0,sc/effects.sc,shell_1,,true,60,70,300,10,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,shell_2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,shell_3,,,,,,,
+Rock_hit_debris1_mine,1,0,0,10,500,100,1000,-45,45,,true,-2,2,20,70,28,150,300,-2000,0,0,sc/effects.sc,stone_1_mine,true,true,75,40,100,10,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,stone_2_mine,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,stone_3_mine,,,,,,,
+Rock_hit_debris1,1,0,0,10,500,100,1000,-45,45,,true,-2,2,20,70,28,150,300,-2000,0,0,sc/effects.sc,stone_1,true,true,75,40,100,10,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,stone_2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,stone_3,,,,,,,
+splinters_small,1,200,400,5,10,1000,2000,90,360,true,true,-2,2,50,200,33,600,800,-7000,0,0,sc/effects.sc,splinter_01,,true,100,30,300,120,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,splinter_02,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,splinter_03,,,,,,,
+splinters,2,200,400,5,10,1000,2000,0,360,true,true,-2,2,50,200,33,600,1500,-7000,0,0,sc/effects.sc,splinter_01,,true,100,30,300,20,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,nail_01,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,splinter_02,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,splinter_03,,,,,,,
+Rock_explo_debris1_mine,5,,,,,1000,2000,0,360,true,true,-2,2,50,100,33,1000,2000,-7000,0,0,sc/effects.sc,stone_1_mine,,true,100,50,300,5,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,stone_2_mine,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,stone_3_mine,,,,,,,
+fragile_explo_debris_oasis,20,,,,,1000,2000,0,360,true,true,-2,2,50,100,33,1000,2000,-7000,0,0,sc/effects.sc,vase_shard_01,,true,100,50,300,5,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,vase_shard_02,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,vase_shard_03,,,,,,,
+fragile_explo_debris,10,,,,,1000,2000,0,360,true,true,-2,2,50,100,33,1000,2000,-7000,0,0,sc/effects.sc,bone_01,,true,100,50,300,5,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,bone_02,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,bone_03,,,,,,,
+Rock_explo_debris1,5,,,,,1000,2000,0,360,true,true,-2,2,50,100,33,1000,2000,-7000,0,0,sc/effects.sc,stone_1,,true,100,50,300,5,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,stone_2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,stone_3,,,,,,,
+Hit_dust,1,200,400,5,10,500,1000,-360,360,,true,0,3,10,15,0,5,8,140,,,sc/effects.sc,hit_dust_2,,,140,10,200,10,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,hit_dust,,,,,,,
+Explo_dust,20,50,500,1,2,100,1200,-360,360,,true,-5,5,10,20,50,12,22,200,,,sc/effects.sc,hit_dust,,,150,50,300,20,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,hit_dust_2,,,,,,,
+planks_fly,10,,,,,500,1000,90,360,,true,-5,10,20,300,0,600,3000,-7000,0,0,sc/effects.sc,plank_01,,true,150,50,200,20,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,plank_02,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,splinter_02,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,splinter_03,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,plank_03,,,,,,,
+fire_after_explosion,3,,,,,200,5000,90,360,,true,-10,15,,,,,,,0,0,sc/effects.sc,fire_2,,true,50,10,200,0,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,fire_3,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,fire_1,,,,,,,
+planks,10,,,,,2000,7000,90,360,,true,-5,10,20,300,0,600,1000,-7000,0,0,sc/effects.sc,plank_01,,true,150,120,200,500,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,plank_02,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,splinter_02,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,splinter_03,,,,,,,
+Rock_explo_debris2_mine,5,,,,,200,1000,0,360,,true,-3,3,20,100,0,1000,3000,-6000,0,0,sc/effects.sc,stone_1_mine,,true,300,100,200,20,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,stone_2_mine,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,stone_3_mine,,,,,,,
+Rock_explo_debris2,5,,,,,200,1000,0,360,,true,-3,3,20,100,0,1000,3000,-6000,0,0,sc/effects.sc,stone_1,,true,300,100,200,20,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,stone_2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,stone_3,,,,,,,
+Pix_emitter_red,50,1200,1200,10,20,900,1300,0,360,,,-5,5,2,3,140,-40,-100,-400,,,sc/effects.sc,red_pix,,true,100,20,200,,
+Pix_emitter,50,1200,1200,10,20,900,1300,0,360,,,-5,5,2,3,140,-40,-100,-400,,,sc/effects.sc,blue_pix,,true,100,20,200,,Pix_emitter_red
+Pix_emitter_up,50,1200,1200,10,20,900,1300,0,360,,,-5,5,2,3,0,40,120,200,,,sc/effects.sc,blue_pix,,true,100,20,200,,Pix_emitter_red
+Ground_glow_emitter_red,1,100,200,3,4,2000,2000,0,360,,,0,0,0,0,0,0,0,0,0,0,sc/effects.sc,red_buildup_ground,,,450,350,200,,
+Ground_glow_emitter,1,100,200,3,4,2000,2000,0,360,,,0,0,0,0,0,0,0,0,0,0,sc/effects.sc,buildup_ground,,,450,350,200,,Ground_glow_emitter_red
+gen_bouncefx_dot_blue_emitter,3,100,150,1,2,200,250,-360,360,true,true,1,1,0,10,,,,,,,sc/effects.sc,gen_hitfx_dot_blue,true,,80,2,140,,
+gen_bouncefx_dot_emitter,3,100,150,1,2,200,250,-360,360,true,true,0,0,0,7,,,,,,,sc/effects.sc,gen_hitfx_dot,true,,80,2,140,,
+rocket_trail_emitter_red,25,8500,8500,40,40,1000,1200,0,0,true,true,0,0,1,12,,0,0,0,,,sc/effects.sc,rocket_trail_particle_red,true,,100,50,500,0,
+rocket_trail_spark_emitter_red,20,8500,8500,50,50,500,750,-10,10,true,,-1,1,5,25,,0,0,0,,,sc/effects.sc,gen_hitfx_dot,true,,33,5,50,0,
+rocket_trail_emitter,25,8500,8500,40,40,1000,1200,0,0,true,true,0,0,1,12,,0,0,0,,,sc/effects.sc,rocket_trail_particle,true,,100,50,500,0,rocket_trail_emitter_red
+rocket_trail_smoke_emitter_red,33,0,0,30,30,5000,10000,-360,360,true,true,,,1,12,,0,0,0,,,sc/effects.sc,BlackSmoke_rocket_red,true,,70,1,800,0,rocket_trail_smoke_emitter_red
+lucha_smoke_emitter_red,100,0,0,30,30,2000,3000,-360,360,true,true,-1,1,1,12,,0,0,0,,,sc/effects.sc,lucha_smoke_red,true,,150,1,800,0,
+lucha_smoke_emitter,100,0,0,30,30,2000,3000,-360,360,true,true,-1,1,1,12,,0,0,0,,,sc/effects.sc,lucha_smoke,true,,150,1,800,0,lucha_smoke_emitter_red
+shotgun_trail_smoke_emitter,100,0,0,30,30,5000,10000,-360,360,true,true,-1,1,1,12,,0,0,0,,,sc/effects.sc,BlackSmoke_rocket,true,,100,50,800,0,rocket_trail_smoke_emitter_red
+lucha_smoke_emitter_super,33,0,0,30,30,5000,10000,-360,360,true,true,-2,5,1,12,,0,0,0,,,sc/effects.sc,BlackSmoke_lucha,true,,150,1,800,0,
+rocket_trail_smoke_emitter,33,0,0,30,30,5000,10000,-360,360,true,true,,,1,12,,0,0,0,,,sc/effects.sc,BlackSmoke_rocket,true,,70,1,800,0,rocket_trail_smoke_emitter_red
+rocket_trail_spark_emitter,20,8500,8500,50,50,500,750,-10,10,true,,-1,1,5,25,,0,0,0,,,sc/effects.sc,gen_hitfx_dot,true,,33,5,50,0,rocket_trail_spark_emitter_red
+gen_small_smoke_emitter_red,5,180,240,10,20,1200,2400,0,0,true,true,-3,3,20,30,70,-3,-30,20,,,sc/effects.sc,gen_smoke_small_particle_red,,,200,20,800,10,
+Gen_small_smoke,5,700,800,5,7,1200,2400,-5,45,true,true,-3,3,1,1,0,-3,0,100,,,sc/effects.sc,smokepuff_walk,,,50,100,800,10,
+dust_puff,5,5,240,5,7,1200,2400,-5,45,true,true,-2,2,1,1,0,-3,0,100,,,sc/effects.sc,smokepuff_walk,,,200,50,800,10,
+walking_smoke,1,5,240,5,7,1200,2400,-5,45,true,true,-1,1,1,1,0,-3,0,100,,,sc/effects.sc,smokepuff_walk,,,50,100,800,10,
+gen_small_smoke_emitter_smaller,5,5,240,5,7,1000,1700,-5,45,true,true,-3,3,40,50,70,-3,-30,20,,,sc/effects.sc,gen_smoke_small_particle,,,50,10,800,10,
+gen_small_smoke_emitter_darker,1,2,240,5,7,1000,1000,-5,45,true,true,-3,3,40,50,70,-3,-30,20,,,sc/effects.sc,gen_smoke_small_particle_darker,,,120,20,800,10,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,gen_smoke_small_particle_darker_2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,gen_smoke_small_particle_darker_3,,,,,,,
+gen_small_smoke_emitter,5,5,240,5,7,1000,1700,-5,45,true,true,-3,3,40,50,70,-3,-30,20,,,sc/effects.sc,gen_smoke_small_particle,,,100,20,800,10,
+shooting_spark_emitter_red,20,120,180,10,20,500,750,-5,45,true,,0,0,100,120,70,0,0,0,,,sc/effects.sc,gen_hitfx_dot,true,,33,1,100,0,
+muzzle_flash_white_tiny,3,3,1,20,100,100,100,-5,45,true,,0,0,0,0,70,0,0,0,,,sc/effects.sc,muzzle_flash_white,true,true,100,200,0,0,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,muzzle_flash_white_2,,,,,,,
+muzzle_flash_smaller,3,3,1,20,100,100,100,-5,45,true,,0,0,0,0,70,0,0,0,,,sc/effects.sc,muzzle_flash,true,true,100,200,0,0,
+,3,3,1,20,100,100,100,-5,45,true,,0,0,0,0,70,0,0,0,,,sc/effects.sc,muzzle_flash_2,true,true,150,300,0,0,
+muzzle_flash,3,3,1,20,100,100,100,-5,45,true,,0,0,0,0,70,0,0,0,,,sc/effects.sc,muzzle_flash,true,true,150,300,0,0,
+,3,3,1,20,100,100,100,-5,45,true,,0,0,0,0,70,0,0,0,,,sc/effects.sc,muzzle_flash_2,true,true,150,300,0,0,
+shooting_spark_emitter,7,10,180,10,,300,750,-5,45,true,,0,0,100,120,70,0,0,0,,,sc/effects.sc,gen_spark,true,,50,1,100,0,
+rocket_spark_emitter,1,,,20,,50,200,-356,,true,true,,2,100,200,0,200,300,0,,,sc/effects.sc,gen_spark,true,,30,1,200,0,
+rocket_attack_smoke_emitter_red,5,180,240,10,20,1200,2400,0,0,true,true,-4,4,2,5,66,-100,-200,10,,,sc/effects.sc,gen_smoke_small_particle_red,,,60,300,600,20,
+rocket_attack_smoke_emitter,5,180,240,10,20,1200,2400,0,0,true,true,-4,4,2,5,66,-100,-200,10,,,sc/effects.sc,gen_smoke_small_particle,,,60,300,600,20,rocket_attack_smoke_emitter_red
+rocket_shoot_spark_emitter_red,8,120,180,10,20,500,750,-5,45,true,,-2,2,3,5,66,-400,-600,-200,10,30,sc/effects.sc,gen_hitfx_dot,true,,70,1,200,0,
+rocket_shoot_spark_emitter,8,120,180,10,20,500,750,-5,45,true,,-2,2,3,5,66,-400,-600,-200,10,30,sc/effects.sc,gen_hitfx_dot_blue,true,,70,1,200,0,rocket_shoot_spark_emitter_red
+laser_muzzle_emitter_red,2,100,200,2,3,200,300,0,5,true,true,0,0,0,0,75,0,0,0,,,sc/effects.sc,gen_muzzleline_particle_red,true,,10,200,100,,
+laser_muzzle_emitter,2,100,200,2,3,200,300,0,5,true,true,0,0,0,0,75,0,0,0,,,sc/effects.sc,gen_muzzleline_particle,true,,10,200,100,,laser_muzzle_emitter_red
+charge_fx_emitter,30,500,1200,50,100,1200,2400,0,,true,true,-1,1,10,20,50,0,0,-30,40,500,sc/effects.sc,gen_smoke_small_particle,true,,100,300,300,,
+turret_muzzle_emitter_red,2,100,200,2,3,200,300,0,5,true,true,0,0,0,0,20,0,0,0,,,sc/effects.sc,gen_muzzleline_particle_red,true,,10,200,100,,
+turret_muzzle_emitter,2,100,200,2,3,200,300,0,5,true,true,0,0,0,0,20,0,0,0,,,sc/effects.sc,gen_muzzleline_particle,true,,10,200,100,,turret_muzzle_emitter_red
+splat_emitter,4,100,200,10,30,600,800,0,360,true,true,-1,1,2,3,100,80,120,20,,,sc/effects.sc,splat,,,20,50,600,,
+ground_splat_emitter_red,10,1,1,0,0,10000,10000,0,360,true,true,-5,5,1,2,0,0,0,0,0,0,sc/effects.sc,splat_1_red,,,50,20,200,10,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,splat_2_red,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,splat_3_red,,,,,,,
+ground_splat_small_red,10,1,1,0,0,8000,9000,0,360,true,true,-15,15,1,2,0,0,0,0,0,0,sc/effects.sc,splat_3_red,,,40,1,200,10,
+ground_splat_small,10,1,1,0,0,8000,9000,0,360,true,true,-15,15,1,2,0,0,0,0,0,0,sc/effects.sc,splat_3,,,40,1,200,10,ground_splat_small_red
+ground_splat_emitter,10,1,1,0,0,10000,10000,0,360,true,true,-5,5,1,2,0,0,0,0,0,0,sc/effects.sc,splat_1,,,50,20,200,10,ground_splat_emitter_red
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,splat_2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,splat_3,,,,,,,
+barkeep_fire,70,1,1,0,0,100,5000,0,360,true,true,-15,15,1,2,0,0,0,0,0,0,sc/effects.sc,fire,,true,80,30,200,300,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,fire_2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,fire_3,,,,,,,
+barkeep_splat_red,10,1,1,0,0,1400,1400,0,360,true,true,-15,15,1,2,0,0,0,0,0,0,sc/effects.sc,barkeep_splat_1_red,,true,70,50,200,300,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,barkeep_splat_2_red,,,,,,,
+barkeep_splat,10,1,1,0,0,1400,1400,0,360,true,true,-15,15,1,2,0,0,0,0,0,0,sc/effects.sc,barkeep_splat_1,,true,70,50,200,300,barkeep_splat_red
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,barkeep_splat_2,,,,,,,
+barkeep_splat_ulti,1,1,1,0,0,3000,4000,0,360,true,true,-20,20,1,2,0,0,0,0,0,0,sc/effects.sc,splat_ulti,,,40,10,200,300,barkeep_splat_red
+splats_flying_red,10,,,,,100,700,90,360,,true,-10,15,200,250,0,0,0,0,0,0,sc/effects.sc,splat_3_red,,true,100,10,200,200,
+splats_flying,10,,,,,100,700,90,360,,true,-10,15,200,250,0,0,0,0,0,0,sc/effects.sc,splat_3,,true,100,10,200,200,splats_flying_red
+big_explosion_streaks_emitter,4,200,300,,,400,600,80,100,,false,-1,1,0,0,,80,100,,0,0,sc/effects.sc,gen_explosion_s1,,,100,10,400,,
+big_explosion_lines_emitter,2,100,200,1,2,200,300,0,0,,,0,0,1,1,0,0,0,0,,,sc/effects.sc,gen_explosion_lines1,false,false,50,200,33,,
+big_Dust_emitter,4,50,100,3,5,1200,1200,-360,360,true,true,-4,4,5,12,10,1,2,10,,,sc/effects.sc,dust_particle1,false,,150,10,400,100,
+big_Hot_dust_emitter,2,100,200,,,150,250,,360,,true,,,0,0,10,0,0,,0,0,sc/effects.sc,hot_dust_particle,,true,200,33,100,,
+very_big_explosion_lines_emitter,4,200,300,,,400,600,80,100,,false,-1,1,0,0,,80,100,,0,0,sc/effects.sc,gen_explosion_s1,,,150,70,400,,
+very_big_explosion_streaks_emitter,2,100,200,1,2,200,300,0,0,,,0,0,1,1,0,0,0,0,,,sc/effects.sc,gen_explosion_lines1,false,false,50,200,33,,
+very_big_Dust_emitter,4,50,100,3,5,1200,1200,-360,360,true,true,-4,4,5,12,10,1,2,10,,,sc/effects.sc,dust_particle1,false,,200,10,400,100,
+very_big_Hot_dust_emitter,2,100,200,,,150,250,,360,,true,,,0,0,10,0,0,,0,0,sc/effects.sc,hot_dust_particle,,true,300,33,100,,
+bgr_test_emitter,15,8500,8500,70,120,3200,6400,0,360,,true,-1,1,1,3,10,100,200,-10,,,sc/effects.sc,dust_particle1,false,false,15,150,5500,,
+bgr_test_trail_spark_emitter,15,8500,8500,50,50,500,750,0,360,true,,-1,1,1,3,,120,250,-20,,,sc/effects.sc,gen_hitfx_dot,true,,33,5,50,0,rocket_trail_spark_emitter_red
+Green_hit,3,200,300,5,5,300,600,0,0,,true,0,1,15,120,0,50,500,-1200,,,sc/effects.sc,grass_straw_3,true,true,120,20,500,100,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,grass_straw_2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,,grass_straw_1,,,,,,,
+Sharpie_emitter,1,2,2,1,5,1200,1200,0,360,true,true,0,0,1,1,5,5,15,10,,,sc/effects.sc,sharpie_fx,,true,45,45,50,500,
+Sharpie_emitter_enemy,1,2,2,1,5,1200,1200,0,360,true,true,0,0,1,1,5,5,15,10,,,sc/effects.sc,sharpie_fx_red,,true,45,45,50,500,
+MineRing_emitter_enemy,1,1,1,1,1,1300,1300,0,0,true,,0,0,0,0,0,0,0,0,,,sc/effects.sc,mine_range600_red,,,70,70,50,,
+MineRing_emitter,1,1,1,1,1,1300,1300,0,0,true,,0,0,0,0,0,0,0,0,,,sc/effects.sc,mine_range600_blue,,,70,70,50,,
+SpawnShield_emitter,1,1,1,1,1,4000,4000,180,180,true,,0,0,0,0,0,0,0,0,,,sc/effects.sc,spawnshield_fx,,true,100,100,50,,
+gold_trail_emitter,15,100,200,100,150,600,800,0,360,true,true,1,3,30,40,20,30,40,-1500,,,sc/effects.sc,coin_asset,true,,50,50,200,0,
+gold_no_hit_explosion,15,100,200,10,20,600,800,0,360,true,true,1,3,30,40,20,100,120,-1500,,,sc/effects.sc,coin_asset,true,,50,50,200,0,
+gold_hit_explosion,15,100,200,10,20,600,800,0,360,true,true,1,3,40,60,20,120,160,-1500,,,sc/effects.sc,coin_asset,true,,50,50,200,0,
+stunned_particle,5,800,800,200,250,500,700,,360,,true,5,7,0,0,100,,0,0,,,sc/effects.sc,sparkle_01,,,100,100,500,20,
+crow_flame_trail_large_particle,30,30,10,20,20,700,900,0,360,true,true,0,0,10,20,,-3,3,35,500,500,sc/effects.sc,dynamike_spark,true,,120,20,800,0,
+crow_flame_trail_small_particle,30,30,10,20,20,600,800,0,360,true,true,0,2,30,130,,-3,3,35,500,500,sc/effects.sc,dynamike_spark,true,,70,10,700,0,
+flame_trail_particle,10,30,40,30,30,200,300,0,360,true,true,-1,1,10,70,,-3,3,35,500,500,sc/effects.sc,dynamike_spark,true,,100,20,100,0,
+meteor_shards,10,30,40,0,0,500,2000,0,360,true,true,-2,2,50,200,33,600,1500,-7000,0,0,sc/effects.sc,meteor_shard_01,,true,120,30,150,20,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,meteor_shard_02,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,meteor_shard_03,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,meteor_shard_04,,,,,,,
+power_up_bottle_sparkle_trail,10,1500,3000,100,300,1000,3000,-100,-60,true,true,5,8,10,30,-50,0,0,0,0,0,sc/effects.sc,sparkle_01,true,,50,10,500,0,
+mushroom_particles,10,5000,5000,10,0,5000,5000,,360,,true,2,30,,,0,,0,0,,,sc/effects.sc,mushroom_growing_01,,,100,100,250,,
+burning_particle_raid_boss,50,100,200,1,0,5500,6700,,360,,true,2,23,,,0,,0,0,,,sc/effects.sc,fire,,true,70,30,500,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,fire_2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,fire_3,,,,,,,
+raidboss_skill_warning_short,1,2,2,1,5,750,750,0,360,true,true,0,0,1,1,5,5,15,10,,,sc/effects.sc,sharpie_fx_red,,true,60,60,50,500,
+raidboss_skill_warning_medium,1,2,2,1,5,1000,1000,0,360,true,true,0,0,1,1,5,5,15,10,,,sc/effects.sc,sharpie_fx_red,,true,60,60,50,500,
+raidboss_skill_warning_long,1,2,2,1,5,1250,1250,0,360,true,true,0,0,1,1,5,5,15,10,,,sc/effects.sc,sharpie_fx_red,,true,60,60,50,500,
+burning_particle_wizard_ulti_blue,20,100,200,1,0,3800,3800,,360,,true,2,7,,,0,,0,0,,,sc/effects.sc,fire_blue_1,,true,50,30,500,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,fire_blue_2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,fire_blue_3,,,,,,,
+burning_particle_wizard_ulti,20,100,200,1,0,3800,3800,,360,,true,2,7,,,0,,0,0,,,sc/effects.sc,fire,,true,50,30,500,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,fire_2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,fire_3,,,,,,,
+burning_particle_wizard_blue,20,100,200,1,0,1900,1900,,360,,true,2,7,,,0,,0,0,,,sc/effects.sc,fire_blue_1,,true,50,30,500,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,fire_blue_2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,fire_blue_3,,,,,,,
+burning_particle_wizard,20,100,200,1,0,1900,1900,,360,,true,2,7,,,0,,0,0,,,sc/effects.sc,fire,,true,50,30,500,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,fire_2,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,fire_3,,,,,,,
+Rock_hit_debris1_town,1,0,0,10,500,100,1000,-45,45,,true,-2,2,20,70,28,150,300,-2000,0,0,sc/effects.sc,stone_1_town,true,true,75,40,100,10,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,stone_2_town,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,stone_3_town,,,,,,,
+Rock_explo_debris2_town,5,,,,,200,1000,0,360,,true,-3,3,20,100,0,1000,3000,-6000,0,0,sc/effects.sc,stone_1_town,,true,300,100,200,20,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,stone_2_town,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,sc/effects.sc,stone_3_town,,,,,,,
diff --git a/CN-39.133/csv_client/particle_emitters.json b/CN-39.133/csv_client/particle_emitters.json
new file mode 100644
index 000000000..a8095a0dc
--- /dev/null
+++ b/CN-39.133/csv_client/particle_emitters.json
@@ -0,0 +1,873832 @@
+
+{
+ "Cards_flying":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.850000024,
+ "to": 0.850000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 3.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -30.000001907
+ },
+ "to":
+ {
+ "z": -30.000001907
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.875000000,
+ "to": 0.875000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 7.500000000,
+ "to": 7.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 18.000000000,
+ "to": 18.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "card_love"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "card_money"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "card_death"
+ }
+ ]
+ },
+ "Crate_explo_debris1_brawlywood":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 1.500000238,
+ "to": 1.500000238
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.500000179,
+ "to": 0.500000179
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset":
+ {
+ "z": 0.495000213
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000642,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 30.000001907,
+ "to": 30.000001907
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.650000215,
+ "to": 0.650000215
+ },
+ "friction":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.350000203,
+ "to": 0.350000203
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_02"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_dark_02"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_dark_03"
+ }
+ ]
+ },
+ "Crate_explo_debris2_brawlywood":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -90.000000000
+ },
+ "to":
+ {
+ "z": -90.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_dark_01"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_dark_02"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_dark_03"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_01"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_02"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_03"
+ }
+ ]
+ },
+ "Dark_explo_debris1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.495000005
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 30.000001907,
+ "to": 30.000001907
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.650000215,
+ "to": 0.650000215
+ },
+ "friction":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.350000203,
+ "to": 0.350000203
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_dark"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2_dark"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3_dark"
+ }
+ ]
+ },
+ "Dark_explo_debris2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.600000203,
+ "to": 0.600000203
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.400000215,
+ "to": 0.400000215
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -90.000000000
+ },
+ "to":
+ {
+ "z": -90.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000642,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_dark"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_dark"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3_dark"
+ }
+ ]
+ },
+ "Death_Dust_emitter":
+ {
+ "enemyVersion": "Death_Dust_emitter_red",
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 40,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.975000024
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "z": 0.300000012
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 800.000000000,
+ "y": 800.000000000
+ },
+ "to":
+ {
+ "x": 800.000000000,
+ "y": 800.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -140.000000000,
+ "to": -140.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 140.000000000,
+ "to": 140.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 12.000000954,
+ "to": 12.000000954
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 40.000003815,
+ "to": 40.000003815
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.300000399,
+ "to": 0.300000399
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 3.000000477,
+ "to": 3.000000477
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.650000393,
+ "to": 0.650000393
+ },
+ "friction":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.350000411,
+ "to": 0.350000411
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 0.050000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "smokepuff_blue_01"
+ }
+ ]
+ },
+ "Death_Dust_emitter_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 40,
+ "lifetime":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 1.500000358,
+ "to": 1.500000358
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.500000417,
+ "to": 0.500000417
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.975000024
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "z": 0.300000012
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000393,
+ "durationJitter": 0.050000399,
+ "spawnRate":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 800.000000000,
+ "y": 800.000000000
+ },
+ "to":
+ {
+ "x": 800.000000000,
+ "y": 800.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -140.000000000,
+ "to": -140.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 140.000000000,
+ "to": 140.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 12.000000954,
+ "to": 12.000000954
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 40.000003815,
+ "to": 40.000003815
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.300000399,
+ "to": 0.300000399
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 3.000000477,
+ "to": 3.000000477
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.650000393,
+ "to": 0.650000393
+ },
+ "friction":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.350000411,
+ "to": 0.350000411
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 0.050000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "smokepuff_red_01"
+ }
+ ]
+ },
+ "Death_Dust_emitter_top":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 2.500000477,
+ "to": 2.500000477
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.500000417,
+ "to": 0.500000417
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "z": 0.300000012
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000393,
+ "durationJitter": 0.050000399,
+ "spawnRate":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 800.000000000,
+ "y": 800.000000000
+ },
+ "to":
+ {
+ "x": 800.000000000,
+ "y": 800.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -140.000000000,
+ "to": -140.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 140.000000000,
+ "to": 140.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000954,
+ "to": 8.000000954
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.700000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "BlackSmoke3"
+ }
+ ]
+ },
+ "Death_Dust_skull":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "z": 0.300000012
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 800.000000000,
+ "y": 800.000000000
+ },
+ "to":
+ {
+ "x": 800.000000000,
+ "y": 800.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -140.000000000,
+ "to": -140.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 140.000000000,
+ "to": 140.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000954,
+ "to": 8.000000954
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "deathskull"
+ }
+ ]
+ },
+ "Death_sparkle2_purple":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 12,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.750000000,
+ "to": 1.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.149999976,
+ "to": 1.149999976
+ },
+ "mass": 1.000000358,
+ "spawnPointOffset":
+ {
+ "z": 0.375000387
+ },
+ "gravity":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from":
+ {
+ "z": -2.250000000
+ },
+ "to":
+ {
+ "z": -2.250000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.180000007,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 333.333343506,
+ "to": 333.333343506
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.333333403,
+ "to": 0.333333403
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.500000000,
+ "y": 2.500000000
+ },
+ "to":
+ {
+ "x": 2.500000000,
+ "y": 2.500000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.250000387,
+ "to": 0.250000387
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -20.000000000,
+ "to": -20.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.399999976,
+ "to": 1.399999976
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 1.600000024,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "Death_purple_sparkle1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "Death_purple_sparkle2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "Death_purple_sparkle3"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "Death_purple_sparkle4"
+ }
+ ]
+ },
+ "Death_sparkle_still1":
+ {
+ "enemyVersion": "Death_sparkle2_purple",
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 12,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.399999976,
+ "to": 1.399999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "mass": 1.000000358,
+ "spawnPointOffset":
+ {
+ "z": 0.375000387
+ },
+ "gravity":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from":
+ {
+ "z": -2.250000000
+ },
+ "to":
+ {
+ "z": -2.250000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.180000007,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 333.333343506,
+ "to": 333.333343506
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.333333403,
+ "to": 0.333333403
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.500000000,
+ "y": 2.500000000
+ },
+ "to":
+ {
+ "x": 2.500000000,
+ "y": 2.500000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.250000387,
+ "to": 0.250000387
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -20.000000000,
+ "to": -20.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.399999976,
+ "to": 1.399999976
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 2.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "Death_blue_sparkle1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "Death_blue_sparkle2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "Death_blue_sparkle3"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "Death_blue_sparkle4"
+ }
+ ]
+ },
+ "Dust_emitter":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 4,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.150000006
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.150000006
+ },
+ "to":
+ {
+ "z": 0.150000006
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.075000003,
+ "durationJitter": 0.025000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000
+ },
+ "to":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.479999989,
+ "to": 0.479999989
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.015000000,
+ "to": 0.015000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.400000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "dust_particle1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "dust_particle2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "dust_particle3"
+ }
+ ]
+ },
+ "Dust_emitter_lingering":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.250000000,
+ "to": 1.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.150000006
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.150000006
+ },
+ "to":
+ {
+ "z": 0.150000006
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.075000003,
+ "durationJitter": 0.025000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000
+ },
+ "to":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -1.250000000,
+ "to": -1.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.460000008,
+ "to": 0.460000008
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.103999972,
+ "to": 1.103999972
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.015000000,
+ "to": 0.015000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 0.010000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.400000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "BlackSmokeLingering"
+ }
+ ]
+ },
+ "Explo_dust_100":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.750000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "z": 3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.275000006,
+ "durationJitter": 0.224999994,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 500.000000000,
+ "to": 500.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.625000000,
+ "to": -0.625000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.625000000,
+ "to": 0.625000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.180000007,
+ "to": 0.180000007
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.330000013,
+ "to": 0.330000013
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "hit_dust"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "hit_dust_2"
+ }
+ ]
+ },
+ "Explo_dust_100_white":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.750000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "z": 3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.275000006,
+ "durationJitter": 0.224999994,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 500.000000000,
+ "to": 500.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.625000000,
+ "to": -0.625000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.625000000,
+ "to": 0.625000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.180000007,
+ "to": 0.180000007
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.330000013,
+ "to": 0.330000013
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "hit_dust_white"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "hit_dust_2_white"
+ }
+ ]
+ },
+ "Explo_dust_120":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.750000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "z": 3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.275000006,
+ "durationJitter": 0.224999994,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 500.000000000,
+ "to": 500.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.625000000,
+ "to": -0.625000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.625000000,
+ "to": 0.625000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.479999989,
+ "to": 0.479999989
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.959999979,
+ "to": 0.959999979
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.180000007,
+ "to": 0.180000007
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.330000013,
+ "to": 0.330000013
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "hit_dust"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "hit_dust_2"
+ }
+ ]
+ },
+ "Explo_dust_120_white":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.750000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "z": 3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.275000006,
+ "durationJitter": 0.224999994,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 500.000000000,
+ "to": 500.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.625000000,
+ "to": -0.625000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.625000000,
+ "to": 0.625000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.479999989,
+ "to": 0.479999989
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.959999979,
+ "to": 0.959999979
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.180000007,
+ "to": 0.180000007
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.330000013,
+ "to": 0.330000013
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "hit_dust_white"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "hit_dust_2_white"
+ }
+ ]
+ },
+ "Fence_explo_debris1_castle":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 1.500000238,
+ "to": 1.500000238
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.500000179,
+ "to": 0.500000179
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset":
+ {
+ "z": 0.495000213
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000642,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 30.000001907,
+ "to": 30.000001907
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.650000215,
+ "to": 0.650000215
+ },
+ "friction":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.350000203,
+ "to": 0.350000203
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_waterpark"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2_waterpark"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_4_waterpark"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_yellow_02"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_yellow_03"
+ }
+ ]
+ },
+ "Fence_explo_debris2_castle":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -90.000000000
+ },
+ "to":
+ {
+ "z": -90.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_waterpark"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2_waterpark"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_4_waterpark"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_yellow_02"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_yellow_03"
+ }
+ ]
+ },
+ "Fence_explo_debris_brawlywood":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 12,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -90.000000000
+ },
+ "to":
+ {
+ "z": -90.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.005000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.064000010,
+ "to": 1.064000010
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 5.320000172,
+ "to": 5.320000172
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.250000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_orange_01"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_orange_02"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_orange_03"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "brawlywood_fence_debris_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "brawlywood_fence_debris_3"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "brawlywood_fence_debris_1"
+ }
+ ]
+ },
+ "Fence_explo_debris_retro":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -90.000000000
+ },
+ "to":
+ {
+ "z": -90.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.064000010,
+ "to": 1.064000010
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 5.320000172,
+ "to": 5.320000172
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.250000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "plastic_shard_01"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "plastic_shard_02"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "plastic_shard_03"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_01"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_02"
+ }
+ ]
+ },
+ "Fence_explo_debris_scrap":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 8,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -90.000000000
+ },
+ "to":
+ {
+ "z": -90.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.064000010,
+ "to": 1.064000010
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 5.320000172,
+ "to": 5.320000172
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.500000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_green_01"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_green_02"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_green_03"
+ }
+ ]
+ },
+ "Fence_hit_brawlywood":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "mass": 0.300000012,
+ "spawnPointOffset":
+ {
+ "z": 0.419999987
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -30.000001907
+ },
+ "to":
+ {
+ "z": -30.000001907
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.490000010,
+ "to": 0.490000010
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -45.000000000,
+ "to": -45.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.064000010,
+ "to": 1.064000010
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.723999977,
+ "to": 3.723999977
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.250000000,
+ "to": 2.250000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.500000000,
+ "to": 4.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_orange_01"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_orange_03"
+ }
+ ]
+ },
+ "Fence_hit_debris1_castle":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.419999987
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -30.000001907
+ },
+ "to":
+ {
+ "z": -30.000001907
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.490000010,
+ "to": 0.490000010
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -45.000000000,
+ "to": -45.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.064000010,
+ "to": 1.064000010
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.723999977,
+ "to": 3.723999977
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.250000000,
+ "to": 2.250000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.500000000,
+ "to": 4.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_waterpark"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2_waterpark"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_4_waterpark"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_yellow_02"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_yellow_03"
+ }
+ ]
+ },
+ "Fence_hit_retro":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "mass": 0.300000012,
+ "spawnPointOffset":
+ {
+ "z": 0.419999987
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -30.000001907
+ },
+ "to":
+ {
+ "z": -30.000001907
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.490000010,
+ "to": 0.490000010
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -45.000000000,
+ "to": -45.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.064000010,
+ "to": 1.064000010
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.723999977,
+ "to": 3.723999977
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.250000000,
+ "to": 2.250000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.500000000,
+ "to": 4.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_retro"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2_retro"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3_retro"
+ }
+ ]
+ },
+ "Fence_hit_scrap":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "mass": 0.300000012,
+ "spawnPointOffset":
+ {
+ "z": 0.419999987
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -30.000001907
+ },
+ "to":
+ {
+ "z": -30.000001907
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.490000010,
+ "to": 0.490000010
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -45.000000000,
+ "to": -45.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.064000010,
+ "to": 1.064000010
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.723999977,
+ "to": 3.723999977
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.250000000,
+ "to": 2.250000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.500000000,
+ "to": 4.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.500000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_green_01"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_green_02"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_green_03"
+ }
+ ]
+ },
+ "Gems_flying":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 40,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 500.000000000,
+ "to": 500.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -1.250000000,
+ "to": -1.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.875000000,
+ "to": 0.875000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gem_rotate"
+ }
+ ]
+ },
+ "Gen_Big_Debris_emitter":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -1.250000000,
+ "to": -1.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.875000000,
+ "to": 0.875000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000954,
+ "to": 8.000000954
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.010000004
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_debris1_particle"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_debris2_particle"
+ }
+ ]
+ },
+ "Gen_Small_Debris_emitter_100":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -30.000001907
+ },
+ "to":
+ {
+ "z": -30.000001907
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.919270873,
+ "y1": -0.010416657,
+ "x2": 0.885416687,
+ "y2": 0.533854246,
+ "from": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.638020873,
+ "y1": 0.005208394,
+ "x2": 0.205729187,
+ "y2": 0.994791687,
+ "from": 720.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.050000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_debris1_particle"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_debris2_particle"
+ }
+ ]
+ },
+ "Gen_Small_Debris_emitter_120":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -30.000001907
+ },
+ "to":
+ {
+ "z": -30.000001907
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.599999905,
+ "to": 3.599999905
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.919270873,
+ "y1": -0.010416657,
+ "x2": 0.885416687,
+ "y2": 0.533854246,
+ "from": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.638020873,
+ "y1": 0.005208394,
+ "x2": 0.205729187,
+ "y2": 0.994791687,
+ "from": 720.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.050000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_debris1_particle"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_debris2_particle"
+ }
+ ]
+ },
+ "Gen_Small_Debris_emitter_190":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -30.000001907
+ },
+ "to":
+ {
+ "z": -30.000001907
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 5.699999809,
+ "to": 5.699999809
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 9.500000000,
+ "to": 9.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.919270873,
+ "y1": -0.010416657,
+ "x2": 0.885416687,
+ "y2": 0.533854246,
+ "from": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.638020873,
+ "y1": 0.005208394,
+ "x2": 0.205729187,
+ "y2": 0.994791687,
+ "from": 720.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.050000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_debris1_particle"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_debris2_particle"
+ }
+ ]
+ },
+ "Gen_Small_Debris_emitter_230":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -30.000001907
+ },
+ "to":
+ {
+ "z": -30.000001907
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 6.900000095,
+ "to": 6.900000095
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 11.500000000,
+ "to": 11.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.919270873,
+ "y1": -0.010416657,
+ "x2": 0.885416687,
+ "y2": 0.533854246,
+ "from": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.638020873,
+ "y1": 0.005208394,
+ "x2": 0.205729187,
+ "y2": 0.994791687,
+ "from": 720.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.050000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_debris1_particle"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_debris2_particle"
+ }
+ ]
+ },
+ "Gen_Small_Debris_emitter_270":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -30.000001907
+ },
+ "to":
+ {
+ "z": -30.000001907
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.100000381,
+ "to": 8.100000381
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 13.500000000,
+ "to": 13.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.919270873,
+ "y1": -0.010416657,
+ "x2": 0.885416687,
+ "y2": 0.533854246,
+ "from": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.638020873,
+ "y1": 0.005208394,
+ "x2": 0.205729187,
+ "y2": 0.994791687,
+ "from": 720.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.050000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_debris1_particle"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_debris2_particle"
+ }
+ ]
+ },
+ "Gen_Small_Debris_emitter_70":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -30.000001907
+ },
+ "to":
+ {
+ "z": -30.000001907
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.099999905,
+ "to": 2.099999905
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.500000000,
+ "to": 3.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.919270873,
+ "y1": -0.010416657,
+ "x2": 0.885416687,
+ "y2": 0.533854246,
+ "from": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.638020873,
+ "y1": 0.005208394,
+ "x2": 0.205729187,
+ "y2": 0.994791687,
+ "from": 720.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.050000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_debris1_particle"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_debris2_particle"
+ }
+ ]
+ },
+ "Gen_Small_Debris_emitter_95":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -30.000001907
+ },
+ "to":
+ {
+ "z": -30.000001907
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.849999905,
+ "to": 2.849999905
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.750000000,
+ "to": 4.750000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.919270873,
+ "y1": -0.010416657,
+ "x2": 0.885416687,
+ "y2": 0.533854246,
+ "from": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.638020873,
+ "y1": 0.005208394,
+ "x2": 0.205729187,
+ "y2": 0.994791687,
+ "from": 720.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.050000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_debris1_particle"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_debris2_particle"
+ }
+ ]
+ },
+ "Gen_dark_smoke":
+ {
+ "enemyVersion": "Death_Dust_emitter_red",
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.975000024
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "z": 0.300000012
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 800.000000000,
+ "y": 800.000000000
+ },
+ "to":
+ {
+ "x": 800.000000000,
+ "y": 800.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.750000000,
+ "to": -0.750000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -140.000000000,
+ "to": -140.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 140.000000000,
+ "to": 140.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000954,
+ "to": 8.000000954
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 12.000000954,
+ "to": 12.000000954
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 0.300000101,
+ "to": 0.300000101
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 0.650000095,
+ "to": 0.650000095
+ },
+ "friction":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 0.350000113,
+ "to": 0.350000113
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.500000000,
+ "to": 0.010000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "BlackSmoke"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "BlackSmoke2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "BlackSmoke3"
+ }
+ ]
+ },
+ "Gen_dust_emitter":
+ {
+ "enemyVersion": "Death_Dust_emitter_red",
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 0.450000107,
+ "to": 0.450000107
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 0.250000089,
+ "to": 0.250000089
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.975000024
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "z": 0.300000012
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000089,
+ "durationJitter": 0.050000101,
+ "spawnRate":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 800.000000000,
+ "y": 800.000000000
+ },
+ "to":
+ {
+ "x": 800.000000000,
+ "y": 800.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.625000000,
+ "to": 0.625000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -140.000000000,
+ "to": -140.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 140.000000000,
+ "to": 140.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 12.000000954,
+ "to": 12.000000954
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 40.000003815,
+ "to": 40.000003815
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.300000399,
+ "to": 0.300000399
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 3.000000477,
+ "to": 3.000000477
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.650000393,
+ "to": 0.650000393
+ },
+ "friction":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.350000411,
+ "to": 0.350000411
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 0.010000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_smoke_small_particle"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_smoke_small_particle_2"
+ }
+ ]
+ },
+ "Gen_dust_emitter_big":
+ {
+ "enemyVersion": "Death_Dust_emitter_red",
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.450000405,
+ "to": 0.450000405
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.250000387,
+ "to": 0.250000387
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.975000024
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "z": 0.300000012
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000387,
+ "durationJitter": 0.050000399,
+ "spawnRate":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 800.000000000,
+ "y": 800.000000000
+ },
+ "to":
+ {
+ "x": 800.000000000,
+ "y": 800.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.250000000,
+ "to": 1.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -140.000000000,
+ "to": -140.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 140.000000000,
+ "to": 140.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 12.000000954,
+ "to": 12.000000954
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 40.000003815,
+ "to": 40.000003815
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.300000399,
+ "to": 0.300000399
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 3.000000477,
+ "to": 3.000000477
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.650000393,
+ "to": 0.650000393
+ },
+ "friction":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.350000411,
+ "to": 0.350000411
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 0.010000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_smoke_small_particle"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_smoke_small_particle_2"
+ }
+ ]
+ },
+ "Gen_small_smoke":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 1.800000429,
+ "to": 1.800000429
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.600000381,
+ "to": 0.600000381
+ },
+ "mass": 1.000000358,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 1.500000000
+ },
+ "to":
+ {
+ "z": 1.500000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.750000417,
+ "durationJitter": 0.050000399,
+ "spawnRate":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 142.857147217,
+ "to": 142.857147217
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.142857403,
+ "to": 0.142857403
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -5.000000000,
+ "to": -5.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.045000002,
+ "to": -0.045000002
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.800000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "smokepuff_walk"
+ }
+ ]
+ },
+ "Grass_explo_debris1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 60,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.750000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -1.500000000
+ },
+ "to":
+ {
+ "z": -1.500000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.625000000,
+ "to": -0.625000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.625000000,
+ "to": 0.625000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.799999952,
+ "to": 1.799999952
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_3"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_1"
+ }
+ ]
+ },
+ "Grass_hit":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 2.549999952
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ },
+ "to":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -120.000000000,
+ "to": -120.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000954,
+ "to": 8.000000954
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_3"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_1"
+ }
+ ]
+ },
+ "Grass_hit_bazaar":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 2.549999952
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ },
+ "to":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -120.000000000,
+ "to": -120.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000954,
+ "to": 8.000000954
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_3_bazaar"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_2_bazaar"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_1_bazaar"
+ }
+ ]
+ },
+ "Grass_hit_big":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 40,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ },
+ "to":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.625000000,
+ "to": -0.625000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.625000000,
+ "to": 0.625000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -120.000000000,
+ "to": -120.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000954,
+ "to": 8.000000954
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_3"
+ }
+ ]
+ },
+ "Grass_hit_big_bazaar":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 40,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ },
+ "to":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.625000000,
+ "to": -0.625000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.625000000,
+ "to": 0.625000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -120.000000000,
+ "to": -120.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000954,
+ "to": 8.000000954
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_2_bazaar"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_3_bazaar"
+ }
+ ]
+ },
+ "Grass_hit_big_castle":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 40,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ },
+ "to":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.625000000,
+ "to": -0.625000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.625000000,
+ "to": 0.625000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -120.000000000,
+ "to": -120.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000954,
+ "to": 8.000000954
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_1_castle"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_2_castle"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_3_castle"
+ }
+ ]
+ },
+ "Grass_hit_big_giftshop":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 40,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ },
+ "to":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.625000000,
+ "to": -0.625000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.625000000,
+ "to": 0.625000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -120.000000000,
+ "to": -120.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000954,
+ "to": 8.000000954
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_2_giftshop"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_3_giftshop"
+ }
+ ]
+ },
+ "Grass_hit_big_mine":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 40,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ },
+ "to":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.625000000,
+ "to": -0.625000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.625000000,
+ "to": 0.625000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -120.000000000,
+ "to": -120.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000954,
+ "to": 8.000000954
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_3_mine"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_2_mine"
+ }
+ ]
+ },
+ "Grass_hit_big_minicity":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 40,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ },
+ "to":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.625000000,
+ "to": -0.625000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.625000000,
+ "to": 0.625000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -120.000000000,
+ "to": -120.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000954,
+ "to": 8.000000954
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.750000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "prt_tree_leaf"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "prt_tree_leaf_2"
+ }
+ ]
+ },
+ "Grass_hit_big_retro":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 40,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ },
+ "to":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.625000000,
+ "to": -0.625000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.625000000,
+ "to": 0.625000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -120.000000000,
+ "to": -120.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000954,
+ "to": 8.000000954
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_2_retro"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_3_retro"
+ }
+ ]
+ },
+ "Grass_hit_big_snowtel":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 40,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ },
+ "to":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.625000000,
+ "to": -0.625000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.625000000,
+ "to": 0.625000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -120.000000000,
+ "to": -120.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000954,
+ "to": 8.000000954
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_3_snowtel"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_2_snowtel"
+ }
+ ]
+ },
+ "Grass_hit_big_starrforce":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 40,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ },
+ "to":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.625000000,
+ "to": -0.625000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.625000000,
+ "to": 0.625000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -120.000000000,
+ "to": -120.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000954,
+ "to": 8.000000954
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_2_starrforce"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_3_starrforce"
+ }
+ ]
+ },
+ "Grass_hit_big_yellow":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 40,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ },
+ "to":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.625000000,
+ "to": -0.625000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.625000000,
+ "to": 0.625000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -120.000000000,
+ "to": -120.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000954,
+ "to": 8.000000954
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_1_desert"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_2_desert"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_3_desert"
+ }
+ ]
+ },
+ "Grass_hit_castle":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 2.549999952
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ },
+ "to":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -120.000000000,
+ "to": -120.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000954,
+ "to": 8.000000954
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_1_castle"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_2_castle"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_3_castle"
+ }
+ ]
+ },
+ "Grass_hit_debris1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 12,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.750000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -1.500000000
+ },
+ "to":
+ {
+ "z": -1.500000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_1"
+ }
+ ]
+ },
+ "Grass_hit_giftshop":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 2.549999952
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ },
+ "to":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -120.000000000,
+ "to": -120.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000954,
+ "to": 8.000000954
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_3_giftshop"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_2_giftshop"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_1_giftshop"
+ }
+ ]
+ },
+ "Grass_hit_mine":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 2.549999952
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ },
+ "to":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -120.000000000,
+ "to": -120.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000954,
+ "to": 8.000000954
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_3_mine"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_2_mine"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_1_mine"
+ }
+ ]
+ },
+ "Grass_hit_minicity":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 2.549999952
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ },
+ "to":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -120.000000000,
+ "to": -120.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000954,
+ "to": 8.000000954
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.750000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "prt_tree_leaf"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "prt_tree_leaf_2"
+ }
+ ]
+ },
+ "Grass_hit_retro":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 2.549999952
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ },
+ "to":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -120.000000000,
+ "to": -120.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000954,
+ "to": 8.000000954
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_1_retro"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_2_retro"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_3_retro"
+ }
+ ]
+ },
+ "Grass_hit_snowtel":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 2.549999952
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ },
+ "to":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -120.000000000,
+ "to": -120.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000954,
+ "to": 8.000000954
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_3_snowtel"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_2_snowtel"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_1_snowtel"
+ }
+ ]
+ },
+ "Grass_hit_starrforce":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 2.549999952
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ },
+ "to":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -120.000000000,
+ "to": -120.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000954,
+ "to": 8.000000954
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_3_starrforce"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_2_starrforce"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_1_starrforce"
+ }
+ ]
+ },
+ "Grass_hit_yellow":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 2.549999952
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ },
+ "to":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -120.000000000,
+ "to": -120.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000954,
+ "to": 8.000000954
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_1_desert"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_2_desert"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_3_desert"
+ }
+ ]
+ },
+ "Grass_wind":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.474999994,
+ "to": 0.474999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.425000012,
+ "to": 0.425000012
+ },
+ "mass": 1.000000358,
+ "spawnPointOffset":
+ {
+ "z": 0.750000417
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -1.500000000
+ },
+ "to":
+ {
+ "z": -1.500000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 333.333343506,
+ "to": 333.333343506
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.333333403,
+ "to": 0.333333403
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": -0.625000000,
+ "to": -0.625000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.625000000,
+ "to": 0.625000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -120.000000000,
+ "to": -120.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.799999952,
+ "to": 1.799999952
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_3"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_1"
+ }
+ ]
+ },
+ "Green_hit":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -18.000000000
+ },
+ "to":
+ {
+ "z": -18.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000
+ },
+ "to":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.800000191,
+ "to": 4.800000191
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 7.500000000,
+ "to": 7.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_3"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "grass_straw_1"
+ }
+ ]
+ },
+ "Ground_glow_emitter":
+ {
+ "enemyVersion": "Ground_glow_emitter_red",
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 250.000000000,
+ "to": 250.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.500000000,
+ "to": 3.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "buildup_ground"
+ }
+ ]
+ },
+ "Ground_glow_emitter_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 250.000000000,
+ "to": 250.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.500000000,
+ "to": 3.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "red_buildup_ground"
+ }
+ ]
+ },
+ "Hammer_trail_dust_100":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.049999952
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.524999976
+ },
+ "to":
+ {
+ "z": 0.524999976
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.035000000,
+ "durationJitter": 0.005000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.625000000,
+ "to": -0.625000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.875000000,
+ "to": 0.875000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 0.010000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "hit_dust"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "hit_dust_2"
+ }
+ ]
+ },
+ "Hammer_trail_dust_75":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.049999952
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.524999976
+ },
+ "to":
+ {
+ "z": 0.524999976
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.035000000,
+ "durationJitter": 0.005000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.625000000,
+ "to": -0.625000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.875000000,
+ "to": 0.875000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 0.010000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "hit_dust"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "hit_dust_2"
+ }
+ ]
+ },
+ "Hammer_trail_particle_50":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 4,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000358,
+ "spawnPointOffset":
+ {
+ "z": -0.750000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.039999999,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 14.285714149,
+ "to": 14.285714149
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.625000000,
+ "to": -0.625000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.625000000,
+ "to": 0.625000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.045000002,
+ "to": -0.045000002
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.045000002,
+ "to": 0.045000002
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.699999988,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "cracks_ground_02"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "cracks_ground_01"
+ }
+ ]
+ },
+ "Hammer_trail_particle_75":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 4,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000358,
+ "spawnPointOffset":
+ {
+ "z": -0.750000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.039999999,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 14.285714149,
+ "to": 14.285714149
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.625000000,
+ "to": -0.625000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.625000000,
+ "to": 0.625000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.045000002,
+ "to": -0.045000002
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.045000002,
+ "to": 0.045000002
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.699999988,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "cracks_ground_02"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "cracks_ground_01"
+ }
+ ]
+ },
+ "Hammer_trail_rocks":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset":
+ {
+ "z": 0.495000213
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.035000000,
+ "durationJitter": 0.005000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 33.333332062,
+ "to": 33.333332062
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000954,
+ "to": 8.000000954
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 22.500000000,
+ "to": 22.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3"
+ }
+ ]
+ },
+ "Hammer_trail_rocks_big":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.035000000,
+ "durationJitter": 0.005000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 50.000000000,
+ "y": 50.000000000
+ },
+ "to":
+ {
+ "x": 50.000000000,
+ "y": 50.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.875000000,
+ "to": -0.875000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.875000000,
+ "to": 0.875000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 12.000000954,
+ "to": 12.000000954
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 0.650000095,
+ "to": 0.650000095
+ },
+ "friction":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 0.350000113,
+ "to": 0.350000113
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.899999976,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3"
+ }
+ ]
+ },
+ "Hammer_ulti_cracks":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 5.500000000,
+ "to": 5.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 0.500000119,
+ "to": 0.500000119
+ },
+ "mass": 1.000000119,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000100,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104
+ },
+ "minAngle":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000119,
+ "scale":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from":
+ {
+ "x": 1.000000119,
+ "y": 1.000000119,
+ "z": 1.000000119
+ },
+ "to":
+ {
+ "x": 1.000000119,
+ "y": 1.000000119,
+ "z": 1.000000119
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 1.000000119,
+ "to": 1.000000119
+ },
+ "angle":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104
+ },
+ "tailLength":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 1.000000119,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "cracks_ground_01"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "cracks_ground_02"
+ }
+ ]
+ },
+ "Hammer_ulti_rocks":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.495000005
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 15.000000000,
+ "y": 15.000000000
+ },
+ "to":
+ {
+ "x": 15.000000000,
+ "y": 15.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -1.875000000,
+ "to": -1.875000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.875000000,
+ "to": 1.875000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 22.500000000,
+ "to": 22.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3"
+ }
+ ]
+ },
+ "Hay_hit":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 2.549999952
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ },
+ "to":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -120.000000000,
+ "to": -120.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000954,
+ "to": 8.000000954
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.750000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 300.000000000,
+ "to": 300.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "prt_hay"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "prt_hay_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "prt_hay_3"
+ }
+ ]
+ },
+ "Hay_hit_big":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 35,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 5.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 5.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.625000000,
+ "to": -0.625000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.625000000,
+ "to": 0.625000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -120.000000000,
+ "to": -120.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000954,
+ "to": 8.000000954
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.750000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.750000000,
+ "to": 1.500000000
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 400.000000000,
+ "to": 400.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "prt_hay"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "prt_hay_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "prt_hay_3"
+ }
+ ]
+ },
+ "Health_collect_emitter":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 33,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.075000003,
+ "to": 0.075000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.010000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "health_collect_particle1"
+ }
+ ]
+ },
+ "Hit_dust_0":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 2.099999905
+ },
+ "to":
+ {
+ "z": 2.099999905
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.300000012,
+ "durationJitter": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.075000003,
+ "to": 0.075000003
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.399999976,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "hit_dust_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "hit_dust"
+ }
+ ]
+ },
+ "Hit_dust_100":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 2.099999905
+ },
+ "to":
+ {
+ "z": 2.099999905
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.300000012,
+ "durationJitter": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.075000003,
+ "to": 0.075000003
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.399999976,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "hit_dust_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "hit_dust"
+ }
+ ]
+ },
+ "Hit_dust_200":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 2.099999905
+ },
+ "to":
+ {
+ "z": 2.099999905
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.300000012,
+ "durationJitter": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5510.000000000,
+ "to": 5510.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6230.000000000,
+ "to": 6230.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.075000003,
+ "to": 0.075000003
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.399999976,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "hit_dust_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "hit_dust"
+ }
+ ]
+ },
+ "Hot_dust_emitter":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.150000006
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.100000024,
+ "to": 0.330000013
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "hot_dust_particle"
+ }
+ ]
+ },
+ "MineRing_emitter":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.299999952,
+ "to": 1.299999952
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.050000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "mine_range600_blue"
+ }
+ ]
+ },
+ "MineRing_emitter_enemy":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.299999952,
+ "to": 1.299999952
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.050000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "mine_range600_red"
+ }
+ ]
+ },
+ "Nuts_and_bolts_delay":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 6,
+ "emitterDelay": 0.349999994,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.250000000,
+ "to": 1.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.495000005
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -80.000000000
+ },
+ "to":
+ {
+ "z": -80.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 14.000000000,
+ "to": 14.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 24.000000000,
+ "to": 24.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.575520873,
+ "y1": 0.005208343,
+ "x2": 0.127604187,
+ "y2": 0.885416687,
+ "from": 360.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "bolt_1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "bolt_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "bolt_3"
+ }
+ ]
+ },
+ "Nuts_and_bolts_particle_100":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.495000005
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.035000000,
+ "durationJitter": 0.005000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 208.000000000,
+ "to": 208.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 568.000000000,
+ "to": 568.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 22.500000000,
+ "to": 22.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "bolt_1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "bolt_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "bolt_3"
+ }
+ ]
+ },
+ "Nuts_and_bolts_particle_50":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.495000005
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.035000000,
+ "durationJitter": 0.005000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5870.000000000,
+ "to": 5870.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6230.000000000,
+ "to": 6230.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 22.500000000,
+ "to": 22.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "bolt_1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "bolt_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "bolt_3"
+ }
+ ]
+ },
+ "Nuts_and_bolts_particle_big":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 6,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.250000000,
+ "to": 1.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.495000005
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.035000000,
+ "durationJitter": 0.005000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.250000000,
+ "to": 2.250000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 22.500000000,
+ "to": 22.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.544270873,
+ "y1": 0.013020843,
+ "x2": 0.166666687,
+ "y2": 0.994791746,
+ "from": 240.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "bolt_1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "bolt_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "bolt_3"
+ }
+ ]
+ },
+ "Pix_emitter":
+ {
+ "enemyVersion": "Pix_emitter_red",
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 2.099999905
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -6.000000000
+ },
+ "to":
+ {
+ "z": -6.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.200000048,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.625000000,
+ "to": -0.625000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.625000000,
+ "to": 0.625000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.600000024,
+ "to": -0.600000024
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -1.500000000,
+ "to": -1.500000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "blue_pix"
+ }
+ ]
+ },
+ "Pix_emitter_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 2.099999905
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -6.000000000
+ },
+ "to":
+ {
+ "z": -6.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.200000048,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.625000000,
+ "to": -0.625000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.625000000,
+ "to": 0.625000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.600000024,
+ "to": -0.600000024
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -1.500000000,
+ "to": -1.500000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "red_pix"
+ }
+ ]
+ },
+ "Pix_emitter_up":
+ {
+ "enemyVersion": "Pix_emitter_red",
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "z": 3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.200000048,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.625000000,
+ "to": -0.625000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.625000000,
+ "to": 0.625000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.799999952,
+ "to": 1.799999952
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "blue_pix"
+ }
+ ]
+ },
+ "Plasma_fx_emitter":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 9,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 16.000001907,
+ "to": 16.000001907
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 20.000001907,
+ "to": 20.000001907
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 1.200000167,
+ "to": 1.200000167
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 1.500000238,
+ "to": 1.500000238
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.650000215,
+ "to": 0.650000215
+ },
+ "friction":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.350000203,
+ "to": 0.350000203
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "SparkleBlue"
+ }
+ ]
+ },
+ "Poco_Trail_special_particle":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.300000191,
+ "to": 0.300000191
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.200000197,
+ "to": 0.200000197
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.524999976
+ },
+ "to":
+ {
+ "z": 0.524999976
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000238,
+ "spawnRate":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 3.333333254,
+ "to": 3.333333254
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.483333200,
+ "to": 0.483333200
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.045000002,
+ "to": -0.045000002
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.045000002,
+ "to": 0.045000002
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.010000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "Heal_particle"
+ }
+ ]
+ },
+ "Point_collect_emitter":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 33,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.075000003,
+ "to": 0.075000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.010000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "point_collect_particle1"
+ }
+ ]
+ },
+ "Ring_trail_emitter":
+ {
+ "enemyVersion": "Ring_trail_emitter_red",
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.035000000,
+ "durationJitter": 0.005000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 25.000000000,
+ "to": 25.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.010000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "ring_trail_particle"
+ }
+ ]
+ },
+ "Ring_trail_emitter_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.035000000,
+ "durationJitter": 0.005000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 25.000000000,
+ "to": 25.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.010000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "ring_trail_particle_red"
+ }
+ ]
+ },
+ "Rock_explo_debris1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.495000005
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 30.000001907,
+ "to": 30.000001907
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.650000215,
+ "to": 0.650000215
+ },
+ "friction":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.350000203,
+ "to": 0.350000203
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3"
+ }
+ ]
+ },
+ "Rock_explo_debris1_brawlywood":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 1.500000238,
+ "to": 1.500000238
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.500000179,
+ "to": 0.500000179
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset":
+ {
+ "z": 0.495000213
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000642,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 30.000001907,
+ "to": 30.000001907
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.650000215,
+ "to": 0.650000215
+ },
+ "friction":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.350000203,
+ "to": 0.350000203
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_brawlywood"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2_brawlywood"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3_brawlywood"
+ }
+ ]
+ },
+ "Rock_explo_debris1_castle":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 1.500000238,
+ "to": 1.500000238
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.500000179,
+ "to": 0.500000179
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset":
+ {
+ "z": 0.495000213
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000642,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 30.000001907,
+ "to": 30.000001907
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.650000215,
+ "to": 0.650000215
+ },
+ "friction":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.350000203,
+ "to": 0.350000203
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_waterpark"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2_waterpark"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_4_waterpark"
+ }
+ ]
+ },
+ "Rock_explo_debris1_darryls":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 1.500000238,
+ "to": 1.500000238
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.500000179,
+ "to": 0.500000179
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset":
+ {
+ "z": 0.495000213
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000642,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 30.000001907,
+ "to": 30.000001907
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.650000215,
+ "to": 0.650000215
+ },
+ "friction":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.350000203,
+ "to": 0.350000203
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_darryls"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2_darryls"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3_darryls"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "splinter_orange_01"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "plank_orange_02"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "plank_orange_03"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "plank_orange_01"
+ }
+ ]
+ },
+ "Rock_explo_debris1_mine":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 1.500000238,
+ "to": 1.500000238
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.500000179,
+ "to": 0.500000179
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset":
+ {
+ "z": 0.495000213
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000642,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 30.000001907,
+ "to": 30.000001907
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.650000215,
+ "to": 0.650000215
+ },
+ "friction":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.350000203,
+ "to": 0.350000203
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_mine"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2_mine"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3_mine"
+ }
+ ]
+ },
+ "Rock_explo_debris1_minicity":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 1.500000238,
+ "to": 1.500000238
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.500000179,
+ "to": 0.500000179
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset":
+ {
+ "z": 0.495000213
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000642,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 30.000001907,
+ "to": 30.000001907
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.650000215,
+ "to": 0.650000215
+ },
+ "friction":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.350000203,
+ "to": 0.350000203
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "minicity_buidling1_debris1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "minicity_buidling1_debris2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "minicity_buidling1_debris3"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_02"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_03"
+ }
+ ]
+ },
+ "Rock_explo_debris1_pocos_green":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 1.500000238,
+ "to": 1.500000238
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.500000179,
+ "to": 0.500000179
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset":
+ {
+ "z": 0.495000213
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000642,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 30.000001907,
+ "to": 30.000001907
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.650000215,
+ "to": 0.650000215
+ },
+ "friction":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.350000203,
+ "to": 0.350000203
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_pocos_green"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2_pocos_green"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3_pocos_green"
+ }
+ ]
+ },
+ "Rock_explo_debris1_pocos_pink":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 1.500000238,
+ "to": 1.500000238
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.500000179,
+ "to": 0.500000179
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset":
+ {
+ "z": 0.495000213
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000642,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 30.000001907,
+ "to": 30.000001907
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.650000215,
+ "to": 0.650000215
+ },
+ "friction":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.350000203,
+ "to": 0.350000203
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3_pocos_pink"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2_pocos_pink"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_pocos_pink"
+ }
+ ]
+ },
+ "Rock_explo_debris1_pocos_yellow":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 1.500000238,
+ "to": 1.500000238
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.500000179,
+ "to": 0.500000179
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset":
+ {
+ "z": 0.495000213
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000642,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 30.000001907,
+ "to": 30.000001907
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.650000215,
+ "to": 0.650000215
+ },
+ "friction":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.350000203,
+ "to": 0.350000203
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_darryls"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2_darryls"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3_darryls"
+ }
+ ]
+ },
+ "Rock_explo_debris1_retro":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 1.500000238,
+ "to": 1.500000238
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.500000179,
+ "to": 0.500000179
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset":
+ {
+ "z": 0.495000213
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000642,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 30.000001907,
+ "to": 30.000001907
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.650000215,
+ "to": 0.650000215
+ },
+ "friction":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.350000203,
+ "to": 0.350000203
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_retro"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2_retro"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3_retro"
+ }
+ ]
+ },
+ "Rock_explo_debris1_scrap":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 1.500000238,
+ "to": 1.500000238
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.500000179,
+ "to": 0.500000179
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset":
+ {
+ "z": 0.495000213
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000642,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 30.000001907,
+ "to": 30.000001907
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.650000215,
+ "to": 0.650000215
+ },
+ "friction":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.350000203,
+ "to": 0.350000203
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_scrap"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2_scrap"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3_scrap"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "scrap_1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "scrap_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "scrap_3"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_scrap_01"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_scrap_03"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_scrap_02"
+ }
+ ]
+ },
+ "Rock_explo_debris1_snowtel":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 1.500000238,
+ "to": 1.500000238
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.500000179,
+ "to": 0.500000179
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset":
+ {
+ "z": 0.495000213
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000642,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 30.000001907,
+ "to": 30.000001907
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.650000215,
+ "to": 0.650000215
+ },
+ "friction":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.350000203,
+ "to": 0.350000203
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_snowtel"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2_snowtel"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3_snowtel"
+ }
+ ]
+ },
+ "Rock_explo_debris1_starrforce":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 1.500000238,
+ "to": 1.500000238
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.500000179,
+ "to": 0.500000179
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset":
+ {
+ "z": 0.495000213
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000642,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 30.000001907,
+ "to": 30.000001907
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.650000215,
+ "to": 0.650000215
+ },
+ "friction":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.350000203,
+ "to": 0.350000203
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_scrap_01"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_scrap_02"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_scrap_03"
+ }
+ ]
+ },
+ "Rock_explo_debris1_waterpark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 1.500000238,
+ "to": 1.500000238
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.500000179,
+ "to": 0.500000179
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset":
+ {
+ "z": 0.495000213
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000642,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 30.000001907,
+ "to": 30.000001907
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.650000215,
+ "to": 0.650000215
+ },
+ "friction":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.350000203,
+ "to": 0.350000203
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_waterpark"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2_waterpark"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3_waterpark"
+ }
+ ]
+ },
+ "Rock_explo_debris2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.600000203,
+ "to": 0.600000203
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.400000215,
+ "to": 0.400000215
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -90.000000000
+ },
+ "to":
+ {
+ "z": -90.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000642,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3"
+ }
+ ]
+ },
+ "Rock_explo_debris2_brawlywood":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -90.000000000
+ },
+ "to":
+ {
+ "z": -90.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_brawlywood"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2_brawlywood"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3_brawlywood"
+ }
+ ]
+ },
+ "Rock_explo_debris2_castle":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -90.000000000
+ },
+ "to":
+ {
+ "z": -90.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_waterpark"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2_waterpark"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_4_waterpark"
+ }
+ ]
+ },
+ "Rock_explo_debris2_darryls":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -90.000000000
+ },
+ "to":
+ {
+ "z": -90.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_darryls"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2_darryls"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3_darryls"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "plank_orange_01"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "plank_orange_02"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "plank_orange_03"
+ }
+ ]
+ },
+ "Rock_explo_debris2_mine":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -90.000000000
+ },
+ "to":
+ {
+ "z": -90.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_mine"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2_mine"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3_mine"
+ }
+ ]
+ },
+ "Rock_explo_debris2_minicity":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -90.000000000
+ },
+ "to":
+ {
+ "z": -90.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "minicity_buidling1_debris1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "minicity_buidling1_debris2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "minicity_buidling1_debris3"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_02"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_03"
+ }
+ ]
+ },
+ "Rock_explo_debris2_pocos_green":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -90.000000000
+ },
+ "to":
+ {
+ "z": -90.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_pocos_green"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2_pocos_green"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3_pocos_green"
+ }
+ ]
+ },
+ "Rock_explo_debris2_pocos_pink":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -90.000000000
+ },
+ "to":
+ {
+ "z": -90.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3_pocos_pink"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2_pocos_pink"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_pocos_pink"
+ }
+ ]
+ },
+ "Rock_explo_debris2_pocos_yellow":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -90.000000000
+ },
+ "to":
+ {
+ "z": -90.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_darryls"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2_darryls"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3_darryls"
+ }
+ ]
+ },
+ "Rock_explo_debris2_retro":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -90.000000000
+ },
+ "to":
+ {
+ "z": -90.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_retro"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2_retro"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3_retro"
+ }
+ ]
+ },
+ "Rock_explo_debris2_scrap":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -90.000000000
+ },
+ "to":
+ {
+ "z": -90.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_scrap"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2_scrap"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3_scrap"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "scrap_1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "scrap_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "scrap_3"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_scrap_01"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_scrap_02"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_scrap_03"
+ }
+ ]
+ },
+ "Rock_explo_debris2_snowtel":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -90.000000000
+ },
+ "to":
+ {
+ "z": -90.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_snowtel"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2_snowtel"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3_snowtel"
+ }
+ ]
+ },
+ "Rock_explo_debris2_starrforce":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -90.000000000
+ },
+ "to":
+ {
+ "z": -90.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_scrap_01"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_scrap_02"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_scrap_03"
+ }
+ ]
+ },
+ "Rock_explo_debris2_waterpark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -90.000000000
+ },
+ "to":
+ {
+ "z": -90.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_waterpark"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2_waterpark"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3_waterpark"
+ }
+ ]
+ },
+ "Rock_hit_debris1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.419999987
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -30.000001907
+ },
+ "to":
+ {
+ "z": -30.000001907
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.490000010,
+ "to": 0.490000010
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1671.000000000,
+ "to": 1671.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1761.000000000,
+ "to": 1761.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.064000010,
+ "to": 1.064000010
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.723999977,
+ "to": 3.723999977
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.250000000,
+ "to": 2.250000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.500000000,
+ "to": 4.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3"
+ }
+ ]
+ },
+ "Rock_hit_debris1_brawlywood":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.419999987
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -30.000001907
+ },
+ "to":
+ {
+ "z": -30.000001907
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.490000010,
+ "to": 0.490000010
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -45.000000000,
+ "to": -45.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.064000010,
+ "to": 1.064000010
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.723999977,
+ "to": 3.723999977
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.250000000,
+ "to": 2.250000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.500000000,
+ "to": 4.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_brawlywood"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2_brawlywood"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3_brawlywood"
+ }
+ ]
+ },
+ "Rock_hit_debris1_castle":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.419999987
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -30.000001907
+ },
+ "to":
+ {
+ "z": -30.000001907
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.490000010,
+ "to": 0.490000010
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -45.000000000,
+ "to": -45.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.064000010,
+ "to": 1.064000010
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.723999977,
+ "to": 3.723999977
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.250000000,
+ "to": 2.250000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.500000000,
+ "to": 4.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_waterpark"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2_waterpark"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_4_waterpark"
+ }
+ ]
+ },
+ "Rock_hit_debris1_mine":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.419999987
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -30.000001907
+ },
+ "to":
+ {
+ "z": -30.000001907
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.490000010,
+ "to": 0.490000010
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -45.000000000,
+ "to": -45.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.064000010,
+ "to": 1.064000010
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.723999977,
+ "to": 3.723999977
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.250000000,
+ "to": 2.250000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.500000000,
+ "to": 4.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_mine"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2_mine"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3_mine"
+ }
+ ]
+ },
+ "Rock_hit_debris1_minicity":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.419999987
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -30.000001907
+ },
+ "to":
+ {
+ "z": -30.000001907
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.490000010,
+ "to": 0.490000010
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -45.000000000,
+ "to": -45.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.064000010,
+ "to": 1.064000010
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.723999977,
+ "to": 3.723999977
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.250000000,
+ "to": 2.250000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.500000000,
+ "to": 4.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "minicity_buidling1_debris1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "minicity_buidling1_debris2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "minicity_buidling1_debris3"
+ }
+ ]
+ },
+ "Rock_hit_debris1_retro":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.419999987
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -30.000001907
+ },
+ "to":
+ {
+ "z": -30.000001907
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.490000010,
+ "to": 0.490000010
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -45.000000000,
+ "to": -45.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.064000010,
+ "to": 1.064000010
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.723999977,
+ "to": 3.723999977
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.250000000,
+ "to": 2.250000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.500000000,
+ "to": 4.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "plastic_shard_01"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "plastic_shard_02"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "plastic_shard_03"
+ }
+ ]
+ },
+ "Rock_hit_debris1_scrap":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.419999987
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -30.000001907
+ },
+ "to":
+ {
+ "z": -30.000001907
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.490000010,
+ "to": 0.490000010
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -45.000000000,
+ "to": -45.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.064000010,
+ "to": 1.064000010
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.723999977,
+ "to": 3.723999977
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.250000000,
+ "to": 2.250000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.500000000,
+ "to": 4.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_scrap_01"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_scrap_02"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_scrap_03"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "scrap_1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "scrap_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "scrap_3"
+ }
+ ]
+ },
+ "Rock_hit_debris1_snowtel":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.419999987
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -30.000001907
+ },
+ "to":
+ {
+ "z": -30.000001907
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.490000010,
+ "to": 0.490000010
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -45.000000000,
+ "to": -45.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.064000010,
+ "to": 1.064000010
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.723999977,
+ "to": 3.723999977
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.250000000,
+ "to": 2.250000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.500000000,
+ "to": 4.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_snowtel"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2_snowtel"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3_snowtel"
+ }
+ ]
+ },
+ "Rock_hit_debris1_starrforce":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.419999987
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -30.000001907
+ },
+ "to":
+ {
+ "z": -30.000001907
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.490000010,
+ "to": 0.490000010
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -45.000000000,
+ "to": -45.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.064000010,
+ "to": 1.064000010
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.723999977,
+ "to": 3.723999977
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.250000000,
+ "to": 2.250000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.500000000,
+ "to": 4.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_scrap_01"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_scrap_02"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_scrap_03"
+ }
+ ]
+ },
+ "Rock_hit_debris1_waterpark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.419999987
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -30.000001907
+ },
+ "to":
+ {
+ "z": -30.000001907
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.490000010,
+ "to": 0.490000010
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -45.000000000,
+ "to": -45.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.064000010,
+ "to": 1.064000010
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.723999977,
+ "to": 3.723999977
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.250000000,
+ "to": 2.250000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.500000000,
+ "to": 4.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_waterpark"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2_waterpark"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3_waterpark"
+ }
+ ]
+ },
+ "Sharpie_emitter":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.075000003
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.150000006
+ },
+ "to":
+ {
+ "z": 0.150000006
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.002000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 50.000000000,
+ "y": 50.000000000
+ },
+ "to":
+ {
+ "x": 50.000000000,
+ "y": 50.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.075000003,
+ "to": 0.075000003
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.224999994,
+ "to": 0.224999994
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.050000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "sharpie_fx"
+ }
+ ]
+ },
+ "Sharpie_emitter_enemy":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.075000003
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.150000006
+ },
+ "to":
+ {
+ "z": 0.150000006
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.002000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 50.000000000,
+ "y": 50.000000000
+ },
+ "to":
+ {
+ "x": 50.000000000,
+ "y": 50.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.075000003,
+ "to": 0.075000003
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.224999994,
+ "to": 0.224999994
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.050000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "sharpie_fx_red"
+ }
+ ]
+ },
+ "SiegeBase_attack_explode_huge":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dynamike_attack_explode_huge"
+ }
+ ]
+ },
+ "SiegeBase_cloudExplode_huge":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_huge"
+ }
+ ]
+ },
+ "SiegeBase_cloudExplode_huge_ground":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_huge_ground"
+ }
+ ]
+ },
+ "Small_Dust_emitter_100":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "z": 3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.075000003,
+ "durationJitter": 0.025000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000
+ },
+ "to":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.479999989,
+ "to": 0.479999989
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "BlackSmoke"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "BlackSmoke2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "BlackSmoke3"
+ }
+ ]
+ },
+ "Small_Dust_emitter_120":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "z": 3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.075000003,
+ "durationJitter": 0.025000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000
+ },
+ "to":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.575999975,
+ "to": 0.575999975
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "BlackSmoke"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "BlackSmoke2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "BlackSmoke3"
+ }
+ ]
+ },
+ "Small_Dust_emitter_190":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "z": 3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.075000003,
+ "durationJitter": 0.025000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000
+ },
+ "to":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.379999995,
+ "to": 0.379999995
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.912000000,
+ "to": 0.912000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "BlackSmoke"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "BlackSmoke2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "BlackSmoke3"
+ }
+ ]
+ },
+ "Small_Dust_emitter_230":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "z": 3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.075000003,
+ "durationJitter": 0.025000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000
+ },
+ "to":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.460000008,
+ "to": 0.460000008
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.103999972,
+ "to": 1.103999972
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "BlackSmoke"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "BlackSmoke2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "BlackSmoke3"
+ }
+ ]
+ },
+ "Small_Dust_emitter_270":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "z": 3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.075000003,
+ "durationJitter": 0.025000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000
+ },
+ "to":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.540000021,
+ "to": 0.540000021
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.296000004,
+ "to": 1.296000004
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "BlackSmoke"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "BlackSmoke2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "BlackSmoke3"
+ }
+ ]
+ },
+ "Small_Dust_emitter_320":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "z": 3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.075000003,
+ "durationJitter": 0.025000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000
+ },
+ "to":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.639999986,
+ "to": 0.639999986
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.536000013,
+ "to": 1.536000013
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "BlackSmoke"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "BlackSmoke2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "BlackSmoke3"
+ }
+ ]
+ },
+ "Small_Dust_emitter_70":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "z": 3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.075000003,
+ "durationJitter": 0.025000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000
+ },
+ "to":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.140000001,
+ "to": 0.140000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.335999995,
+ "to": 0.335999995
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "BlackSmoke"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "BlackSmoke2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "BlackSmoke3"
+ }
+ ]
+ },
+ "Small_Dust_emitter_95":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "z": 3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.075000003,
+ "durationJitter": 0.025000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000
+ },
+ "to":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.189999998,
+ "to": 0.189999998
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.456000000,
+ "to": 0.456000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "BlackSmoke"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "BlackSmoke2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "BlackSmoke3"
+ }
+ ]
+ },
+ "Small_Hot_dust_emitter":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.150000006
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "hot_dust_particle"
+ }
+ ]
+ },
+ "Small_explosion_streaks_emitter_100":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "explosion_spike_1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "explosion_spike_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "explosion_spike_3"
+ }
+ ]
+ },
+ "Small_explosion_streaks_emitter_120":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "explosion_spike_1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "explosion_spike_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "explosion_spike_3"
+ }
+ ]
+ },
+ "Small_explosion_streaks_emitter_190":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "explosion_spike_1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "explosion_spike_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "explosion_spike_3"
+ }
+ ]
+ },
+ "Small_explosion_streaks_emitter_230":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "explosion_spike_1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "explosion_spike_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "explosion_spike_3"
+ }
+ ]
+ },
+ "Small_explosion_streaks_emitter_270":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "explosion_spike_1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "explosion_spike_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "explosion_spike_3"
+ }
+ ]
+ },
+ "Small_explosion_streaks_emitter_70":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "explosion_spike_1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "explosion_spike_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "explosion_spike_3"
+ }
+ ]
+ },
+ "Small_explosion_streaks_emitter_95":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "explosion_spike_1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "explosion_spike_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "explosion_spike_3"
+ }
+ ]
+ },
+ "SpawnShield_emitter":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.050000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "spawnshield_fx"
+ }
+ ]
+ },
+ "Stunner":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 9,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 9.600000381,
+ "to": 9.600000381
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 1.200000167,
+ "to": 1.200000167
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 1.500000238,
+ "to": 1.500000238
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.650000215,
+ "to": 0.650000215
+ },
+ "friction":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.350000203,
+ "to": 0.350000203
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "SparkleBlue"
+ }
+ ]
+ },
+ "Teleport_light_particles":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 33,
+ "lifetime":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 2.800000191,
+ "to": 2.800000191
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.400000215,
+ "to": 0.400000215
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.449999988
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "z": 0.300000012
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.070000201,
+ "durationJitter": 0.030000200,
+ "spawnRate":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.479999989,
+ "to": 0.479999989
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.075000003,
+ "to": -0.075000003
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.075000003,
+ "to": 0.075000003
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.010000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_particle"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_particle_black"
+ }
+ ]
+ },
+ "Toxic_emitter":
+ {
+ "enemyVersion": "Toxic_emitter_red",
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.599999905,
+ "to": 2.599999905
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -0.449999988
+ },
+ "to":
+ {
+ "z": -0.449999988
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 6.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.474999994,
+ "to": 0.474999994
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -1.875000000,
+ "to": -1.875000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.875000000,
+ "to": 1.875000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 2.299999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 2.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "toxic_particle1"
+ }
+ ]
+ },
+ "Toxic_emitter_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.599999905,
+ "to": 2.599999905
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -0.449999988
+ },
+ "to":
+ {
+ "z": -0.449999988
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 6.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.474999994,
+ "to": 0.474999994
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -1.875000000,
+ "to": -1.875000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.875000000,
+ "to": 1.875000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 2.299999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 2.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "toxic_particle1_red"
+ }
+ ]
+ },
+ "amber_002_lobby_trail_fire":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.150000006
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "y": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.130208343,
+ "y1": 0.552083373,
+ "x2": 0.190104187,
+ "y2": 0.940104187,
+ "from": 0.050000001,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "color":
+ {
+ "x1": 0.600000024,
+ "y1": 0.059895843,
+ "x2": -0.150000006,
+ "y2": 0.822916687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.949999988,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 0.949999988,
+ "y": 0.400000006,
+ "z": 0.100000001
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.427083343,
+ "y1": 0.083333343,
+ "x2": 0.057291687,
+ "y2": 0.971354187,
+ "from": 60.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.050000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_05"
+ }
+ ]
+ },
+ "amber_def_atkEnd_flame":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "jessie_003_atk_hit_cloud"
+ }
+ ]
+ },
+ "amber_def_atkEnd_residual":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ground_fire_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ground_fire_02"
+ }
+ ]
+ },
+ "amber_def_atkEnd_residual_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ground_fire_01_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ground_fire_02_red"
+ }
+ ]
+ },
+ "amber_def_atkEnd_soot":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.250000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_soot"
+ }
+ ]
+ },
+ "amber_def_atk_fire":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.150000006,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.600000024,
+ "x2": 0.200000003,
+ "y2": 0.800000012,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.699999988,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_flame_shot_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_flame_shot_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_flame_shot_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_flame_shot_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_flame_shot_05"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_flame_shot_06"
+ }
+ ]
+ },
+ "amber_def_atk_fire_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.150000006,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.600000024,
+ "x2": 0.200000003,
+ "y2": 0.800000012,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.349999994,
+ "z": 0.550000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_flame_shot_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_flame_shot_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_flame_shot_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_flame_shot_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_flame_shot_05"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_flame_shot_06"
+ }
+ ]
+ },
+ "amber_def_atk_trail_amber":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "z": 2.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.449999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_blue_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_blue_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_blue_03"
+ }
+ ]
+ },
+ "amber_def_atk_trail_amber_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "z": 2.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.449999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_03"
+ }
+ ]
+ },
+ "amber_def_atk_trail_fire":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.100000001,
+ "to": -0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.739583373,
+ "y1": 0.044270843,
+ "x2": 0.791666687,
+ "y2": 0.346354187,
+ "from": 0.300000012,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.600000024,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_05"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_06"
+ }
+ ]
+ },
+ "amber_def_atk_trail_fire_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.100000001,
+ "to": -0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.739583373,
+ "y1": 0.044270843,
+ "x2": 0.791666687,
+ "y2": 0.346354187,
+ "from": 0.300000012,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.600000024,
+ "y": 0.250000000,
+ "z": 0.449999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_05"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_06"
+ }
+ ]
+ },
+ "amber_def_atk_trail_smoke_1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.300000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.400000006,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.400000006,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "y1": 0.450520843,
+ "x2": 0.111979187,
+ "y2": 0.994791687,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.250000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_003_ulti_dust_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_003_ulti_dust_02"
+ }
+ ]
+ },
+ "amber_def_atk_trail_smoke_1_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.300000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.449999988
+ },
+ "to":
+ {
+ "x": 0.600000024,
+ "y": 0.200000003,
+ "z": 0.319999993
+ }
+ },
+ "alpha":
+ {
+ "y1": 0.450520843,
+ "x2": 0.111979187,
+ "y2": 0.994791687,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.250000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_003_ulti_dust_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_003_ulti_dust_02"
+ }
+ ]
+ },
+ "amber_def_atk_trail_smoke_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 210.000000000,
+ "to": 210.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.500000000,
+ "y": 2.500000000
+ },
+ "to":
+ {
+ "x": 2.500000000,
+ "y": 2.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.325520843,
+ "y1": 0.763020873,
+ "x2": 0.236979187,
+ "y2": 0.940104187,
+ "from": 1.200000048,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 0.600000024,
+ "z": 0.899999976
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.050000001,
+ "z": 0.349999994
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 0.600000024,
+ "x2": 0.100000001,
+ "y2": 1.000000000,
+ "to": 0.500000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail"
+ }
+ ]
+ },
+ "amber_def_atk_trail_smoke_2_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 210.000000000,
+ "to": 210.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.500000000,
+ "y": 2.500000000
+ },
+ "to":
+ {
+ "x": 2.500000000,
+ "y": 2.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.325520843,
+ "y1": 0.763020873,
+ "x2": 0.236979187,
+ "y2": 0.940104187,
+ "from": 1.200000048,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.899999976,
+ "y": 0.500000000,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 0.200000003,
+ "z": 0.349999994
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 0.600000024,
+ "x2": 0.100000001,
+ "y2": 1.000000000,
+ "to": 0.500000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail"
+ }
+ ]
+ },
+ "amber_def_ingame_spark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.299999952,
+ "to": 1.299999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_blue_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_blue_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_blue_3"
+ }
+ ]
+ },
+ "amber_def_lobby_spark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.100000001
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.299999952,
+ "to": 1.299999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_3"
+ }
+ ]
+ },
+ "amber_def_lose_fire":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -9.500000000,
+ "x2": 1.000000000,
+ "y2": -8.500000000,
+ "from": 1.100000024,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "amber_def_lobby_fire"
+ }
+ ]
+ },
+ "amber_def_lose_smoke":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.800000012,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 5.000000000
+ },
+ "to":
+ {
+ "z": 5.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.399999976,
+ "spawnRate":
+ {
+ "x1": 0.466145843,
+ "y1": 0.114583343,
+ "x2": 0.070312500,
+ "y2": 0.955729187,
+ "from": 80.000000000,
+ "to": 5.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.500000000,
+ "y": 2.500000000,
+ "z": 5.000000000
+ },
+ "to":
+ {
+ "x": 2.500000000,
+ "y": 2.500000000,
+ "z": 5.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.205729187,
+ "y2": 0.955729187,
+ "from": 0.600000024,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.200000003,
+ "z": 0.250000000
+ },
+ "to":
+ {
+ "x": 0.100000001
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 0.600000024,
+ "x2": 0.100000001,
+ "y2": 1.000000000,
+ "to": 0.600000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail_slow"
+ }
+ ]
+ },
+ "amber_def_lose_smoke_frags":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.699999988,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.299999952,
+ "to": 1.299999952
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.449999988,
+ "z": 5.500000000
+ },
+ "to":
+ {
+ "x": 0.449999988,
+ "z": 5.500000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.500000000,
+ "y": 1.500000000,
+ "z": 6.500000000
+ },
+ "to":
+ {
+ "x": 1.500000000,
+ "y": 1.500000000,
+ "z": 6.500000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.300000012,
+ "to": -0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.100000024,
+ "x2": 0.800000012,
+ "from": 0.050000001,
+ "to": 0.020000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.015000000,
+ "to": 0.015000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_circle"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_rect"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_triangle"
+ }
+ ]
+ },
+ "amber_def_lose_smoke_remain":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.699999988,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.800000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.800000012,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "z": 2.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 56.000000000,
+ "to": 56.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.300000012,
+ "to": -0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.500000000,
+ "y": 1.500000000,
+ "z": 6.000000000
+ },
+ "to":
+ {
+ "x": 1.500000000,
+ "y": 1.500000000,
+ "z": 6.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.239583343,
+ "y1": 0.614583373,
+ "x2": 0.205729187,
+ "y2": 0.955729187,
+ "from": 0.280000001,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "color":
+ {
+ "x1": 0.450520843,
+ "y1": 0.083333343,
+ "x2": 0.049479187,
+ "y2": 0.893229187,
+ "from":
+ {
+ "x": 0.250000000,
+ "y": 0.100000001,
+ "z": 0.150000006
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.050000001,
+ "z": 0.050000001
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.300000012,
+ "y1": 0.600000024,
+ "x2": 0.100000001,
+ "y2": 1.000000000,
+ "to": 0.400000006
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail_slow"
+ }
+ ]
+ },
+ "amber_def_lose_spark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.800000012,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.500000000,
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "z": 3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.192708373,
+ "y1": 0.684895873,
+ "x2": 0.213541687,
+ "y2": 0.908854187,
+ "from": 80.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.400000006,
+ "to": -0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.800000012,
+ "to": -0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.180000007,
+ "to": 0.180000007
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_3"
+ }
+ ]
+ },
+ "amber_def_lose_spark_small":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.800000012,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.100000024
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.500000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "z": 1.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.500000000,
+ "spawnRate":
+ {
+ "x1": 0.442708343,
+ "y1": 0.098958343,
+ "x2": 0.260416687,
+ "y2": 0.971354187,
+ "from": 50.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 3.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_3"
+ }
+ ]
+ },
+ "amber_def_ulti_hit_gas":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 8.000000000
+ },
+ "to":
+ {
+ "z": 8.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 800.000000000,
+ "to": 800.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000,
+ "z": 6.000000000
+ },
+ "to":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000,
+ "z": 6.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.184895873,
+ "y1": 0.630208373,
+ "x2": 0.260416687,
+ "y2": 0.791666687,
+ "from": 0.500000000,
+ "to": 2.400000095
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "color":
+ {
+ "x1": 0.442708343,
+ "y1": 0.052083343,
+ "y2": 0.947916687,
+ "from":
+ {
+ "x": 0.400000006,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.400000006,
+ "y": 0.300000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.093750000,
+ "y1": 0.678125024,
+ "x2": 0.115625024,
+ "y2": 0.984375000,
+ "to": 0.600000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.442708343,
+ "y1": 0.059895843,
+ "x2": 0.315104187,
+ "y2": 0.908854187,
+ "from": 200.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.400000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail_slow"
+ }
+ ]
+ },
+ "amber_def_ulti_hit_gas_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 8.000000000
+ },
+ "to":
+ {
+ "z": 8.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 800.000000000,
+ "to": 800.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000,
+ "z": 6.000000000
+ },
+ "to":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000,
+ "z": 6.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.184895873,
+ "y1": 0.630208373,
+ "x2": 0.260416687,
+ "y2": 0.791666687,
+ "from": 0.500000000,
+ "to": 2.400000095
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "color":
+ {
+ "x1": 0.442708343,
+ "y1": 0.052083343,
+ "y2": 0.947916687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 0.899999976,
+ "y": 0.100000001,
+ "z": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.093750000,
+ "y1": 0.678125024,
+ "x2": 0.115625024,
+ "y2": 0.984375000,
+ "to": 0.600000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.442708343,
+ "y1": 0.059895843,
+ "x2": 0.315104187,
+ "y2": 0.908854187,
+ "from": 200.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.400000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail_slow"
+ }
+ ]
+ },
+ "amber_def_ulti_oil":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.255208343,
+ "y1": 0.747395873,
+ "x2": 0.346354187,
+ "y2": 0.971354187,
+ "from": 0.400000006,
+ "to": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.289999992,
+ "y": 0.200000003,
+ "z": 0.521000028
+ },
+ "to":
+ {
+ "x": 0.289999992,
+ "y": 0.200000003,
+ "z": 0.521000028
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "oil_pattern_01"
+ }
+ ]
+ },
+ "amber_def_ulti_oilExp_amber":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "z": 3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.449999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_blue_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_blue_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_blue_3"
+ }
+ ]
+ },
+ "amber_def_ulti_oilExp_amber_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "z": 3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.449999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_3"
+ }
+ ]
+ },
+ "amber_def_ulti_oilExp_gas":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.400000006
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 12.000000000
+ },
+ "to":
+ {
+ "z": 12.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 6.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 6.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.184895873,
+ "y1": 0.630208373,
+ "x2": 0.260416687,
+ "y2": 0.791666687,
+ "from": 0.200000003,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.403645843,
+ "y1": 0.005208343,
+ "y2": 1.002604246,
+ "from":
+ {
+ "x": 0.400000006,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.150000006,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 1.000000000,
+ "x2": 0.600000024,
+ "y2": 0.200000003,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.442708343,
+ "y1": 0.059895843,
+ "x2": 0.315104187,
+ "y2": 0.908854187,
+ "from": 60.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail_additive"
+ }
+ ]
+ },
+ "amber_def_ulti_oilExp_gas_dark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 10.000000000
+ },
+ "to":
+ {
+ "z": 10.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000,
+ "z": 10.000000000
+ },
+ "to":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000,
+ "z": 10.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.067708373,
+ "y1": 0.723958373,
+ "x2": 0.057291687,
+ "y2": 0.916666687,
+ "from": 0.500000000,
+ "to": 1.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.442708343,
+ "y1": 0.052083343,
+ "y2": 0.947916687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 0.500000000,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 0.150000006,
+ "y": 0.050000001,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.093750000,
+ "y1": 0.678125024,
+ "x2": 0.115625024,
+ "y2": 0.984375000,
+ "to": 0.600000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.442708343,
+ "y1": 0.059895843,
+ "x2": 0.315104187,
+ "y2": 0.908854187,
+ "from": 100.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail_slow"
+ }
+ ]
+ },
+ "amber_def_ulti_oilExp_gas_dark_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 10.000000000
+ },
+ "to":
+ {
+ "z": 10.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000,
+ "z": 10.000000000
+ },
+ "to":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000,
+ "z": 10.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.067708373,
+ "y1": 0.723958373,
+ "x2": 0.057291687,
+ "y2": 0.916666687,
+ "from": 0.500000000,
+ "to": 1.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.442708343,
+ "y1": 0.052083343,
+ "y2": 0.947916687,
+ "from":
+ {
+ "x": 0.800000012,
+ "y": 0.400000006,
+ "z": 0.349999994
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.100000001,
+ "z": 0.150000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.093750000,
+ "y1": 0.678125024,
+ "x2": 0.115625024,
+ "y2": 0.984375000,
+ "to": 0.600000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.442708343,
+ "y1": 0.059895843,
+ "x2": 0.315104187,
+ "y2": 0.908854187,
+ "from": 100.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail_slow"
+ }
+ ]
+ },
+ "amber_def_ulti_oilExp_gas_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.400000006
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 12.000000000
+ },
+ "to":
+ {
+ "z": 12.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 6.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 6.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.184895873,
+ "y1": 0.630208373,
+ "x2": 0.260416687,
+ "y2": 0.791666687,
+ "from": 0.200000003,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.403645843,
+ "y1": 0.005208343,
+ "y2": 1.002604246,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.200000003
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 0.050000001,
+ "z": 0.150000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 1.000000000,
+ "x2": 0.600000024,
+ "y2": 0.200000003,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.442708343,
+ "y1": 0.059895843,
+ "x2": 0.315104187,
+ "y2": 0.908854187,
+ "from": 60.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail_additive"
+ }
+ ]
+ },
+ "amber_def_ulti_oilExp_residual":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ground_fire_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ground_fire_02"
+ }
+ ]
+ },
+ "amber_def_ulti_oilExp_residual_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ground_fire_01_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ground_fire_02_red"
+ }
+ ]
+ },
+ "amber_def_ulti_oilExp_soot":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.399999976,
+ "to": 1.399999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.400000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_soot"
+ }
+ ]
+ },
+ "amber_def_ulti_oil_gas":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 6.000000000
+ },
+ "to":
+ {
+ "z": 6.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 4.000000000
+ },
+ "to":
+ {
+ "z": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 1.100000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.400000006,
+ "y": 0.300000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.400000006,
+ "y": 0.300000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.500000000,
+ "y1": 0.600000024,
+ "x2": 0.600000024,
+ "y2": 1.000000000,
+ "to": 0.400000006
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.442708343,
+ "y1": 0.059895843,
+ "x2": 0.315104187,
+ "y2": 0.908854187,
+ "from": 150.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail_slower"
+ }
+ ]
+ },
+ "amber_def_ulti_oil_gas_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 8.000000000
+ },
+ "to":
+ {
+ "z": 8.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 4.000000000
+ },
+ "to":
+ {
+ "z": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 1.100000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.899999976,
+ "y": 0.100000001,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 0.899999976,
+ "y": 0.100000001,
+ "z": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.500000000,
+ "y1": 0.600000024,
+ "x2": 0.600000024,
+ "y2": 1.000000000,
+ "to": 0.400000006
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.442708343,
+ "y1": 0.059895843,
+ "x2": 0.315104187,
+ "y2": 0.908854187,
+ "from": 150.000000000,
+ "to": 30.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail_slower"
+ }
+ ]
+ },
+ "amber_def_ulti_oil_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.255208343,
+ "y1": 0.747395873,
+ "x2": 0.346354187,
+ "y2": 0.971354187,
+ "from": 0.400000006,
+ "to": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.349999994,
+ "y": 0.150000006,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 0.349999994,
+ "y": 0.150000006,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "oil_pattern_01"
+ }
+ ]
+ },
+ "amber_def_ulti_trail":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.280000001,
+ "to": 0.280000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "x": 0.300000012,
+ "y": 0.200000003,
+ "z": 1.799999952
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -40.000000000
+ },
+ "to":
+ {
+ "z": -40.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.546875000,
+ "y1": -4.518229008,
+ "x2": 1.000000000,
+ "y2": -3.083333254,
+ "from": 0.170000002,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.489583343,
+ "y1": 0.145833343,
+ "x2": 0.260416687,
+ "y2": 0.830729187,
+ "from":
+ {
+ "x": 0.093999997,
+ "y": 0.449999988,
+ "z": 0.949999988
+ },
+ "to":
+ {
+ "x": 0.289999992,
+ "y": 0.200000003,
+ "z": 0.521000028
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_liquid_S"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_liquid_M"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_liquid_L"
+ }
+ ]
+ },
+ "amber_def_ulti_trail_ground":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -9999.000000000
+ },
+ "to":
+ {
+ "z": -9999.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.400000006,
+ "to": -0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SimpleGround"
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.184895873,
+ "y1": 0.716145873,
+ "x2": 0.127604187,
+ "y2": 1.010416746,
+ "from": 0.050000001,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.289999992,
+ "y": 0.200000003,
+ "z": 0.521000028
+ },
+ "to":
+ {
+ "x": 0.289999992,
+ "y": 0.200000003,
+ "z": 0.521000028
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "oil_pattern_01"
+ }
+ ]
+ },
+ "amber_def_ulti_trail_ground_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -9999.000000000
+ },
+ "to":
+ {
+ "z": -9999.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.400000006,
+ "to": -0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SimpleGround"
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.184895873,
+ "y1": 0.716145873,
+ "x2": 0.127604187,
+ "y2": 1.010416746,
+ "from": 0.050000001,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.349999994,
+ "y": 0.150000006,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 0.349999994,
+ "y": 0.150000006,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "oil_pattern_01"
+ }
+ ]
+ },
+ "amber_def_ulti_trail_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.280000001,
+ "to": 0.280000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "x": 0.300000012,
+ "y": 0.200000003,
+ "z": 1.799999952
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -40.000000000
+ },
+ "to":
+ {
+ "z": -40.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.546875000,
+ "y1": -4.518229008,
+ "x2": 1.000000000,
+ "y2": -3.083333254,
+ "from": 0.170000002,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.489583343,
+ "y1": 0.145833343,
+ "x2": 0.260416687,
+ "y2": 0.830729187,
+ "from":
+ {
+ "x": 0.649999976,
+ "y": 0.079999998,
+ "z": 0.079999998
+ },
+ "to":
+ {
+ "x": 0.349999994,
+ "y": 0.150000006,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_liquid_S"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_liquid_M"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_liquid_L"
+ }
+ ]
+ },
+ "arcade_002_atk":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.259999990,
+ "to": 0.259999990
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.180000007,
+ "to": 0.180000007
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.319999993,
+ "to": 0.319999993
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.223958343,
+ "y1": 0.528645873,
+ "x2": 0.401041687,
+ "y2": 0.994791687,
+ "from": 0.349999994,
+ "to": 0.550000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "arcade_002_atk1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "arcade_002_atk2"
+ }
+ ]
+ },
+ "arcade_002_atkEnd":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.259999990,
+ "to": 0.259999990
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.360000014,
+ "to": 0.360000014
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "arcade_002_atkEnd_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "arcade_002_atkEnd_2"
+ }
+ ]
+ },
+ "arcade_002_atkEnd_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.259999990,
+ "to": 0.259999990
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.360000014,
+ "to": 0.360000014
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "arcade_002_atkEnd_1_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "arcade_002_atkEnd_2_red"
+ }
+ ]
+ },
+ "arcade_002_atk_hit":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "arcade_002_hit"
+ }
+ ]
+ },
+ "arcade_002_atk_hitEnv_ground":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.639999986,
+ "to": 0.639999986
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.850000024,
+ "to": 0.850000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixelGround_hit_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixelGround_hit_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixelGround_hit_3"
+ }
+ ]
+ },
+ "arcade_002_atk_hitEnv_ground_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.639999986,
+ "to": 0.639999986
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.850000024,
+ "to": 0.850000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixelGround_hit_1_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixelGround_hit_2_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixelGround_hit_3_red"
+ }
+ ]
+ },
+ "arcade_002_atk_hitEnv_pixel":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.653645873,
+ "y1": 0.052083343,
+ "x2": 0.783854187,
+ "y2": 0.479166687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 1.000000000,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "y": 0.150000006,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cyberPixel"
+ }
+ ]
+ },
+ "arcade_002_atk_hitEnv_pixel_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.653645873,
+ "y1": 0.052083343,
+ "x2": 0.783854187,
+ "y2": 0.479166687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cyberPixel"
+ }
+ ]
+ },
+ "arcade_002_atk_hit_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "arcade_002_hit_red"
+ }
+ ]
+ },
+ "arcade_002_atk_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.259999990,
+ "to": 0.259999990
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.180000007,
+ "to": 0.180000007
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.319999993,
+ "to": 0.319999993
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.223958343,
+ "y1": 0.528645873,
+ "x2": 0.401041687,
+ "y2": 0.994791687,
+ "from": 0.349999994,
+ "to": 0.550000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "arcade_002_atk1_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "arcade_002_atk2_red"
+ }
+ ]
+ },
+ "arcade_002_atk_trail_ground":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "durationJitter": 0.200000003,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixelGround_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixelGround_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixelGround_3"
+ }
+ ]
+ },
+ "arcade_002_atk_trail_ground_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "durationJitter": 0.200000003,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixelGround_1_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixelGround_2_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixelGround_3_red"
+ }
+ ]
+ },
+ "arcade_002_moving_jelly":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.620000005,
+ "to": 0.620000005
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixelGround_hit_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixelGround_hit_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixelGround_hit_3"
+ }
+ ]
+ },
+ "arcade_002_moving_jelly_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.620000005,
+ "to": 0.620000005
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixelGround_hit_1_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixelGround_hit_2_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixelGround_hit_3_red"
+ }
+ ]
+ },
+ "arcade_002_moving_smoke":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.850000024,
+ "to": 0.850000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 0.700520873,
+ "y2": 1.002604246,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_pixelCloud_1_slow"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_pixelCloud_2_slow"
+ }
+ ]
+ },
+ "arcade_002_moving_smoke_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.850000024,
+ "to": 0.850000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 0.700520873,
+ "y2": 1.002604246,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_pixelCloud_1_red_slow"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_pixelCloud_2_red_slow"
+ }
+ ]
+ },
+ "arcade_002_moving_stain":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "alpha":
+ {
+ "y1": 0.880208373,
+ "x2": 0.002604187,
+ "y2": 0.994791687,
+ "from": 0.100000001,
+ "to": 0.200000003
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "carl_005_etc_rippleCenter"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_waterStain_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_waterStain_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_waterStain_4"
+ }
+ ]
+ },
+ "arcade_002_still_jelly":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.620000005,
+ "to": 0.620000005
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixelGround_hit_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixelGround_hit_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixelGround_hit_3"
+ }
+ ]
+ },
+ "arcade_002_ulti_elec":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.150000006
+ },
+ "to":
+ {
+ "z": 0.150000006
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.500000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_green_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_green_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_green_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_green_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_2"
+ }
+ ]
+ },
+ "arcade_002_ulti_elec_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.150000006
+ },
+ "to":
+ {
+ "z": 0.150000006
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.500000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_purple_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_purple_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_purple_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_purple_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_2"
+ }
+ ]
+ },
+ "arcade_002_ulti_smoke":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.400000006
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 6.000000000
+ },
+ "to":
+ {
+ "z": 6.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.479999989,
+ "to": 0.479999989
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 0.700520873,
+ "y2": 1.002604246,
+ "from": 0.100000001,
+ "to": 0.259999990
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_pixelCloud_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_pixelCloud_2"
+ }
+ ]
+ },
+ "arcade_002_ulti_smoke_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.400000006
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 6.000000000
+ },
+ "to":
+ {
+ "z": 6.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.479999989,
+ "to": 0.479999989
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 0.700520873,
+ "y2": 1.002604246,
+ "from": 0.100000001,
+ "to": 0.259999990
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_pixelCloud_1_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_pixelCloud_2_red"
+ }
+ ]
+ },
+ "arcade_002_ulti_trail_elec":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.150000006
+ },
+ "to":
+ {
+ "z": 0.150000006
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.500000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.799999952,
+ "to": 1.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_green_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_green_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_green_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_green_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_2"
+ }
+ ]
+ },
+ "arcade_002_ulti_trail_elec_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.150000006
+ },
+ "to":
+ {
+ "z": 0.150000006
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.500000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.799999952,
+ "to": 1.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_purple_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_purple_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_purple_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_purple_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_2"
+ }
+ ]
+ },
+ "arcade_002_ulti_trail_smoke":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 6.000000000
+ },
+ "to":
+ {
+ "z": 6.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 0.700520873,
+ "y2": 1.002604246,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_pixelCloud_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_pixelCloud_2"
+ }
+ ]
+ },
+ "arcade_002_ulti_trail_smoke_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 6.000000000
+ },
+ "to":
+ {
+ "z": 6.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 0.700520873,
+ "y2": 1.002604246,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_pixelCloud_1_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_pixelCloud_2_red"
+ }
+ ]
+ },
+ "arcade_003_atk_notes":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -22.000000000
+ },
+ "to":
+ {
+ "z": -22.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.100000001,
+ "y": 0.699999988,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.699999988,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_3"
+ }
+ ]
+ },
+ "arcade_003_atk_notes_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -22.000000000
+ },
+ "to":
+ {
+ "z": -22.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.400000095,
+ "to": 2.400000095
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.250000000,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.250000000,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_3"
+ }
+ ]
+ },
+ "arcade_003_atk_trail_notes_1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.449999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.899999976,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.899999976,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_3"
+ }
+ ]
+ },
+ "arcade_003_atk_trail_notes_1_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.449999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_3"
+ }
+ ]
+ },
+ "arcade_003_atk_trail_notes_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.449999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.500000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.500000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_3"
+ }
+ ]
+ },
+ "arcade_003_atk_trail_notes_2_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.449999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_3"
+ }
+ ]
+ },
+ "arcade_003_atk_trail_notes_3":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.200000003,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 1.000000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "y": 1.000000000,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_3"
+ }
+ ]
+ },
+ "arcade_003_atk_trail_notes_3_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_3"
+ }
+ ]
+ },
+ "arcade_003_ulti_notes":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.600000024
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.799999952,
+ "to": 1.799999952
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.180000007,
+ "to": 0.180000007
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200000003,
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "from": 0.349999994,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.100000001,
+ "y": 0.600000024,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.600000024,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_3"
+ }
+ ]
+ },
+ "arcade_003_ulti_notes_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.600000024
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.799999952,
+ "to": 1.799999952
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.180000007,
+ "to": 0.180000007
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200000003,
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "from": 0.349999994,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_3"
+ }
+ ]
+ },
+ "arcade_003_ulti_trail_notes":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.100000001,
+ "y": 0.699999988,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.200000003,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_3"
+ }
+ ]
+ },
+ "arcade_003_ulti_trail_notes_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.600000024,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_add_3"
+ }
+ ]
+ },
+ "arcade_004_atk_fire":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.150000006,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.600000024,
+ "x2": 0.200000003,
+ "y2": 0.800000012,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.699999988,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "arcade_004_flame_shot_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "arcade_004_flame_shot_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "arcade_004_flame_shot_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "arcade_004_flame_shot_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "arcade_004_flame_shot_05"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "arcade_004_flame_shot_06"
+ }
+ ]
+ },
+ "arcade_004_atk_fire_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.150000006,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.600000024,
+ "x2": 0.200000003,
+ "y2": 0.800000012,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.550000012,
+ "z": 0.649999976
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "y": 0.250000000,
+ "z": 0.449999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "arcade_004_flame_shot_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "arcade_004_flame_shot_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "arcade_004_flame_shot_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "arcade_004_flame_shot_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "arcade_004_flame_shot_05"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "arcade_004_flame_shot_06"
+ }
+ ]
+ },
+ "arcade_004_atk_hit_liquid_1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.419999987,
+ "to": 0.419999987
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.100000001,
+ "y": 0.300000012,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "y": 0.200000003,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "byron_hit_liquid"
+ }
+ ]
+ },
+ "arcade_004_atk_hit_liquid_1_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.419999987,
+ "to": 0.419999987
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.100000001,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "z": 0.200000003
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "byron_hit_liquid"
+ }
+ ]
+ },
+ "arcade_004_atk_hit_liquid_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.419999987,
+ "to": 0.419999987
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.300000012,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.200000003,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "byron_hit_liquid"
+ }
+ ]
+ },
+ "arcade_004_atk_hit_liquid_2_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.419999987,
+ "to": 0.419999987
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.800000012,
+ "y": 0.200000003,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 0.600000024,
+ "y": 0.100000001,
+ "z": 0.200000003
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "byron_hit_liquid"
+ }
+ ]
+ },
+ "arcade_004_atk_trail_amber":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "z": 2.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.449999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_blue_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_blue_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_blue_03"
+ }
+ ]
+ },
+ "arcade_004_atk_trail_amber_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "z": 2.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.449999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_03"
+ }
+ ]
+ },
+ "arcade_004_atk_trail_dots":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 0.649999976,
+ "durationJitter": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -3.000000000,
+ "to": -3.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.746874988,
+ "y1": -0.006250001,
+ "x2": 0.635416687,
+ "y2": 0.877604187,
+ "from": 0.219999999,
+ "to": 0.140000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 0.300000012,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 0.300000012,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_waterStain_circle"
+ }
+ ]
+ },
+ "arcade_004_atk_trail_dots_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 0.649999976,
+ "durationJitter": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -3.000000000,
+ "to": -3.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.746874988,
+ "y1": -0.006250001,
+ "x2": 0.635416687,
+ "y2": 0.877604187,
+ "from": 0.219999999,
+ "to": 0.140000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.699999988,
+ "y": 0.250000000,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 0.699999988,
+ "y": 0.250000000,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_waterStain_circle"
+ }
+ ]
+ },
+ "arcade_004_atk_trail_fire":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.100000001,
+ "to": -0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.739583373,
+ "y1": 0.044270843,
+ "x2": 0.791666687,
+ "y2": 0.346354187,
+ "from": 0.200000003,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.600000024,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_05"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_06"
+ }
+ ]
+ },
+ "arcade_004_atk_trail_fire_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.100000001,
+ "to": -0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.739583373,
+ "y1": 0.044270843,
+ "x2": 0.791666687,
+ "y2": 0.346354187,
+ "from": 0.200000003,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.600000024,
+ "y": 0.250000000,
+ "z": 0.449999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_05"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_06"
+ }
+ ]
+ },
+ "arcade_004_atk_trail_smoke_1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.300000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.400000006,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.400000006,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "y1": 0.450520843,
+ "x2": 0.111979187,
+ "y2": 0.994791687,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.250000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_003_ulti_dust_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_003_ulti_dust_02"
+ }
+ ]
+ },
+ "arcade_004_atk_trail_smoke_1_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.300000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.449999988
+ },
+ "to":
+ {
+ "x": 0.600000024,
+ "y": 0.200000003,
+ "z": 0.319999993
+ }
+ },
+ "alpha":
+ {
+ "y1": 0.450520843,
+ "x2": 0.111979187,
+ "y2": 0.994791687,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.250000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_003_ulti_dust_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_003_ulti_dust_02"
+ }
+ ]
+ },
+ "arcade_004_atk_trail_smoke_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 210.000000000,
+ "to": 210.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.500000000,
+ "y": 2.500000000
+ },
+ "to":
+ {
+ "x": 2.500000000,
+ "y": 2.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.325520843,
+ "y1": 0.763020873,
+ "x2": 0.236979187,
+ "y2": 0.940104187,
+ "from": 0.600000024,
+ "to": 0.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 0.600000024,
+ "z": 0.899999976
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.050000001,
+ "z": 0.349999994
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 0.600000024,
+ "x2": 0.100000001,
+ "y2": 1.000000000,
+ "to": 0.500000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail"
+ }
+ ]
+ },
+ "arcade_004_atk_trail_smoke_2_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 210.000000000,
+ "to": 210.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.500000000,
+ "y": 2.500000000
+ },
+ "to":
+ {
+ "x": 2.500000000,
+ "y": 2.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.325520843,
+ "y1": 0.763020873,
+ "x2": 0.236979187,
+ "y2": 0.940104187,
+ "from": 0.600000024,
+ "to": 0.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.899999976,
+ "y": 0.500000000,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 0.200000003,
+ "z": 0.349999994
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 0.600000024,
+ "x2": 0.100000001,
+ "y2": 1.000000000,
+ "to": 0.500000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail"
+ }
+ ]
+ },
+ "arcade_004_ulti_cloud":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.200000048,
+ "to": 2.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.399999976
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 75.000000000,
+ "to": 75.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.699999988,
+ "y": 0.699999988,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.699999988,
+ "y": 0.699999988,
+ "z": 0.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.763020873,
+ "y1": 0.005208343,
+ "x2": 1.000000000,
+ "y2": 0.408854187,
+ "from": 0.250000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.449999988,
+ "z": 0.649999976
+ },
+ "to":
+ {
+ "y": 0.300000012,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "arcade_004_ulti_cloud"
+ }
+ ]
+ },
+ "arcade_004_ulti_cloud_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.200000048,
+ "to": 2.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.399999976
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 75.000000000,
+ "to": 75.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.699999988,
+ "y": 0.699999988,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.699999988,
+ "y": 0.699999988,
+ "z": 0.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.763020873,
+ "y1": 0.005208343,
+ "x2": 1.000000000,
+ "y2": 0.408854187,
+ "from": 0.250000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.649999976,
+ "z": 0.449999988
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "arcade_004_ulti_cloud"
+ }
+ ]
+ },
+ "arcade_004_ulti_trail":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.280000001,
+ "to": 0.280000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "x": 0.300000012,
+ "y": 0.200000003,
+ "z": 1.799999952
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -40.000000000
+ },
+ "to":
+ {
+ "z": -40.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.546875000,
+ "y1": -4.518229008,
+ "x2": 1.000000000,
+ "y2": -3.083333254,
+ "from": 0.170000002,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.489583343,
+ "y1": 0.145833343,
+ "x2": 0.260416687,
+ "y2": 0.830729187,
+ "from":
+ {
+ "x": 0.093999997,
+ "y": 0.449999988,
+ "z": 0.949999988
+ },
+ "to":
+ {
+ "x": 0.289999992,
+ "y": 0.200000003,
+ "z": 0.521000028
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_liquid_S"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_liquid_M"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_liquid_L"
+ }
+ ]
+ },
+ "arcade_004_ulti_trail_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.280000001,
+ "to": 0.280000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "x": 0.300000012,
+ "y": 0.200000003,
+ "z": 1.799999952
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -40.000000000
+ },
+ "to":
+ {
+ "z": -40.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.546875000,
+ "y1": -4.518229008,
+ "x2": 1.000000000,
+ "y2": -3.083333254,
+ "from": 0.170000002,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.489583343,
+ "y1": 0.145833343,
+ "x2": 0.260416687,
+ "y2": 0.830729187,
+ "from":
+ {
+ "x": 0.649999976,
+ "y": 0.079999998,
+ "z": 0.079999998
+ },
+ "to":
+ {
+ "x": 0.349999994,
+ "y": 0.150000006,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_liquid_S"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_liquid_M"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_liquid_L"
+ }
+ ]
+ },
+ "arcade_def_atk":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.349999994,
+ "to": -0.349999994
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.419999987,
+ "to": 0.419999987
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_explode_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_explode_2"
+ }
+ ]
+ },
+ "arcade_def_atk_hit":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "arcade_def_hit"
+ }
+ ]
+ },
+ "arcade_def_atk_hit_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "arcade_def_hit_red"
+ }
+ ]
+ },
+ "arcade_def_atk_pixel":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -10.000000000
+ },
+ "to":
+ {
+ "z": -10.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 15.000000000,
+ "y": 15.000000000,
+ "z": 15.000000000
+ },
+ "to":
+ {
+ "x": 15.000000000,
+ "y": 15.000000000,
+ "z": 15.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_4"
+ }
+ ]
+ },
+ "arcade_def_atk_pixel_ground":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -80.000000000
+ },
+ "to":
+ {
+ "z": -80.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000,
+ "z": 12.000000000
+ },
+ "to":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000,
+ "z": 12.000000000
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_3"
+ }
+ ]
+ },
+ "arcade_def_atk_pixel_ground_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -80.000000000
+ },
+ "to":
+ {
+ "z": -80.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000,
+ "z": 12.000000000
+ },
+ "to":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000,
+ "z": 12.000000000
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_6"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_7"
+ }
+ ]
+ },
+ "arcade_def_atk_pixel_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -10.000000000
+ },
+ "to":
+ {
+ "z": -10.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 15.000000000,
+ "y": 15.000000000,
+ "z": 15.000000000
+ },
+ "to":
+ {
+ "x": 15.000000000,
+ "y": 15.000000000,
+ "z": 15.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_6"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_7"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_4"
+ }
+ ]
+ },
+ "arcade_def_atk_reached":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_reached"
+ }
+ ]
+ },
+ "arcade_def_atk_reached_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_reached_red"
+ }
+ ]
+ },
+ "arcade_def_atk_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.349999994,
+ "to": -0.349999994
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.419999987,
+ "to": 0.419999987
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_explode_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_explode_4"
+ }
+ ]
+ },
+ "arcade_def_atk_trail":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.159999996,
+ "to": 0.159999996
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_4"
+ }
+ ]
+ },
+ "arcade_def_atk_trail_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.159999996,
+ "to": 0.159999996
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_6"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_7"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_4"
+ }
+ ]
+ },
+ "arcade_def_ulti_particles":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 2.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 4.000000000
+ },
+ "to":
+ {
+ "z": 4.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 400.000000000,
+ "to": 400.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000,
+ "z": 30.000000000
+ },
+ "to":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000,
+ "z": 30.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_8"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_9"
+ }
+ ]
+ },
+ "arcade_def_ulti_particles_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 2.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 4.000000000
+ },
+ "to":
+ {
+ "z": 4.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 400.000000000,
+ "to": 400.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000,
+ "z": 30.000000000
+ },
+ "to":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000,
+ "z": 30.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_10"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_9"
+ }
+ ]
+ },
+ "arcade_def_ulti_pixel":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.300000012,
+ "to": -0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 0.300000012,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 0.300000012,
+ "z": 0.300000012
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_8"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_9"
+ }
+ ]
+ },
+ "arcade_def_ulti_pixel_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.300000012,
+ "to": -0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 0.300000012,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 0.300000012,
+ "z": 0.300000012
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_10"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_9"
+ }
+ ]
+ },
+ "arcade_def_ulti_trail":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 18.000000000,
+ "to": 18.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.400000006,
+ "to": -0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_8"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_9"
+ }
+ ]
+ },
+ "arcade_def_ulti_trail_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 18.000000000,
+ "to": 18.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.400000006,
+ "to": -0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_10"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_9"
+ }
+ ]
+ },
+ "area_particle_fulfillComplete":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 15,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 24.000000000,
+ "to": 24.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "color":
+ {
+ "x1": 0.309895843,
+ "y1": -0.010416627,
+ "y2": 0.994791746,
+ "from":
+ {
+ "x": 0.400000006,
+ "y": 0.899999976,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.400000006,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.101562500,
+ "y1": -1.635416627,
+ "x2": 0.015625000,
+ "y2": 0.799479187,
+ "from": 0.600000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fulfillComplete"
+ }
+ ]
+ },
+ "area_particle_fulfilling":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 15,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 24.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "color":
+ {
+ "x1": 0.638020873,
+ "y1": 0.059895843,
+ "x2": 0.846354187,
+ "y2": 0.697916687,
+ "from":
+ {
+ "y": 0.100000001,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.600000024,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.122395843,
+ "y1": 0.778645873,
+ "x2": 0.221354187,
+ "y2": 0.986979187,
+ "from": 0.200000003,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fulfillArea"
+ }
+ ]
+ },
+ "area_particle_glowCircle_1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 15,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.200000048,
+ "to": 2.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.223958343,
+ "y1": 0.380208373,
+ "x2": 0.486979187,
+ "y2": 0.807291687,
+ "from": 23.000000000,
+ "to": 85.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "color":
+ {
+ "x1": 0.192708343,
+ "y1": 0.622395873,
+ "x2": 0.401041687,
+ "y2": 0.916666687,
+ "from":
+ {
+ "y": 0.600000024,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.150000006,
+ "z": 0.649999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.187500000,
+ "y1": 0.677083373,
+ "x2": 0.390625000,
+ "y2": 0.986979246,
+ "to": 0.400000006
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.699999988,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_area_glowCircle_1"
+ }
+ ]
+ },
+ "area_particle_glowCircle_1_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 15,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.200000048,
+ "to": 2.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.223958343,
+ "y1": 0.380208373,
+ "x2": 0.486979187,
+ "y2": 0.807291687,
+ "from": 23.000000000,
+ "to": 85.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "color":
+ {
+ "x1": 0.161458343,
+ "y1": 0.567708373,
+ "x2": 0.510416687,
+ "y2": 0.838541687,
+ "from":
+ {
+ "x": 1.000000000,
+ "z": 0.100000001
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "z": 0.250000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.187500000,
+ "y1": 0.677083373,
+ "x2": 0.390625000,
+ "y2": 0.986979246,
+ "to": 0.400000006
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.699999988,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_area_glowCircle_1"
+ }
+ ]
+ },
+ "area_particle_glowCircle_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 15,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 44.000000000,
+ "to": 46.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "color":
+ {
+ "x1": 0.192708343,
+ "y1": 0.622395873,
+ "x2": 0.401041687,
+ "y2": 0.916666687,
+ "from":
+ {
+ "y": 0.300000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.150000006,
+ "y": 0.050000001,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.093750000,
+ "y1": 0.903645873,
+ "x2": 0.390625000,
+ "y2": 0.986979246,
+ "to": 0.400000006
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.699999988,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_area_glowCircle_2"
+ }
+ ]
+ },
+ "area_particle_glowCircle_2_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 15,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 44.000000000,
+ "to": 46.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "color":
+ {
+ "x1": 0.145833343,
+ "y1": 0.583333373,
+ "x2": 0.393229187,
+ "y2": 0.908854187,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.050000001,
+ "z": 0.119999997
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "z": 0.250000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.093750000,
+ "y1": 0.903645873,
+ "x2": 0.390625000,
+ "y2": 0.986979246,
+ "to": 0.400000006
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.699999988,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_area_glowCircle_2"
+ }
+ ]
+ },
+ "arena_blocker_debris":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.495000005
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -20.000000000
+ },
+ "to":
+ {
+ "z": -20.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.002000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 30.000000000
+ },
+ "to":
+ {
+ "z": 30.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.650000215,
+ "to": 0.650000215
+ },
+ "friction":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.350000203,
+ "to": 0.350000203
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "prt_arena_debris_1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "prt_arena_debris_2"
+ }
+ ]
+ },
+ "ash_002_atk_leaf":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -12.000000000
+ },
+ "to":
+ {
+ "z": -2.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -10.000000000,
+ "to": -10.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.500000000,
+ "to": 3.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.500000000,
+ "y": 3.500000000
+ },
+ "to":
+ {
+ "x": 3.500000000,
+ "y": 3.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -4.000000000,
+ "x2": 1.000000000,
+ "y2": -1.794270754,
+ "from": 0.400000006,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.395833373,
+ "y1": 0.161458343,
+ "x2": 0.205729187,
+ "y2": 0.854166687,
+ "from": 640.000000000,
+ "to": 120.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_leaf_big"
+ }
+ ]
+ },
+ "ash_002_atk_leaf_L":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "z": 0.500000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.411458343,
+ "y1": 0.255208343,
+ "x2": 0.104166687,
+ "y2": 0.908854187,
+ "from": 5.000000000,
+ "to": 8.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 2,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 7.000000000,
+ "y": 7.000000000
+ },
+ "to":
+ {
+ "x": 7.000000000,
+ "y": 7.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.750000000,
+ "y1": -0.010416657,
+ "x2": 1.000000000,
+ "y2": 0.250000000,
+ "from": 0.500000000,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.150000006,
+ "y1": 0.500000000,
+ "x2": 0.500000000,
+ "y2": 0.899999976,
+ "from": 180.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.150000006,
+ "y1": 0.500000000,
+ "x2": 0.500000000,
+ "y2": 0.899999976,
+ "from": 180.000000000,
+ "to": 60.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_leaf"
+ }
+ ]
+ },
+ "ash_002_atk_leaf_L_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "z": 0.500000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.411458343,
+ "y1": 0.255208343,
+ "x2": 0.104166687,
+ "y2": 0.908854187,
+ "from": 5.000000000,
+ "to": 8.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 2,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 7.000000000,
+ "y": 7.000000000
+ },
+ "to":
+ {
+ "x": 7.000000000,
+ "y": 7.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.750000000,
+ "y1": -0.010416657,
+ "x2": 1.000000000,
+ "y2": 0.250000000,
+ "from": 0.500000000,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.150000006,
+ "y1": 0.500000000,
+ "x2": 0.500000000,
+ "y2": 0.899999976,
+ "from": 180.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.150000006,
+ "y1": 0.500000000,
+ "x2": 0.500000000,
+ "y2": 0.899999976,
+ "from": 180.000000000,
+ "to": 60.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_leaf_red"
+ }
+ ]
+ },
+ "ash_002_atk_leaf_R":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "z": 0.500000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.411458343,
+ "y1": 0.255208343,
+ "x2": 0.104166687,
+ "y2": 0.908854187,
+ "from": 5.000000000,
+ "to": 8.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 2,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 7.000000000,
+ "y": 7.000000000,
+ "z": 7.000000000
+ },
+ "to":
+ {
+ "x": 7.000000000,
+ "y": 7.000000000,
+ "z": 7.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.500000000,
+ "x2": 1.000000000,
+ "y2": 0.300000012,
+ "from": 0.500000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.150000006,
+ "y1": 0.500000000,
+ "x2": 0.500000000,
+ "y2": 0.899999976,
+ "from": 180.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.150000006,
+ "y1": 0.500000000,
+ "x2": 0.500000000,
+ "y2": 0.899999976,
+ "from": 180.000000000,
+ "to": 60.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_leaf_R"
+ }
+ ]
+ },
+ "ash_002_atk_leaf_R_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "z": 0.500000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.411458343,
+ "y1": 0.255208343,
+ "x2": 0.104166687,
+ "y2": 0.908854187,
+ "from": 5.000000000,
+ "to": 8.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 2,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 7.000000000,
+ "y": 7.000000000,
+ "z": 7.000000000
+ },
+ "to":
+ {
+ "x": 7.000000000,
+ "y": 7.000000000,
+ "z": 7.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.500000000,
+ "x2": 1.000000000,
+ "y2": 0.300000012,
+ "from": 0.500000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.150000006,
+ "y1": 0.500000000,
+ "x2": 0.500000000,
+ "y2": 0.899999976,
+ "from": 180.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.150000006,
+ "y1": 0.500000000,
+ "x2": 0.500000000,
+ "y2": 0.899999976,
+ "from": 180.000000000,
+ "to": 60.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_leaf_R_red"
+ }
+ ]
+ },
+ "ash_002_atk_slash":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_002_atk_slash"
+ }
+ ]
+ },
+ "ash_002_atk_slash_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_002_atk_slash_red"
+ }
+ ]
+ },
+ "ash_002_atk_spark_L":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "z": 0.500000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.411458343,
+ "y1": 0.255208343,
+ "x2": 0.104166687,
+ "y2": 0.908854187,
+ "from": 5.000000000,
+ "to": 8.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 2,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 7.000000000,
+ "y": 7.000000000
+ },
+ "to":
+ {
+ "x": 7.000000000,
+ "y": 7.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.750000000,
+ "y1": -0.010416657,
+ "x2": 1.000000000,
+ "y2": 0.250000000,
+ "from": 0.500000000,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.150000006,
+ "y1": 0.500000000,
+ "x2": 0.500000000,
+ "y2": 0.899999976,
+ "from": 180.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.150000006,
+ "y1": 0.500000000,
+ "x2": 0.500000000,
+ "y2": 0.899999976,
+ "from": 180.000000000,
+ "to": 60.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_spark_gold_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_spark_gold_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_spark_gold_3"
+ }
+ ]
+ },
+ "ash_002_atk_spark_R":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "z": 0.500000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.411458343,
+ "y1": 0.255208343,
+ "x2": 0.104166687,
+ "y2": 0.908854187,
+ "from": 5.000000000,
+ "to": 8.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 2,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 7.000000000,
+ "y": 7.000000000,
+ "z": 7.000000000
+ },
+ "to":
+ {
+ "x": 7.000000000,
+ "y": 7.000000000,
+ "z": 7.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.500000000,
+ "x2": 1.000000000,
+ "y2": 0.300000012,
+ "from": 0.500000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.150000006,
+ "y1": 0.500000000,
+ "x2": 0.500000000,
+ "y2": 0.899999976,
+ "from": 180.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.150000006,
+ "y1": 0.500000000,
+ "x2": 0.500000000,
+ "y2": 0.899999976,
+ "from": 180.000000000,
+ "to": 60.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_spark_gold_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_spark_gold_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_spark_gold_3"
+ }
+ ]
+ },
+ "ash_002_atk_trail_dustDots":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.280000001,
+ "to": 0.280000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -24.000000000
+ },
+ "to":
+ {
+ "z": -24.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.400000095,
+ "to": 2.400000095
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.630208373,
+ "x2": 0.143229187,
+ "y2": 0.971354187,
+ "from": 0.200000003,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.800000012,
+ "y": 0.600000024,
+ "z": 0.259999990
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "y": 0.600000024,
+ "z": 0.259999990
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_dots"
+ }
+ ]
+ },
+ "ash_002_atk_trail_dustDots_lv2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.280000001,
+ "to": 0.280000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -24.000000000
+ },
+ "to":
+ {
+ "z": -24.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.799999952,
+ "to": 2.799999952
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.630208373,
+ "x2": 0.143229187,
+ "y2": 0.971354187,
+ "from": 0.200000003,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.800000012,
+ "y": 0.600000024,
+ "z": 0.259999990
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "y": 0.600000024,
+ "z": 0.259999990
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_dots"
+ }
+ ]
+ },
+ "ash_002_atk_trail_dustDots_lv3":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.280000001,
+ "to": 0.280000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -24.000000000
+ },
+ "to":
+ {
+ "z": -24.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.400000095,
+ "to": 2.400000095
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.630208373,
+ "x2": 0.143229187,
+ "y2": 0.971354187,
+ "from": 0.200000003,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.800000012,
+ "y": 0.600000024,
+ "z": 0.259999990
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "y": 0.600000024,
+ "z": 0.259999990
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_dots"
+ }
+ ]
+ },
+ "ash_002_atk_trail_slash":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 26.000000000,
+ "to": 26.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.319999993,
+ "to": 0.319999993
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_002_atk_slash_lv1"
+ }
+ ]
+ },
+ "ash_002_atk_trail_slash_lv2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 26.000000000,
+ "to": 26.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.319999993,
+ "to": 0.319999993
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_slash_01"
+ }
+ ]
+ },
+ "ash_002_atk_trail_slash_lv2_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 26.000000000,
+ "to": 26.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.319999993,
+ "to": 0.319999993
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_002_atk_slash_lv2_red"
+ }
+ ]
+ },
+ "ash_002_atk_trail_slash_lv3":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 26.000000000,
+ "to": 26.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.319999993,
+ "to": 0.319999993
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_slash_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_slash_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_slash_02"
+ }
+ ]
+ },
+ "ash_002_atk_trail_slash_lv3_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 26.000000000,
+ "to": 26.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.319999993,
+ "to": 0.319999993
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_002_atk_slash_lv2_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_002_atk_slash_lv3_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_slash_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_slash_02"
+ }
+ ]
+ },
+ "ash_002_atk_trail_slash_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 26.000000000,
+ "to": 26.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.319999993,
+ "to": 0.319999993
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_002_atk_slash_lv1_red"
+ }
+ ]
+ },
+ "ash_002_fire_spark_blue_short_lv3":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "z": 0.500000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.411458343,
+ "y1": 0.255208343,
+ "x2": 0.104166687,
+ "y2": 0.908854187,
+ "from": 2.000000000,
+ "to": 5.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 2,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 7.000000000,
+ "y": 7.000000000
+ },
+ "to":
+ {
+ "x": 7.000000000,
+ "y": 7.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.750000000,
+ "y1": -0.010416657,
+ "x2": 1.000000000,
+ "y2": 0.250000000,
+ "from": 0.600000024,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.150000006,
+ "y1": 0.500000000,
+ "x2": 0.500000000,
+ "y2": 0.899999976,
+ "from": 180.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.150000006,
+ "y1": 0.500000000,
+ "x2": 0.500000000,
+ "y2": 0.899999976,
+ "from": 180.000000000,
+ "to": 60.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.200000003,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_spark_gold_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_spark_gold_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_spark_gold_3"
+ }
+ ]
+ },
+ "ash_002_fire_spark_red_short_lv3":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "z": 0.500000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.411458343,
+ "y1": 0.255208343,
+ "x2": 0.104166687,
+ "y2": 0.908854187,
+ "from": 2.000000000,
+ "to": 5.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 2,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 7.000000000,
+ "y": 7.000000000
+ },
+ "to":
+ {
+ "x": 7.000000000,
+ "y": 7.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.750000000,
+ "y1": -0.010416657,
+ "x2": 1.000000000,
+ "y2": 0.250000000,
+ "from": 0.600000024,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.150000006,
+ "y1": 0.500000000,
+ "x2": 0.500000000,
+ "y2": 0.899999976,
+ "from": 180.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.150000006,
+ "y1": 0.500000000,
+ "x2": 0.500000000,
+ "y2": 0.899999976,
+ "from": 180.000000000,
+ "to": 60.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.200000003,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_particle_spark_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_particle_spark_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_particle_spark_red_3"
+ }
+ ]
+ },
+ "ash_002_ground_slash_L":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 2.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.010000000,
+ "to": 0.010000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_002_ground_slash"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_002_ground_slash"
+ }
+ ]
+ },
+ "ash_002_ground_slash_R":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "emitterDelay": 0.020000000,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 2.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 48.000000000,
+ "to": 48.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.010000000,
+ "to": 0.010000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_002_ground_slash_R"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_002_ground_slash_R"
+ }
+ ]
+ },
+ "ash_002_ground_slash_lv2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 2.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.010000000,
+ "to": 0.010000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_002_ground_slash_lv2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_002_ground_slash_lv2"
+ }
+ ]
+ },
+ "ash_002_ground_slash_lv2_R":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 2.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 48.000000000,
+ "to": 48.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.010000000,
+ "to": 0.010000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_002_ground_slash_R_lv2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_002_ground_slash_R_lv2"
+ }
+ ]
+ },
+ "ash_002_ground_slash_lv2_R_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 2.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 48.000000000,
+ "to": 48.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.010000000,
+ "to": 0.010000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_002_ground_slash_R_lv2_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_002_ground_slash_R_lv2_red"
+ }
+ ]
+ },
+ "ash_002_ground_slash_lv2_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 2.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.010000000,
+ "to": 0.010000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_002_ground_slash_lv2_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_002_ground_slash_lv2_red"
+ }
+ ]
+ },
+ "ash_002_ground_slash_lv3":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.010000000,
+ "to": 0.010000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_002_ground_slash_lv3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_002_ground_slash_lv3"
+ }
+ ]
+ },
+ "ash_002_ground_slash_lv3_R":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "emitterDelay": 0.020000000,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 48.000000000,
+ "to": 48.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.010000000,
+ "to": 0.010000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_002_ground_slash_R_lv3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_002_ground_slash_R_lv3"
+ }
+ ]
+ },
+ "ash_002_ground_slash_lv3_R_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "emitterDelay": 0.020000000,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 48.000000000,
+ "to": 48.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.010000000,
+ "to": 0.010000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_002_ground_slash_R_lv3_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_002_ground_slash_R_lv3_red"
+ }
+ ]
+ },
+ "ash_002_ground_slash_lv3_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.010000000,
+ "to": 0.010000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_002_ground_slash_lv3_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_002_ground_slash_lv3_red"
+ }
+ ]
+ },
+ "ash_002_ulti_clouds":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.500000000,
+ "to": 4.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 8.000000000,
+ "z": 2.500000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 8.000000000,
+ "z": 2.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.598958373,
+ "y1": 0.013020843,
+ "x2": 0.947916687,
+ "y2": 0.408854187,
+ "from": 0.600000024,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.411458343,
+ "y1": 0.231770843,
+ "x2": 0.440104187,
+ "y2": 0.783854187,
+ "from": 480.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "nita_003_ulti_cloud"
+ }
+ ]
+ },
+ "ash_002_ulti_clouds_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.500000000,
+ "to": 4.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 8.000000000,
+ "z": 2.500000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 8.000000000,
+ "z": 2.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.598958373,
+ "y1": 0.013020843,
+ "x2": 0.947916687,
+ "y2": 0.408854187,
+ "from": 0.600000024,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.411458343,
+ "y1": 0.231770843,
+ "x2": 0.440104187,
+ "y2": 0.783854187,
+ "from": 480.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "nita_003_ulti_cloud_red"
+ }
+ ]
+ },
+ "ash_002_ulti_leafGround":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -8.000000000
+ },
+ "to":
+ {
+ "z": -8.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 400.000000000,
+ "to": 400.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -15.000000000,
+ "to": -15.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -3.000000000,
+ "to": -3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.500000000,
+ "y": 2.500000000
+ },
+ "to":
+ {
+ "x": 2.500000000,
+ "y": 2.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.263020843,
+ "y1": -1.283854127,
+ "x2": 0.908854187,
+ "y2": -0.489583313,
+ "from": 0.800000012,
+ "to": 0.150000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.497395843,
+ "y1": 0.239583343,
+ "x2": 0.260416687,
+ "y2": 0.744791746,
+ "from": 1280.000000000,
+ "to": 120.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.050000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_leaf_big"
+ }
+ ]
+ },
+ "ash_002_ulti_leafGround_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -8.000000000
+ },
+ "to":
+ {
+ "z": -8.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 400.000000000,
+ "to": 400.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -15.000000000,
+ "to": -15.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -3.000000000,
+ "to": -3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.500000000,
+ "y": 2.500000000
+ },
+ "to":
+ {
+ "x": 2.500000000,
+ "y": 2.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.263020843,
+ "y1": -1.283854127,
+ "x2": 0.908854187,
+ "y2": -0.489583313,
+ "from": 0.800000012,
+ "to": 0.150000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.497395843,
+ "y1": 0.239583343,
+ "x2": 0.260416687,
+ "y2": 0.744791746,
+ "from": 1280.000000000,
+ "to": 120.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.050000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_leaf_big_red"
+ }
+ ]
+ },
+ "ash_002_ulti_trail_leaf":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -12.000000000
+ },
+ "to":
+ {
+ "z": -2.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -10.000000000,
+ "to": -10.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.500000000,
+ "to": 3.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.500000000,
+ "y": 3.500000000
+ },
+ "to":
+ {
+ "x": 3.500000000,
+ "y": 3.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -4.000000000,
+ "x2": 1.000000000,
+ "y2": -1.794270754,
+ "from": 0.500000000,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.395833373,
+ "y1": 0.161458343,
+ "x2": 0.205729187,
+ "y2": 0.854166687,
+ "from": 640.000000000,
+ "to": 120.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_leaf_big"
+ }
+ ]
+ },
+ "ash_002_ulti_trail_leaf_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -12.000000000
+ },
+ "to":
+ {
+ "z": -2.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -10.000000000,
+ "to": -10.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.500000000,
+ "to": 3.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.500000000,
+ "y": 3.500000000
+ },
+ "to":
+ {
+ "x": 3.500000000,
+ "y": 3.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -4.000000000,
+ "x2": 1.000000000,
+ "y2": -1.794270754,
+ "from": 0.500000000,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.395833373,
+ "y1": 0.161458343,
+ "x2": 0.205729187,
+ "y2": 0.854166687,
+ "from": 640.000000000,
+ "to": 120.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_leaf_big_red"
+ }
+ ]
+ },
+ "ash_def_atk_cloud":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 70.000000000,
+ "to": 70.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.349999994
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.800000012,
+ "y": 0.550000012,
+ "z": 0.449999988
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "y": 0.550000012,
+ "z": 0.449999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -30.000000000,
+ "to": -30.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_cloud_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_cloud_2"
+ }
+ ]
+ },
+ "ash_def_atk_cloud_lv2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 70.000000000,
+ "to": 70.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.349999994
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.699999988,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.699999988,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -30.000000000,
+ "to": -30.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_cloud_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_cloud_2"
+ }
+ ]
+ },
+ "ash_def_atk_cloud_lv2_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 70.000000000,
+ "to": 70.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.349999994
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -30.000000000,
+ "to": -30.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_cloud_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_cloud_2"
+ }
+ ]
+ },
+ "ash_def_atk_cloud_lv3":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 70.000000000,
+ "to": 70.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.349999994
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.899999976,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.899999976,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -30.000000000,
+ "to": -30.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_cloud_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_cloud_2"
+ }
+ ]
+ },
+ "ash_def_atk_cloud_lv3_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 70.000000000,
+ "to": 70.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.349999994
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.848958373,
+ "y1": 0.013020843,
+ "x2": 0.330729187,
+ "y2": 0.994791687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -30.000000000,
+ "to": -30.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_cloud_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_cloud_2"
+ }
+ ]
+ },
+ "ash_def_atk_cloud_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 70.000000000,
+ "to": 70.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.349999994
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.899999976,
+ "y": 0.550000012,
+ "z": 0.449999988
+ },
+ "to":
+ {
+ "x": 0.899999976,
+ "y": 0.550000012,
+ "z": 0.449999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -30.000000000,
+ "to": -30.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_cloud_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_cloud_2"
+ }
+ ]
+ },
+ "ash_def_atk_fire":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.600000024,
+ "x2": 0.200000003,
+ "y2": 0.800000012,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.600000024,
+ "y": 0.800000012,
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_flame_shot_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_flame_shot_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_flame_shot_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_flame_shot_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_flame_shot_05"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_flame_shot_06"
+ }
+ ]
+ },
+ "ash_def_atk_fragments":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset":
+ {
+ "z": 0.495000213
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -50.000000000
+ },
+ "to":
+ {
+ "z": -50.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "durationJitter": 0.005000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnVelocityComponent",
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.500000000,
+ "y": 4.500000000,
+ "z": 8.000000000
+ },
+ "to":
+ {
+ "x": 4.500000000,
+ "y": 4.500000000,
+ "z": 8.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.984375000,
+ "y1": 0.005208347,
+ "x2": 1.000000000,
+ "y2": 0.072916687,
+ "from": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.630208373,
+ "y1": 0.028645843,
+ "x2": 0.440104187,
+ "y2": 0.994791746,
+ "from": 400.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 1.000000000,
+ "y1": 0.013020843,
+ "y2": 1.002604246,
+ "from": 2100.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_6"
+ }
+ ]
+ },
+ "ash_def_atk_fragments_lv2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset":
+ {
+ "z": 0.495000213
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -50.000000000
+ },
+ "to":
+ {
+ "z": -50.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "durationJitter": 0.005000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnVelocityComponent",
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.500000000,
+ "y": 4.500000000,
+ "z": 8.000000000
+ },
+ "to":
+ {
+ "x": 4.500000000,
+ "y": 4.500000000,
+ "z": 8.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.984375000,
+ "y1": 0.005208347,
+ "x2": 1.000000000,
+ "y2": 0.072916687,
+ "from": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.630208373,
+ "y1": 0.028645843,
+ "x2": 0.440104187,
+ "y2": 0.994791746,
+ "from": 400.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 1.000000000,
+ "y1": 0.013020843,
+ "y2": 1.002604246,
+ "from": 2100.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_6"
+ }
+ ]
+ },
+ "ash_def_atk_impact":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.550000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.699999988
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 0.500000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 0.500000000,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_impact"
+ }
+ ]
+ },
+ "ash_def_atk_impact_lv2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.550000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.699999988
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.100000001,
+ "y1": 1.000000000,
+ "x2": -0.200000003,
+ "y2": 1.000000000,
+ "from":
+ {
+ "y": 0.699999988,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.100000001,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_impact_lv2"
+ }
+ ]
+ },
+ "ash_def_atk_impact_lv2_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.550000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.699999988
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.100000001,
+ "y1": 1.000000000,
+ "x2": -0.200000003,
+ "y2": 1.000000000,
+ "from":
+ {
+ "y": 0.699999988,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.100000001,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_impact_lv2_red"
+ }
+ ]
+ },
+ "ash_def_atk_impact_lv3":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.550000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.699999988
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_impact_lv3"
+ }
+ ]
+ },
+ "ash_def_atk_impact_lv3_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.550000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.699999988
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_impact_lv3_red"
+ }
+ ]
+ },
+ "ash_def_atk_impact_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.550000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.699999988
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_impact_red"
+ }
+ ]
+ },
+ "ash_def_atk_slash":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_attakSlash_2"
+ }
+ ]
+ },
+ "ash_def_atk_stone_L":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012
+ },
+ "to":
+ {
+ "x": 0.300000012
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.411458343,
+ "y1": 0.255208343,
+ "x2": 0.104166687,
+ "y2": 0.908854187,
+ "from": 1.000000000,
+ "to": 3.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 2,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone1_L"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone2_L"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone3_L"
+ }
+ ]
+ },
+ "ash_def_atk_stone_L2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.070000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.600000024
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.411458343,
+ "y1": 0.255208343,
+ "x2": 0.104166687,
+ "y2": 0.908854187,
+ "from": 1.500000000,
+ "to": 3.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 2,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone1_L"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone2_L"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone3_L"
+ }
+ ]
+ },
+ "ash_def_atk_stone_L2_lv2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.070000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.600000024
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.411458343,
+ "y1": 0.255208343,
+ "x2": 0.104166687,
+ "y2": 0.908854187,
+ "from": 1.500000000,
+ "to": 3.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 2,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone1_L"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone2_L"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone3_L"
+ }
+ ]
+ },
+ "ash_def_atk_stone_L2_lv3":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.070000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.600000024
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.411458343,
+ "y1": 0.255208343,
+ "x2": 0.104166687,
+ "y2": 0.908854187,
+ "from": 1.500000000,
+ "to": 3.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 2,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone1_L"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone2_L"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone3_L"
+ }
+ ]
+ },
+ "ash_def_atk_stone_L3":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.299999952
+ },
+ "to":
+ {
+ "x": 1.299999952
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.411458343,
+ "y1": 0.255208343,
+ "x2": 0.104166687,
+ "y2": 0.908854187,
+ "from": 2.500000000,
+ "to": 4.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 2,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.800000191,
+ "y": 5.800000191
+ },
+ "to":
+ {
+ "x": 5.800000191,
+ "y": 5.800000191
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone1_L"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone2_L"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone3_L"
+ }
+ ]
+ },
+ "ash_def_atk_stone_L3_lv2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.299999952
+ },
+ "to":
+ {
+ "x": 1.299999952
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.411458343,
+ "y1": 0.255208343,
+ "x2": 0.104166687,
+ "y2": 0.908854187,
+ "from": 2.500000000,
+ "to": 4.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 2,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.800000191,
+ "y": 5.800000191
+ },
+ "to":
+ {
+ "x": 5.800000191,
+ "y": 5.800000191
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone1_L"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone2_L"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone3_L"
+ }
+ ]
+ },
+ "ash_def_atk_stone_L3_lv3":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.299999952
+ },
+ "to":
+ {
+ "x": 1.299999952
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.411458343,
+ "y1": 0.255208343,
+ "x2": 0.104166687,
+ "y2": 0.908854187,
+ "from": 2.500000000,
+ "to": 4.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 2,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.800000191,
+ "y": 5.800000191
+ },
+ "to":
+ {
+ "x": 5.800000191,
+ "y": 5.800000191
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone1_L"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone2_L"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone3_L"
+ }
+ ]
+ },
+ "ash_def_atk_stone_L_lv2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012
+ },
+ "to":
+ {
+ "x": 0.300000012
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.411458343,
+ "y1": 0.255208343,
+ "x2": 0.104166687,
+ "y2": 0.908854187,
+ "from": 1.000000000,
+ "to": 3.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 2,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone1_L"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone2_L"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone3_L"
+ }
+ ]
+ },
+ "ash_def_atk_stone_L_lv3":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012
+ },
+ "to":
+ {
+ "x": 0.300000012
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.411458343,
+ "y1": 0.255208343,
+ "x2": 0.104166687,
+ "y2": 0.908854187,
+ "from": 1.000000000,
+ "to": 3.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 2,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone1_L"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone2_L"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone3_L"
+ }
+ ]
+ },
+ "ash_def_atk_stone_R":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.411458343,
+ "y1": 0.255208343,
+ "x2": 0.104166687,
+ "y2": 0.908854187,
+ "from": 1.000000000,
+ "to": 3.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 2,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone1_R"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone3_R"
+ }
+ ]
+ },
+ "ash_def_atk_stone_R2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.070000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.600000024
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.411458343,
+ "y1": 0.255208343,
+ "x2": 0.104166687,
+ "y2": 0.908854187,
+ "from": 1.500000000,
+ "to": 3.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 2,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone1_R"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone3_R"
+ }
+ ]
+ },
+ "ash_def_atk_stone_R2_lv2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.070000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.600000024
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.411458343,
+ "y1": 0.255208343,
+ "x2": 0.104166687,
+ "y2": 0.908854187,
+ "from": 1.500000000,
+ "to": 3.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 2,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone1_R"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone3_R"
+ }
+ ]
+ },
+ "ash_def_atk_stone_R2_lv3":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.070000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.600000024
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.411458343,
+ "y1": 0.255208343,
+ "x2": 0.104166687,
+ "y2": 0.908854187,
+ "from": 1.500000000,
+ "to": 3.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 2,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone1_R"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone3_R"
+ }
+ ]
+ },
+ "ash_def_atk_stone_R3":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.399999976
+ },
+ "to":
+ {
+ "x": 1.399999976
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.411458343,
+ "y1": 0.255208343,
+ "x2": 0.104166687,
+ "y2": 0.908854187,
+ "from": 3.500000000,
+ "to": 5.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 2,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.800000191,
+ "y": 5.800000191
+ },
+ "to":
+ {
+ "x": 5.800000191,
+ "y": 5.800000191
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone1_R"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone3_R"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone2_R"
+ }
+ ]
+ },
+ "ash_def_atk_stone_R3_lv2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.399999976
+ },
+ "to":
+ {
+ "x": 1.399999976
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.411458343,
+ "y1": 0.255208343,
+ "x2": 0.104166687,
+ "y2": 0.908854187,
+ "from": 3.500000000,
+ "to": 5.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 2,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.800000191,
+ "y": 5.800000191
+ },
+ "to":
+ {
+ "x": 5.800000191,
+ "y": 5.800000191
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone1_R"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone3_R"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone2_R"
+ }
+ ]
+ },
+ "ash_def_atk_stone_R3_lv3":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.399999976
+ },
+ "to":
+ {
+ "x": 1.399999976
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.411458343,
+ "y1": 0.255208343,
+ "x2": 0.104166687,
+ "y2": 0.908854187,
+ "from": 3.500000000,
+ "to": 5.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 2,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.800000191,
+ "y": 5.800000191
+ },
+ "to":
+ {
+ "x": 5.800000191,
+ "y": 5.800000191
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone1_R"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone3_R"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone2_R"
+ }
+ ]
+ },
+ "ash_def_atk_stone_R_lv2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.411458343,
+ "y1": 0.255208343,
+ "x2": 0.104166687,
+ "y2": 0.908854187,
+ "from": 1.000000000,
+ "to": 3.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 2,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone1_R"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone3_R"
+ }
+ ]
+ },
+ "ash_def_atk_stone_R_lv3":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.411458343,
+ "y1": 0.255208343,
+ "x2": 0.104166687,
+ "y2": 0.908854187,
+ "from": 1.000000000,
+ "to": 3.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 2,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone1_R"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_atk_stone3_R"
+ }
+ ]
+ },
+ "ash_def_atk_trash":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -35.000000000
+ },
+ "to":
+ {
+ "z": -35.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 5.000000000
+ },
+ "to":
+ {
+ "z": 5.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 280.000000000,
+ "to": 280.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.400000095,
+ "to": 3.400000095
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ }
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "y1": 0.036458343,
+ "x2": 1.000000000,
+ "y2": 0.080729187,
+ "from": 1.000000000,
+ "to": 0.020000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "trash_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "trash_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "trash_3"
+ }
+ ]
+ },
+ "ash_def_atk_trash_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -35.000000000
+ },
+ "to":
+ {
+ "z": -35.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 5.000000000
+ },
+ "to":
+ {
+ "z": 5.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 280.000000000,
+ "to": 280.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.400000095,
+ "to": 3.400000095
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ }
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "y1": 0.036458343,
+ "x2": 1.000000000,
+ "y2": 0.080729187,
+ "from": 1.000000000,
+ "to": 0.020000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "trash_1_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "trash_2_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "trash_3_red"
+ }
+ ]
+ },
+ "ash_def_fire_spark_blue_short":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 40,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.550000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.699999988
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.119999997,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_blue_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_blue_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_blue_3"
+ }
+ ]
+ },
+ "ash_def_fire_spark_blue_short_lv2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 40,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.550000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.699999988
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.119999997,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_blue_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_blue_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_blue_3"
+ }
+ ]
+ },
+ "ash_def_fire_spark_blue_short_lv3":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.399999976
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "z": 2.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.550000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.699999988
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.119999997,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecSpark_small_trail_blue_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecSpark_small_trail_blue_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecSpark_small_trail_blue_03"
+ }
+ ]
+ },
+ "ash_def_fire_spark_red_short":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 4,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 1.200000048
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.119999997,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_particle_spark_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_particle_spark_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_particle_spark_red_3"
+ }
+ ]
+ },
+ "ash_def_fire_spark_red_short_lv2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 40,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.550000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.699999988
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.119999997,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_particle_spark_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_particle_spark_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_particle_spark_red_3"
+ }
+ ]
+ },
+ "ash_def_fire_spark_red_short_lv3":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.399999976
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "z": 2.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.550000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.699999988
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.119999997,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecSpark_small_trail_red_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecSpark_small_trail_red_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecSpark_small_trail_red_03"
+ }
+ ]
+ },
+ "ash_def_ground_crack":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 2.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.010000000,
+ "to": 0.010000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.540000021
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_crack_b2_type1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_crack_b2_type2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_crack_b2_type3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_crack_b2_type4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_crack_b2_type5"
+ }
+ ]
+ },
+ "ash_def_ground_crack_lv2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 2.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.010000000,
+ "to": 0.010000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.800000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.234375000,
+ "y1": 0.020833373,
+ "x2": 0.375000000,
+ "y2": 1.002604246,
+ "from":
+ {
+ "y": 0.699999988,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_crack_b2_type1_Lv2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_crack_b2_type2_Lv2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_crack_b2_type3_Lv2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_crack_b2_type4_Lv2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_crack_b2_type5_Lv2"
+ }
+ ]
+ },
+ "ash_def_ground_crack_lv2_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 2.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.010000000,
+ "to": 0.010000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.800000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.234375000,
+ "y1": 0.020833373,
+ "x2": 0.375000000,
+ "y2": 1.002604246,
+ "from":
+ {
+ "x": 0.800000012,
+ "y": 0.100000001,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_crack_b2_type1_Lv2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_crack_b2_type2_Lv2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_crack_b2_type3_Lv2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_crack_b2_type4_Lv2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_crack_b2_type5_Lv2"
+ }
+ ]
+ },
+ "ash_def_ground_crack_lv3":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 2.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.010000000,
+ "to": 0.010000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.800000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.300000012,
+ "y1": 0.200000003,
+ "x2": -0.100000001,
+ "y2": 1.000000000,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.500000000,
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_crack_b2_type1_Lv2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_crack_b2_type2_Lv2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_crack_b2_type3_Lv2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_crack_b2_type4_Lv2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_crack_b2_type5_Lv2"
+ }
+ ]
+ },
+ "ash_def_ground_crack_lv3_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 2.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.010000000,
+ "to": 0.010000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.800000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.300000012,
+ "y1": 0.200000003,
+ "x2": -0.100000001,
+ "y2": 1.000000000,
+ "from":
+ {
+ "x": 1.000000000,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 0.699999988,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_crack_b2_type1_Lv2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_crack_b2_type2_Lv2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_crack_b2_type3_Lv2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_crack_b2_type4_Lv2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_crack_b2_type5_Lv2"
+ }
+ ]
+ },
+ "ash_def_ground_crack_lv3_yellow":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.075000003,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 75.000000000,
+ "to": 75.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.010000000,
+ "to": 0.010000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.800000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.300000012,
+ "y1": 0.200000003,
+ "x2": -0.300000012,
+ "y2": 1.000000000,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.200000003,
+ "z": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_crack_b2_type1_Lv2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_crack_b2_type2_Lv2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_crack_b2_type3_Lv2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_crack_b2_type4_Lv2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_crack_b2_type5_Lv2"
+ }
+ ]
+ },
+ "ash_def_rage_angry":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "emitterDelay": 0.150000006,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.280000001,
+ "to": 0.280000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.070000000,
+ "to": 0.070000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 2.200000048
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.699999988,
+ "y1": 4.000000000,
+ "y2": 0.600000024,
+ "from": 0.300000012,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.400000006,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_angry"
+ }
+ ]
+ },
+ "ash_def_rage_angry_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "emitterDelay": 0.150000006,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.280000001,
+ "to": 0.280000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.070000000,
+ "to": 0.070000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 2.200000048
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.699999988,
+ "y1": 4.000000000,
+ "y2": 0.600000024,
+ "from": 0.300000012,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.699999988,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.100000001,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_angry"
+ }
+ ]
+ },
+ "ash_def_rage_steam":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.259999990,
+ "to": 0.259999990
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "from": 1.500000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cloud_noStroke"
+ }
+ ]
+ },
+ "ash_def_ulti_NutsBolts":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.495000005
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -85.000000000
+ },
+ "to":
+ {
+ "z": -85.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 14.000000000,
+ "to": 14.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 24.000000000,
+ "to": 24.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 1.000000000,
+ "from": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.575520873,
+ "y1": 0.005208343,
+ "x2": 0.127604187,
+ "y2": 0.885416687,
+ "from": 360.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_bolt"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_nut"
+ }
+ ]
+ },
+ "ash_def_ulti_NutsBolts_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.495000005
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -85.000000000
+ },
+ "to":
+ {
+ "z": -85.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 14.000000000,
+ "to": 14.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 24.000000000,
+ "to": 24.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 1.000000000,
+ "from": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.575520873,
+ "y1": 0.005208343,
+ "x2": 0.127604187,
+ "y2": 0.885416687,
+ "from": 360.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_bolt_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_nut_red"
+ }
+ ]
+ },
+ "ash_def_ulti_caution":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.730000019,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "followEmitter": true,
+ "components":
+ [
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1800.000000000,
+ "to": 1800.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 2
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 1.000000000,
+ "from": 8.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_ulti2_icon_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_ulti2_icon_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_ulti2_icon_3"
+ }
+ ]
+ },
+ "ash_def_ulti_caution_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.730000019,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "followEmitter": true,
+ "components":
+ [
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1800.000000000,
+ "to": 1800.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 2
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 1.000000000,
+ "from": 8.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_ulti2_icon_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_ulti2_icon_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_ulti2_icon_3"
+ }
+ ]
+ },
+ "ash_def_ulti_reached":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.100000001
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.125000000,
+ "y1": 1.109375000,
+ "x2": 0.023437500,
+ "y2": 1.679687500,
+ "to": 1.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_ulti_reached"
+ }
+ ]
+ },
+ "ash_def_ulti_reached1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "jessie_003_atk_hit"
+ }
+ ]
+ },
+ "ash_def_ulti_reached_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.100000001
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.125000000,
+ "y1": 1.109375000,
+ "x2": 0.023437500,
+ "y2": 1.679687500,
+ "to": 1.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_ulti_reached"
+ }
+ ]
+ },
+ "ash_def_ulti_spawnDust":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.250000000,
+ "to": 1.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.699999988
+ },
+ "gravity":
+ {
+ "x1": 1.000000000,
+ "y1": -0.010416627,
+ "x2": 0.604166687,
+ "y2": 1.041666746,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 7
+ }
+ ]
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 27.000000000,
+ "y": 27.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 27.000000000,
+ "y": 27.000000000,
+ "z": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "CurlNoise",
+ "frequency":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "strength":
+ {
+ "x1": 1.200000048,
+ "y1": 0.052083343,
+ "x2": 0.455729187,
+ "y2": 2.000000000,
+ "to": 10.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.739583373,
+ "y1": -0.010416657,
+ "x2": 1.000000000,
+ "y2": 0.471354187,
+ "from": 2.200000048,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 120.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_opaque_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_opaque_2"
+ }
+ ]
+ },
+ "ash_def_ulti_trail":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.159999996,
+ "to": 0.159999996
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_2"
+ }
+ ]
+ },
+ "ash_def_ulti_trail_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.159999996,
+ "to": 0.159999996
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_6"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_7"
+ }
+ ]
+ },
+ "ash_def_ulti_wifi":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "followEmitter": true,
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_ulti_trail_wifi"
+ }
+ ]
+ },
+ "ash_def_ulti_wifi_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "followEmitter": true,
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ash_def_ulti_trail_wifi_red"
+ }
+ ]
+ },
+ "balloon_explo":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 6,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.200000003,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 2.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.200000003,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "prt_balloon"
+ }
+ ]
+ },
+ "barkeep_fire":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 70,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.549999952,
+ "to": 2.549999952
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.450000048,
+ "to": 2.450000048
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ },
+ "to":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -1.875000000,
+ "to": -1.875000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.875000000,
+ "to": 1.875000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire_3"
+ }
+ ]
+ },
+ "barkeep_shards":
+ {
+ "enemyVersion": "barkeep_shards_red",
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 8,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -30.000001907
+ },
+ "to":
+ {
+ "z": -30.000001907
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.799999952,
+ "to": 3.799999952
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 6.079999924,
+ "to": 6.079999924
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.750000000,
+ "to": 3.750000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "shard"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "shard_2"
+ }
+ ]
+ },
+ "barkeep_shards_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 8,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -30.000001907
+ },
+ "to":
+ {
+ "z": -30.000001907
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.200000048,
+ "to": 3.200000048
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.750000000,
+ "to": 3.750000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "shard_red"
+ }
+ ]
+ },
+ "barkeep_smoke":
+ {
+ "enemyVersion": "barkeep_smoke_red",
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 70,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.350000024,
+ "to": 1.350000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.600000024
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "z": 0.300000012
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 800.000000000,
+ "y": 800.000000000
+ },
+ "to":
+ {
+ "x": 800.000000000,
+ "y": 800.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -1.250000000,
+ "to": -1.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -140.000000000,
+ "to": -140.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 140.000000000,
+ "to": 140.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000954,
+ "to": 8.000000954
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 12.000000954,
+ "to": 12.000000954
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 0.300000101,
+ "to": 0.300000101
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 0.650000095,
+ "to": 0.650000095
+ },
+ "friction":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 0.350000113,
+ "to": 0.350000113
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 3.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "barkeep_smoke_1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "barkeep_smoke_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "barkeep_smoke_3"
+ }
+ ]
+ },
+ "barkeep_smoke_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 70,
+ "lifetime":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 1.350000143,
+ "to": 1.350000143
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 0.650000095,
+ "to": 0.650000095
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.600000024
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "z": 0.300000012
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000119,
+ "spawnRate":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 800.000000000,
+ "y": 800.000000000
+ },
+ "to":
+ {
+ "x": 800.000000000,
+ "y": 800.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -1.250000000,
+ "to": -1.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -140.000000000,
+ "to": -140.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 140.000000000,
+ "to": 140.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000954,
+ "to": 8.000000954
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 12.000000954,
+ "to": 12.000000954
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 0.300000101,
+ "to": 0.300000101
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 0.650000095,
+ "to": 0.650000095
+ },
+ "friction":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 0.350000113,
+ "to": 0.350000113
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.020000000,
+ "to": 5.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "barkeep_smoke_1_red"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "barkeep_smoke_2_red"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "barkeep_smoke_3_red"
+ }
+ ]
+ },
+ "barkeep_smoke_ulti":
+ {
+ "enemyVersion": "barkeep_smoke_red",
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 3.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.750000000
+ },
+ "to":
+ {
+ "z": 0.750000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.800000072,
+ "durationJitter": -0.200000003,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 800.000000000,
+ "y": 800.000000000
+ },
+ "to":
+ {
+ "x": 800.000000000,
+ "y": 800.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -1.250000000,
+ "to": -1.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -140.000000000,
+ "to": -140.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 140.000000000,
+ "to": 140.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.199999809,
+ "to": 15.199999809
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 22.799999237,
+ "to": 22.799999237
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 0.300000101,
+ "to": 0.300000101
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 0.650000095,
+ "to": 0.650000095
+ },
+ "friction":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 0.350000113,
+ "to": 0.350000113
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.020000000,
+ "to": 5.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "BlackSmoke"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "BlackSmoke2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "BlackSmoke3"
+ }
+ ]
+ },
+ "barkeep_splat":
+ {
+ "enemyVersion": "barkeep_splat_red",
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 1.400000095,
+ "to": 1.400000095
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104
+ },
+ "mass": 1.000000119,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000100,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ },
+ "to":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": -1.875000000,
+ "to": -1.875000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.875000000,
+ "to": 1.875000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "barkeep_splat_1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "barkeep_splat_2"
+ }
+ ]
+ },
+ "barkeep_splat_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.399999976,
+ "to": 1.399999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ },
+ "to":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -1.875000000,
+ "to": -1.875000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.875000000,
+ "to": 1.875000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "barkeep_splat_1_red"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "barkeep_splat_2_red"
+ }
+ ]
+ },
+ "barkeep_splat_ulti":
+ {
+ "enemyVersion": "barkeep_splat_red",
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.500000000,
+ "to": 3.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ },
+ "to":
+ {
+ "x": 30.000000000,
+ "y": 30.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -2.500000000,
+ "to": -2.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "splat_ulti"
+ }
+ ]
+ },
+ "barley_004_atk_trail":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.280000001,
+ "to": 0.280000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "x": 0.300000012,
+ "y": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -40.000000000
+ },
+ "to":
+ {
+ "z": -40.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.546875000,
+ "y1": -4.518229008,
+ "x2": 1.000000000,
+ "y2": -3.083333254,
+ "from": 0.170000002,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.560000002,
+ "z": 0.046000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.560000002,
+ "z": 0.046000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_liquid_S"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_liquid_M"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_liquid_L"
+ }
+ ]
+ },
+ "barley_004_atk_trailGround":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -9999.000000000
+ },
+ "to":
+ {
+ "z": -9999.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.400000006,
+ "to": -0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SimpleGround"
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 1.028645873,
+ "x2": 0.299479187,
+ "y2": 1.010416746,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.560000002,
+ "z": 0.046000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.560000002,
+ "z": 0.046000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_5"
+ }
+ ]
+ },
+ "barley_004_atk_trailLeaf":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -5.000000000
+ },
+ "to":
+ {
+ "z": -5.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.850000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 11.000000000,
+ "to": 11.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.800000012,
+ "to": -0.800000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.379999995
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.379999995
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_mapleLeaf_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_mapleLeaf_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_mapleLeaf_3"
+ }
+ ]
+ },
+ "barley_004_atk_trailLeaf_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -5.000000000
+ },
+ "to":
+ {
+ "z": -5.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.850000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 11.000000000,
+ "to": 11.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.800000012,
+ "to": -0.800000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.779999971,
+ "y": 0.259999990,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 0.779999971,
+ "y": 0.259999990,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_mapleLeaf_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_mapleLeaf_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_mapleLeaf_3"
+ }
+ ]
+ },
+ "barley_004_shards_gold":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -50.000000000
+ },
+ "to":
+ {
+ "z": -50.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 17.000000000,
+ "to": 17.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "y1": 0.005208343,
+ "x2": 1.000000000,
+ "y2": 0.424479187,
+ "from": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 720.000000000,
+ "to": 720.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shard_gold_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shard_gold_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shard_gold_3"
+ }
+ ]
+ },
+ "barley_005_atk_debris":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -50.000000000
+ },
+ "to":
+ {
+ "z": -50.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 14.000000000,
+ "to": 14.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "y1": 0.028645843,
+ "x2": 1.000000000,
+ "y2": 0.104166687,
+ "from": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.716145873,
+ "y1": 0.020833343,
+ "x2": 0.385416687,
+ "y2": 0.994791687,
+ "from": 720.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_005_atk_debris1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_005_atk_debris2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_005_atk_debris3"
+ }
+ ]
+ },
+ "barley_005_atk_debris_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -50.000000000
+ },
+ "to":
+ {
+ "z": -50.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 14.000000000,
+ "to": 14.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "y1": 0.028645843,
+ "x2": 1.000000000,
+ "y2": 0.104166687,
+ "from": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.716145873,
+ "y1": 0.020833343,
+ "x2": 0.385416687,
+ "y2": 0.994791687,
+ "from": 720.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_005_atk_debris_red1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_005_atk_debris_red2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_005_atk_debris_red3"
+ }
+ ]
+ },
+ "barley_005_atk_remain":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.600000024,
+ "to": 1.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.250000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_005_atk_remain1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_005_atk_remain2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_005_atk_remain3"
+ }
+ ]
+ },
+ "barley_005_atk_remain_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.600000024,
+ "to": 1.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.250000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_005_atk_red_remain1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_005_atk_red_remain2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_005_atk_red_remain3"
+ }
+ ]
+ },
+ "barley_005_atk_trail":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -6.000000000
+ },
+ "to":
+ {
+ "z": -6.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.750000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -3.000000000,
+ "x2": 0.984375000,
+ "y2": -1.505208015,
+ "from": 0.300000012,
+ "to": 0.150000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.750000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.750000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 720.000000000,
+ "to": 720.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 400.000000000,
+ "to": 400.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_005_particle_heart"
+ }
+ ]
+ },
+ "barley_005_atk_trail_add":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.200000003,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.259999990,
+ "to": 0.259999990
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -6.000000000
+ },
+ "to":
+ {
+ "z": -6.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.699999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -3.000000000,
+ "x2": 0.984375000,
+ "y2": -1.505208015,
+ "from": 0.280000001,
+ "to": 0.280000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.750000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.750000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 720.000000000,
+ "to": 720.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 400.000000000,
+ "to": 400.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_005_particle_heart_add"
+ }
+ ]
+ },
+ "barley_005_atk_trail_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -6.000000000
+ },
+ "to":
+ {
+ "z": -6.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.750000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -3.000000000,
+ "x2": 0.984375000,
+ "y2": -1.505208015,
+ "from": 0.300000012,
+ "to": 0.150000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.250000000,
+ "z": 0.200000003
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.250000000,
+ "z": 0.200000003
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 720.000000000,
+ "to": 720.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 400.000000000,
+ "to": 400.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_005_particle_heart"
+ }
+ ]
+ },
+ "barley_005_atk_trail_red_add":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.200000003,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.259999990,
+ "to": 0.259999990
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -6.000000000
+ },
+ "to":
+ {
+ "z": -6.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.699999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -3.000000000,
+ "x2": 0.984375000,
+ "y2": -1.505208015,
+ "from": 0.280000001,
+ "to": 0.280000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.349999994,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.349999994,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 720.000000000,
+ "to": 720.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 400.000000000,
+ "to": 400.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_005_particle_heart_add"
+ }
+ ]
+ },
+ "barley_005_ulti_remains":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.199999809,
+ "to": 4.199999809
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.250000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_005_atk_remain1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_005_atk_remain2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_005_atk_remain3"
+ }
+ ]
+ },
+ "barley_005_ulti_remains_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.199999809,
+ "to": 4.199999809
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.250000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_005_atk_red_remain1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_005_atk_red_remain2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_005_atk_red_remain3"
+ }
+ ]
+ },
+ "barley_006_area_glow_1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 15,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.700000048,
+ "to": 1.700000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "from": 19.000000000,
+ "to": 19.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x2": 0.401041687,
+ "y2": 1.000000000,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "y1": 0.802083373,
+ "y2": 0.986979246,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.699999988,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "area_glowRing_normal"
+ }
+ ]
+ },
+ "barley_006_area_glow_1_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 15,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.700000048,
+ "to": 1.700000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "from": 19.000000000,
+ "to": 19.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.192708343,
+ "y1": 0.622395873,
+ "x2": 0.401041687,
+ "y2": 0.916666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "y1": 0.716145873,
+ "y2": 1.000000000,
+ "to": 0.750000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.699999988,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "area_glowRing_normal_red"
+ }
+ ]
+ },
+ "barley_006_area_glow_2_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 15,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.200000003,
+ "c": 1
+ },
+ {
+ "t": 0.899999976,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "from": 15.000000000,
+ "to": 35.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "color":
+ {
+ "x1": 0.192708343,
+ "y1": 0.622395873,
+ "x2": 0.401041687,
+ "y2": 0.916666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.138020843,
+ "y1": 0.442708343,
+ "x2": 0.494791687,
+ "y2": 0.799479187,
+ "to": 0.300000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.750000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_area_glowCircle_1"
+ }
+ ]
+ },
+ "barley_006_area_glow_3":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 15,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "from": 19.000000000,
+ "to": 19.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.007812500,
+ "y1": 0.864583373,
+ "x2": 0.093750000,
+ "y2": 0.986979246,
+ "to": 0.649999976
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.600000024,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "area_glowRing_ulti"
+ }
+ ]
+ },
+ "barley_006_area_glow_4":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 15,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "from": 19.000000000,
+ "to": 19.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "color":
+ {
+ "x1": 0.192708343,
+ "y1": 0.622395873,
+ "x2": 0.401041687,
+ "y2": 0.916666687,
+ "from":
+ {
+ "x": 0.800000012,
+ "y": 0.600000024,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.899999976,
+ "y": 0.150000006,
+ "z": 0.649999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.007812500,
+ "y1": 0.864583373,
+ "x2": 0.093750000,
+ "y2": 0.986979246,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.600000024,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "area_glowRing_ulti_red"
+ }
+ ]
+ },
+ "barley_006_area_sideGlow_1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 15,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.399999976,
+ "to": 1.399999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.100000001,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "from": 38.000000000,
+ "to": 38.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.007812500,
+ "y1": 0.473958373,
+ "x2": 0.283854187,
+ "y2": 0.986979246,
+ "to": 0.400000006
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.750000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_area_glowCircle_1"
+ }
+ ]
+ },
+ "barley_006_area_sideGlow_1_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 15,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.399999976,
+ "to": 1.399999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.100000001,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "from": 38.000000000,
+ "to": 38.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.800000012
+ },
+ "to":
+ {
+ "x": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.007812500,
+ "y1": 0.473958373,
+ "x2": 0.283854187,
+ "y2": 0.986979246,
+ "to": 0.400000006
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.750000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_area_glowCircle_1"
+ }
+ ]
+ },
+ "barley_006_area_sideGlow_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 15,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.799999952,
+ "to": 3.799999952
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.100000001,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "from": 38.000000000,
+ "to": 38.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.400000006,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "y": 0.400000006,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.007812500,
+ "y1": 0.473958373,
+ "x2": 0.283854187,
+ "y2": 0.986979246,
+ "to": 0.200000003
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.750000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_area_glowCircle_1"
+ }
+ ]
+ },
+ "barley_006_area_sideGlow_2_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 15,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.799999952,
+ "to": 3.799999952
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.100000001,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "from": 38.000000000,
+ "to": 38.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.800000012,
+ "z": 0.200000003
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "z": 0.200000003
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.007812500,
+ "y1": 0.473958373,
+ "x2": 0.283854187,
+ "y2": 0.986979246,
+ "to": 0.100000001
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.750000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_area_glowCircle_1"
+ }
+ ]
+ },
+ "barley_006_atk_dust":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 150,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.299999952,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.700000048,
+ "to": 1.700000048
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 7
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.216145843,
+ "y1": -0.658854127,
+ "x2": 0.502604187,
+ "y2": -0.286458313,
+ "from": 0.600000024,
+ "to": 0.550000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "y1": 2.000000000,
+ "x2": 0.839999974,
+ "y2": 2.000000000,
+ "from": 0.300000012,
+ "to": 0.699999988
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.372395843,
+ "y1": 0.247395843,
+ "x2": 0.354166687,
+ "y2": 0.979166687,
+ "from": 10.000000000,
+ "to": 5.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.400000006,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_2"
+ }
+ ]
+ },
+ "barley_006_atk_dust_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 150,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.299999952,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.700000048,
+ "to": 1.700000048
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 7
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.216145843,
+ "y1": -0.658854127,
+ "x2": 0.502604187,
+ "y2": -0.286458313,
+ "from": 0.600000024,
+ "to": 0.550000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.600000024,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.600000024,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "y1": 2.000000000,
+ "x2": 0.839999974,
+ "y2": 2.000000000,
+ "from": 0.300000012,
+ "to": 0.699999988
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.372395843,
+ "y1": 0.247395843,
+ "x2": 0.354166687,
+ "y2": 0.979166687,
+ "from": 10.000000000,
+ "to": 5.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.400000006,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_11"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_11"
+ }
+ ]
+ },
+ "barley_006_atk_ground_impact_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.950000048,
+ "to": 1.950000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_def_atk_ground_impact_red"
+ }
+ ]
+ },
+ "barley_006_atk_ground_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.950000048,
+ "to": 1.950000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.850000024,
+ "y": 0.200000003,
+ "z": 0.649999976
+ },
+ "to":
+ {
+ "x": 0.850000024,
+ "y": 0.200000003,
+ "z": 0.649999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_def_atk_ground_red"
+ }
+ ]
+ },
+ "barley_006_atk_trail_dust":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.949999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.216145843,
+ "y1": -0.658854127,
+ "x2": 0.502604187,
+ "y2": -0.286458313,
+ "from": 0.500000000,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.372395843,
+ "y1": 0.247395843,
+ "x2": 0.354166687,
+ "y2": 0.979166687,
+ "from": 200.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_2"
+ }
+ ]
+ },
+ "barley_006_atk_trail_dust_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.949999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.216145843,
+ "y1": -0.658854127,
+ "x2": 0.502604187,
+ "y2": -0.286458313,
+ "from": 0.500000000,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.372395843,
+ "y1": 0.247395843,
+ "x2": 0.354166687,
+ "y2": 0.979166687,
+ "from": 200.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_4"
+ }
+ ]
+ },
+ "barley_006_atk_trail_gas_blue":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.899999976,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.231770843,
+ "y1": 0.552083373,
+ "x2": 0.611979187,
+ "y2": 0.838541687,
+ "from": 0.800000012,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "y1": 0.466145843,
+ "x2": 0.424479187,
+ "y2": 0.893229187,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 120.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "barley_006_atk_trail_gas_bluePurple":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.899999976,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.692708373,
+ "x2": 0.221354187,
+ "y2": 0.932291687,
+ "from": 0.500000000,
+ "to": 0.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.949999988,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 120.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "barley_006_atk_trail_gas_green":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.899999976,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.169270843,
+ "y1": 0.583333373,
+ "x2": 0.471354187,
+ "y2": 0.986979187,
+ "from": 0.800000012,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 1.000000000,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 1.000000000,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "y1": 0.497395843,
+ "x2": 0.479166687,
+ "y2": 0.846354187,
+ "to": 0.600000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 120.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "barley_006_atk_trail_gas_orange":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.899999976,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.692708373,
+ "x2": 0.221354187,
+ "y2": 0.932291687,
+ "from": 0.800000012,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.600000024,
+ "z": 0.250000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.600000024,
+ "z": 0.250000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.949999988,
+ "y2": 1.000000000,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 120.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "barley_006_atk_trail_gas_purple":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.899999976,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.692708373,
+ "x2": 0.221354187,
+ "y2": 0.932291687,
+ "from": 0.500000000,
+ "to": 0.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.449999988,
+ "z": 0.899999976
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "y": 0.300000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.949999988,
+ "y2": 1.000000000,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 120.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "barley_006_atk_trail_gas_yellow":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.899999976,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 24.000000000,
+ "to": 24.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.692708373,
+ "x2": 0.221354187,
+ "y2": 0.932291687,
+ "from": 0.500000000,
+ "to": 0.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.200000003
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.600000024,
+ "z": 0.100000001
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.949999988,
+ "y2": 1.000000000,
+ "to": 0.680000007
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 120.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.200000003,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "barley_006_shards_blue":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -50.000000000
+ },
+ "to":
+ {
+ "z": -50.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 17.000000000,
+ "to": 17.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "y1": -0.002604127,
+ "x2": 1.000000000,
+ "y2": 0.283854187,
+ "from": 0.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 720.000000000,
+ "to": 720.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shard_white_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shard_white_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shard_gold_1"
+ }
+ ]
+ },
+ "barley_006_shards_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -50.000000000
+ },
+ "to":
+ {
+ "z": -50.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 17.000000000,
+ "to": 17.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "y1": -0.002604157,
+ "x2": 1.000000000,
+ "y2": 0.229166687,
+ "from": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 720.000000000,
+ "to": 720.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_shard_purple_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_shard_purple_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shard_gold_1"
+ }
+ ]
+ },
+ "barley_006_ulti_area_dust":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "z": 0.500000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 2.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.899999976,
+ "to": 1.899999976
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 1.450520873,
+ "x2": 0.640625000,
+ "y2": 1.010416746,
+ "from": 0.050000001,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.169270843,
+ "y1": 0.903645873,
+ "x2": 0.187500000,
+ "y2": 1.002604246,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -200.000000000,
+ "to": -200.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_glowingDot_roatation"
+ }
+ ]
+ },
+ "barley_006_ulti_area_star":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.850000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.799999952,
+ "to": 1.799999952
+ }
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 3.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.216145843,
+ "y1": -0.658854127,
+ "x2": 0.963541687,
+ "y2": -0.388020813,
+ "from": 0.600000024,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.700520873,
+ "y1": 0.114583343,
+ "x2": 0.932291687,
+ "y2": 0.744791746,
+ "from": 50.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.379999995,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_particle_star_3"
+ }
+ ]
+ },
+ "barley_006_ulti_area_star_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.850000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.799999952,
+ "to": 1.799999952
+ }
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 3.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.216145843,
+ "y1": -0.658854127,
+ "x2": 0.963541687,
+ "y2": -0.388020813,
+ "from": 0.600000024,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.600000024,
+ "z": 0.899999976
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.600000024,
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "y1": 0.911458373,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.700520873,
+ "y1": 0.114583343,
+ "x2": 0.932291687,
+ "y2": 0.744791746,
+ "from": 50.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.379999995,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_star"
+ }
+ ]
+ },
+ "barley_006_ulti_dust":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 150,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.799999952,
+ "to": 1.799999952
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts": []
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 3.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 27.000000000,
+ "to": 27.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.216145843,
+ "y1": -0.658854127,
+ "x2": 0.963541687,
+ "from": 0.600000024,
+ "to": 0.550000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "y1": 2.000000000,
+ "x2": 0.843750000,
+ "y2": 2.000000000,
+ "from": 0.300000012,
+ "to": 0.699999988
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.700520873,
+ "y1": 0.114583343,
+ "x2": 0.932291687,
+ "y2": 0.744791746,
+ "from": 10.000000000,
+ "to": 5.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.379999995,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_1"
+ }
+ ]
+ },
+ "barley_006_ulti_dust_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 150,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.799999952,
+ "to": 1.799999952
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts": []
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 3.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 27.000000000,
+ "to": 27.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.216145843,
+ "y1": -0.658854127,
+ "x2": 0.963541687,
+ "from": 0.699999988,
+ "to": 0.649999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "y1": 2.000000000,
+ "x2": 0.843750000,
+ "y2": 2.000000000,
+ "from": 0.300000012,
+ "to": 0.699999988
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.700520873,
+ "y1": 0.114583343,
+ "x2": 0.932291687,
+ "y2": 0.744791746,
+ "from": 10.000000000,
+ "to": 5.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.379999995,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_11"
+ }
+ ]
+ },
+ "barley_def_atk_ground_impact_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.950000048,
+ "to": 1.950000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.750000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.750000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_def_atk_ground_impact_red"
+ }
+ ]
+ },
+ "barley_def_atk_ground_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.950000048,
+ "to": 1.950000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.600000024,
+ "y": 0.150000006,
+ "z": 0.649999976
+ },
+ "to":
+ {
+ "x": 0.600000024,
+ "y": 0.150000006,
+ "z": 0.649999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_def_atk_ground_red"
+ }
+ ]
+ },
+ "barley_def_atk_impact":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_def_atk_impact"
+ }
+ ]
+ },
+ "barley_def_atk_impact_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_def_atk_impact_red"
+ }
+ ]
+ },
+ "barley_def_atk_trail":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.280000001,
+ "to": 0.280000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "x": 0.300000012,
+ "y": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -40.000000000
+ },
+ "to":
+ {
+ "z": -40.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.546875000,
+ "y1": -4.518229008,
+ "x2": 1.000000000,
+ "y2": -3.083333254,
+ "from": 0.170000002,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.319999993,
+ "y": 0.529999971,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.319999993,
+ "y": 0.529999971,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_liquid_S"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_liquid_M"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_liquid_L"
+ }
+ ]
+ },
+ "barley_def_atk_trailGround":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -9999.000000000
+ },
+ "to":
+ {
+ "z": -9999.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.400000006,
+ "to": -0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SimpleGround"
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 1.028645873,
+ "x2": 0.299479187,
+ "y2": 1.010416746,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.319999993,
+ "y": 0.529999971,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.319999993,
+ "y": 0.529999971,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_5"
+ }
+ ]
+ },
+ "barley_def_atk_trailGround_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -9999.000000000
+ },
+ "to":
+ {
+ "z": -9999.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.400000006,
+ "to": -0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SimpleGround"
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 1.028645873,
+ "x2": 0.299479187,
+ "y2": 1.010416746,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.699999988,
+ "y": 0.200000003,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 0.699999988,
+ "y": 0.200000003,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_5"
+ }
+ ]
+ },
+ "barley_def_atk_trail_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.280000001,
+ "to": 0.280000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "x": 0.300000012,
+ "y": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -40.000000000
+ },
+ "to":
+ {
+ "z": -40.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.546875000,
+ "y1": -4.518229008,
+ "x2": 1.000000000,
+ "y2": -3.083333254,
+ "from": 0.170000002,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.699999988,
+ "y": 0.200000003,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 0.699999988,
+ "y": 0.200000003,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_liquid_S"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_liquid_M"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_liquid_L"
+ }
+ ]
+ },
+ "barley_def_shards_blue":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -50.000000000
+ },
+ "to":
+ {
+ "z": -50.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 17.000000000,
+ "to": 17.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "y1": -0.002604157,
+ "x2": 1.000000000,
+ "y2": 0.229166687,
+ "from": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 720.000000000,
+ "to": 720.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shard_blue_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shard_blue_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shard_blue_3"
+ }
+ ]
+ },
+ "barley_def_shards_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -50.000000000
+ },
+ "to":
+ {
+ "z": -50.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 17.000000000,
+ "to": 17.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "y1": -0.002604157,
+ "x2": 1.000000000,
+ "y2": 0.229166687,
+ "from": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 720.000000000,
+ "to": 720.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shard_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shard_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shard_red_3"
+ }
+ ]
+ },
+ "barley_def_ulti_impact":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.299999952,
+ "to": 1.299999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_def_atk_impact"
+ }
+ ]
+ },
+ "barley_def_ulti_impact_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.299999952,
+ "to": 1.299999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_def_atk_impact_red"
+ }
+ ]
+ },
+ "barley_def_ulti_trail":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.833333373,
+ "y1": -0.002604157,
+ "x2": 0.143229187,
+ "y2": 1.002604246,
+ "from": 80.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_blue_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_blue_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_blue_03"
+ }
+ ]
+ },
+ "barley_def_ulti_trail_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.833333373,
+ "y1": -0.002604157,
+ "x2": 0.143229187,
+ "y2": 1.002604246,
+ "from": 80.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_03"
+ }
+ ]
+ },
+ "bat_trail_emitter":
+ {
+ "enemyVersion": "bat_trail_emitter_red",
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.224999994
+ },
+ "to":
+ {
+ "z": 0.224999994
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.899999976,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "bat_flight_01"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "bat_flight_02"
+ }
+ ]
+ },
+ "bat_trail_emitter_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.224999994
+ },
+ "to":
+ {
+ "z": 0.224999994
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.899999976,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "bat_flight_01_red"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "bat_flight_02_red"
+ }
+ ]
+ },
+ "bb_trail_high_particle":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000358,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 18.000000000,
+ "to": 18.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "minAngle":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.650000393,
+ "to": 0.650000393
+ },
+ "friction":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.350000411,
+ "to": 0.350000411
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000358,
+ "scale":
+ {
+ "x1": 0.770833373,
+ "y1": -0.002604157,
+ "x2": 0.705729187,
+ "y2": 0.283854187,
+ "from": 7.000000000,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from":
+ {
+ "x": 1.000000358,
+ "y": 1.000000358,
+ "z": 1.000000358
+ },
+ "to":
+ {
+ "x": 1.000000358,
+ "y": 1.000000358,
+ "z": 1.000000358
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.070000000,
+ "to": 0.070000000
+ },
+ "angle":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_particle_blue"
+ }
+ ]
+ },
+ "bb_trail_small_particle":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000358,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 18.000000000,
+ "to": 18.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "minAngle":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.650000393,
+ "to": 0.650000393
+ },
+ "friction":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.350000411,
+ "to": 0.350000411
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000358,
+ "scale":
+ {
+ "x1": 0.770833373,
+ "y1": -0.002604157,
+ "x2": 0.705729187,
+ "y2": 0.283854187,
+ "from": 1.000000000,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from":
+ {
+ "x": 1.000000358,
+ "y": 1.000000358,
+ "z": 1.000000358
+ },
+ "to":
+ {
+ "x": 1.000000358,
+ "y": 1.000000358,
+ "z": 1.000000358
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 1.000000358,
+ "to": 1.000000358
+ },
+ "angle":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_particle_blue"
+ }
+ ]
+ },
+ "bb_trail_ulti":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.550000429,
+ "to": 0.550000429
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.450000405,
+ "to": 0.450000405
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000842,
+ "spawnRate":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_particle_yellow"
+ }
+ ]
+ },
+ "bb_trail_ulti_smoke":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 0.010000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire_3"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire_1"
+ }
+ ]
+ },
+ "bea_002_atk_reached":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.200000003,
+ "y1": 1.000000000,
+ "x2": -0.100000001,
+ "y2": 1.000000000,
+ "from": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.699999988,
+ "y1": 0.100000001,
+ "x2": -0.200000003,
+ "y2": 0.800000012,
+ "from": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_beetle_off_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_beetle_off_2"
+ }
+ ]
+ },
+ "bea_002_atk_reached_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.200000003,
+ "y1": 1.000000000,
+ "x2": -0.100000001,
+ "y2": 1.000000000,
+ "from": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.699999988,
+ "y1": 0.100000001,
+ "x2": -0.200000003,
+ "y2": 0.800000012,
+ "from": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_beetle_off_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_beetle_off_4"
+ }
+ ]
+ },
+ "bea_002_ulti_hit":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "y1": -3.213541508,
+ "x2": 1.000000000,
+ "y2": -2.864583254,
+ "from": 2.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bee_monster_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bee_monster_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bee_monster_3"
+ }
+ ]
+ },
+ "bea_002_ulti_hit_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "y1": -3.213541508,
+ "x2": 1.000000000,
+ "y2": -2.864583254,
+ "from": 2.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bee_monster_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bee_monster_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bee_monster_red_3"
+ }
+ ]
+ },
+ "bea_002_ulti_reached":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.399999976,
+ "to": 1.399999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.800000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.200000003,
+ "y1": 1.000000000,
+ "x2": -0.100000001,
+ "y2": 1.000000000,
+ "from": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.699999988,
+ "y1": 0.100000001,
+ "x2": -0.200000003,
+ "y2": 0.800000012,
+ "from": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_beetle_ulti_off_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_beetle_ulti_off_2"
+ }
+ ]
+ },
+ "bea_002_ulti_reached_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.399999976,
+ "to": 1.399999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.800000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.200000003,
+ "y1": 1.000000000,
+ "x2": -0.100000001,
+ "y2": 1.000000000,
+ "from": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.699999988,
+ "y1": 0.100000001,
+ "x2": -0.200000003,
+ "y2": 0.800000012,
+ "from": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_beetle_ulti_off_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_beetle_ulti_off_4"
+ }
+ ]
+ },
+ "bea_003_atk2_hit_scratch":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ },
+ {
+ "t": 0.079999998,
+ "c": 1
+ }
+ ]
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.799999952,
+ "to": 2.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_hit_scratch_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_hit_scratch_2"
+ }
+ ]
+ },
+ "bea_003_atk2_hit_scratch_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ },
+ {
+ "t": 0.079999998,
+ "c": 1
+ }
+ ]
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.799999952,
+ "to": 2.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_hit_scratch_1_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_hit_scratch_2_red"
+ }
+ ]
+ },
+ "bea_003_atk_hitEnv_scratch":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.799999952,
+ "to": 2.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_hit_scratch_weak_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_hit_scratch_weak_2"
+ }
+ ]
+ },
+ "bea_003_atk_hitEnv_scratch_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.799999952,
+ "to": 2.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_hit_scratch_weak_1_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_hit_scratch_weak_2_red"
+ }
+ ]
+ },
+ "bea_003_atk_hit_scratch":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.799999952,
+ "to": 2.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_hit_scratch_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_hit_scratch_2"
+ }
+ ]
+ },
+ "bea_003_atk_hit_scratch_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.799999952,
+ "to": 2.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_hit_scratch_1_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_hit_scratch_2_red"
+ }
+ ]
+ },
+ "bea_003_atk_reached_bell":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.400000006
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -28.000000000
+ },
+ "to":
+ {
+ "z": -28.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.500000000,
+ "to": 4.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 0.899999976,
+ "from": 0.500000000,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.600000024,
+ "x2": -0.100000001,
+ "y2": 1.000000000,
+ "from": 1400.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cat_bell"
+ }
+ ]
+ },
+ "bea_003_atk_reached_bell_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.400000006
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -28.000000000
+ },
+ "to":
+ {
+ "z": -28.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.500000000,
+ "to": 4.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 0.899999976,
+ "from": 0.500000000,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.600000024,
+ "x2": -0.100000001,
+ "y2": 1.000000000,
+ "from": 1400.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cat_bell_red"
+ }
+ ]
+ },
+ "bea_003_atk_reached_cat":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bea_003_atk_reached_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bea_003_atk_reached_2"
+ }
+ ]
+ },
+ "bea_003_atk_reached_cat_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bea_003_atk_reached_1_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bea_003_atk_reached_2_red"
+ }
+ ]
+ },
+ "bea_003_moving_paw":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.010000000,
+ "to": 0.010000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.010000000,
+ "to": 0.010000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.400000006,
+ "y": 0.119999997,
+ "z": 0.159999996
+ },
+ "to":
+ {
+ "x": 0.400000006,
+ "y": 0.119999997,
+ "z": 0.159999996
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_paw_ground"
+ }
+ ]
+ },
+ "bea_003_trail_paw_1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.649999976,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 210.000000000,
+ "to": 210.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.699999988,
+ "y": 0.699999988
+ },
+ "to":
+ {
+ "x": 0.699999988,
+ "y": 0.699999988
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.400000006,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.400000006,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -90.000000000,
+ "to": -90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_paw"
+ }
+ ]
+ },
+ "bea_003_trail_paw_1_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.649999976,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 210.000000000,
+ "to": 210.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.699999988,
+ "y": 0.699999988
+ },
+ "to":
+ {
+ "x": 0.699999988,
+ "y": 0.699999988
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.250000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.250000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -90.000000000,
+ "to": -90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_paw"
+ }
+ ]
+ },
+ "bea_003_trail_paw_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.649999976,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 210.000000000,
+ "to": 210.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.699999988,
+ "y": 0.699999988
+ },
+ "to":
+ {
+ "x": 0.699999988,
+ "y": 0.699999988
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.750000000,
+ "z": 0.649999976
+ },
+ "to":
+ {
+ "y": 0.750000000,
+ "z": 0.649999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -90.000000000,
+ "to": -90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_paw"
+ }
+ ]
+ },
+ "bea_003_trail_paw_2_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.649999976,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 210.000000000,
+ "to": 210.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.699999988,
+ "y": 0.699999988
+ },
+ "to":
+ {
+ "x": 0.699999988,
+ "y": 0.699999988
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.800000012,
+ "y": 0.200000003,
+ "z": 0.899999976
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "y": 0.200000003,
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -90.000000000,
+ "to": -90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_paw"
+ }
+ ]
+ },
+ "bea_004_atk2_hit_frags":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 4
+ },
+ {
+ "t": 0.050000001,
+ "c": 4
+ },
+ {
+ "t": 0.100000001,
+ "c": 2
+ }
+ ]
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.600000024
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.600000024
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.100000001
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.100000001
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_blink_6"
+ }
+ ]
+ },
+ "bea_004_atk2_hit_scratch":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ },
+ {
+ "t": 0.050000001,
+ "c": 1
+ },
+ {
+ "t": 0.100000001,
+ "c": 1
+ }
+ ]
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.400000095,
+ "to": 2.400000095
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_hit_scratch_gold_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_hit_scratch_gold_2"
+ }
+ ]
+ },
+ "bea_004_atk2_hit_scratch_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ },
+ {
+ "t": 0.050000001,
+ "c": 1
+ },
+ {
+ "t": 0.100000001,
+ "c": 1
+ }
+ ]
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.400000095,
+ "to": 2.400000095
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_hit_scratch_gold_1_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_hit_scratch_gold_2_red"
+ }
+ ]
+ },
+ "bea_004_atk_hitEnv_scratch":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.799999952,
+ "to": 2.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_hit_scratch_gold_weak_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_hit_scratch_gold_weak_2"
+ }
+ ]
+ },
+ "bea_004_atk_hitEnv_scratch_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.799999952,
+ "to": 2.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_hit_scratch_gold_weak_1_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_hit_scratch_gold_weak_2_red"
+ }
+ ]
+ },
+ "bea_004_atk_hit_frags":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip": []
+ },
+ "bea_004_atk_hit_scratch":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.799999952,
+ "to": 2.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_hit_scratch_gold_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_hit_scratch_gold_2"
+ }
+ ]
+ },
+ "bea_004_atk_hit_scratch_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.799999952,
+ "to": 2.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_hit_scratch_gold_1_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_hit_scratch_gold_2_red"
+ }
+ ]
+ },
+ "bea_004_atk_reached_cat":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bea_004_atk_reached_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bea_004_atk_reached_2"
+ }
+ ]
+ },
+ "bea_004_atk_reached_cat_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bea_004_atk_reached_1_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bea_004_atk_reached_2_red"
+ }
+ ]
+ },
+ "bea_004_atk_trail_frags":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.059999999,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_10"
+ }
+ ]
+ },
+ "bea_004_atk_trail_frags_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.059999999,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_10"
+ }
+ ]
+ },
+ "bea_004_atk_trail_twinkles":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.200000048,
+ "to": -1.200000048
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.299999952,
+ "to": 1.299999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.200000003
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.200000003
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04_add_short"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_05_add_short"
+ }
+ ]
+ },
+ "bea_004_moving_paw":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.010000000,
+ "to": 0.010000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.010000000,
+ "to": 0.010000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.400000006,
+ "y": 0.119999997,
+ "z": 0.159999996
+ },
+ "to":
+ {
+ "x": 0.400000006,
+ "y": 0.119999997,
+ "z": 0.159999996
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_paw_ground_gold"
+ }
+ ]
+ },
+ "bea_004_trail_paw":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.649999976,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 210.000000000,
+ "to": 210.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.699999988,
+ "y": 0.699999988
+ },
+ "to":
+ {
+ "x": 0.699999988,
+ "y": 0.699999988
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.200000003
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.200000003
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -90.000000000,
+ "to": -90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_paw"
+ }
+ ]
+ },
+ "bea_005_atk_hit_glow":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.645833373,
+ "y1": 0.005208343,
+ "x2": 0.221354187,
+ "y2": 0.971354187,
+ "from":
+ {
+ "x": 0.699999988,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.500000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_glow"
+ }
+ ]
+ },
+ "bea_005_atk_hit_glow_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.645833373,
+ "y1": 0.005208343,
+ "x2": 0.221354187,
+ "y2": 0.971354187,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.600000024,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.100000001,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_glow"
+ }
+ ]
+ },
+ "bea_005_atk_hit_glow_strong":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 3
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "color":
+ {
+ "x1": 0.645833373,
+ "y1": 0.005208343,
+ "x2": 0.221354187,
+ "y2": 0.971354187,
+ "from":
+ {
+ "x": 0.699999988,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.500000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.039999999,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_glow"
+ }
+ ]
+ },
+ "bea_005_atk_hit_glow_strong_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 3
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "color":
+ {
+ "x1": 0.645833373,
+ "y1": 0.005208343,
+ "x2": 0.221354187,
+ "y2": 0.971354187,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.600000024,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.100000001,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.039999999,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_glow"
+ }
+ ]
+ },
+ "bea_005_atk_hit_impact_black":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.180000007,
+ "to": 0.180000007
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 4
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.833333373,
+ "y1": -0.002604157,
+ "x2": 0.885416687,
+ "y2": 0.072916687,
+ "from": 0.800000012,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_diamond_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_diamond_2"
+ }
+ ]
+ },
+ "bea_005_atk_hit_impact_blackDot":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 8
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.360000014,
+ "to": 0.360000014
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_diamond_spread_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_diamond_spread_2"
+ }
+ ]
+ },
+ "bea_005_atk_hit_impact_blue":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 3
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.800000012,
+ "scale":
+ {
+ "x1": 0.833333373,
+ "y1": -0.002604157,
+ "x2": 0.885416687,
+ "y2": 0.072916687,
+ "from": 0.600000024,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_diamond_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_diamond_2"
+ }
+ ]
+ },
+ "bea_005_atk_hit_impact_blueAdd":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 3
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.833333373,
+ "y1": -0.002604157,
+ "x2": 0.885416687,
+ "y2": 0.072916687,
+ "from": 0.600000024,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_diamond_1_add"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_diamond_2_add"
+ }
+ ]
+ },
+ "bea_005_atk_hit_impact_grey":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.180000007,
+ "to": 0.180000007
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 4
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.833333373,
+ "y1": -0.002604157,
+ "x2": 0.885416687,
+ "y2": 0.072916687,
+ "from": 0.800000012,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.699999988,
+ "y": 0.699999988,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 0.699999988,
+ "y": 0.699999988,
+ "z": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_diamond_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_diamond_2"
+ }
+ ]
+ },
+ "bea_005_atk_hit_impact_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 3
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.800000012,
+ "scale":
+ {
+ "x1": 0.833333373,
+ "y1": -0.002604157,
+ "x2": 0.885416687,
+ "y2": 0.072916687,
+ "from": 0.600000024,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_diamond_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_diamond_2"
+ }
+ ]
+ },
+ "bea_005_atk_hit_impact_redAdd":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 3
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.833333373,
+ "y1": -0.002604157,
+ "x2": 0.885416687,
+ "y2": 0.072916687,
+ "from": 0.600000024,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_diamond_1_add"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_diamond_2_add"
+ }
+ ]
+ },
+ "bea_005_ulti_trail_dots":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 0.649999976,
+ "durationJitter": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.949999988,
+ "y1": -0.100000001,
+ "x2": 0.869791687,
+ "y2": 0.010416687,
+ "from": 0.200000003,
+ "to": 0.050000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_diamond_2"
+ }
+ ]
+ },
+ "bea_def_atk_hit":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bea_def_atk_hit"
+ }
+ ]
+ },
+ "bea_def_atk_hitEnv_cloud":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bea_def_atk_hit_cloud"
+ }
+ ]
+ },
+ "bea_def_atk_hitEnv_cloud_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bea_def_atk_hit_cloud_red"
+ }
+ ]
+ },
+ "bea_def_atk_hitEnv_shock":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.150000006
+ },
+ "to":
+ {
+ "z": 0.150000006
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.200000003,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.600000024,
+ "to": 1.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_4"
+ }
+ ]
+ },
+ "bea_def_atk_hitEnv_shock_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.150000006
+ },
+ "to":
+ {
+ "z": 0.150000006
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.200000003,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.600000024,
+ "to": 1.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_4"
+ }
+ ]
+ },
+ "bea_def_atk_hitEnv_spark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -40.000000000
+ },
+ "to":
+ {
+ "z": -40.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000,
+ "z": 10.000000000
+ },
+ "to":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000,
+ "z": 10.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -25.000000000,
+ "to": -25.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 240.000000000,
+ "to": 240.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -7.000000000,
+ "to": -7.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.122395873,
+ "y1": 0.598958373,
+ "x2": 0.401041687,
+ "y2": 0.901041687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.325520843,
+ "y1": 0.294270873,
+ "x2": 0.151041687,
+ "y2": 0.947916687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_spark_blue_simple"
+ }
+ ]
+ },
+ "bea_def_atk_hitEnv_spark_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -40.000000000
+ },
+ "to":
+ {
+ "z": -40.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000,
+ "z": 10.000000000
+ },
+ "to":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000,
+ "z": 10.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -25.000000000,
+ "to": -25.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 240.000000000,
+ "to": 240.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -7.000000000,
+ "to": -7.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.122395873,
+ "y1": 0.598958373,
+ "x2": 0.401041687,
+ "y2": 0.901041687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.325520843,
+ "y1": 0.294270873,
+ "x2": 0.151041687,
+ "y2": 0.947916687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_spark_red_simple"
+ }
+ ]
+ },
+ "bea_def_atk_hit_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bea_def_atk_hit_red"
+ }
+ ]
+ },
+ "bea_def_atk_pixel":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.079999998,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -10.000000000
+ },
+ "to":
+ {
+ "z": -10.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 15.000000000,
+ "y": 15.000000000,
+ "z": 25.000000000
+ },
+ "to":
+ {
+ "x": 15.000000000,
+ "y": 15.000000000,
+ "z": 25.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -8.000000000,
+ "to": -8.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_4"
+ }
+ ]
+ },
+ "bea_def_atk_pixel_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.079999998,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -10.000000000
+ },
+ "to":
+ {
+ "z": -10.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 15.000000000,
+ "y": 15.000000000,
+ "z": 25.000000000
+ },
+ "to":
+ {
+ "x": 15.000000000,
+ "y": 15.000000000,
+ "z": 25.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -8.000000000,
+ "to": -8.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_7"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_6"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_4"
+ }
+ ]
+ },
+ "bea_def_atk_shoot":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.079999998,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.219999999,
+ "to": 0.219999999
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 179.000000000,
+ "to": 179.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 181.000000000,
+ "to": 181.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 14.000000000,
+ "to": 14.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bea_def_shoot"
+ }
+ ]
+ },
+ "bea_def_atk_shoot_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.079999998,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.219999999,
+ "to": 0.219999999
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 179.000000000,
+ "to": 179.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 181.000000000,
+ "to": 181.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 14.000000000,
+ "to": 14.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bea_def_shoot_red"
+ }
+ ]
+ },
+ "bea_def_bee_charged":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -8.000000000
+ },
+ "to":
+ {
+ "z": -8.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.130208343,
+ "y1": -2.416666508,
+ "x2": 0.822916687,
+ "y2": -1.317708254,
+ "from": 7.000000000,
+ "to": 3.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.699999988,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.699999988,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04_add"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_05_add"
+ }
+ ]
+ },
+ "bea_def_bee_charged_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -8.000000000
+ },
+ "to":
+ {
+ "z": -8.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.130208343,
+ "y1": -2.416666508,
+ "x2": 0.822916687,
+ "y2": -1.317708254,
+ "from": 7.000000000,
+ "to": 3.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04_add"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_05_add"
+ }
+ ]
+ },
+ "bea_def_ulti_beeFly":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.949999988,
+ "to": 0.949999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 5.000000000
+ },
+ "to":
+ {
+ "z": 5.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 8.000000000
+ },
+ "to":
+ {
+ "z": 8.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.770833373,
+ "y1": 0.091145843,
+ "x2": 0.268229187,
+ "y2": 0.994791687,
+ "from": 640.000000000,
+ "to": 100.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 240.000000000,
+ "to": 240.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bee_disappear_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bee_disappear_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bee_disappear_3"
+ }
+ ]
+ },
+ "bea_def_ulti_beeFly_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.949999988,
+ "to": 0.949999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 5.000000000
+ },
+ "to":
+ {
+ "z": 5.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 8.000000000
+ },
+ "to":
+ {
+ "z": 8.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 640.000000000,
+ "to": 100.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 240.000000000,
+ "to": 240.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bee_disappear_red1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bee_disappear_red2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bee_disappear_red3"
+ }
+ ]
+ },
+ "bea_def_ulti_hit":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "y1": -3.213541508,
+ "x2": 1.000000000,
+ "y2": -2.864583254,
+ "from": 2.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bee_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bee_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bee_3"
+ }
+ ]
+ },
+ "bea_def_ulti_hitCloud":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 15.000000000
+ },
+ "to":
+ {
+ "z": 15.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.216145843,
+ "y1": 0.598958373,
+ "x2": 0.346354187,
+ "y2": 0.932291687,
+ "from": 160.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_beeExp"
+ }
+ ]
+ },
+ "bea_def_ulti_hitCloud_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 15.000000000
+ },
+ "to":
+ {
+ "z": 15.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.216145843,
+ "y1": 0.598958373,
+ "x2": 0.346354187,
+ "y2": 0.932291687,
+ "from": 160.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_beeExp_red"
+ }
+ ]
+ },
+ "bea_def_ulti_hit_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "y1": -3.213541508,
+ "x2": 1.000000000,
+ "y2": -2.864583254,
+ "from": 2.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bee_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bee_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bee_red_3"
+ }
+ ]
+ },
+ "bea_def_ulti_hit_twinkles":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -4.000000000
+ },
+ "to":
+ {
+ "z": -4.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.699999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.699999988,
+ "y": 0.400000006,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.699999988,
+ "y": 0.400000006,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04_add"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_05_add"
+ }
+ ]
+ },
+ "bea_def_ulti_hit_twinkles_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -4.000000000
+ },
+ "to":
+ {
+ "z": -4.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.699999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.250000000,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.250000000,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04_add"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_05_add"
+ }
+ ]
+ },
+ "bea_def_ulti_trail_twinkles":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 18.000000000,
+ "to": 18.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.009999990,
+ "to": -1.009999990
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.009999990,
+ "to": 1.009999990
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.125000000,
+ "y1": -3.205729008,
+ "x2": 1.000000000,
+ "y2": -1.434895754,
+ "from": 0.449999988,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 0.250000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 0.250000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 720.000000000,
+ "to": 720.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_particles_S"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_particles_M"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_particles_L"
+ }
+ ]
+ },
+ "bea_def_ulti_trail_twinkles_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 18.000000000,
+ "to": 18.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.009999990,
+ "to": -1.009999990
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.009999990,
+ "to": 1.009999990
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.125000000,
+ "y1": -3.205729008,
+ "x2": 1.000000000,
+ "y2": -1.434895754,
+ "from": 0.449999988,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.250000000,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.250000000,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 720.000000000,
+ "to": 720.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_particles_S"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_particles_M"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_particles_L"
+ }
+ ]
+ },
+ "belle_002_atk2_dot_slash":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 13.000000000,
+ "to": 13.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.319999993,
+ "to": 0.319999993
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_slash_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_slash_02"
+ }
+ ]
+ },
+ "belle_002_atk2_dot_slash_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 13.000000000,
+ "to": 13.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.319999993,
+ "to": 0.319999993
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_slash_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_slash_02"
+ }
+ ]
+ },
+ "belle_002_atk2_trail_slash":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.159999996,
+ "to": 0.159999996
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_slash_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_slash_02"
+ }
+ ]
+ },
+ "belle_002_atk2_trail_slash_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.159999996,
+ "to": 0.159999996
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_slash_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_slash_02"
+ }
+ ]
+ },
+ "belle_002_atk_hit_impact_1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.129999995,
+ "to": 0.129999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.294270843,
+ "y1": 0.872395873,
+ "y2": 0.947916687,
+ "from": 0.250000000,
+ "to": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.795312524,
+ "y1": -0.002604157,
+ "x2": 0.100000001,
+ "y2": 0.908854187,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.039999999,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_hit_impact_01"
+ }
+ ]
+ },
+ "belle_002_atk_hit_impact_1_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.129999995,
+ "to": 0.129999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.294270843,
+ "y1": 0.872395873,
+ "y2": 0.947916687,
+ "from": 0.250000000,
+ "to": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.795312524,
+ "y1": -0.002604157,
+ "x2": 0.100000001,
+ "y2": 0.908854187,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.899999976,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.250000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.039999999,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_hit_impact_01"
+ }
+ ]
+ },
+ "belle_002_atk_hit_impact_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_003_atk_reached"
+ }
+ ]
+ },
+ "belle_002_atk_hit_impact_2_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_003_atk_reached_red"
+ }
+ ]
+ },
+ "belle_002_atk_hit_wave":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 3
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.100000001,
+ "y1": 0.750000000,
+ "x2": 0.100000001,
+ "y2": 0.699999988,
+ "from": 1.000000000,
+ "to": 1.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "color":
+ {
+ "x1": 0.395833373,
+ "y1": 0.059895843,
+ "x2": 0.244791687,
+ "y2": 0.869791687,
+ "from":
+ {
+ "x": 0.349999994,
+ "y": 0.850000024,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 0.500000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_sandStorm_small"
+ }
+ ]
+ },
+ "belle_002_atk_hit_wave_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 3
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.100000001,
+ "y1": 0.750000000,
+ "x2": 0.100000001,
+ "y2": 0.699999988,
+ "from": 1.000000000,
+ "to": 1.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "color":
+ {
+ "x1": 0.395833373,
+ "y1": 0.059895843,
+ "x2": 0.244791687,
+ "y2": 0.869791687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.649999976,
+ "z": 0.850000024
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "y": 0.250000000,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_sandStorm_small"
+ }
+ ]
+ },
+ "belle_002_atk_trail_noise":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 48.000000000,
+ "to": 48.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.800000012,
+ "to": -0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.600000024,
+ "to": -1.600000024
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.731770873,
+ "y1": 0.013020873,
+ "x2": 0.541666687,
+ "y2": 0.752604187,
+ "from": 0.180000007,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.400000006,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 0.500000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.300000012,
+ "y1": 1.000000000,
+ "x2": 0.100000001,
+ "y2": 1.000000000,
+ "to": 0.750000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.442708343,
+ "y1": 0.083333343,
+ "x2": 0.244791687,
+ "y2": 0.846354187,
+ "from": 120.000000000,
+ "to": 30.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_noise_1"
+ }
+ ]
+ },
+ "belle_002_atk_trail_noise_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 48.000000000,
+ "to": 48.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.800000012,
+ "to": -0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.600000024,
+ "to": -1.600000024
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.731770873,
+ "y1": 0.013020873,
+ "x2": 0.541666687,
+ "y2": 0.752604187,
+ "from": 0.180000007,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.699999988,
+ "y": 0.349999994,
+ "z": 0.850000024
+ },
+ "to":
+ {
+ "x": 0.449999988,
+ "y": 0.319999993,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.300000012,
+ "y1": 1.000000000,
+ "x2": 0.100000001,
+ "y2": 1.000000000,
+ "to": 0.750000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.442708343,
+ "y1": 0.083333343,
+ "x2": 0.244791687,
+ "y2": 0.846354187,
+ "from": 120.000000000,
+ "to": 30.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_noise_1"
+ }
+ ]
+ },
+ "belle_002_atk_trail_twinkle":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 1.000000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 1.000000000,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04_add_short"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_05_add_short"
+ }
+ ]
+ },
+ "belle_002_atk_trail_twinkle_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04_add_short"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_05_add_short"
+ }
+ ]
+ },
+ "belle_002_ulti_trail_shock":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_green_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_green_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_green_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_green_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_yellow_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_yellow_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_yellow_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_yellow_4"
+ }
+ ]
+ },
+ "belle_002_ulti_trail_shock_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_purple_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_purple_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_purple_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_purple_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_yellow_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_yellow_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_yellow_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_yellow_4"
+ }
+ ]
+ },
+ "belle_002_ulti_trail_spark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.200000003,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -35.000000000
+ },
+ "to":
+ {
+ "z": -35.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": -1.000000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": -1.000000000,
+ "z": 0.500000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ }
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.864583373,
+ "y1": 0.036458343,
+ "x2": 0.908854187,
+ "y2": 0.080729187,
+ "from": 0.100000001,
+ "to": 0.020000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_spark_drop_gold"
+ }
+ ]
+ },
+ "belle_002_ulti_trail_spark_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.200000003,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -35.000000000
+ },
+ "to":
+ {
+ "z": -35.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": -1.000000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": -1.000000000,
+ "z": 0.500000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ }
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.864583373,
+ "y1": 0.036458343,
+ "x2": 0.908854187,
+ "y2": 0.080729187,
+ "from": 0.100000001,
+ "to": 0.020000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_spark_drop_goldRed"
+ }
+ ]
+ },
+ "belle_def_atk2_trail_elec":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.330000013,
+ "to": 0.330000013
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 18.000000000,
+ "to": 18.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.800000012,
+ "to": -0.800000012
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.200000048,
+ "to": -1.200000048
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.200000048,
+ "y": 1.200000048
+ },
+ "to":
+ {
+ "x": 1.200000048,
+ "y": 1.200000048
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 2.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.583333373,
+ "y1": 0.005208343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.400000006,
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecSpark_trail_blue_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecSpark_trail_blue_2"
+ }
+ ]
+ },
+ "belle_def_atk2_trail_elec_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.330000013,
+ "to": 0.330000013
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 18.000000000,
+ "to": 18.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.800000012,
+ "to": -0.800000012
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.200000048,
+ "to": -1.200000048
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.200000048,
+ "y": 1.200000048
+ },
+ "to":
+ {
+ "x": 1.200000048,
+ "y": 1.200000048
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 2.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.583333373,
+ "y1": 0.005208343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.400000006,
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecSpark_trail_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecSpark_trail_red_2"
+ }
+ ]
+ },
+ "belle_def_atk2_trail_spark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.800000012,
+ "to": -0.800000012
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.600000024,
+ "to": -1.600000024
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.399999976,
+ "y": 1.399999976
+ },
+ "to":
+ {
+ "x": 1.399999976,
+ "y": 1.399999976
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.565104187,
+ "y2": 0.994791746,
+ "from": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecSpark_small_trail_blue_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecSpark_small_trail_blue_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecSpark_small_trail_blue_03"
+ }
+ ]
+ },
+ "belle_def_atk2_trail_spark_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.800000012,
+ "to": -0.800000012
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.600000024,
+ "to": -1.600000024
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.399999976,
+ "y": 1.399999976
+ },
+ "to":
+ {
+ "x": 1.399999976,
+ "y": 1.399999976
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.565104187,
+ "y2": 0.994791746,
+ "from": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecSpark_small_trail_red_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecSpark_small_trail_red_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecSpark_small_trail_red_03"
+ }
+ ]
+ },
+ "belle_def_atk_shock":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.059999999,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.330000013,
+ "to": 0.330000013
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bell_def_atk_shock_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bell_def_atk_shock_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bell_def_atk_shock_3"
+ }
+ ]
+ },
+ "belle_def_atk_shock_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.059999999,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.330000013,
+ "to": 0.330000013
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bell_def_atk_shock_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bell_def_atk_shock_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bell_def_atk_shock_red_3"
+ }
+ ]
+ },
+ "belle_def_atk_spark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -35.000000000
+ },
+ "to":
+ {
+ "z": -35.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "z": 0.300000012
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 6
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.864583373,
+ "y1": 0.036458343,
+ "x2": 0.908854187,
+ "y2": 0.080729187,
+ "from": 0.119999997,
+ "to": 0.020000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_spark_drop"
+ }
+ ]
+ },
+ "belle_def_atk_spark_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -35.000000000
+ },
+ "to":
+ {
+ "z": -35.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "z": 0.300000012
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 6
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.864583373,
+ "y1": 0.036458343,
+ "x2": 0.908854187,
+ "y2": 0.080729187,
+ "from": 0.119999997,
+ "to": 0.020000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_spark_drop_red"
+ }
+ ]
+ },
+ "belle_def_atk_trail_frags":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.349999994,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.500000000,
+ "y": 3.500000000
+ },
+ "to":
+ {
+ "x": 3.500000000,
+ "y": 3.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "y1": -0.100000001,
+ "x2": 0.877604187,
+ "y2": 0.682291687,
+ "from": 0.319999993,
+ "to": 0.029999999
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_elecFrag_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_elecFrag_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_elecFrag_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_elecFrag_1"
+ }
+ ]
+ },
+ "belle_def_atk_trail_frags_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.349999994,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.500000000,
+ "y": 3.500000000
+ },
+ "to":
+ {
+ "x": 3.500000000,
+ "y": 3.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "y1": -0.100000001,
+ "x2": 0.877604187,
+ "y2": 0.682291687,
+ "from": 0.319999993,
+ "to": 0.029999999
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_elecFrag_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_elecFrag_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_elecFrag_red_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_elecFrag_red_1"
+ }
+ ]
+ },
+ "belle_def_atk_trail_shock":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.299999952,
+ "to": 1.299999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_4"
+ }
+ ]
+ },
+ "belle_def_atk_trail_shock_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.299999952,
+ "to": 1.299999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_purple_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_purple_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_purple_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_purple_4"
+ }
+ ]
+ },
+ "belle_def_ulti_reached_spark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 1.200000048
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_4"
+ }
+ ]
+ },
+ "belle_def_ulti_reached_spark_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 1.200000048
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_purple_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_purple_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_purple_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_purple_4"
+ }
+ ]
+ },
+ "belle_def_ulti_trail_shock":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_4"
+ }
+ ]
+ },
+ "belle_def_ulti_trail_shock_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_purple_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_purple_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_purple_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_purple_4"
+ }
+ ]
+ },
+ "belle_def_ulti_trail_spark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.200000003,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -35.000000000
+ },
+ "to":
+ {
+ "z": -35.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": -1.000000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": -1.000000000,
+ "z": 0.500000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ }
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.864583373,
+ "y1": 0.036458343,
+ "x2": 0.908854187,
+ "y2": 0.080729187,
+ "from": 0.100000001,
+ "to": 0.020000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_spark_drop"
+ }
+ ]
+ },
+ "belle_def_ulti_trail_spark_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.200000003,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -35.000000000
+ },
+ "to":
+ {
+ "z": -35.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": -1.000000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": -1.000000000,
+ "z": 0.500000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ }
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.864583373,
+ "y1": 0.036458343,
+ "x2": 0.908854187,
+ "y2": 0.080729187,
+ "from": 0.100000001,
+ "to": 0.020000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_spark_drop_red"
+ }
+ ]
+ },
+ "bench_explo_debris":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 7,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -90.000000000
+ },
+ "to":
+ {
+ "z": -90.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.250000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_03"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_01"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_02"
+ }
+ ]
+ },
+ "bgr_test_emitter":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 15,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.800000191,
+ "to": 4.800000191
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.600000024,
+ "to": 1.600000024
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.150000006
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -0.150000006
+ },
+ "to":
+ {
+ "z": -0.150000006
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 8.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.333333015,
+ "to": 8.333333015
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.208333001,
+ "to": 0.208333001
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.150000006,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 5.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "dust_particle1"
+ }
+ ]
+ },
+ "bgr_test_trail_spark_emitter":
+ {
+ "enemyVersion": "rocket_trail_spark_emitter_red",
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 15,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.625000000,
+ "to": 0.625000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -0.300000012
+ },
+ "to":
+ {
+ "z": -0.300000012
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 8.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.799999952,
+ "to": 1.799999952
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.750000000,
+ "to": 3.750000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.330000013,
+ "to": 0.050000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.050000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_hitfx_dot"
+ }
+ ]
+ },
+ "bibi_002_ulti_blinks":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_pixelBlink_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_pixelBlink_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_pixelBlink_3"
+ }
+ ]
+ },
+ "bibi_002_ulti_blinks_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_pixelBlink_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_pixelBlink_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_pixelBlink_3"
+ }
+ ]
+ },
+ "bibi_002_ulti_hitGround":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.620000005,
+ "to": 0.620000005
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.399999976,
+ "to": 1.399999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gumGround_hit_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gumGround_hit_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gumGround_hit_3"
+ }
+ ]
+ },
+ "bibi_002_ulti_hitGround_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.620000005,
+ "to": 0.620000005
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.399999976,
+ "to": 1.399999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gumGround_hit_1_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gumGround_hit_2_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gumGround_hit_3_red"
+ }
+ ]
+ },
+ "bibi_002_ulti_twinkle":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 40,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.280000001,
+ "to": 0.280000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.140000001,
+ "to": 0.140000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cyberPixel"
+ }
+ ]
+ },
+ "bibi_002_ulti_twinkle_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 40,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.280000001,
+ "to": 0.280000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.140000001,
+ "to": 0.140000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cyberPixel"
+ }
+ ]
+ },
+ "bibi_003_atk":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -210.000000000,
+ "to": -210.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bibi_003_atk"
+ }
+ ]
+ },
+ "bibi_003_atk_bones":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.450000048,
+ "to": 1.450000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -28.000000000
+ },
+ "to":
+ {
+ "z": -28.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.699999988,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.699999988,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.600000024,
+ "y1": 0.200000003,
+ "x2": -0.150000006,
+ "y2": 0.850000024,
+ "from": -120.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.513020873,
+ "y1": -0.002604157,
+ "x2": 0.291666687,
+ "y2": 0.955729187,
+ "from": 20.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bone_rotate_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bone_rotate_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bone_rotate_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bone_rotate_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bone_rotate_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bone_rotate_3"
+ }
+ ]
+ },
+ "bibi_003_atk_bones_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.450000048,
+ "to": 1.450000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -28.000000000
+ },
+ "to":
+ {
+ "z": -28.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.899999976
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.600000024,
+ "y1": 0.200000003,
+ "x2": -0.150000006,
+ "y2": 0.850000024,
+ "from": -120.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.513020873,
+ "y1": -0.002604157,
+ "x2": 0.291666687,
+ "y2": 0.955729187,
+ "from": 20.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bone_rotate_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bone_rotate_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bone_rotate_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bone_rotate_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bone_rotate_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bone_rotate_3"
+ }
+ ]
+ },
+ "bibi_003_atk_ground":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.399999976,
+ "to": 1.399999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.349999994,
+ "y1": 0.899999976,
+ "x2": -0.200000003,
+ "y2": 1.002604246,
+ "from":
+ {
+ "x": 0.300999999,
+ "y": 0.500000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.300999999,
+ "y": 0.207000002,
+ "z": 0.270000011
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -170.000000000,
+ "to": -170.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bibi_003_atk_ground"
+ }
+ ]
+ },
+ "bibi_003_atk_ground_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.399999976,
+ "to": 1.399999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.349999994,
+ "y1": 0.899999976,
+ "x2": -0.200000003,
+ "y2": 1.002604246,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.349999994,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.300999999,
+ "y": 0.207000002,
+ "z": 0.270000011
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -170.000000000,
+ "to": -170.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bibi_003_atk_ground"
+ }
+ ]
+ },
+ "bibi_003_atk_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -210.000000000,
+ "to": -210.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bibi_003_atk_red"
+ }
+ ]
+ },
+ "bibi_003_ulti_hitEnv_bones":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -18.000000000
+ },
+ "to":
+ {
+ "z": -18.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 0.899999976,
+ "from": 0.750000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.800000012,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.850000024,
+ "y1": 0.200000003,
+ "x2": -0.300000012,
+ "y2": 0.899999976,
+ "from": 1200.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bone_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bone_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bone_1"
+ }
+ ]
+ },
+ "bibi_003_ulti_hitEnv_bones_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -18.000000000
+ },
+ "to":
+ {
+ "z": -18.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 0.899999976,
+ "from": 0.750000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.699999988,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.699999988,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.850000024,
+ "y1": 0.200000003,
+ "x2": -0.300000012,
+ "y2": 0.899999976,
+ "from": 1200.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bone_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bone_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bone_1"
+ }
+ ]
+ },
+ "bibi_003_ulti_hitEnv_cloud":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bibi_003_ulti_hit_cloud"
+ }
+ ]
+ },
+ "bibi_003_ulti_hitEnv_cloud_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bibi_003_ulti_hit_cloud_red"
+ }
+ ]
+ },
+ "bibi_003_ulti_trail_above":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 36.000000000,
+ "to": 36.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -20.000000000,
+ "to": -20.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.150000006,
+ "y1": -1.600000024,
+ "x2": 0.800000012,
+ "y2": -0.949999988,
+ "from": 0.600000024,
+ "to": 0.150000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.699999988,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.699999988,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_circle"
+ }
+ ]
+ },
+ "bibi_003_ulti_trail_above_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 36.000000000,
+ "to": 36.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -20.000000000,
+ "to": -20.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.150000006,
+ "y1": -1.600000024,
+ "x2": 0.800000012,
+ "y2": -0.949999988,
+ "from": 0.600000024,
+ "to": 0.150000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.899999976,
+ "y": 0.300000012,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.899999976,
+ "y": 0.300000012,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_circle"
+ }
+ ]
+ },
+ "bibi_003_ulti_trail_base":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.280000001,
+ "to": 0.280000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.140000001,
+ "to": 0.140000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -20.000000000,
+ "to": -20.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.150000006,
+ "y1": -1.600000024,
+ "x2": 0.800000012,
+ "y2": -0.949999988,
+ "from": 0.899999976,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.128999993,
+ "y": 0.592000008,
+ "z": 0.916999996
+ },
+ "to":
+ {
+ "x": 0.128999993,
+ "y": 0.592000008,
+ "z": 0.916999996
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_circle"
+ }
+ ]
+ },
+ "bibi_003_ulti_trail_base_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.280000001,
+ "to": 0.280000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.140000001,
+ "to": 0.140000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -20.000000000,
+ "to": -20.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.150000006,
+ "y1": -1.600000024,
+ "x2": 0.800000012,
+ "y2": -0.949999988,
+ "from": 0.899999976,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.839999974,
+ "y": 0.250000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.839999974,
+ "y": 0.250000000,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_circle"
+ }
+ ]
+ },
+ "bibi_003_ulti_trail_skull":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "emitterDelay": 0.150000006,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 3.000000000,
+ "durationJitter": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -10.000000000,
+ "to": -10.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.600000024,
+ "to": 1.600000024
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.500000000,
+ "to": 3.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "color":
+ {
+ "x1": 0.677083373,
+ "y1": 0.122395843,
+ "x2": 0.846354187,
+ "y2": 0.510416687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 0.949999988,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.400000006,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -90.000000000,
+ "to": -90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.567708373,
+ "y1": 0.114583343,
+ "x2": 0.830729187,
+ "y2": 0.627604187,
+ "from": 40.000000000,
+ "to": 10.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "skull_ani_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "skull_ani_2"
+ }
+ ]
+ },
+ "bibi_003_ulti_trail_skull_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "emitterDelay": 0.150000006,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 3.000000000,
+ "durationJitter": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -10.000000000,
+ "to": -10.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.600000024,
+ "to": 1.600000024
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.500000000,
+ "to": 3.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "color":
+ {
+ "x1": 0.677083373,
+ "y1": 0.122395843,
+ "x2": 0.846354187,
+ "y2": 0.510416687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.649999976
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.250000000,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -90.000000000,
+ "to": -90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.567708373,
+ "y1": 0.114583343,
+ "x2": 0.830729187,
+ "y2": 0.627604187,
+ "from": 40.000000000,
+ "to": 10.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "skull_ani_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "skull_ani_2"
+ }
+ ]
+ },
+ "bibi_004_atkHit_twinkle_blue":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 240.000000000,
+ "to": 240.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.286458343,
+ "y1": 0.559895873,
+ "x2": 0.416666687,
+ "y2": 0.924479187,
+ "from": 0.699999988,
+ "to": 1.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.600000024,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.600000024,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cleanse_twinkle_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cleanse_twinkle_2"
+ }
+ ]
+ },
+ "bibi_004_atkHit_twinkle_gold":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.286458343,
+ "y1": 0.559895873,
+ "x2": 0.416666687,
+ "y2": 0.924479187,
+ "from": 0.699999988,
+ "to": 1.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cleanse_twinkle_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cleanse_twinkle_2"
+ }
+ ]
+ },
+ "bibi_004_atkHit_twinkle_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 240.000000000,
+ "to": 240.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.286458343,
+ "y1": 0.559895873,
+ "x2": 0.416666687,
+ "y2": 0.924479187,
+ "from": 0.699999988,
+ "to": 1.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.449999988
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.449999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cleanse_twinkle_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cleanse_twinkle_2"
+ }
+ ]
+ },
+ "bibi_004_atk_cloud":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 300.000000000,
+ "to": 300.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.450520873,
+ "y1": 0.356770843,
+ "x2": 0.104166687,
+ "y2": 0.994791687,
+ "from": 0.239999995,
+ "to": 0.319999993
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "color":
+ {
+ "x1": 0.622395873,
+ "y1": 0.075520843,
+ "x2": 0.291666687,
+ "y2": 0.979166687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.850000024,
+ "z": 0.200000003
+ },
+ "to":
+ {
+ "x": 0.550000012,
+ "y": 0.349999994,
+ "z": 0.100000001
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 25.000000000,
+ "to": 25.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.528645873,
+ "y1": 0.130208343,
+ "x2": 0.088541687,
+ "y2": 0.979166746,
+ "from": -120.000000000,
+ "to": -2.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.130208343,
+ "x2": 0.080729187,
+ "y2": 0.971354187,
+ "from": 80.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cloud_gold_rot1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cloud_gold_rot2"
+ }
+ ]
+ },
+ "bibi_004_atk_cloud_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 300.000000000,
+ "to": 300.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.450520873,
+ "y1": 0.356770843,
+ "x2": 0.104166687,
+ "y2": 0.994791687,
+ "from": 0.239999995,
+ "to": 0.319999993
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "color":
+ {
+ "x1": 0.622395873,
+ "y1": 0.075520843,
+ "x2": 0.291666687,
+ "y2": 0.979166687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.649999976,
+ "z": 0.349999994
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "y": 0.250000000,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 25.000000000,
+ "to": 25.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.528645873,
+ "y1": 0.130208343,
+ "x2": 0.088541687,
+ "y2": 0.979166746,
+ "from": -120.000000000,
+ "to": -2.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.130208343,
+ "x2": 0.080729187,
+ "y2": 0.971354187,
+ "from": 80.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cloud_gold_rot1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cloud_gold_rot2"
+ }
+ ]
+ },
+ "bibi_004_atk_twinkles":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 720.000000000,
+ "to": 720.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.309895843,
+ "y1": 0.419270873,
+ "x2": 0.268229187,
+ "y2": 0.932291687,
+ "from": 0.600000024,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.552083373,
+ "y1": 0.317708343,
+ "x2": 0.260416687,
+ "y2": 0.971354187,
+ "from": -80.000000000,
+ "to": -25.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.427083343,
+ "y1": 0.255208343,
+ "x2": 0.229166687,
+ "y2": 0.955729187,
+ "from": 80.000000000,
+ "to": 5.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04_add_rot"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_05_add_rot"
+ }
+ ]
+ },
+ "bibi_004_atk_twinkles_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 720.000000000,
+ "to": 720.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.309895843,
+ "y1": 0.419270873,
+ "x2": 0.268229187,
+ "y2": 0.932291687,
+ "from": 0.600000024,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.449999988
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.449999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.552083373,
+ "y1": 0.317708343,
+ "x2": 0.260416687,
+ "y2": 0.971354187,
+ "from": -80.000000000,
+ "to": -25.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.427083343,
+ "y1": 0.255208343,
+ "x2": 0.229166687,
+ "y2": 0.955729187,
+ "from": 80.000000000,
+ "to": 5.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04_add_rot"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_05_add_rot"
+ }
+ ]
+ },
+ "bibi_def_atk_fragments":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -35.000000000
+ },
+ "to":
+ {
+ "z": -35.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 240.000000000,
+ "to": 240.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 135.000000000,
+ "to": 135.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.500000000,
+ "to": 5.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "y1": 0.005208343,
+ "x2": 1.000000000,
+ "y2": 0.041666687,
+ "from": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.934895873,
+ "y1": 0.020833343,
+ "x2": 0.424479187,
+ "y2": 0.994791687,
+ "from": 360.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_3"
+ }
+ ]
+ },
+ "bibi_def_ulti_hitChar":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 8,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 240.000000000,
+ "to": 240.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.208333343,
+ "y1": -2.158854008,
+ "x2": 0.984375000,
+ "y2": -0.263020813,
+ "from": 0.699999988,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 480.000000000,
+ "to": 480.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_star_blue_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_star_blue_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_star_gold"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_particle_star_3"
+ }
+ ]
+ },
+ "bibi_def_ulti_hitChar_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 8,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 240.000000000,
+ "to": 240.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.208333343,
+ "y1": -2.158854008,
+ "x2": 0.984375000,
+ "y2": -0.263020813,
+ "from": 0.699999988,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 480.000000000,
+ "to": 480.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_star_red_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_star_red_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_star_gold"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_particle_star_3"
+ }
+ ]
+ },
+ "bibi_def_ulti_hitGround":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.170000002,
+ "y": 0.550000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.170000002,
+ "y": 0.550000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bibi_def_ulti_hitGround_1"
+ }
+ ]
+ },
+ "bibi_def_ulti_hitGround_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.319999993,
+ "z": 0.750000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.319999993,
+ "z": 0.750000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bibi_def_ulti_hitGround_1"
+ }
+ ]
+ },
+ "bibi_def_ulti_trail":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 8,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -16.000000000
+ },
+ "to":
+ {
+ "z": -16.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 18.000000000,
+ "to": 18.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.699999988,
+ "to": -0.699999988
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.600000024,
+ "to": 1.600000024
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.208333343,
+ "y1": -2.158854008,
+ "x2": 0.984375000,
+ "y2": -0.263020813,
+ "from": 0.699999988,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 480.000000000,
+ "to": 480.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_star_blue_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_star_blue_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_star_gold"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_tri_blue"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_tri_gold"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_particle_star_3"
+ }
+ ]
+ },
+ "bibi_def_ulti_trail_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -16.000000000
+ },
+ "to":
+ {
+ "z": -16.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 18.000000000,
+ "to": 18.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.699999988,
+ "to": -0.699999988
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.600000024,
+ "to": 1.600000024
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.255208343,
+ "y1": -0.924479127,
+ "x2": 0.992187500,
+ "y2": -0.106770813,
+ "from": 0.699999988,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 480.000000000,
+ "to": 480.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_star_red_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_star_red_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_particle_star_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_tri_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_tri_gold"
+ }
+ ]
+ },
+ "big_Dust_emitter":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 4,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.150000006
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.150000006
+ },
+ "to":
+ {
+ "z": 0.150000006
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.075000003,
+ "durationJitter": 0.025000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000
+ },
+ "to":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.479999989,
+ "to": 0.479999989
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.015000000,
+ "to": 0.015000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.400000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "dust_particle1"
+ }
+ ]
+ },
+ "big_Hot_dust_emitter":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.150000006
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 0.330000013
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "hot_dust_particle"
+ }
+ ]
+ },
+ "big_explosion_lines_emitter":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 500.000000000,
+ "to": 500.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.033000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_explosion_lines1"
+ }
+ ]
+ },
+ "big_explosion_streaks_emitter":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 4,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.400000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_explosion_s1"
+ }
+ ]
+ },
+ "black_hole_projectile_afterexplosion":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.750000000,
+ "to": 1.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "mass": 1.000000358,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.524999976
+ },
+ "to":
+ {
+ "z": 0.524999976
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 333.333343506,
+ "to": 333.333343506
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.166667402,
+ "to": 0.166667402
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": -1.250000000,
+ "to": -1.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.125000000,
+ "to": 3.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.479999989,
+ "to": 0.479999989
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.075000003,
+ "to": -0.075000003
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.075000003,
+ "to": 0.075000003
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "sparkle_dark"
+ }
+ ]
+ },
+ "black_hole_projectile_ghost":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.524999976
+ },
+ "to":
+ {
+ "z": 0.524999976
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.479999989,
+ "to": 0.479999989
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.075000003,
+ "to": -0.075000003
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.075000003,
+ "to": 0.075000003
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "sparkle_dark"
+ }
+ ]
+ },
+ "blob_fx_particles":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.750000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "z": 3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 7.692306995,
+ "to": 7.692306995
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.115385003,
+ "to": 0.115385003
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 45.000000000,
+ "y": 45.000000000
+ },
+ "to":
+ {
+ "x": 45.000000000,
+ "y": 45.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 265.000000000,
+ "to": 265.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 280.000000000,
+ "to": 280.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.200000048,
+ "to": 3.200000048
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.800000191,
+ "to": 4.800000191
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.150000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_turbulence_dot_yellow"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_turbulence_dot2_yellow"
+ }
+ ]
+ },
+ "blue_barrel_explosion":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.500000000,
+ "to": 4.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000000000
+ },
+ "to":
+ {
+ "z": -105.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 50.000000000,
+ "y": 50.000000000,
+ "z": 50.000000000
+ },
+ "to":
+ {
+ "x": 50.000000000,
+ "y": 50.000000000,
+ "z": 50.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.064000010,
+ "to": 1.064000010
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.960000038,
+ "to": 15.960000038
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.250000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_blue_01"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_blue_02"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_blue_03"
+ }
+ ]
+ },
+ "blue_barrel_fly":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 0.750000119,
+ "to": 0.750000119
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 0.250000089,
+ "to": 0.250000089
+ },
+ "mass": 1.000000119,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000100,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": -0.625000000,
+ "to": -0.625000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.250000000,
+ "to": 1.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 12.000000954,
+ "to": 12.000000954
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.400000006,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_blue_02"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_blue_01"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_blue_03"
+ }
+ ]
+ },
+ "blue_barrel_hit":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "mass": 0.100000001,
+ "spawnPointOffset":
+ {
+ "z": 0.419999987
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -30.000001907
+ },
+ "to":
+ {
+ "z": -30.000001907
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.490000010,
+ "to": 0.490000010
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -45.000000000,
+ "to": -45.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.064000010,
+ "to": 1.064000010
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.723999977,
+ "to": 3.723999977
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.250000000,
+ "to": 2.250000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.500000000,
+ "to": 4.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.500000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_blue_01"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_blue_02"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_blue_03"
+ }
+ ]
+ },
+ "bo_002_ulti_sparks1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.699999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 24.000000000,
+ "to": 24.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.300000012,
+ "to": -0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "mecha_particle_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "mecha_particle_2"
+ }
+ ]
+ },
+ "bo_002_ulti_sparks1_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.699999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 24.000000000,
+ "to": 24.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.300000012,
+ "to": -0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "mecha_particle_red1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "mecha_particle_red2"
+ }
+ ]
+ },
+ "bo_002_ulti_sparks2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.699999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 24.000000000,
+ "to": 24.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.300000012,
+ "to": -0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "mecha_particle_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "mecha_particle_4"
+ }
+ ]
+ },
+ "bo_002_ulti_sparks2_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.699999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 24.000000000,
+ "to": 24.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.300000012,
+ "to": -0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "mecha_particle_red3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "mecha_particle_red4"
+ }
+ ]
+ },
+ "bo_003_atk":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_atk_flash"
+ }
+ ]
+ },
+ "bo_003_atk_shootSpark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_yellow_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_yellow_2"
+ }
+ ]
+ },
+ "bo_003_atk_shootSpark_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_yellow_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_yellow_2"
+ }
+ ]
+ },
+ "bo_003_atk_spark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.280000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.447916687,
+ "y2": 0.955729187,
+ "from": 20.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.481770843,
+ "y1": 0.169270873,
+ "x2": 0.463541687,
+ "y2": 0.963541746,
+ "from": 0.100000001,
+ "to": 0.800000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.505208373,
+ "y1": 0.153645873,
+ "x2": 0.526041687,
+ "y2": 0.979166687,
+ "from": 0.200000003,
+ "to": 1.200000048
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.399999976,
+ "to": 1.399999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_yellow_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_yellow_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_yellow_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_yellow_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_4"
+ }
+ ]
+ },
+ "bo_003_atk_spark_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.280000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.447916687,
+ "y2": 0.955729187,
+ "from": 20.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.481770843,
+ "y1": 0.169270873,
+ "x2": 0.463541687,
+ "y2": 0.963541746,
+ "from": 0.100000001,
+ "to": 0.800000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.505208373,
+ "y1": 0.153645873,
+ "x2": 0.526041687,
+ "y2": 0.979166687,
+ "from": 0.200000003,
+ "to": 1.200000048
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.399999976,
+ "to": 1.399999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_yellow_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_yellow_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_yellow_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_yellow_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_4"
+ }
+ ]
+ },
+ "bo_003_atk_trail_elec":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.319999993,
+ "to": 0.319999993
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.940999985,
+ "y": 0.940999985,
+ "z": 0.243000001
+ },
+ "to":
+ {
+ "x": 0.940999985,
+ "y": 0.940999985,
+ "z": 0.243000001
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_elecTrail_1_long"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_elecTrail_2_long"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_elecTrail_3_long"
+ }
+ ]
+ },
+ "bo_003_atk_trail_elec_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.319999993,
+ "to": 0.319999993
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.940999985,
+ "y": 0.750000000,
+ "z": 0.079999998
+ },
+ "to":
+ {
+ "x": 0.940999985,
+ "y": 0.750000000,
+ "z": 0.079999998
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_elecTrail_1_long"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_elecTrail_2_long"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_elecTrail_3_long"
+ }
+ ]
+ },
+ "bo_003_atk_twinkle":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.180000007,
+ "to": 0.180000007
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 300.000000000,
+ "to": 300.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -30.000000000,
+ "to": -30.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000
+ },
+ "to":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.489583373,
+ "y1": -0.768229127,
+ "x2": 0.971354187,
+ "y2": -0.106770813,
+ "from": 0.500000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.692708373,
+ "y1": 0.013020843,
+ "x2": 0.260416687,
+ "y2": 0.979166687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.200000003
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.600000024,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 400.000000000,
+ "to": 400.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_particles_M"
+ }
+ ]
+ },
+ "bo_003_atk_twinkle_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.180000007,
+ "to": 0.180000007
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 300.000000000,
+ "to": 300.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -30.000000000,
+ "to": -30.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000
+ },
+ "to":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.489583373,
+ "y1": -0.768229127,
+ "x2": 0.971354187,
+ "y2": -0.106770813,
+ "from": 0.500000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.591145873,
+ "y1": 0.005208343,
+ "x2": 0.361979187,
+ "y2": 0.979166687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.899999976,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.250000000,
+ "z": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 400.000000000,
+ "to": 400.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_particles_M"
+ }
+ ]
+ },
+ "bo_003_ulti_trail_dust":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -30.000000000,
+ "to": -30.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.216145843,
+ "y1": -0.658854127,
+ "x2": 0.502604187,
+ "y2": -0.286458313,
+ "from": 0.500000000,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.372395843,
+ "y1": 0.247395843,
+ "x2": 0.354166687,
+ "y2": 0.979166687,
+ "from": 200.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_10"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_10"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_10"
+ }
+ ]
+ },
+ "bo_003_ulti_trail_dust_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -30.000000000,
+ "to": -30.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.216145843,
+ "y1": -0.658854127,
+ "x2": 0.502604187,
+ "y2": -0.286458313,
+ "from": 0.500000000,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.372395843,
+ "y1": 0.247395843,
+ "x2": 0.354166687,
+ "y2": 0.979166687,
+ "from": 200.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_10"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_10"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_10"
+ }
+ ]
+ },
+ "bo_003_ulti_trail_twinkle":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -30.000000000,
+ "to": -30.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.348958343,
+ "y1": -1.666666627,
+ "x2": 0.914062500,
+ "y2": -0.231770813,
+ "from": 0.500000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.942708373,
+ "y1": -0.002604157,
+ "x2": 0.080729187,
+ "y2": 0.994791687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.200000003
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 400.000000000,
+ "to": 400.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_particles_M"
+ }
+ ]
+ },
+ "bo_003_ulti_trail_twinkle_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -30.000000000,
+ "to": -30.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.348958343,
+ "y1": -1.666666627,
+ "x2": 0.914062500,
+ "y2": -0.231770813,
+ "from": 0.500000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.989583373,
+ "y1": -0.010416657,
+ "y2": 0.994791687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.200000003
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 400.000000000,
+ "to": 400.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_particles_M"
+ }
+ ]
+ },
+ "bo_004_atkHit_explode":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "explode_impact_blue"
+ }
+ ]
+ },
+ "bo_004_atkHit_explode_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "explode_impact_red"
+ }
+ ]
+ },
+ "bo_004_atkHit_groundCrack":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.399999976,
+ "to": 1.399999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ground_crack_skull_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ground_crack_skull_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ground_crack_skull_03"
+ }
+ ]
+ },
+ "bo_004_atkHit_groundCrack_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.399999976,
+ "to": 1.399999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ground_crack_skull_01_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ground_crack_skull_02_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ground_crack_skull_03_red"
+ }
+ ]
+ },
+ "bo_004_atk_trail_spark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.699999988,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.833333373,
+ "y1": -0.002604157,
+ "x2": 0.143229187,
+ "y2": 1.002604246,
+ "from": 80.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_blue_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_blue_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_blue_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_purple_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_purple_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_purple_03"
+ }
+ ]
+ },
+ "bo_004_atk_trail_spark_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.699999988,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.833333373,
+ "y1": -0.002604157,
+ "x2": 0.143229187,
+ "y2": 1.002604246,
+ "from": 80.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_purple_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_purple_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_purple_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_violet_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_violet_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_violet_03"
+ }
+ ]
+ },
+ "bo_004_ulti_bones":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -25.000000000
+ },
+ "to":
+ {
+ "z": -25.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 280.000000000,
+ "to": 280.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 0.899999976,
+ "from": 1.000000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.800000012,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.850000024,
+ "y1": 0.200000003,
+ "x2": -0.300000012,
+ "y2": 0.899999976,
+ "from": 1200.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bone_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bone_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bone_1"
+ }
+ ]
+ },
+ "bo_004_ulti_bones_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -25.000000000
+ },
+ "to":
+ {
+ "z": -25.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 280.000000000,
+ "to": 280.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 0.899999976,
+ "from": 1.000000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.750000000,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.750000000,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.850000024,
+ "y1": 0.200000003,
+ "x2": -0.300000012,
+ "y2": 0.899999976,
+ "from": 1200.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bone_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bone_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bone_1"
+ }
+ ]
+ },
+ "bo_004_ulti_trail_gas":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 60,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -5.000000000
+ },
+ "to":
+ {
+ "z": -5.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.699999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.100000001,
+ "to": -0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 210.000000000,
+ "to": 210.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.300000012
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.098958343,
+ "y1": 0.700520873,
+ "x2": 0.135416687,
+ "y2": 0.979166687,
+ "from": 0.699999988,
+ "to": 1.149999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.544270873,
+ "y1": 0.098958343,
+ "x2": 0.252604187,
+ "y2": 0.838541687,
+ "from":
+ {
+ "x": 0.449999988,
+ "y": 0.500000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.449999988,
+ "y": 0.250000000,
+ "z": 0.349999994
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.250000000,
+ "y1": 0.899999976,
+ "y2": 0.899999976,
+ "to": 0.850000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.434895843,
+ "y1": 0.263020843,
+ "x2": 0.002604187,
+ "y2": 0.869791687,
+ "from": 200.000000000,
+ "to": 30.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail_slow"
+ }
+ ]
+ },
+ "bo_004_ulti_trail_gas_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 60,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -5.000000000
+ },
+ "to":
+ {
+ "z": -5.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.699999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.100000001,
+ "to": -0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 210.000000000,
+ "to": 210.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.300000012
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.098958343,
+ "y1": 0.700520873,
+ "x2": 0.135416687,
+ "y2": 0.979166687,
+ "from": 0.699999988,
+ "to": 1.149999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.544270873,
+ "y1": 0.098958343,
+ "x2": 0.252604187,
+ "y2": 0.838541687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.349999994,
+ "y": 0.250000000,
+ "z": 0.449999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.250000000,
+ "y1": 0.899999976,
+ "y2": 0.899999976,
+ "to": 0.850000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.434895843,
+ "y1": 0.263020843,
+ "x2": 0.002604187,
+ "y2": 0.869791687,
+ "from": 200.000000000,
+ "to": 30.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail_slow"
+ }
+ ]
+ },
+ "bo_004_ulti_trail_skull":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "emitterDelay": 0.015000000,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.524999976
+ },
+ "to":
+ {
+ "z": 0.524999976
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.699999988,
+ "durationJitter": 0.159999996,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.100000001,
+ "y": 0.100000001,
+ "z": 0.100000001
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.100000001,
+ "z": 0.100000001
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.300000012,
+ "to": -0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.100000001,
+ "to": -0.100000001
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.388020843,
+ "y1": -0.463541657,
+ "x2": 0.835937500,
+ "y2": -0.075520813,
+ "from": 0.349999994,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.699999988,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.699999988,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_poison_icon"
+ }
+ ]
+ },
+ "bo_004_ulti_trail_skull_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "emitterDelay": 0.015000000,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.524999976
+ },
+ "to":
+ {
+ "z": 0.524999976
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.699999988,
+ "durationJitter": 0.159999996,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.100000001,
+ "y": 0.100000001,
+ "z": 0.100000001
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.100000001,
+ "z": 0.100000001
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.300000012,
+ "to": -0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.100000001,
+ "to": -0.100000001
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.388020843,
+ "y1": -0.463541657,
+ "x2": 0.835937500,
+ "y2": -0.075520813,
+ "from": 0.349999994,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_poison_icon"
+ }
+ ]
+ },
+ "bo_def_mine_area":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.299999952,
+ "to": 1.299999952
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "followEmitter": true,
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bo_def_ulti2_active"
+ }
+ ]
+ },
+ "bo_def_mine_area_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.299999952,
+ "to": 1.299999952
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "followEmitter": true,
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bo_def_ulti2_active_red"
+ }
+ ]
+ },
+ "bo_def_mine_caution":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "followEmitter": true,
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.059999999,
+ "y": 0.600000024,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bo_def_ulti2_icon_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bo_def_ulti2_icon_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bo_def_ulti2_icon_3"
+ }
+ ]
+ },
+ "bo_def_mine_caution_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "followEmitter": true,
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.450520843,
+ "y1": 0.013020843,
+ "x2": 0.088541687,
+ "y2": 0.994791746,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.850000024,
+ "z": 0.949999988
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.100000001,
+ "z": 0.159999996
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bo_def_ulti2_icon_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bo_def_ulti2_icon_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bo_def_ulti2_icon_3"
+ }
+ ]
+ },
+ "bo_def_mine_wave":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "followEmitter": true,
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.200000048,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.649999976,
+ "to": 1.649999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.544270873,
+ "y1": 0.231770843,
+ "x2": 0.385416687,
+ "y2": 0.924479187,
+ "from":
+ {
+ "y": 0.300000012,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "y": 0.100000001,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bo_def_mineWave"
+ }
+ ]
+ },
+ "bo_def_mine_wave_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "followEmitter": true,
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.200000048,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.649999976,
+ "to": 1.649999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.638020873,
+ "y1": 0.169270843,
+ "x2": 0.455729187,
+ "y2": 0.885416687,
+ "from":
+ {
+ "x": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.100000001
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bo_def_mineWave"
+ }
+ ]
+ },
+ "bo_def_ulti_attack":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 178.000000000,
+ "to": 178.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 182.000000000,
+ "to": 182.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bo_def_ulti_attack"
+ }
+ ]
+ },
+ "bo_def_ulti_attack_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 178.000000000,
+ "to": 178.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 182.000000000,
+ "to": 182.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bo_def_ulti_attack_red"
+ }
+ ]
+ },
+ "boss_particle":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -1.500000000
+ },
+ "to":
+ {
+ "z": -1.500000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.875000000,
+ "to": 0.875000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "boss_bubble_1"
+ }
+ ]
+ },
+ "boss_pve_areal_dust":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.200000003,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bibi_def_atk_dust"
+ }
+ ]
+ },
+ "boss_pve_areal_frags":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 40,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset":
+ {
+ "z": 0.495000213
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -80.000000000
+ },
+ "to":
+ {
+ "z": -80.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.300000012,
+ "durationJitter": 0.005000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 0.800000012,
+ "y2": 0.100000001,
+ "from": 1.000000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 1.000000000,
+ "y1": -0.002604157,
+ "y2": 1.002604246,
+ "from": 400.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 1.000000000,
+ "y1": 0.013020843,
+ "y2": 1.002604246,
+ "from": 2100.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_6"
+ }
+ ]
+ },
+ "boss_pve_areal_wipe":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.899999976,
+ "to": 1.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -480.000000000,
+ "to": -480.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "boss_pve_areal_atk_wipe"
+ }
+ ]
+ },
+ "boss_pve_melee_atk_bite":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.300000012,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 2.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.299999952,
+ "to": 1.299999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -90.000000000,
+ "to": -90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "boss_pve_melee_atk_bite"
+ }
+ ]
+ },
+ "boss_pve_melee_atk_frags":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.180000007,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 2.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -40.000000000,
+ "to": -40.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 14.000000000,
+ "to": 14.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 21.000000000,
+ "to": 21.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 54.000000000,
+ "y": 54.000000000
+ },
+ "to":
+ {
+ "x": 54.000000000,
+ "y": 54.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.150000006,
+ "y1": -1.799999952,
+ "x2": 0.899999976,
+ "y2": -1.000000000,
+ "from": 0.400000006,
+ "to": 0.079999998
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.763020873,
+ "y1": -0.002604157,
+ "x2": 0.119791687,
+ "y2": 0.947916687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.949999988
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "y": 0.100000001,
+ "z": 0.200000003
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_diamond"
+ }
+ ]
+ },
+ "brawler_upgrade_burst":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 150,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 22.000000000,
+ "to": 22.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/ui.sc",
+ "name": "fx_ui_sparkle"
+ },
+ {
+ "swf": "sc\/ui.sc",
+ "name": "fx_ui_sparkle_small"
+ },
+ {
+ "swf": "sc\/ui.sc",
+ "name": "fx_ui_sparkle_small"
+ },
+ {
+ "swf": "sc\/ui.sc",
+ "name": "fx_ui_sparkle_small"
+ }
+ ]
+ },
+ "brawler_upgrade_burst_finale":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.349999994,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "y": 10.000000000
+ },
+ "to":
+ {
+ "y": 10.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.299999952,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 500.000000000,
+ "to": 500.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 500.000000000,
+ "to": 500.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 500.000000000,
+ "to": 500.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/ui.sc",
+ "name": "fx_ui_sparkle"
+ },
+ {
+ "swf": "sc\/ui.sc",
+ "name": "fx_ui_sparkle_small"
+ },
+ {
+ "swf": "sc\/ui.sc",
+ "name": "fx_ui_sparkle_small"
+ },
+ {
+ "swf": "sc\/ui.sc",
+ "name": "fx_ui_sparkle_small"
+ }
+ ]
+ },
+ "brock_002_atk_fireworks":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.400000006,
+ "to": -0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fireWork_shooting_particle_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fireWork_shooting_particle_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fireWork_shooting_particle_3"
+ }
+ ]
+ },
+ "brock_002_atk_fireworks_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.400000006,
+ "to": -0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fireWork_shooting_particle_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fireWork_shooting_particle_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fireWork_shooting_particle_6"
+ }
+ ]
+ },
+ "brock_002_fireworks":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "firework_bomb_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "firework_bomb_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "firework_bomb_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "firework_bomb_4"
+ }
+ ]
+ },
+ "brock_002_fireworks_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "firework_bomb_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "firework_bomb_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "firework_bomb_red_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "firework_bomb_red_4"
+ }
+ ]
+ },
+ "brock_003_idleSmoke":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 6.000000000
+ },
+ "to":
+ {
+ "z": 6.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.100000001,
+ "to": -0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -20.000000000,
+ "to": -20.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.349999994,
+ "y": 0.300000012,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 0.349999994,
+ "y": 0.300000012,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -90.000000000,
+ "to": -90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -10.000000000,
+ "to": -10.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "brock_003_idleSmoke_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "brock_003_idleSmoke_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "brock_003_idleSmoke_3"
+ }
+ ]
+ },
+ "brock_004_sp_whirl":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 2.599999905,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.153645843,
+ "y1": 0.716145873,
+ "x2": 0.221354187,
+ "y2": 0.994791687,
+ "from": 1.200000048,
+ "to": 1.649999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.864583373,
+ "y1": 0.013020843,
+ "y2": 0.830729187,
+ "from":
+ {
+ "x": 0.370000005,
+ "y": 0.899999976,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.600000024,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "water_splash_seq_1"
+ }
+ ]
+ },
+ "brock_004_sp_whirl_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 2.599999905,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.153645843,
+ "y1": 0.716145873,
+ "x2": 0.221354187,
+ "y2": 0.994791687,
+ "from": 1.200000048,
+ "to": 1.649999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.864583373,
+ "y1": 0.005208343,
+ "x2": 0.338541687,
+ "y2": 0.893229187,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.699999988,
+ "z": 0.745000005
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.449999988,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "water_splash_seq_1"
+ }
+ ]
+ },
+ "brock_004_waterSplat_long":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -36.000000000
+ },
+ "to":
+ {
+ "z": -36.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 2.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 14.000000000,
+ "to": 14.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 15.000000000,
+ "y": 15.000000000,
+ "z": 15.000000000
+ },
+ "to":
+ {
+ "x": 15.000000000,
+ "y": 15.000000000,
+ "z": 15.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.794270873,
+ "y1": 0.013020843,
+ "x2": 0.963541687,
+ "y2": 0.276041687,
+ "from": 0.500000000,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_droplet_1"
+ }
+ ]
+ },
+ "brock_004_waterSplat_long_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -36.000000000
+ },
+ "to":
+ {
+ "z": -36.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 2.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 14.000000000,
+ "to": 14.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 15.000000000,
+ "y": 15.000000000,
+ "z": 15.000000000
+ },
+ "to":
+ {
+ "x": 15.000000000,
+ "y": 15.000000000,
+ "z": 15.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.794270873,
+ "y1": 0.013020843,
+ "x2": 0.963541687,
+ "y2": 0.276041687,
+ "from": 0.500000000,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_droplet_2"
+ }
+ ]
+ },
+ "brock_004_waterSplat_trail":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.319999993,
+ "to": 0.319999993
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -20.000000000
+ },
+ "to":
+ {
+ "z": -20.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.699999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.100000001,
+ "to": -0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 110.000000000,
+ "to": 110.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000,
+ "z": 10.000000000
+ },
+ "to":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000,
+ "z": 10.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.747395873,
+ "y1": 0.005208343,
+ "x2": 1.000000000,
+ "y2": 0.307291687,
+ "from": 0.250000000,
+ "to": 0.039999999
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_droplet_1"
+ }
+ ]
+ },
+ "brock_004_waterSplat_trail_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.319999993,
+ "to": 0.319999993
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -20.000000000
+ },
+ "to":
+ {
+ "z": -20.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.699999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.100000001,
+ "to": -0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 110.000000000,
+ "to": 110.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000,
+ "z": 10.000000000
+ },
+ "to":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000,
+ "z": 10.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.747395873,
+ "y1": 0.005208343,
+ "x2": 1.000000000,
+ "y2": 0.307291687,
+ "from": 0.250000000,
+ "to": 0.039999999
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_droplet_2"
+ }
+ ]
+ },
+ "brock_004_waterStain_trail":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.699999988
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.699999988,
+ "spawnRate":
+ {
+ "x1": 0.575520873,
+ "y1": 0.098958343,
+ "x2": 0.518229187,
+ "y2": 0.736979187,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.010000000,
+ "to": 0.010000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.400000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_waterStain_circle"
+ }
+ ]
+ },
+ "brock_004_waterStain_ulti":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -99999.000000000
+ },
+ "to":
+ {
+ "z": -99999.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.699999988,
+ "spawnRate":
+ {
+ "x1": 0.575520873,
+ "y1": 0.098958343,
+ "x2": 0.518229187,
+ "y2": 0.736979187,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.010000000,
+ "to": 0.010000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SimpleGround"
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.400000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_waterStain_circle"
+ }
+ ]
+ },
+ "brock_explode_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "brock_def_atk_explode_red"
+ }
+ ]
+ },
+ "buff_speedDown_arrow":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 2.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.699999988,
+ "to": -0.699999988
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "y": 0.600000024,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.600000024,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_arrow"
+ }
+ ]
+ },
+ "buff_speedDown_ground":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.208333343,
+ "y1": 0.466145873,
+ "x2": 0.541666687,
+ "y2": 0.830729246,
+ "from": 0.800000012,
+ "to": 1.350000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.259999990,
+ "y": 0.550000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.259999990,
+ "y": 0.550000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "y1": 0.872395873,
+ "x2": 0.132812500,
+ "y2": 0.979166746,
+ "from": 0.300000012,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.309895873,
+ "y1": 0.138020843,
+ "x2": 0.135416687,
+ "y2": 0.971354187,
+ "from": 90.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.250000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_wave_01"
+ }
+ ]
+ },
+ "buff_speedUp_arrow":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.425000012,
+ "to": 0.425000012
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.600000024,
+ "to": -0.600000024
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_arrow"
+ }
+ ]
+ },
+ "buff_speedUp_ground":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.153645843,
+ "y1": 0.411458373,
+ "x2": 0.455729187,
+ "y2": 0.932291687,
+ "from": 0.349999994,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.403645843,
+ "y1": 0.083333343,
+ "x2": 0.455729187,
+ "y2": 0.807291746,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.899999976,
+ "y": 0.150000006
+ }
+ },
+ "alpha":
+ {
+ "y1": 0.723958373,
+ "x2": 0.151041687,
+ "y2": 1.002604246,
+ "from": 0.300000012,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 720.000000000,
+ "to": 720.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ringWave_01"
+ }
+ ]
+ },
+ "bull_002_atkEnd_bullet":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.399999976,
+ "to": 1.399999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_002_atkEnd_bullet"
+ }
+ ]
+ },
+ "bull_002_atkEnd_bullet_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.399999976,
+ "to": 1.399999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_002_atkEnd_bullet_red"
+ }
+ ]
+ },
+ "bull_002_atk_angry":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.259999990,
+ "to": 0.259999990
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cloud_noStroke"
+ }
+ ]
+ },
+ "bull_002_atk_coins":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.600000024
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -16.000000000
+ },
+ "to":
+ {
+ "z": -16.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 300.000000000,
+ "to": 300.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 0.899999976,
+ "from": 0.600000024,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.458333343,
+ "y1": -0.002604157,
+ "x2": 0.080729187,
+ "y2": 1.002604246,
+ "from": 1600.000000000,
+ "to": 80.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "coin_rotate"
+ }
+ ]
+ },
+ "bull_002_atk_twinkles":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 800.000000000,
+ "to": 800.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000,
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000,
+ "z": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.600000024,
+ "to": 1.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04_add"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_05_add"
+ }
+ ]
+ },
+ "bull_003_atkHit":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_003_atk_reached"
+ }
+ ]
+ },
+ "bull_003_atkHit_dots":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 400.000000000,
+ "to": 400.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 0.800000012
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.927083373,
+ "y1": 0.005208343,
+ "x2": 0.859375000,
+ "y2": 0.111979187,
+ "from": 0.100000001,
+ "to": 0.020000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_blink_ellipse"
+ }
+ ]
+ },
+ "bull_003_atkHit_dots_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 400.000000000,
+ "to": 400.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 0.800000012
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.927083373,
+ "y1": 0.005208343,
+ "x2": 0.859375000,
+ "y2": 0.111979187,
+ "from": 0.100000001,
+ "to": 0.020000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_blink_ellipse"
+ }
+ ]
+ },
+ "bull_003_atkHit_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_003_atk_reached_red"
+ }
+ ]
+ },
+ "bull_003_atkReached_beam":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 280.000000000,
+ "to": 280.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -150.000000000,
+ "to": -150.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -30.000000000,
+ "to": -30.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000
+ },
+ "to":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_beam_02"
+ }
+ ]
+ },
+ "bull_003_atkReached_beam_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 280.000000000,
+ "to": 280.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -150.000000000,
+ "to": -150.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -30.000000000,
+ "to": -30.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000
+ },
+ "to":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_beam_02_red"
+ }
+ ]
+ },
+ "bull_003_atk_trail_dots":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.927083373,
+ "y1": 0.005208343,
+ "x2": 0.859375000,
+ "y2": 0.111979187,
+ "from": 0.100000001,
+ "to": 0.020000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_blink_ellipse"
+ }
+ ]
+ },
+ "bull_003_atk_trail_dots_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.927083373,
+ "y1": 0.005208343,
+ "x2": 0.859375000,
+ "y2": 0.111979187,
+ "from": 0.100000001,
+ "to": 0.020000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_blink_ellipse"
+ }
+ ]
+ },
+ "bull_004_atkEnd_debris":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -90.000000000
+ },
+ "to":
+ {
+ "z": -90.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 10.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 10.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 11.000000000,
+ "to": 11.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.940625012,
+ "x2": 1.000000000,
+ "y2": 0.081250012,
+ "from": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "y": 0.699999988,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "y": 0.699999988,
+ "z": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.500000000,
+ "y1": 0.145833373,
+ "x2": 0.195312500,
+ "y2": 1.000000000,
+ "from": 1400.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_snowtel"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2_snowtel"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3_snowtel"
+ }
+ ]
+ },
+ "bull_004_atkEnd_debris_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -90.000000000
+ },
+ "to":
+ {
+ "z": -90.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 10.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 10.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 11.000000000,
+ "to": 11.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.940625012,
+ "x2": 1.000000000,
+ "y2": 0.081250012,
+ "from": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.500000000,
+ "y1": 0.145833373,
+ "x2": 0.195312500,
+ "y2": 1.000000000,
+ "from": 1400.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_1_pocos_pink"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_2_pocos_pink"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3_pocos_pink"
+ }
+ ]
+ },
+ "bull_004_atkEnd_elec":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.449999988,
+ "c": 1
+ },
+ {
+ "t": 0.649999976,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_elecTrail_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_elecTrail_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_elecTrail_3"
+ }
+ ]
+ },
+ "bull_004_atkEnd_elec_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 25.000000000,
+ "to": 25.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_4"
+ }
+ ]
+ },
+ "bull_004_atkEnd_projectile":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -80.000000000
+ },
+ "to":
+ {
+ "z": -80.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.750000000,
+ "x2": 1.000000000,
+ "y2": -0.296875000,
+ "from": 0.100000001,
+ "to": 0.010000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.750000000,
+ "y1": 0.007812500,
+ "x2": -0.200000003,
+ "y2": 1.000000000,
+ "from": 1080.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_004_atkEnd_projectile_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_004_atkEnd_projectile_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_004_atkEnd_projectile_02"
+ }
+ ]
+ },
+ "bull_004_atkEnd_projectile_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -80.000000000
+ },
+ "to":
+ {
+ "z": -80.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.750000000,
+ "x2": 1.000000000,
+ "y2": -0.296875000,
+ "from": 0.100000001,
+ "to": 0.010000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.750000000,
+ "x2": -0.200000003,
+ "y2": 1.000000000,
+ "from": 1080.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_004_atkEnd_projectile_red_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_004_atkEnd_projectile_red_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_004_atkEnd_projectile_red_02"
+ }
+ ]
+ },
+ "bull_004_atkEnd_spark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "emitterDelay": 0.699999988,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.119999997,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_blue_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_blue_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_blue_3"
+ }
+ ]
+ },
+ "bull_004_atk_bolt":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -120.000000000
+ },
+ "to":
+ {
+ "z": -120.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 10.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 10.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 11.000000000,
+ "to": 11.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.867187500,
+ "y1": -0.023437500,
+ "x2": 0.949999988,
+ "from": 0.219999999
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.500000000,
+ "y1": 0.145833373,
+ "y2": 1.007812500,
+ "from": 1000.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_004_nutz"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_004_bolt"
+ }
+ ]
+ },
+ "bull_004_atk_hit":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bea_def_atk_hit"
+ }
+ ]
+ },
+ "bull_004_atk_hit_elec":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.010000000,
+ "c": 2
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_4"
+ }
+ ]
+ },
+ "bull_004_atk_hit_elec_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.010000000,
+ "c": 2
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_4"
+ }
+ ]
+ },
+ "bull_004_atk_hit_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bea_def_atk_hit_red"
+ }
+ ]
+ },
+ "bull_004_atk_trail_dust":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "y": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.800000012,
+ "to": -0.800000012
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000,
+ "z": 0.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.500000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.500000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.434895843,
+ "y1": 0.169270843,
+ "x2": 0.416666687,
+ "y2": 0.822916687,
+ "from": 720.000000000,
+ "to": 80.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_glowingDot_rot"
+ }
+ ]
+ },
+ "bull_004_atk_trail_dust_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "y": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.800000012,
+ "to": -0.800000012
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000,
+ "z": 0.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.434895843,
+ "y1": 0.169270843,
+ "x2": 0.416666687,
+ "y2": 0.822916687,
+ "from": 720.000000000,
+ "to": 80.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_glowingDot_rot"
+ }
+ ]
+ },
+ "bull_004_ulti_bolt":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.495000005
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -50.000000000
+ },
+ "to":
+ {
+ "z": -50.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 14.000000000,
+ "to": 14.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "y1": 0.005208373,
+ "x2": 1.000000000,
+ "y2": 0.385416687,
+ "from": 0.219999999,
+ "to": 0.219999999
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.437500000,
+ "y1": 0.356770873,
+ "y2": 1.010416746,
+ "from": 1400.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_004_nutz"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_004_bolt"
+ }
+ ]
+ },
+ "bull_004_ulti_display":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.250000000,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 5.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "followEmitter": true,
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 270.000000000,
+ "to": 270.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_004_ulti_display"
+ }
+ ]
+ },
+ "bull_004_ulti_foot_L":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "emitterDelay": 0.250000000,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.500000000,
+ "to": 3.500000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.700000048,
+ "to": 3.700000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 1.000000000,
+ "y1": 0.005208373,
+ "x2": 1.000000000,
+ "y2": 0.057291746,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.200000003,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_004_ulti_foot_L"
+ }
+ ]
+ },
+ "bull_004_ulti_foot_R":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "emitterDelay": 0.200000003,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.500000000,
+ "to": 3.500000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.700000048,
+ "to": 3.700000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 1.000000000,
+ "y1": 0.005208373,
+ "x2": 1.000000000,
+ "y2": 0.057291746,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.200000003,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_004_ulti_foot_R"
+ }
+ ]
+ },
+ "bull_004_ulti_trail_elec_01":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "emitterDelay": 0.150000006,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.349999994,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -3.000000000,
+ "to": -3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -50.000000000,
+ "to": 50.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_004_ulti_elec_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_004_ulti_elec_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_004_ulti_elec_03"
+ }
+ ]
+ },
+ "bull_004_ulti_trail_elec_02":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "emitterDelay": 0.150000006,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "x": 0.600000024,
+ "y": 0.500000000,
+ "z": 0.699999988
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.349999994,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -3.000000000,
+ "to": -3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -50.000000000,
+ "to": 50.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_004_ulti_elec_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_004_ulti_elec_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_004_ulti_elec_03"
+ }
+ ]
+ },
+ "bull_004_ulti_trail_elec_03":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "emitterDelay": 0.150000006,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "x": -0.600000024,
+ "y": -0.500000000,
+ "z": 0.699999988
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.349999994,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -3.000000000,
+ "to": -3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -50.000000000,
+ "to": 50.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_004_ulti_elec_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_004_ulti_elec_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_004_ulti_elec_03"
+ }
+ ]
+ },
+ "bull_004_ulti_trail_elec_red_01":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "emitterDelay": 0.150000006,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.349999994,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -3.000000000,
+ "to": -3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -50.000000000,
+ "to": 50.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_004_ulti_elec_red_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_004_ulti_elec_red_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_004_ulti_elec_red_03"
+ }
+ ]
+ },
+ "bull_004_ulti_trail_elec_red_02":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "emitterDelay": 0.150000006,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "x": 0.600000024,
+ "y": 0.500000000,
+ "z": 0.699999988
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.349999994,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -3.000000000,
+ "to": -3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -50.000000000,
+ "to": 50.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_004_ulti_elec_red_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_004_ulti_elec_red_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_004_ulti_elec_red_03"
+ }
+ ]
+ },
+ "bull_004_ulti_trail_elec_red_03":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "emitterDelay": 0.150000006,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "x": -0.600000024,
+ "y": -0.500000000,
+ "z": 0.699999988
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.349999994,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -3.000000000,
+ "to": -3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -50.000000000,
+ "to": 50.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_004_ulti_elec_red_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_004_ulti_elec_red_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_004_ulti_elec_red_03"
+ }
+ ]
+ },
+ "bull_004_ulti_trail_line":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.200000003,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.750000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -3.000000000,
+ "to": -3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -5.000000000,
+ "to": -5.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.699999988,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.699999988,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.010000000,
+ "to": 0.010000000
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_speedLine_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_speedLine_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_speedLine_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_speedLine_4"
+ }
+ ]
+ },
+ "bull_004_ulti_trail_line_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.200000003,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.750000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -3.000000000,
+ "to": -3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -5.000000000,
+ "to": -5.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.800000012,
+ "y": 0.300000012,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "y": 0.300000012,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.010000000,
+ "to": 0.010000000
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_speedLine_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_speedLine_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_speedLine_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_speedLine_4"
+ }
+ ]
+ },
+ "burning_particle":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.150000006
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.150000006
+ },
+ "to":
+ {
+ "z": 0.150000006
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire_3"
+ }
+ ]
+ },
+ "burning_particle_brock":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.750000000,
+ "to": 2.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.875000000,
+ "to": 0.875000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire_3"
+ }
+ ]
+ },
+ "burning_particle_brock_blue":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.750000000,
+ "to": 2.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.875000000,
+ "to": 0.875000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire_blue_1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire_blue_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire_blue_3"
+ }
+ ]
+ },
+ "burning_particle_lucha":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.200000003,
+ "durationJitter": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.010000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire_3"
+ }
+ ]
+ },
+ "burning_particle_lucha_super_100":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.150000006
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.150000006
+ },
+ "to":
+ {
+ "z": 0.150000006
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire_3"
+ }
+ ]
+ },
+ "burning_particle_lucha_super_50":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.150000006
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.150000006
+ },
+ "to":
+ {
+ "z": 0.150000006
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire_3"
+ }
+ ]
+ },
+ "burning_particle_raid_boss":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 6.099999905,
+ "to": 6.099999905
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.875000000,
+ "to": 2.875000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire_3"
+ }
+ ]
+ },
+ "burning_particle_wizard":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.899999976,
+ "to": 1.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.875000000,
+ "to": 0.875000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire_3"
+ }
+ ]
+ },
+ "burning_particle_wizard_blue":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.899999976,
+ "to": 1.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.875000000,
+ "to": 0.875000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire_blue_1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire_blue_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire_blue_3"
+ }
+ ]
+ },
+ "burning_particle_wizard_ulti":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.799999952,
+ "to": 3.799999952
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.875000000,
+ "to": 0.875000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire_3"
+ }
+ ]
+ },
+ "burning_particle_wizard_ulti_blue":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.799999952,
+ "to": 3.799999952
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.875000000,
+ "to": 0.875000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire_blue_1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire_blue_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire_blue_3"
+ }
+ ]
+ },
+ "buzz_002_atk_spark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.090000004,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.140000001,
+ "to": 0.140000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.239583343,
+ "y1": 0.645833373,
+ "x2": 0.315104187,
+ "y2": 0.932291687,
+ "from": 0.400000006,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_002_atk"
+ }
+ ]
+ },
+ "buzz_002_atk_trail_cloud":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -10.000000000,
+ "to": -10.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -10.000000000,
+ "to": -10.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 5
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 0.500000000,
+ "x2": 0.500000000,
+ "y2": 1.000000000,
+ "from": 0.250000000,
+ "to": 0.649999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.949999988,
+ "x2": 0.406250000,
+ "y2": 1.031250000,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.250000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_002_atk_trail"
+ }
+ ]
+ },
+ "buzz_002_atk_trail_cloud_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -10.000000000,
+ "to": -10.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -10.000000000,
+ "to": -10.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 5
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 0.500000000,
+ "x2": 0.500000000,
+ "y2": 1.000000000,
+ "from": 0.250000000,
+ "to": 0.649999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.949999988,
+ "x2": 0.406250000,
+ "y2": 1.031250000,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.250000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_002_atk_trail_red"
+ }
+ ]
+ },
+ "buzz_002_atk_trail_elec":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 40,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 24.000000000,
+ "to": 24.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 1.200000048
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.278645843,
+ "y1": 0.708333373,
+ "x2": 0.369791687,
+ "y2": 0.963541687,
+ "from": 1.799999952,
+ "to": 2.400000095
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 0.940999985,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 0.940999985,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_green_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_green_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_green_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_green_4"
+ }
+ ]
+ },
+ "buzz_002_atk_trail_elec_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 40,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 24.000000000,
+ "to": 24.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 1.200000048
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.278645843,
+ "y1": 0.708333373,
+ "x2": 0.369791687,
+ "y2": 0.963541687,
+ "from": 1.799999952,
+ "to": 2.400000095
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 0.940999985,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 0.940999985,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_purple_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_purple_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_purple_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_long_purple_4"
+ }
+ ]
+ },
+ "buzz_002_atk_trail_gas":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.020000000,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.360000014,
+ "to": 0.360000014
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.239999995,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.799999952,
+ "to": 1.799999952
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.500000000,
+ "y": 3.500000000
+ },
+ "to":
+ {
+ "x": 3.500000000,
+ "y": 3.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.513020873,
+ "x2": 0.463541687,
+ "y2": 0.893229187,
+ "from": 0.800000012,
+ "to": 1.399999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.850000024
+ },
+ "to":
+ {
+ "x": 0.400000006,
+ "y": 0.300000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.949999988,
+ "x2": 0.406250000,
+ "y2": 1.031250000,
+ "to": 0.699999988
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 120.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "buzz_002_atk_trail_gas_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.020000000,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.360000014,
+ "to": 0.360000014
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.239999995,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.799999952,
+ "to": 1.799999952
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.500000000,
+ "y": 3.500000000
+ },
+ "to":
+ {
+ "x": 3.500000000,
+ "y": 3.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.513020873,
+ "x2": 0.463541687,
+ "y2": 0.893229187,
+ "from": 0.800000012,
+ "to": 1.399999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.949999988,
+ "x2": 0.406250000,
+ "y2": 1.031250000,
+ "to": 0.699999988
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 120.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "buzz_002_cloudExplode":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000004,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_002_cloudExplode_blue_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_002_cloudExplode_blue_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_002_cloudExplode_blue_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_002_cloudExplode_blue_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_002_cloudExplode_blue_05"
+ }
+ ]
+ },
+ "buzz_002_cloudExplode_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000004,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_002_cloudExplode_red_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_002_cloudExplode_red_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_002_cloudExplode_red_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_002_cloudExplode_red_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_002_cloudExplode_red_05"
+ }
+ ]
+ },
+ "buzz_003_atk_hit_impact_blue":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 3
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.833333373,
+ "y1": -0.002604157,
+ "x2": 0.885416687,
+ "y2": 0.072916687,
+ "from": 0.400000006,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_diamond_1_add"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_diamond_2_add"
+ }
+ ]
+ },
+ "buzz_003_atk_hit_impact_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 3
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.833333373,
+ "y1": -0.002604157,
+ "x2": 0.885416687,
+ "y2": 0.072916687,
+ "from": 0.400000006,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_diamond_1_add"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_diamond_2_add"
+ }
+ ]
+ },
+ "buzz_003_atk_paper_01":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.150000006,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 85.000000000,
+ "to": 85.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 14.000000000,
+ "y": 14.000000000,
+ "z": 14.000000000
+ },
+ "to":
+ {
+ "x": 14.000000000,
+ "y": 14.000000000,
+ "z": 14.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "y1": -0.010416657,
+ "x2": 0.697916687,
+ "y2": 0.986979187,
+ "from": 0.300000012,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.600000024,
+ "x2": 0.809374988,
+ "y2": 0.323437512,
+ "from":
+ {
+ "x": 0.600000024,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.550000012,
+ "y": 0.699999988,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 1.000000000,
+ "x2": 0.850000024,
+ "y2": 0.200000003,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 1.000000000,
+ "x2": 0.500000000,
+ "y2": 1.000000000,
+ "from": 180.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_paper_rotation_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_paper_rotation_02"
+ }
+ ]
+ },
+ "buzz_003_atk_paper_01_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.150000006,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 85.000000000,
+ "to": 85.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 14.000000000,
+ "y": 14.000000000,
+ "z": 14.000000000
+ },
+ "to":
+ {
+ "x": 14.000000000,
+ "y": 14.000000000,
+ "z": 14.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "y1": -0.010416657,
+ "x2": 0.697916687,
+ "y2": 0.986979187,
+ "from": 0.300000012,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.600000024,
+ "x2": 0.809374988,
+ "y2": 0.323437512,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.600000024,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.550000012,
+ "z": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 1.000000000,
+ "x2": 0.850000024,
+ "y2": 0.200000003,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 1.000000000,
+ "x2": 0.500000000,
+ "y2": 1.000000000,
+ "from": 180.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_paper_rotation_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_paper_rotation_02"
+ }
+ ]
+ },
+ "buzz_003_atk_paper_02":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.150000006,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 11.000000000,
+ "y": 11.000000000,
+ "z": 11.000000000
+ },
+ "to":
+ {
+ "x": 11.000000000,
+ "y": 11.000000000,
+ "z": 11.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "y1": -0.010416657,
+ "x2": 0.697916687,
+ "y2": 0.986979187,
+ "from": 0.300000012,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.880208373,
+ "y1": -0.049479157,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.400000006,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.649999976,
+ "y": 0.699999988,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 1.000000000,
+ "x2": 0.750000000,
+ "y2": 0.500000000,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 1.000000000,
+ "x2": 0.500000000,
+ "y2": 1.000000000,
+ "from": 180.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_paper_rotation_02"
+ }
+ ]
+ },
+ "buzz_003_atk_paper_ground":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.150000006,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -20.000000000
+ },
+ "to":
+ {
+ "z": -20.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 99.000000000,
+ "to": 99.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000,
+ "z": 0.500000000
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 280.000000000,
+ "to": 280.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 450.000000000,
+ "to": 450.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "y1": -0.010416657,
+ "x2": 0.697916687,
+ "y2": 0.986979187,
+ "from": 0.280000001,
+ "to": 0.280000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.025000000,
+ "to": 0.025000000
+ },
+ "color":
+ {
+ "x1": 1.000000000,
+ "y1": 0.007812500,
+ "x2": 0.785937488,
+ "y2": 0.940624952,
+ "from":
+ {
+ "x": 0.600000024,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.550000012,
+ "y": 0.949999988,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 1.000000000,
+ "x2": 0.850000024,
+ "y2": 0.200000003,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.621874988,
+ "y1": 0.296875000,
+ "y2": 0.951562524,
+ "from": 1080.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 1.000000000,
+ "x2": 0.500000000,
+ "y2": 1.000000000,
+ "from": 70.000000000,
+ "to": 70.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_paper_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_paper_02"
+ }
+ ]
+ },
+ "buzz_003_atk_paper_ground_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.150000006,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -20.000000000
+ },
+ "to":
+ {
+ "z": -20.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 99.000000000,
+ "to": 99.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000,
+ "z": 0.500000000
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 280.000000000,
+ "to": 280.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 450.000000000,
+ "to": 450.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "y1": -0.010416657,
+ "x2": 0.697916687,
+ "y2": 0.986979187,
+ "from": 0.280000001,
+ "to": 0.280000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.025000000,
+ "to": 0.025000000
+ },
+ "color":
+ {
+ "x1": 1.000000000,
+ "y1": 0.007812500,
+ "x2": 0.785937488,
+ "y2": 0.940624952,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.600000024,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.649999976,
+ "z": 0.949999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 1.000000000,
+ "x2": 0.850000024,
+ "y2": 0.200000003,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.621874988,
+ "y1": 0.296875000,
+ "y2": 0.951562524,
+ "from": 1080.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 1.000000000,
+ "x2": 0.500000000,
+ "y2": 1.000000000,
+ "from": 70.000000000,
+ "to": 70.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_paper_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_paper_02"
+ }
+ ]
+ },
+ "buzz_003_atk_trail_dustDots":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.075000003,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 170.000000000,
+ "to": 170.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 190.000000000,
+ "to": 190.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000,
+ "z": 8.000000000
+ },
+ "to":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000,
+ "z": 8.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.794270873,
+ "y1": -0.026041627,
+ "x2": 0.330729187,
+ "y2": 0.979166687,
+ "from": 0.300000012,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.600000024,
+ "z": 0.899999976
+ },
+ "to":
+ {
+ "y": 0.600000024,
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.505208373,
+ "y1": 0.091145843,
+ "x2": 0.666666687,
+ "y2": 0.736979187,
+ "from": 90.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_glowingdots"
+ }
+ ]
+ },
+ "buzz_003_atk_trail_dustDots_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.075000003,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 170.000000000,
+ "to": 170.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 190.000000000,
+ "to": 190.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000,
+ "z": 8.000000000
+ },
+ "to":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000,
+ "z": 8.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.794270873,
+ "y1": -0.026041627,
+ "x2": 0.330729187,
+ "y2": 0.979166687,
+ "from": 0.300000012,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.899999976,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.899999976,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.505208373,
+ "y1": 0.091145843,
+ "x2": 0.666666687,
+ "y2": 0.736979187,
+ "from": 90.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_glowingdots"
+ }
+ ]
+ },
+ "buzz_003_atk_trail_gas":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.020000000,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.170000002,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.280000001,
+ "to": -0.280000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.280000001,
+ "to": -0.280000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.799999952,
+ "to": 1.799999952
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.500000000,
+ "y": 3.500000000
+ },
+ "to":
+ {
+ "x": 3.500000000,
+ "y": 3.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.513020873,
+ "x2": 0.463541687,
+ "y2": 0.893229187,
+ "from": 0.699999988,
+ "to": 1.100000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.699999988,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.949999988,
+ "x2": 0.406250000,
+ "y2": 1.031250000,
+ "from": 0.500000000,
+ "to": 0.899999976
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 120.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "buzz_003_atk_trail_gas_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.020000000,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.360000014,
+ "to": 0.360000014
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.239999995,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.799999952,
+ "to": 1.799999952
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.500000000,
+ "y": 3.500000000
+ },
+ "to":
+ {
+ "x": 3.500000000,
+ "y": 3.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.513020873,
+ "x2": 0.463541687,
+ "y2": 0.893229187,
+ "from": 0.699999988,
+ "to": 1.100000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.949999988,
+ "x2": 0.406250000,
+ "y2": 1.031250000,
+ "from": 0.500000000,
+ "to": 0.899999976
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 120.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "buzz_003_atk_trail_impact":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.200000003,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_003_atk_reached"
+ }
+ ]
+ },
+ "buzz_003_atk_trail_impact_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.200000003,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_003_atk_reached_red"
+ }
+ ]
+ },
+ "buzz_003_atk_twinkles":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.200000003,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 3
+ }
+ ]
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.286458343,
+ "y1": 0.559895873,
+ "x2": 0.416666687,
+ "y2": 0.924479187,
+ "from": 0.300000012,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.100000001,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cleanse_twinkle_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cleanse_twinkle_2"
+ }
+ ]
+ },
+ "buzz_003_atk_twinkles_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.200000003,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 3
+ }
+ ]
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.286458343,
+ "y1": 0.559895873,
+ "x2": 0.416666687,
+ "y2": 0.924479187,
+ "from": 0.300000012,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.100000001,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.100000001,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cleanse_twinkle_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cleanse_twinkle_2"
+ }
+ ]
+ },
+ "buzz_003_ulti_focus":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.216145843,
+ "y1": 0.598958373,
+ "x2": 0.346354187,
+ "y2": 0.932291687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "death_explode_blue"
+ }
+ ]
+ },
+ "buzz_003_ulti_focus_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.216145843,
+ "y1": 0.598958373,
+ "x2": 0.346354187,
+ "y2": 0.932291687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "death_explode_red"
+ }
+ ]
+ },
+ "buzz_003_ulti_hit_cloud":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.833333373,
+ "y1": -0.002604157,
+ "x2": 0.885416687,
+ "y2": 0.072916687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_003_ulti_hit"
+ }
+ ]
+ },
+ "buzz_003_ulti_hit_cloud_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.833333373,
+ "y1": -0.002604157,
+ "x2": 0.885416687,
+ "y2": 0.072916687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_003_ulti_hit_red"
+ }
+ ]
+ },
+ "buzz_003_ulti_shards":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 0.850000024,
+ "y2": 0.100000001,
+ "from": 0.800000012,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 1.000000000,
+ "y2": 1.000000000,
+ "from": 2400.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3_waterpark"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3_snowtel"
+ }
+ ]
+ },
+ "buzz_003_ulti_shards_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 0.850000024,
+ "y2": 0.100000001,
+ "from": 0.800000012,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 1.000000000,
+ "y2": 1.000000000,
+ "from": 2400.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "stone_3_pocos_pink"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_shard_purple_1"
+ }
+ ]
+ },
+ "buzz_003_ulti_trail_base":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.159999996,
+ "to": 0.159999996
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -3.408854008,
+ "x2": 1.000000000,
+ "y2": -1.872395754,
+ "from": 0.150000006,
+ "to": 0.029999999
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.904999971,
+ "y": 0.763999999,
+ "z": 0.850000024
+ },
+ "to":
+ {
+ "x": 0.904999971,
+ "y": 0.763999999,
+ "z": 0.850000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "sandy_cloud_base"
+ }
+ ]
+ },
+ "buzz_003_ulti_trail_film":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 6,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset":
+ {
+ "z": 0.495000213
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "durationJitter": 0.005000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 22.500000000,
+ "to": 22.500000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 2
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "y1": 0.005208347,
+ "x2": 0.937500000,
+ "y2": 0.158854187,
+ "from": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 1.000000000,
+ "y1": -0.002604157,
+ "y2": 1.002604246
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 1.000000000,
+ "y1": 0.013020843,
+ "y2": 1.002604246
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_film_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_film_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_film_01"
+ }
+ ]
+ },
+ "buzz_003_ulti_trail_film_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 6,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset":
+ {
+ "z": 0.495000213
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "durationJitter": 0.005000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 22.500000000,
+ "to": 22.500000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 2
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "y1": 0.005208347,
+ "x2": 0.937500000,
+ "y2": 0.158854187,
+ "from": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 1.000000000,
+ "y1": -0.002604157,
+ "y2": 1.002604246
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 1.000000000,
+ "y1": 0.013020843,
+ "y2": 1.002604246
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_film_red_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_film_red_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_film_red_01"
+ }
+ ]
+ },
+ "buzz_003_ulti_trail_paper":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 8,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.200000003,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000,
+ "z": 10.000000000
+ },
+ "to":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000,
+ "z": 10.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "y1": 0.005208347,
+ "x2": 0.937500000,
+ "y2": 0.158854187,
+ "from": 0.319999993
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.600000024,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.600000024,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 1.000000000,
+ "x2": 0.789062500,
+ "y2": 1.000000000,
+ "from": 560.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 1.000000000,
+ "x2": 0.875000000,
+ "y2": 0.992187500,
+ "from": 560.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_paper_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_paper_02"
+ }
+ ]
+ },
+ "buzz_003_ulti_trail_paper_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 8,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.200000003,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000,
+ "z": 10.000000000
+ },
+ "to":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000,
+ "z": 10.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "y1": 0.005208347,
+ "x2": 0.937500000,
+ "y2": 0.158854187,
+ "from": 0.319999993
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.600000024,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.600000024,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 1.000000000,
+ "x2": 0.789062500,
+ "y2": 1.000000000,
+ "from": 560.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 1.000000000,
+ "x2": 0.875000000,
+ "y2": 0.992187500,
+ "from": 560.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_paper_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_paper_02"
+ }
+ ]
+ },
+ "buzz_003_ulti_trail_top":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.109999999,
+ "to": 0.109999999
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.023437500,
+ "y1": -2.549479008,
+ "x2": 1.000000000,
+ "y2": -1.411458254,
+ "from": 0.140000001,
+ "to": 0.039999999
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.984000027,
+ "z": 0.949000001
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.984000027,
+ "z": 0.949000001
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "sandy_cloud_base"
+ }
+ ]
+ },
+ "buzz_def_atkHit_cloud":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 0.552083373,
+ "y2": 1.018229246,
+ "from": 0.400000006,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_small_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_small_02"
+ }
+ ]
+ },
+ "buzz_def_atkHit_cloud_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 0.552083373,
+ "y2": 1.018229246,
+ "from": 0.400000006,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_small_01_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_small_02_red"
+ }
+ ]
+ },
+ "buzz_def_atk_spark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.090000004,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.140000001,
+ "to": 0.140000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.750000000,
+ "x2": 1.000000000,
+ "y2": 0.100000001,
+ "from": 0.600000024,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_def_atk"
+ }
+ ]
+ },
+ "buzz_def_atk_spark_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.090000004,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.140000001,
+ "to": 0.140000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.750000000,
+ "x2": 1.000000000,
+ "y2": 0.100000001,
+ "from": 0.600000024,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_def_atk_red"
+ }
+ ]
+ },
+ "buzz_def_atk_trail":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -10.000000000,
+ "to": -10.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -10.000000000,
+ "to": -10.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 5
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 0.500000000,
+ "x2": 0.500000000,
+ "y2": 1.000000000,
+ "from": 0.250000000,
+ "to": 0.649999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.949999988,
+ "x2": 0.406250000,
+ "y2": 1.031250000,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.250000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_def_atk_trail"
+ }
+ ]
+ },
+ "buzz_def_atk_trail_circles":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "emitterDelay": 0.029999999,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.379999995,
+ "to": 0.379999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 22.000000000,
+ "to": 22.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 50.000000000,
+ "y": 50.000000000
+ },
+ "to":
+ {
+ "x": 50.000000000,
+ "y": 50.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.520833373,
+ "y1": 0.411458343,
+ "x2": 0.135416687,
+ "y2": 0.893229187,
+ "from": 0.300000012,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.400000006,
+ "y": 1.000000000,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 0.400000006,
+ "y": 1.000000000,
+ "z": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 1.000000000,
+ "x2": -0.100000001,
+ "y2": 0.600000024,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_circle_rotating"
+ }
+ ]
+ },
+ "buzz_def_atk_trail_circles_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "emitterDelay": 0.029999999,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.379999995,
+ "to": 0.379999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 22.000000000,
+ "to": 22.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 50.000000000,
+ "y": 50.000000000
+ },
+ "to":
+ {
+ "x": 50.000000000,
+ "y": 50.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.520833373,
+ "y1": 0.411458343,
+ "x2": 0.135416687,
+ "y2": 0.893229187,
+ "from": 0.300000012,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.899999976,
+ "y": 0.500000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.899999976,
+ "y": 0.500000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 1.000000000,
+ "x2": -0.100000001,
+ "y2": 0.600000024,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_circle_rotating"
+ }
+ ]
+ },
+ "buzz_def_atk_trail_gas":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.020000000,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.360000014,
+ "to": 0.360000014
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.239999995,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.799999952,
+ "to": 1.799999952
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.500000000,
+ "y": 3.500000000
+ },
+ "to":
+ {
+ "x": 3.500000000,
+ "y": 3.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.513020873,
+ "x2": 0.463541687,
+ "y2": 0.893229187,
+ "from": 0.800000012,
+ "to": 1.399999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.100000001,
+ "y": 0.699999988,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 0.300000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.949999988,
+ "x2": 0.406250000,
+ "y2": 1.031250000,
+ "to": 0.699999988
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 120.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "buzz_def_atk_trail_gas_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.020000000,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.360000014,
+ "to": 0.360000014
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.239999995,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.799999952,
+ "to": 1.799999952
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.500000000,
+ "y": 3.500000000
+ },
+ "to":
+ {
+ "x": 3.500000000,
+ "y": 3.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.513020873,
+ "x2": 0.463541687,
+ "y2": 0.893229187,
+ "from": 0.800000012,
+ "to": 1.399999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.300000012,
+ "z": 0.750000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.949999988,
+ "x2": 0.406250000,
+ "y2": 1.031250000,
+ "to": 0.699999988
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 120.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "buzz_def_atk_trail_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -10.000000000,
+ "to": -10.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -10.000000000,
+ "to": -10.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 5
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 0.500000000,
+ "x2": 0.500000000,
+ "y2": 1.000000000,
+ "from": 0.250000000,
+ "to": 0.649999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.699999988,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.699999988,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.949999988,
+ "x2": 0.406250000,
+ "y2": 1.031250000,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.250000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_def_atk_trail_red"
+ }
+ ]
+ },
+ "buzz_def_ulti_trail_water":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.159999996,
+ "to": 0.159999996
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "followEmitter": true,
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 7.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.899999976,
+ "x2": 1.000000000,
+ "from": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.899999976,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.899999976,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_ulti_trail_water_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_ulti_trail_water_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_ulti_trail_water_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_ulti_trail_water_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_ulti_trail_water_05"
+ }
+ ]
+ },
+ "buzz_def_ulti_trail_water_inside":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.159999996,
+ "to": 0.159999996
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "followEmitter": true,
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 7.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.899999976,
+ "x2": 1.000000000,
+ "from": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.050000001,
+ "y": 0.728999972,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.050000001,
+ "y": 0.728999972,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_ulti_trail_water_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_ulti_trail_water_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_ulti_trail_water_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_ulti_trail_water_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_ulti_trail_water_05"
+ }
+ ]
+ },
+ "buzz_def_ulti_trail_water_inside_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.159999996,
+ "to": 0.159999996
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "followEmitter": true,
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 7.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.899999976,
+ "x2": 1.000000000,
+ "from": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_ulti_trail_water_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_ulti_trail_water_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_ulti_trail_water_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_ulti_trail_water_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_ulti_trail_water_05"
+ }
+ ]
+ },
+ "buzz_def_ulti_trail_water_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.159999996,
+ "to": 0.159999996
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "followEmitter": true,
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 7.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.899999976,
+ "x2": 1.000000000,
+ "from": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.850000024,
+ "z": 0.899999976
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.850000024,
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_ulti_trail_water_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_ulti_trail_water_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_ulti_trail_water_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_ulti_trail_water_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_ulti_trail_water_05"
+ }
+ ]
+ },
+ "buzz_def_ulti_trail_watermark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 20.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_waterStain_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_waterStain_2"
+ }
+ ]
+ },
+ "buzz_def_ulti_twinkle":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset":
+ {
+ "z": 0.495000213
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.059999999,
+ "durationJitter": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -180.000000000,
+ "to": -180.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.984375000,
+ "y1": 0.005208347,
+ "x2": 1.000000000,
+ "y2": 0.072916687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.630208373,
+ "y1": 0.028645843,
+ "x2": 0.440104187,
+ "y2": 0.994791746,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_06_add_rot"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_07_add_rot"
+ }
+ ]
+ },
+ "buzz_def_ulti_twinkle_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset":
+ {
+ "z": 0.495000213
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.059999999,
+ "durationJitter": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -180.000000000,
+ "to": -180.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.984375000,
+ "y1": 0.005208347,
+ "x2": 1.000000000,
+ "y2": 0.072916687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.630208373,
+ "y1": 0.028645843,
+ "x2": 0.440104187,
+ "y2": 0.994791746,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_06_add_rot"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_07_add_rot"
+ }
+ ]
+ },
+ "buzz_def_ulti_water_splash":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -25.000000000
+ },
+ "to":
+ {
+ "z": -25.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.699999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 75.000000000,
+ "to": 75.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.300000012,
+ "to": -0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000,
+ "z": 12.000000000
+ },
+ "to":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000,
+ "z": 12.000000000
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.294270873,
+ "y1": -0.307291657,
+ "x2": 0.994791687,
+ "y2": 0.205729187,
+ "from": 0.200000003,
+ "to": 0.050000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_droplet_1"
+ }
+ ]
+ },
+ "byron_002_atkHit_feather_1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.114583343,
+ "y1": -2.565104008,
+ "x2": 1.000000000,
+ "y2": -1.138020754,
+ "from": 0.400000006,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.899999976,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.899999976,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -480.000000000,
+ "to": -160.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -200.000000000,
+ "to": -80.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "max_003_ulti_feather_glow"
+ }
+ ]
+ },
+ "byron_002_atkHit_feather_1_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.114583343,
+ "y1": -2.565104008,
+ "x2": 1.000000000,
+ "y2": -1.138020754,
+ "from": 0.400000006,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -480.000000000,
+ "to": -160.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -200.000000000,
+ "to": -80.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "max_003_ulti_feather_glow"
+ }
+ ]
+ },
+ "byron_002_atkHit_feather_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.242187500,
+ "y1": -2.783854008,
+ "x2": 0.945312500,
+ "y2": -1.005208254,
+ "from": 0.400000006,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.899999976,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.899999976,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 480.000000000,
+ "to": 160.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 80.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "max_003_ulti_feather_glow"
+ }
+ ]
+ },
+ "byron_002_atkHit_feather_2_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.242187500,
+ "y1": -2.783854008,
+ "x2": 0.945312500,
+ "y2": -1.005208254,
+ "from": 0.400000006,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 480.000000000,
+ "to": 160.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 80.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "max_003_ulti_feather_glow"
+ }
+ ]
+ },
+ "byron_002_atkHit_twinkles":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 3
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.286458343,
+ "y1": 0.559895873,
+ "x2": 0.416666687,
+ "y2": 0.924479187,
+ "from": 1.000000000,
+ "to": 2.400000095
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.200000003
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.200000003
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cleanse_twinkle_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cleanse_twinkle_2"
+ }
+ ]
+ },
+ "byron_002_atkHit_twinkles_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 9.000000000,
+ "y": 9.000000000
+ },
+ "to":
+ {
+ "x": 9.000000000,
+ "y": 9.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.919270873,
+ "y1": 0.036458343,
+ "x2": 0.773437500,
+ "y2": 0.221354187,
+ "from": 1.000000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_emoji_star_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_emoji_star_02"
+ }
+ ]
+ },
+ "byron_002_atkHit_twinkles_2_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 9.000000000,
+ "y": 9.000000000
+ },
+ "to":
+ {
+ "x": 9.000000000,
+ "y": 9.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.919270873,
+ "y1": 0.036458343,
+ "x2": 0.773437500,
+ "y2": 0.221354187,
+ "from": 1.299999952,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04_add_short"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_05_add"
+ }
+ ]
+ },
+ "byron_002_atkHit_twinkles_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 3
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.286458343,
+ "y1": 0.559895873,
+ "x2": 0.416666687,
+ "y2": 0.924479187,
+ "from": 1.000000000,
+ "to": 2.400000095
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cleanse_twinkle_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cleanse_twinkle_2"
+ }
+ ]
+ },
+ "byron_002_atk_fire":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "x": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.600000024,
+ "x2": 0.200000003,
+ "y2": 0.800000012,
+ "from":
+ {
+ "x": 0.400000006,
+ "y": 0.899999976,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "primo_005_flame_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "primo_005_flame_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "primo_005_flame_03"
+ }
+ ]
+ },
+ "byron_002_atk_fire_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "x": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.600000024,
+ "x2": 0.200000003,
+ "y2": 0.800000012,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "primo_005_flame_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "primo_005_flame_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "primo_005_flame_03"
+ }
+ ]
+ },
+ "byron_002_atk_hit_dust":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 12,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.114583343,
+ "y1": 0.794270873,
+ "x2": 0.119791687,
+ "y2": 0.947916687,
+ "from": 0.200000003,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.100000001,
+ "y": 0.699999988,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.699999988,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.177083343,
+ "y1": 0.677083373,
+ "x2": 0.213541687,
+ "y2": 0.908854187,
+ "from": 90.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dust_hit_type1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dust_hit_type2"
+ }
+ ]
+ },
+ "byron_002_atk_hit_dust_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 12,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.114583343,
+ "y1": 0.794270873,
+ "x2": 0.119791687,
+ "y2": 0.947916687,
+ "from": 0.200000003,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.177083343,
+ "y1": 0.677083373,
+ "x2": 0.213541687,
+ "y2": 0.908854187,
+ "from": 90.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dust_hit_type1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dust_hit_type2"
+ }
+ ]
+ },
+ "byron_002_atk_hit_gas":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000
+ },
+ "to":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.692708373,
+ "x2": 0.221354187,
+ "y2": 0.932291687,
+ "from": 0.800000012,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 90.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "byron_002_atk_hit_gas_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000
+ },
+ "to":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.692708373,
+ "x2": 0.221354187,
+ "y2": 0.932291687,
+ "from": 0.800000012,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 90.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "byron_002_atk_moon":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -35.000000000
+ },
+ "to":
+ {
+ "z": -35.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "z": 0.300000012
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 3
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.864583373,
+ "y1": 0.036458343,
+ "x2": 0.908854187,
+ "y2": 0.080729187,
+ "from": 0.400000006,
+ "to": 0.020000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_particle_moon_1"
+ }
+ ]
+ },
+ "byron_002_atk_moon_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -35.000000000
+ },
+ "to":
+ {
+ "z": -35.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "z": 0.300000012
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 3
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.864583373,
+ "y1": 0.036458343,
+ "x2": 0.908854187,
+ "y2": 0.080729187,
+ "from": 0.649999976,
+ "to": 0.020000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_particle_moon_2"
+ }
+ ]
+ },
+ "byron_002_atk_smoke":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.899999976,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_smokes_fluffy_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_smokes_fluffy_2"
+ }
+ ]
+ },
+ "byron_002_atk_smoke_ring":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 10.000000000
+ },
+ "to":
+ {
+ "z": 10.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.466145873,
+ "y1": 1.130208373,
+ "x2": 0.510416687,
+ "y2": 0.979166746,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 270.000000000,
+ "to": 270.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.400000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "death_smoke_ring"
+ }
+ ]
+ },
+ "byron_002_atk_star":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -35.000000000
+ },
+ "to":
+ {
+ "z": -35.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "z": 0.300000012
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 2
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.864583373,
+ "y1": 0.036458343,
+ "x2": 0.908854187,
+ "y2": 0.080729187,
+ "from": 0.800000012,
+ "to": 0.020000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_star_gold"
+ }
+ ]
+ },
+ "byron_002_atk_star_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -35.000000000
+ },
+ "to":
+ {
+ "z": -35.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "z": 0.300000012
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 2
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.864583373,
+ "y1": 0.036458343,
+ "x2": 0.908854187,
+ "y2": 0.080729187,
+ "from": 0.800000012,
+ "to": 0.020000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_particle_star_4"
+ }
+ ]
+ },
+ "byron_002_atk_trail_dust":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 25,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -5.000000000
+ },
+ "to":
+ {
+ "z": -5.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 18.000000000,
+ "to": 18.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.800000012,
+ "to": -0.800000012
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.263020873,
+ "y1": -0.010416627,
+ "x2": 0.635416687,
+ "y2": 0.994791746,
+ "from": 0.899999976,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_1"
+ }
+ ]
+ },
+ "byron_002_atk_trail_dust_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 25,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -5.000000000
+ },
+ "to":
+ {
+ "z": -5.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 18.000000000,
+ "to": 18.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.800000012,
+ "to": -0.800000012
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.263020873,
+ "y1": -0.010416627,
+ "x2": 0.635416687,
+ "y2": 0.994791746,
+ "from": 0.899999976,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_5"
+ }
+ ]
+ },
+ "byron_002_atk_trail_gas":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.692708373,
+ "x2": 0.221354187,
+ "y2": 0.932291687,
+ "from": 0.800000012,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.699999988,
+ "y": 0.699999988,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.600000024,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.949999988,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 80.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "byron_002_atk_trail_gas_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.692708373,
+ "x2": 0.221354187,
+ "y2": 0.932291687,
+ "from": 0.800000012,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.699999988,
+ "z": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.949999988,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 80.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "byron_002_atk_trail_moon":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -5.000000000
+ },
+ "to":
+ {
+ "z": -5.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 14.000000000,
+ "to": 14.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.800000012,
+ "to": -0.800000012
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.500000000,
+ "x2": 1.000000000,
+ "y2": 0.250000000,
+ "from": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_particle_moon_1"
+ }
+ ]
+ },
+ "byron_002_atk_trail_moon_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -5.000000000
+ },
+ "to":
+ {
+ "z": -5.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 14.000000000,
+ "to": 14.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.800000012,
+ "to": -0.800000012
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.500000000,
+ "x2": 1.000000000,
+ "y2": 0.250000000,
+ "from": 0.750000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_particle_moon_2"
+ }
+ ]
+ },
+ "byron_002_atk_trail_stars":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -5.000000000
+ },
+ "to":
+ {
+ "z": -5.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.800000012,
+ "to": -0.800000012
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.949999988,
+ "x2": 1.000000000,
+ "y2": 0.250000000,
+ "from": 0.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_star_gold"
+ }
+ ]
+ },
+ "byron_002_atk_trail_stars_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -5.000000000
+ },
+ "to":
+ {
+ "z": -5.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.800000012,
+ "to": -0.800000012
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.949999988,
+ "x2": 1.000000000,
+ "y2": 0.250000000,
+ "from": 0.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_particle_star_4"
+ }
+ ]
+ },
+ "byron_002_ulti_gas_base":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3200.000000000,
+ "to": 3200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.300000012,
+ "y1": 0.119999997,
+ "x2": 0.119999997,
+ "y2": 1.000000000,
+ "from": 0.600000024,
+ "to": 3.200000048
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.300000012,
+ "y1": 0.119999997,
+ "x2": 0.119999997,
+ "y2": 1.000000000,
+ "from": 1.000000000,
+ "to": 3.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 20.000000000,
+ "y": 20.000000000
+ },
+ "to":
+ {
+ "x": 20.000000000,
+ "y": 20.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.661458373,
+ "y1": 0.442708373,
+ "x2": 0.236979187,
+ "y2": 0.760416687,
+ "from": 2.000000000,
+ "to": 2.599999905
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 0.500000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.699999988,
+ "y": 0.400000006,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 0.899999976,
+ "y2": 1.000000000,
+ "to": 0.850000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.802083373,
+ "y1": 0.122395843,
+ "x2": 0.322916687,
+ "y2": 0.861979187,
+ "from": 300.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "byron_002_ulti_gas_base_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3200.000000000,
+ "to": 3200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.300000012,
+ "y1": 0.119999997,
+ "x2": 0.119999997,
+ "y2": 1.000000000,
+ "from": 0.600000024,
+ "to": 3.200000048
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.300000012,
+ "y1": 0.119999997,
+ "x2": 0.119999997,
+ "y2": 1.000000000,
+ "from": 1.000000000,
+ "to": 3.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 20.000000000,
+ "y": 20.000000000
+ },
+ "to":
+ {
+ "x": 20.000000000,
+ "y": 20.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.661458373,
+ "y1": 0.442708373,
+ "x2": 0.236979187,
+ "y2": 0.760416687,
+ "from": 2.000000000,
+ "to": 2.599999905
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.699999988,
+ "y": 0.500000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 0.899999976,
+ "y2": 1.000000000,
+ "to": 0.850000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.802083373,
+ "y1": 0.122395843,
+ "x2": 0.322916687,
+ "y2": 0.861979187,
+ "from": 300.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "byron_002_ulti_moonstar":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "z": 2.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.300000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.447916687,
+ "y2": 0.955729187,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.799999952,
+ "to": 2.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.064999998,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.400000095
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 8.000000000
+ },
+ "to":
+ {
+ "z": 8.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.750000000,
+ "x2": 1.000000000,
+ "y2": 0.330729187,
+ "from": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.442708343,
+ "y1": 0.270833343,
+ "x2": 0.260416687,
+ "y2": 0.955729187,
+ "from": 30.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_particle_moon_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_emoji_star_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkling_S"
+ }
+ ]
+ },
+ "byron_002_ulti_moonstar_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "z": 2.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.300000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.447916687,
+ "y2": 0.955729187,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.799999952,
+ "to": 2.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.064999998,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.400000095
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 8.000000000
+ },
+ "to":
+ {
+ "z": 8.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.750000000,
+ "x2": 1.000000000,
+ "y2": 0.330729187,
+ "from": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.442708343,
+ "y1": 0.270833343,
+ "x2": 0.260416687,
+ "y2": 0.955729187,
+ "from": 30.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_particle_moon_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_emoji_star_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkling_S"
+ }
+ ]
+ },
+ "byron_002_ulti_twinkles":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "z": 2.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.447916687,
+ "y2": 0.955729187,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.050000001,
+ "y1": 0.200000003,
+ "x2": 0.119999997,
+ "y2": 1.000000000,
+ "from": 0.100000001,
+ "to": 2.200000048
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.050000001,
+ "y1": 0.200000003,
+ "x2": 0.119791687,
+ "y2": 1.000000000,
+ "from": 0.300000012,
+ "to": 2.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 8.000000000
+ },
+ "to":
+ {
+ "z": 8.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "y": 0.400000006,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.250000000,
+ "y1": 3.500000000,
+ "x2": 0.257812500,
+ "y2": -1.648437500,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.442708343,
+ "y1": 0.270833343,
+ "x2": 0.260416687,
+ "y2": 0.955729187,
+ "from": 30.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkling_S"
+ }
+ ]
+ },
+ "byron_002_ulti_twinkles_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "z": 2.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.447916687,
+ "y2": 0.955729187,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.050000001,
+ "y1": 0.200000003,
+ "x2": 0.119999997,
+ "y2": 1.000000000,
+ "from": 0.100000001,
+ "to": 2.200000048
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.050000001,
+ "y1": 0.200000003,
+ "x2": 0.119791687,
+ "y2": 1.000000000,
+ "from": 0.300000012,
+ "to": 2.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 8.000000000
+ },
+ "to":
+ {
+ "z": 8.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.699999988,
+ "y": 0.300000012,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.250000000,
+ "y1": 3.500000000,
+ "x2": 0.257812500,
+ "y2": -1.648437500,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.442708343,
+ "y1": 0.270833343,
+ "x2": 0.260416687,
+ "y2": 0.955729187,
+ "from": 30.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkling_S"
+ }
+ ]
+ },
+ "byron_def_atk_hit_gas":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000
+ },
+ "to":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.692708373,
+ "x2": 0.221354187,
+ "y2": 0.932291687,
+ "from": 0.800000012,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 1.000000000,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.500000000,
+ "z": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 90.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "byron_def_atk_hit_gas_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000
+ },
+ "to":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.692708373,
+ "x2": 0.221354187,
+ "y2": 0.932291687,
+ "from": 0.800000012,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 0.600000024,
+ "y": 0.100000001,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 90.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "byron_def_atk_hit_liquid_1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.419999987,
+ "to": 0.419999987
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.400000006,
+ "y": 1.000000000,
+ "z": 0.949999988
+ },
+ "to":
+ {
+ "y": 0.699999988,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "byron_hit_liquid"
+ }
+ ]
+ },
+ "byron_def_atk_hit_liquid_1_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 0.699999988,
+ "y": 0.100000001,
+ "z": 0.649999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shelly_003_atk_hitEnv"
+ }
+ ]
+ },
+ "byron_def_atk_hit_liquid_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.319999993,
+ "to": 0.319999993
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.800000012,
+ "y1": 0.100000001,
+ "x2": -0.200000003,
+ "y2": 0.800000012,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 0.600000024,
+ "y": 1.000000000,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "byron_hit_liquid"
+ }
+ ]
+ },
+ "byron_def_atk_hit_liquid_2_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.319999993,
+ "to": 0.319999993
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.800000012,
+ "y1": 0.100000001,
+ "x2": -0.200000003,
+ "y2": 0.800000012,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.949999988
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "byron_hit_liquid"
+ }
+ ]
+ },
+ "byron_def_atk_shards":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 0.850000024,
+ "y2": 0.100000001,
+ "from": 0.800000012,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 1.000000000,
+ "y2": 1.000000000,
+ "from": 2400.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_shard_green_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_shard_green_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_shard_green_3"
+ }
+ ]
+ },
+ "byron_def_atk_shards_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 0.850000024,
+ "y2": 0.100000001,
+ "from": 0.800000012,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 1.000000000,
+ "y2": 1.000000000,
+ "from": 2400.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_shard_purple_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_shard_purple_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_shard_purple_3"
+ }
+ ]
+ },
+ "byron_def_atk_trail_gas":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 36.000000000,
+ "to": 36.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.692708373,
+ "x2": 0.221354187,
+ "y2": 0.932291687,
+ "from": 1.000000000,
+ "to": 1.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.400000006,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.949999988,
+ "y2": 1.000000000,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 120.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "byron_def_atk_trail_gas_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 36.000000000,
+ "to": 36.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.692708373,
+ "x2": 0.221354187,
+ "y2": 0.932291687,
+ "from": 1.000000000,
+ "to": 1.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.699999988,
+ "y": 0.100000001,
+ "z": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.949999988,
+ "y2": 1.000000000,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 120.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "byron_def_atk_trail_ground":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -9999.000000000
+ },
+ "to":
+ {
+ "z": -9999.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.400000006,
+ "to": -0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SimpleGround"
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 1.028645873,
+ "x2": 0.299479187,
+ "y2": 1.010416746,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.250000000,
+ "y": 0.699999988,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.250000000,
+ "y": 0.500000000,
+ "z": 0.649999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_5"
+ }
+ ]
+ },
+ "byron_def_atk_trail_ground_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.400000006,
+ "to": -0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SimpleGround"
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 1.028645873,
+ "x2": 0.299479187,
+ "y2": 1.010416746,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "y": 0.100000001,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_5"
+ }
+ ]
+ },
+ "byron_def_atk_trail_sparkle":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.259999990,
+ "to": 0.259999990
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 145.000000000,
+ "to": 145.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 215.000000000,
+ "to": 215.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.600000024,
+ "to": 1.600000024
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.100000001,
+ "y1": -4.000000000,
+ "x2": 0.800000012,
+ "y2": -2.500000000,
+ "from": 0.400000006,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 1.000000000,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "y": 1.000000000,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_particles_M"
+ }
+ ]
+ },
+ "byron_def_atk_trail_sparkle_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.259999990,
+ "to": 0.259999990
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 145.000000000,
+ "to": 145.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 215.000000000,
+ "to": 215.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.600000024,
+ "to": 1.600000024
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.100000001,
+ "y1": -4.000000000,
+ "x2": 0.800000012,
+ "y2": -2.500000000,
+ "from": 0.400000006,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_particles_M"
+ }
+ ]
+ },
+ "byron_def_poison_1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.949999988,
+ "to": 0.949999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -12.000000000
+ },
+ "to":
+ {
+ "z": -12.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.200520843,
+ "y1": 0.536458373,
+ "x2": 0.354166687,
+ "y2": 0.924479187,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.184895843,
+ "y1": 0.591145873,
+ "x2": 0.401041687,
+ "y2": 0.924479187,
+ "from": 0.500000000,
+ "to": 5.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.100000001,
+ "y": 1.000000000,
+ "z": 0.850000024
+ },
+ "to":
+ {
+ "y": 0.400000006,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.500000000,
+ "y1": 0.100000001,
+ "x2": -0.200000003,
+ "y2": 1.000000000,
+ "to": 0.600000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.600000024,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_flowing_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_flowing_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_flowing_3"
+ }
+ ]
+ },
+ "byron_def_poison_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "z": 3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.500000000,
+ "y": 3.500000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 3.500000000,
+ "y": 3.500000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -1.533854127,
+ "x2": 1.000000000,
+ "y2": -0.708333313,
+ "from": 0.219999999,
+ "to": 0.050000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.319999993,
+ "y": 1.000000000,
+ "z": 0.519999981
+ },
+ "to":
+ {
+ "x": 0.319999993,
+ "y": 1.000000000,
+ "z": 0.519999981
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bubble"
+ }
+ ]
+ },
+ "byron_def_poison_3":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 2.799999952
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.600000024,
+ "to": -0.600000024
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.500000000,
+ "to": -2.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.800000012,
+ "y": 0.899999976
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "y": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.600000024,
+ "y1": 0.300000012,
+ "x2": -0.200000003,
+ "y2": 1.000000000,
+ "to": 0.699999988
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.400000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_byron_skull_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_byron_skull_2"
+ }
+ ]
+ },
+ "byron_def_ulti_area":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.052083343,
+ "y1": 0.958333373,
+ "y2": 1.002604246,
+ "from": 1.000000000,
+ "to": 1.399999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "byron_def_ulti_area"
+ }
+ ]
+ },
+ "byron_def_ulti_area_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.052083343,
+ "y1": 0.958333373,
+ "y2": 1.002604246,
+ "from": 1.000000000,
+ "to": 1.399999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "byron_def_ulti_area_red"
+ }
+ ]
+ },
+ "byron_def_ulti_bubble":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000,
+ "z": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.649999976,
+ "y1": 0.007812500,
+ "x2": 0.750000000,
+ "y2": 0.292187512,
+ "from": 0.219999999,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 1.000000000,
+ "z": 0.949999988
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 1.000000000,
+ "z": 0.949999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.079999998,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bubble"
+ }
+ ]
+ },
+ "byron_def_ulti_bubble_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000,
+ "z": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.649999976,
+ "y1": 0.007812500,
+ "x2": 0.750000000,
+ "y2": 0.292187512,
+ "from": 0.219999999,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.449999988,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.449999988,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.079999998,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bubble"
+ }
+ ]
+ },
+ "byron_def_ulti_gas_add":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.600000024
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1600.000000000,
+ "to": 1600.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.500000000,
+ "to": 7.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.800000191,
+ "to": 8.800000191
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 20.000000000,
+ "y": 20.000000000
+ },
+ "to":
+ {
+ "x": 20.000000000,
+ "y": 20.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.661458373,
+ "y1": 0.442708373,
+ "x2": 0.236979187,
+ "y2": 0.760416687,
+ "from": 1.399999976,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.400000006,
+ "y": 0.699999988
+ },
+ "to":
+ {
+ "y": 0.100000001,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.802083373,
+ "y1": 0.122395843,
+ "x2": 0.322916687,
+ "y2": 0.861979187,
+ "from": 300.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_add_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_add_2"
+ }
+ ]
+ },
+ "byron_def_ulti_gas_add_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.600000024
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1600.000000000,
+ "to": 1600.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.500000000,
+ "to": 7.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.800000191,
+ "to": 8.800000191
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 20.000000000,
+ "y": 20.000000000
+ },
+ "to":
+ {
+ "x": 20.000000000,
+ "y": 20.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.661458373,
+ "y1": 0.442708373,
+ "x2": 0.236979187,
+ "y2": 0.760416687,
+ "from": 1.399999976,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.699999988,
+ "y": 0.100000001,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "y": 0.100000001,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.802083373,
+ "y1": 0.122395843,
+ "x2": 0.322916687,
+ "y2": 0.861979187,
+ "from": 300.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_add_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_add_2"
+ }
+ ]
+ },
+ "byron_def_ulti_gas_base":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1600.000000000,
+ "to": 1600.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 20.000000000,
+ "y": 20.000000000
+ },
+ "to":
+ {
+ "x": 20.000000000,
+ "y": 20.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.661458373,
+ "y1": 0.442708373,
+ "x2": 0.236979187,
+ "y2": 0.760416687,
+ "from": 2.000000000,
+ "to": 2.599999905
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.899999976,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.400000006,
+ "z": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 0.899999976,
+ "y2": 1.000000000,
+ "to": 0.850000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.802083373,
+ "y1": 0.122395843,
+ "x2": 0.322916687,
+ "y2": 0.861979187,
+ "from": 300.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "byron_def_ulti_gas_base_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1600.000000000,
+ "to": 1600.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 20.000000000,
+ "y": 20.000000000
+ },
+ "to":
+ {
+ "x": 20.000000000,
+ "y": 20.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.661458373,
+ "y1": 0.442708373,
+ "x2": 0.236979187,
+ "y2": 0.760416687,
+ "from": 2.000000000,
+ "to": 2.599999905
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.800000012,
+ "y": 0.200000003,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.250000000,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 0.899999976,
+ "y2": 1.000000000,
+ "to": 0.850000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.802083373,
+ "y1": 0.122395843,
+ "x2": 0.322916687,
+ "y2": 0.861979187,
+ "from": 300.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "byron_def_ulti_liquid":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 40,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.600000024
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -20.000000000
+ },
+ "to":
+ {
+ "z": -20.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.161458343,
+ "y1": 0.708333373,
+ "x2": 0.200000003,
+ "y2": 0.800000012,
+ "from": 0.300000012,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 1.000000000,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.500000000,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -90.000000000,
+ "to": -90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_sticky_type1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_sticky_type2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_sticky_type3"
+ }
+ ]
+ },
+ "byron_def_ulti_liquid_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 40,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.600000024
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -20.000000000
+ },
+ "to":
+ {
+ "z": -20.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.161458343,
+ "y1": 0.708333373,
+ "x2": 0.200000003,
+ "y2": 0.800000012,
+ "from": 0.300000012,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.550000012,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 0.699999988,
+ "y": 0.200000003,
+ "z": 0.449999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -90.000000000,
+ "to": -90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_sticky_type1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_sticky_type2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_sticky_type3"
+ }
+ ]
+ },
+ "byron_def_ulti_shards":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 240.000000000,
+ "to": 240.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.500000000,
+ "to": 3.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 0.850000024,
+ "y2": 0.100000001,
+ "from": 0.800000012,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 1.000000000,
+ "y2": 1.000000000,
+ "from": 2400.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shard_blue_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shard_blue_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shard_blue_3"
+ }
+ ]
+ },
+ "byron_def_ulti_shards_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 240.000000000,
+ "to": 240.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.500000000,
+ "to": 3.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 0.850000024,
+ "y2": 0.100000001,
+ "from": 0.800000012,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 1.000000000,
+ "y2": 1.000000000,
+ "from": 2400.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_shard_purple_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_shard_purple_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_shard_purple_3"
+ }
+ ]
+ },
+ "byron_def_ulti_splat":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 500.000000000,
+ "to": 500.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": -1.000000000
+ },
+ "to":
+ {
+ "y": -1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000,
+ "z": 12.000000000
+ },
+ "to":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000,
+ "z": 12.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -1.408854127,
+ "x2": 0.899999976,
+ "y2": -0.684895813,
+ "from": 0.250000000,
+ "to": 0.119999997
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_droplet_3"
+ }
+ ]
+ },
+ "byron_def_ulti_splat_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 500.000000000,
+ "to": 500.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": -1.000000000
+ },
+ "to":
+ {
+ "y": -1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000,
+ "z": 12.000000000
+ },
+ "to":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000,
+ "z": 12.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -1.408854127,
+ "x2": 0.899999976,
+ "y2": -0.684895813,
+ "from": 0.250000000,
+ "to": 0.119999997
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_droplet_4"
+ }
+ ]
+ },
+ "byron_def_ulti_trail_bubble":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 7.000000000
+ },
+ "to":
+ {
+ "z": 7.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.028645873,
+ "y1": 0.708333373,
+ "x2": 0.221354187,
+ "y2": 0.947916687,
+ "from": 12.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -1.533854127,
+ "x2": 1.000000000,
+ "y2": -0.708333313,
+ "from": 0.159999996,
+ "to": 0.039999999
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 0.899999976
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bubble"
+ }
+ ]
+ },
+ "byron_def_ulti_trail_bubble_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 7.000000000
+ },
+ "to":
+ {
+ "z": 7.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.028645873,
+ "y1": 0.708333373,
+ "x2": 0.221354187,
+ "y2": 0.947916687,
+ "from": 12.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -1.533854127,
+ "x2": 1.000000000,
+ "y2": -0.708333313,
+ "from": 0.159999996,
+ "to": 0.039999999
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.449999988,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.449999988,
+ "z": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bubble"
+ }
+ ]
+ },
+ "byron_def_ulti_trail_gas":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.692708373,
+ "x2": 0.221354187,
+ "y2": 0.932291687,
+ "from": 1.200000048,
+ "to": 1.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.400000006,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.949999988,
+ "y2": 1.000000000,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 80.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "byron_def_ulti_trail_gas_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.692708373,
+ "x2": 0.221354187,
+ "y2": 0.932291687,
+ "from": 1.200000048,
+ "to": 1.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.449999988,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.699999988,
+ "y": 0.200000003,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.949999988,
+ "y2": 1.000000000,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 80.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "byron_heal_buff_1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -1.000000000
+ },
+ "to":
+ {
+ "z": -1.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.400000006,
+ "to": -0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.400000095,
+ "to": 2.400000095
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.800000012,
+ "y": 0.800000012
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "y": 0.800000012
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.145833343,
+ "y1": 0.645833373,
+ "x2": 0.338541687,
+ "y2": 0.908854187,
+ "from": 1.000000000,
+ "to": 1.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.600000024,
+ "y": 1.000000000,
+ "z": 0.100000001
+ },
+ "to":
+ {
+ "y": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 0.800000012,
+ "x2": 0.200000003,
+ "y2": 1.000000000,
+ "to": 0.550000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.600000024,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_add_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_add_2"
+ }
+ ]
+ },
+ "byron_heal_buff_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.400000006,
+ "to": -0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 1.000000000,
+ "z": 0.200000003
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 1.000000000,
+ "z": 0.200000003
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.300000012,
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 0.600000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_aura_streak"
+ }
+ ]
+ },
+ "byron_heal_buff_3":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.400000006,
+ "to": -0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.600000024,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.600000024,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_aura_streak"
+ }
+ ]
+ },
+ "cacti_explo_debris":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.500000179,
+ "to": 0.500000179
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset":
+ {
+ "z": 0.495000213
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000642,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 25.000000000,
+ "to": 25.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.650000215,
+ "to": 0.650000215
+ },
+ "friction":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.350000203,
+ "to": 0.350000203
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "cacti_debirs_1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "cacti_debris_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "cacti_debris_3"
+ }
+ ]
+ },
+ "cacti_hit_debris":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.419999987
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -30.000001907
+ },
+ "to":
+ {
+ "z": -30.000001907
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.490000010,
+ "to": 0.490000010
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -45.000000000,
+ "to": -45.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.064000010,
+ "to": 1.064000010
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.723999977,
+ "to": 3.723999977
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.250000000,
+ "to": 2.250000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.500000000,
+ "to": 4.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "cacti_debirs_1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "cacti_debris_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "cacti_debris_3"
+ }
+ ]
+ },
+ "cardboard_explo_debris_1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.600000203,
+ "to": 0.600000203
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.400000215,
+ "to": 0.400000215
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -90.000000000
+ },
+ "to":
+ {
+ "z": -90.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000642,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "debris_cardboard_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "debris_cardboard_3"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "debris_cardboard_1"
+ }
+ ]
+ },
+ "cardboard_explo_debris_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.495000005
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 30.000001907,
+ "to": 30.000001907
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.650000215,
+ "to": 0.650000215
+ },
+ "friction":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.350000203,
+ "to": 0.350000203
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "debris_cardboard_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "debris_cardboard_3"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "debris_cardboard_1"
+ }
+ ]
+ },
+ "carl_002_ulti_particle":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 10.000000000
+ },
+ "to":
+ {
+ "z": 10.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 2.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.150000006,
+ "to": -0.150000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.299999952,
+ "to": 1.299999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "whirlFire_particle"
+ }
+ ]
+ },
+ "carl_002_ulti_particle_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 10.000000000
+ },
+ "to":
+ {
+ "z": 10.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 2.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.150000006,
+ "to": -0.150000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.299999952,
+ "to": 1.299999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.150000006
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.150000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "whirlFire_particle"
+ }
+ ]
+ },
+ "carl_004_atk_hitEnv_mush":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -40.000000000
+ },
+ "to":
+ {
+ "z": -40.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000,
+ "z": 10.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000,
+ "z": 10.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.750000000,
+ "y1": 0.020833492,
+ "x2": 0.906250000,
+ "y2": 0.174479246,
+ "from": 0.600000024,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.786458373,
+ "y1": 0.005208343,
+ "x2": 0.236979187,
+ "y2": 0.994791746,
+ "from": 2400.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_mushroomS_green"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_mushroomS_blue"
+ }
+ ]
+ },
+ "carl_004_atk_hitEnv_mush_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -40.000000000
+ },
+ "to":
+ {
+ "z": -40.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000,
+ "z": 10.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000,
+ "z": 10.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.750000000,
+ "y1": 0.020833492,
+ "x2": 0.906250000,
+ "y2": 0.174479246,
+ "from": 0.600000024,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.786458373,
+ "y1": 0.005208343,
+ "x2": 0.236979187,
+ "y2": 0.994791746,
+ "from": 2400.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_mushroomS_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_mushroomS_purple"
+ }
+ ]
+ },
+ "carl_004_atk_hit_mush":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -40.000000000
+ },
+ "to":
+ {
+ "z": -40.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000,
+ "z": 10.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000,
+ "z": 10.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.750000000,
+ "y1": 0.020833492,
+ "x2": 0.906250000,
+ "y2": 0.174479246,
+ "from": 0.850000024,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.786458373,
+ "y1": 0.005208343,
+ "x2": 0.236979187,
+ "y2": 0.994791746,
+ "from": 2400.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_mushroomS_green"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_mushroomS_blue"
+ }
+ ]
+ },
+ "carl_004_atk_hit_mush_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -40.000000000
+ },
+ "to":
+ {
+ "z": -40.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000,
+ "z": 10.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000,
+ "z": 10.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.966145873,
+ "y1": 0.005208343,
+ "x2": 0.867187500,
+ "y2": 0.205729187,
+ "from": 0.850000024,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.786458373,
+ "y1": 0.005208343,
+ "x2": 0.236979187,
+ "y2": 0.994791746,
+ "from": 2400.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_mushroomS_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_mushroomS_purple"
+ }
+ ]
+ },
+ "carl_004_atk_trail_leaf1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -24.000000000
+ },
+ "to":
+ {
+ "z": -10.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.130208373,
+ "y1": -2.135416508,
+ "x2": 1.000000000,
+ "y2": -0.786458313,
+ "from": 0.500000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 240.000000000,
+ "to": 240.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_leaf_square"
+ }
+ ]
+ },
+ "carl_004_atk_trail_leaf1_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -20.000000000
+ },
+ "to":
+ {
+ "z": -8.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.130208373,
+ "y1": -2.135416508,
+ "x2": 1.000000000,
+ "y2": -0.786458313,
+ "from": 0.500000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 240.000000000,
+ "to": 240.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_leaf_square_red"
+ }
+ ]
+ },
+ "carl_004_atk_trail_leaf2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -12.000000000
+ },
+ "to":
+ {
+ "z": -2.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -10.000000000,
+ "to": -10.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.500000000,
+ "to": 3.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.500000000,
+ "y": 3.500000000
+ },
+ "to":
+ {
+ "x": 3.500000000,
+ "y": 3.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -4.000000000,
+ "x2": 1.000000000,
+ "y2": -1.794270754,
+ "from": 0.400000006,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.395833373,
+ "y1": 0.161458343,
+ "x2": 0.205729187,
+ "y2": 0.854166687,
+ "from": 640.000000000,
+ "to": 120.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_leaf_big"
+ }
+ ]
+ },
+ "carl_004_atk_trail_leaf2_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -12.000000000
+ },
+ "to":
+ {
+ "z": -2.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -10.000000000,
+ "to": -10.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.500000000,
+ "to": 3.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.500000000,
+ "y": 3.500000000
+ },
+ "to":
+ {
+ "x": 3.500000000,
+ "y": 3.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -4.000000000,
+ "x2": 1.000000000,
+ "y2": -1.794270754,
+ "from": 0.400000006,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.395833373,
+ "y1": 0.161458343,
+ "x2": 0.205729187,
+ "y2": 0.854166687,
+ "from": 640.000000000,
+ "to": 120.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_leaf_big_red"
+ }
+ ]
+ },
+ "carl_004_lose":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.600000024,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.001000000,
+ "to": 0.001000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "carl_004_lose"
+ }
+ ]
+ },
+ "carl_004_lose_cloud":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "emitterDelay": 0.699999988,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "x": -0.100000001,
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "z": 3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cloud_noStroke"
+ }
+ ]
+ },
+ "carl_005_atk_drop_fish":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -120.000000000
+ },
+ "to":
+ {
+ "z": -120.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.319999993,
+ "durationJitter": 0.079999998,
+ "spawnRate":
+ {
+ "x1": 0.473958343,
+ "y1": 0.184895843,
+ "x2": 0.205729187,
+ "y2": 0.986979187,
+ "from": 20.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 1.000000000,
+ "y2": -0.050000001,
+ "from": 10.000000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "y1": 1.000000000,
+ "x2": -0.200000003,
+ "y2": 1.000000000,
+ "from": -360.000000000,
+ "to": 360.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fish_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fish_02"
+ }
+ ]
+ },
+ "carl_005_atk_drop_fish_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -120.000000000
+ },
+ "to":
+ {
+ "z": -120.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.319999993,
+ "durationJitter": 0.079999998,
+ "spawnRate":
+ {
+ "x1": 0.473958343,
+ "y1": 0.184895843,
+ "x2": 0.205729187,
+ "y2": 0.986979187,
+ "from": 20.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 1.000000000,
+ "y2": -0.050000001,
+ "from": 10.000000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "y1": 1.000000000,
+ "x2": -0.200000003,
+ "y2": 1.000000000,
+ "from": -360.000000000,
+ "to": 360.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fish_01_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fish_02_red"
+ }
+ ]
+ },
+ "carl_005_atk_drop_starFish":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 1.000000000,
+ "y2": 0.300000012,
+ "from": 7.000000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_starFish_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_starFish_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_seashell_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_seashell_02"
+ }
+ ]
+ },
+ "carl_005_atk_drop_starFish_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 1.000000000,
+ "y2": 0.300000012,
+ "from": 7.000000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_starFish_01_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_starFish_02_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_seashell_01_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_seashell_02_red"
+ }
+ ]
+ },
+ "carl_005_atk_hit_starfish":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -40.000000000
+ },
+ "to":
+ {
+ "z": -40.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "y1": -0.838541627,
+ "x2": 1.000000000,
+ "y2": -0.919270813,
+ "from": 6.500000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.614583373,
+ "y1": 0.114583343,
+ "x2": 0.283854187,
+ "y2": 0.986979187,
+ "from": 1200.000000000,
+ "to": 360.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_starFish_01_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_starFish_02_1"
+ }
+ ]
+ },
+ "carl_005_atk_hit_starfish_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -40.000000000
+ },
+ "to":
+ {
+ "z": -40.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "y1": -0.838541627,
+ "x2": 1.000000000,
+ "y2": -0.919270813,
+ "from": 6.500000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.614583373,
+ "y1": 0.114583343,
+ "x2": 0.283854187,
+ "y2": 0.986979187,
+ "from": 1200.000000000,
+ "to": 360.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_starFish_01_1_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_starFish_02_1_red"
+ }
+ ]
+ },
+ "carl_005_atk_trail_twinkles":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.009999990,
+ "to": -1.009999990
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.009999990,
+ "to": 1.009999990
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.184895843,
+ "y1": -1.643229127,
+ "x2": 0.783854187,
+ "y2": -1.809895754,
+ "from": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 720.000000000,
+ "to": 720.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_particles_S"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_particles_M"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_particles_L"
+ }
+ ]
+ },
+ "carl_005_atk_trail_twinkles_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.009999990,
+ "to": -1.009999990
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.009999990,
+ "to": 1.009999990
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.184895843,
+ "y1": -1.643229127,
+ "x2": 0.783854187,
+ "y2": -1.809895754,
+ "from": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 720.000000000,
+ "to": 720.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_particles_S"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_particles_M"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_particles_L"
+ }
+ ]
+ },
+ "carl_005_moving_stain":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "alpha":
+ {
+ "y1": 0.880208373,
+ "x2": 0.002604187,
+ "y2": 0.994791687,
+ "from": 0.100000001,
+ "to": 0.200000003
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "carl_005_etc_rippleCenter"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_waterStain_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_waterStain_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_waterStain_4"
+ }
+ ]
+ },
+ "carl_005_ripple_L":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.119999997
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.270833343,
+ "y1": 0.567708373,
+ "x2": 0.463541687,
+ "y2": 0.947916687,
+ "from": 0.550000012,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 190.000000000,
+ "to": 190.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ripple_L"
+ }
+ ]
+ },
+ "carl_005_ripple_R":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.119999997
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.247395843,
+ "y1": 0.544270873,
+ "x2": 0.432291687,
+ "y2": 0.940104187,
+ "from": 0.550000012,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -10.000000000,
+ "to": -10.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ripple_R"
+ }
+ ]
+ },
+ "carl_005_ripple_center":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.100000001
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -5.000000000,
+ "to": -5.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.278645843,
+ "y1": -1.471354127,
+ "x2": 0.830729187,
+ "y2": -0.661458313,
+ "from": 4.000000000,
+ "to": 4.199999809
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "carl_005_etc_rippleCenter"
+ }
+ ]
+ },
+ "carl_005_ripple_circular":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.159999996,
+ "to": 0.159999996
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.122395843,
+ "y1": 0.536458373,
+ "x2": 0.276041687,
+ "y2": 0.893229246,
+ "from": 0.100000001,
+ "to": 0.129999995
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.309895843,
+ "y1": 0.325520843,
+ "x2": 0.393229187,
+ "y2": 0.807291687,
+ "from": 300.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ripple_circular"
+ }
+ ]
+ },
+ "carl_005_ripple_droplet":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -36.000000000
+ },
+ "to":
+ {
+ "z": -36.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 11.000000000,
+ "to": 11.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000,
+ "z": 12.000000000
+ },
+ "to":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000,
+ "z": 12.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.802083373,
+ "y1": 0.059895843,
+ "x2": 1.000000000,
+ "y2": 0.471354187,
+ "from": 0.300000012,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_droplet_1"
+ }
+ ]
+ },
+ "carl_005_ripple_main_L":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.079999998
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -5.000000000,
+ "to": -5.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.130208343,
+ "y1": -0.885416627,
+ "x2": 0.705729187,
+ "y2": 0.627604187,
+ "from": 3.599999905,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ripple_main_L1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ripple_main_L2"
+ }
+ ]
+ },
+ "carl_005_ripple_main_R":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.079999998
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -5.000000000,
+ "to": -5.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.122395843,
+ "y1": -1.026041627,
+ "x2": 0.674479187,
+ "y2": 0.572916687,
+ "from": 3.599999905,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -10.000000000,
+ "to": -10.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ripple_main_R1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ripple_main_R2"
+ }
+ ]
+ },
+ "carl_005_ripple_still":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.100000001
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -5.000000000,
+ "to": -5.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.169270843,
+ "y1": 0.677083373,
+ "x2": 0.440104187,
+ "y2": 0.940104187,
+ "from": 1.120000005,
+ "to": 1.279999971
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ripple_still_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ripple_still_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ripple_still_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ripple_still_4"
+ }
+ ]
+ },
+ "carl_005_ripple_still_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.100000001
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.192708343,
+ "y1": 0.567708373,
+ "x2": 0.322916687,
+ "y2": 0.971354187,
+ "from": 0.079999998,
+ "to": 0.119999997
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.309895843,
+ "y1": 0.325520843,
+ "x2": 0.393229187,
+ "y2": 0.807291687,
+ "from": 300.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ripple_circular"
+ }
+ ]
+ },
+ "carl_005_ulti_trail_twinkles":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.319999993,
+ "to": 0.319999993
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -15.000000000
+ },
+ "to":
+ {
+ "z": -15.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -5.000000000,
+ "to": -5.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 5.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 5.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.184895843,
+ "y1": -1.643229127,
+ "x2": 0.783854187,
+ "y2": -1.809895754,
+ "from": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 720.000000000,
+ "to": 720.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_particles_S"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_particles_M"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_particles_L"
+ }
+ ]
+ },
+ "carl_005_ulti_trail_twinkles_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.319999993,
+ "to": 0.319999993
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -15.000000000
+ },
+ "to":
+ {
+ "z": -15.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -5.000000000,
+ "to": -5.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 5.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 5.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.184895843,
+ "y1": -1.643229127,
+ "x2": 0.783854187,
+ "y2": -1.809895754,
+ "from": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 720.000000000,
+ "to": 720.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_particles_S"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_particles_M"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_particles_L"
+ }
+ ]
+ },
+ "carl_006_atk_base":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -10.000000000,
+ "to": -10.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pam_002_atk_1"
+ }
+ ]
+ },
+ "carl_006_atk_base_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -10.000000000,
+ "to": -10.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pam_002_atk_1_red"
+ }
+ ]
+ },
+ "carl_006_atk_droplets":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.419999987,
+ "to": 0.419999987
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.927083373,
+ "y1": -0.010416657,
+ "x2": 0.861979187,
+ "y2": 0.197916687,
+ "from":
+ {
+ "z": -15.000000000
+ },
+ "to":
+ {
+ "z": -10.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.500000000,
+ "y": 3.500000000
+ },
+ "to":
+ {
+ "x": 3.500000000,
+ "y": 3.500000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 4
+ }
+ ]
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -40.000000000,
+ "to": -40.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.500000000,
+ "to": 3.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.786458373,
+ "y1": 0.005208343,
+ "x2": 0.885416687,
+ "y2": 0.151041687,
+ "from": 0.250000000,
+ "to": 0.059999999
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_droplet_1"
+ }
+ ]
+ },
+ "carl_006_atk_droplets_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.419999987,
+ "to": 0.419999987
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.927083373,
+ "y1": -0.010416657,
+ "x2": 0.861979187,
+ "y2": 0.197916687,
+ "from":
+ {
+ "z": -15.000000000
+ },
+ "to":
+ {
+ "z": -10.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.500000000,
+ "y": 3.500000000
+ },
+ "to":
+ {
+ "x": 3.500000000,
+ "y": 3.500000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 4
+ }
+ ]
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -40.000000000,
+ "to": -40.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.500000000,
+ "to": 3.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.786458373,
+ "y1": 0.005208343,
+ "x2": 0.885416687,
+ "y2": 0.151041687,
+ "from": 0.250000000,
+ "to": 0.059999999
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_droplet_2"
+ }
+ ]
+ },
+ "carl_006_atk_trail_droplets":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.150000006,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.419999987,
+ "to": 0.419999987
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.927083373,
+ "y1": -0.010416657,
+ "x2": 0.861979187,
+ "y2": 0.197916687,
+ "from":
+ {
+ "z": -15.000000000
+ },
+ "to":
+ {
+ "z": -10.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 240.000000000,
+ "to": 240.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.786458373,
+ "y1": 0.005208343,
+ "x2": 0.885416687,
+ "y2": 0.151041687,
+ "from": 0.200000003,
+ "to": 0.079999998
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_droplet_1"
+ }
+ ]
+ },
+ "carl_006_atk_trail_droplets_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.150000006,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.419999987,
+ "to": 0.419999987
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.927083373,
+ "y1": -0.010416657,
+ "x2": 0.861979187,
+ "y2": 0.197916687,
+ "from":
+ {
+ "z": -15.000000000
+ },
+ "to":
+ {
+ "z": -10.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 240.000000000,
+ "to": 240.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.786458373,
+ "y1": 0.005208343,
+ "x2": 0.885416687,
+ "y2": 0.151041687,
+ "from": 0.200000003,
+ "to": 0.079999998
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_droplet_2"
+ }
+ ]
+ },
+ "carl_006_atk_trail_splash":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.370000005,
+ "to": 0.370000005
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -12.000000000
+ },
+ "to":
+ {
+ "z": -12.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.799999952,
+ "y": 1.799999952
+ },
+ "to":
+ {
+ "x": 1.799999952,
+ "y": 1.799999952
+ }
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.216145843,
+ "y1": 0.638020873,
+ "x2": 0.252604187,
+ "y2": 0.893229187,
+ "from": 1.200000048,
+ "to": 0.479999989
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.750000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.750000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 300.000000000,
+ "to": 120.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "water_splash_seq_2"
+ }
+ ]
+ },
+ "carl_006_atk_trail_splash_above":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -12.000000000
+ },
+ "to":
+ {
+ "z": -12.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.216145843,
+ "y1": 0.638020873,
+ "x2": 0.252604187,
+ "y2": 0.893229187,
+ "from": 0.800000012,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.379999995,
+ "y": 0.839999974,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.379999995,
+ "y": 0.839999974,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 300.000000000,
+ "to": 120.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "water_splash_seq_2"
+ }
+ ]
+ },
+ "carl_006_atk_trail_splash_above_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -12.000000000
+ },
+ "to":
+ {
+ "z": -12.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.216145843,
+ "y1": 0.638020873,
+ "x2": 0.252604187,
+ "y2": 0.893229187,
+ "from": 0.800000012,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.501960993,
+ "z": 0.584313989
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.501960993,
+ "z": 0.584313989
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 300.000000000,
+ "to": 120.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "water_splash_seq_2"
+ }
+ ]
+ },
+ "carl_006_atk_trail_splash_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.370000005,
+ "to": 0.370000005
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -12.000000000
+ },
+ "to":
+ {
+ "z": -12.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.799999952,
+ "y": 1.799999952
+ },
+ "to":
+ {
+ "x": 1.799999952,
+ "y": 1.799999952
+ }
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.216145843,
+ "y1": 0.638020873,
+ "x2": 0.252604187,
+ "y2": 0.893229187,
+ "from": 1.200000048,
+ "to": 0.479999989
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.819607973,
+ "z": 0.839215994
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.819607973,
+ "z": 0.839215994
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 300.000000000,
+ "to": 120.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "water_splash_seq_2"
+ }
+ ]
+ },
+ "carl_006_ulti_droplets":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to":
+ {
+ "z": -4.000000000
+ }
+ },
+ "followEmitter": true,
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 2.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.848958373,
+ "y1": -0.002604157,
+ "x2": 0.815104187,
+ "y2": 0.330729187,
+ "from": 0.300000012,
+ "to": 0.330000013
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 420.000000000,
+ "to": 420.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.653645873,
+ "y1": 0.013020843,
+ "x2": 0.299479187,
+ "y2": 0.940104187,
+ "from": 360.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.575520873,
+ "y1": 0.059895843,
+ "x2": 0.119791687,
+ "y2": 0.901041687,
+ "from": 60.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "droplet_circle_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "droplet_circle_2"
+ }
+ ]
+ },
+ "carl_006_ulti_droplets_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to":
+ {
+ "z": -4.000000000
+ }
+ },
+ "followEmitter": true,
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 2.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.848958373,
+ "y1": -0.002604157,
+ "x2": 0.815104187,
+ "y2": 0.330729187,
+ "from": 0.300000012,
+ "to": 0.330000013
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 420.000000000,
+ "to": 420.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.653645873,
+ "y1": 0.013020843,
+ "x2": 0.299479187,
+ "y2": 0.940104187,
+ "from": 360.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.575520873,
+ "y1": 0.059895843,
+ "x2": 0.119791687,
+ "y2": 0.901041687,
+ "from": 60.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "droplet_circle_1_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "droplet_circle_2_red"
+ }
+ ]
+ },
+ "carl_006_ulti_twirl":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "followEmitter": true,
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.799999952,
+ "to": 3.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.100000001,
+ "y": 0.750000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.750000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 1.000000000,
+ "x2": 0.200000003,
+ "y2": 1.000000000,
+ "to": 0.899999976
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 720.000000000,
+ "to": 720.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cloud_twirl_normal"
+ }
+ ]
+ },
+ "carl_006_ulti_twirl_add":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "followEmitter": true,
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.200000048,
+ "to": 3.200000048
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.299999952,
+ "to": 3.299999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.400000006,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "y": 0.400000006,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 1.000000000,
+ "x2": 0.200000003,
+ "y2": 1.000000000,
+ "to": 0.600000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 720.000000000,
+ "to": 720.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cloud_twirl"
+ }
+ ]
+ },
+ "carl_006_ulti_twirl_add_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "followEmitter": true,
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.200000048,
+ "to": 3.200000048
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.299999952,
+ "to": 3.299999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.699999988,
+ "y": 0.100000001,
+ "z": 0.200000003
+ },
+ "to":
+ {
+ "x": 0.699999988,
+ "y": 0.100000001,
+ "z": 0.200000003
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 1.000000000,
+ "x2": 0.200000003,
+ "y2": 1.000000000,
+ "to": 0.600000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 720.000000000,
+ "to": 720.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cloud_twirl"
+ }
+ ]
+ },
+ "carl_006_ulti_twirl_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "followEmitter": true,
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.799999952,
+ "to": 3.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.899999976,
+ "y": 0.259999990,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 0.899999976,
+ "y": 0.259999990,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 1.000000000,
+ "x2": 0.200000003,
+ "y2": 1.000000000,
+ "to": 0.899999976
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 720.000000000,
+ "to": 720.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cloud_twirl_normal"
+ }
+ ]
+ },
+ "carl_def_atk_whirl":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.567708373,
+ "y1": 0.091145843,
+ "x2": 0.924479187,
+ "y2": 0.549479187,
+ "from": 1.399999976,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2000.000000000,
+ "to": 2000.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 400.000000000,
+ "to": 400.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "carl_atk_line_particle_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "carl_atk_line_particle_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "carl_atk_line_particle_3"
+ }
+ ]
+ },
+ "carl_def_atk_whirl_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.567708373,
+ "y1": 0.091145843,
+ "x2": 0.924479187,
+ "y2": 0.549479187,
+ "from": 1.399999976,
+ "to": 1.399999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2000.000000000,
+ "to": 2000.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 400.000000000,
+ "to": 400.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "carl_atk_line_particle_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "carl_atk_line_particle_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "carl_atk_line_particle_6"
+ }
+ ]
+ },
+ "carl_def_ulti_groundCloud":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 4,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 3.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.399999976,
+ "to": 1.399999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.750000000,
+ "y": 0.500000000,
+ "z": 0.660000026
+ },
+ "to":
+ {
+ "x": 0.750000000,
+ "y": 0.500000000,
+ "z": 0.660000026
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 240.000000000,
+ "to": 240.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "carl_def_ulti_ground_cloud_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "carl_def_ulti_ground_cloud_2"
+ }
+ ]
+ },
+ "carl_def_ulti_hit":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "carl_def_ulti_hit_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "carl_def_ulti_hit_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "carl_def_ulti_hit_3"
+ }
+ ]
+ },
+ "carl_def_ulti_hit_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "carl_def_ulti_hit_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "carl_def_ulti_hit_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "carl_def_ulti_hit_6"
+ }
+ ]
+ },
+ "castle_fragile_debris_1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.495000005
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.350000203,
+ "to": 0.350000203
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.200000048,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "prt_castle_trash_1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "prt_castle_trash_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "prt_castle_trash_3"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_red_01"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_red_03"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_yellow_01"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_yellow_02"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_yellow_03"
+ }
+ ]
+ },
+ "castle_fragile_debris_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 6,
+ "lifetime":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -90.000000000
+ },
+ "to":
+ {
+ "z": -90.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.029999999,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.200000048,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 60.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "prt_castle_trash_1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "prt_castle_trash_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "prt_castle_trash_3"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "prt_castle_trash_4"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_yellow_01"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_yellow_02"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_yellow_03"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_red_01"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "metal_shard_red_03"
+ }
+ ]
+ },
+ "chain_links_fly":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 15,
+ "lifetime":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 0.750000119,
+ "to": 0.750000119
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 0.250000089,
+ "to": 0.250000089
+ },
+ "mass": 1.000000119,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000100,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": -0.625000000,
+ "to": -0.625000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.250000000,
+ "to": 1.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 12.000000954,
+ "to": 12.000000954
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.400000006,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "prt_chain_link_1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "prt_chain_link_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "prt_chain_link_3"
+ }
+ ]
+ },
+ "charge_fx_emitter":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.799999952,
+ "to": 1.799999952
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.750000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -0.449999988
+ },
+ "to":
+ {
+ "z": -0.449999988
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.850000024,
+ "durationJitter": 0.349999994,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.600000024,
+ "to": 1.600000024
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 3.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_smoke_small_particle"
+ }
+ ]
+ },
+ "cloudExplode_blue":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000004,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_blue_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_blue_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_blue_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_blue_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_blue_05"
+ }
+ ]
+ },
+ "cloudExplode_gold":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_gold_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_gold_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_gold_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_gold_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_gold_05"
+ }
+ ]
+ },
+ "cloudExplode_goldRed":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_goldRed_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_goldRed_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_goldRed_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_goldRed_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_goldRed_05"
+ }
+ ]
+ },
+ "cloudExplode_green":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000004,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_green_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_green_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_green_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_green_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_green_05"
+ }
+ ]
+ },
+ "cloudExplode_ground_blue":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_ground_blue_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_ground_blue_02"
+ }
+ ]
+ },
+ "cloudExplode_ground_gold":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_ground_gold_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_ground_gold_02"
+ }
+ ]
+ },
+ "cloudExplode_ground_goldRed":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_ground_goldRed_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_ground_goldRed_02"
+ }
+ ]
+ },
+ "cloudExplode_ground_purple":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_ground_purple_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_ground_purple_02"
+ }
+ ]
+ },
+ "cloudExplode_ground_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_ground_red_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_ground_red_02"
+ }
+ ]
+ },
+ "cloudExplode_ground_red_delay":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.349999994,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_ground_red_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_ground_red_02"
+ }
+ ]
+ },
+ "cloudExplode_ground_small_blue":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_ground_blue_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_ground_blue_02"
+ }
+ ]
+ },
+ "cloudExplode_ground_small_blue2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudSpawn_ground_blue_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudSpawn_ground_blue_02"
+ }
+ ]
+ },
+ "cloudExplode_ground_small_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_ground_red_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_ground_red_02"
+ }
+ ]
+ },
+ "cloudExplode_ground_toxic":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_ground_toxic_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_ground_toxic_02"
+ }
+ ]
+ },
+ "cloudExplode_ground_turquoise":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_ground_turquoise_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_ground_turquoise_02"
+ }
+ ]
+ },
+ "cloudExplode_huge_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.159999996,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_red_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_red_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_red_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_red_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_red_05"
+ }
+ ]
+ },
+ "cloudExplode_purple_1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000004,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "squeak_004_atk_blue_cloud"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "squeak_004_atk_blue_cloud_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "squeak_004_atk_blue_cloud_3"
+ }
+ ]
+ },
+ "cloudExplode_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_red_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_red_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_red_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_red_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_red_05"
+ }
+ ]
+ },
+ "cloudExplode_red_delay":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.349999994,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_red_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_red_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_red_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_red_05"
+ }
+ ]
+ },
+ "cloudExplode_redpurple":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000004,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_redpurple_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_redpurple_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_redpurple_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_redpurple_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_redpurple_05"
+ }
+ ]
+ },
+ "cloudExplode_small":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 0.552083373,
+ "y2": 1.018229246,
+ "from": 0.400000006,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_small_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_small_02"
+ }
+ ]
+ },
+ "cloudExplode_small_blue":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_blue_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_blue_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_blue_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_blue_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_blue_05"
+ }
+ ]
+ },
+ "cloudExplode_small_dust":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 0.552083373,
+ "y2": 1.018229246,
+ "from": 0.400000006,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_small_01_dust"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_small_02_dust"
+ }
+ ]
+ },
+ "cloudExplode_small_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_red_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_red_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_red_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_red_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_red_05"
+ }
+ ]
+ },
+ "cloudExplode_small_red2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 0.552083373,
+ "y2": 1.018229246,
+ "from": 0.400000006,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_small_01_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_small_02_red"
+ }
+ ]
+ },
+ "cloudExplode_toxic":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000004,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dynamike_007_cloudExplode_toxic_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dynamike_007_cloudExplode_toxic_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dynamike_007_cloudExplode_toxic_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dynamike_007_cloudExplode_toxic_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dynamike_007_cloudExplode_toxic_05"
+ }
+ ]
+ },
+ "cloudExplode_toxic_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000004,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dynamike_007_cloudExplode_toxic_01_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dynamike_007_cloudExplode_toxic_02_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dynamike_007_cloudExplode_toxic_03_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dynamike_007_cloudExplode_toxic_04_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dynamike_007_cloudExplode_toxic_05_red"
+ }
+ ]
+ },
+ "cloudExplode_turquoise":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000004,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_turquoise_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_turquoise_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_turquoise_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_turquoise_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_turquoise_05"
+ }
+ ]
+ },
+ "cloud_blue":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 200,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.379999995,
+ "to": 0.379999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "z": 3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 24.000000000,
+ "to": 24.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_particle_blue_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_particle_blue_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_particle_blue_03"
+ }
+ ]
+ },
+ "cloud_blue_trail":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 200,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 24.000000000,
+ "to": 24.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.300000012,
+ "to": -0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.598958373,
+ "y1": 0.013020843,
+ "x2": 0.890625000,
+ "y2": 0.502604187,
+ "from": 0.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_particle_blue_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_particle_blue_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_particle_flat_blue_01"
+ }
+ ]
+ },
+ "cloud_flat_blue":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 200,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.140000001,
+ "to": 0.140000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 10.000000000
+ },
+ "to":
+ {
+ "z": 10.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.210937500,
+ "y1": -1.416666627,
+ "x2": 0.750000000,
+ "y2": -1.294270754,
+ "from": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_particle_flat_blue_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_particle_flat_blue_02"
+ }
+ ]
+ },
+ "cloud_flat_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 200,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.140000001,
+ "to": 0.140000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 10.000000000
+ },
+ "to":
+ {
+ "z": 10.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.138020843,
+ "y1": -1.002604127,
+ "x2": 0.773437500,
+ "y2": -0.653645813,
+ "from": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_particle_flat_red_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_particle_flat_red_02"
+ }
+ ]
+ },
+ "cloud_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 200,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.379999995,
+ "to": 0.379999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "z": 3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 24.000000000,
+ "to": 24.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_particle_red_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_particle_red_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_particle_red_03"
+ }
+ ]
+ },
+ "cloud_red_trail":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 200,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 24.000000000,
+ "to": 24.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.300000012,
+ "to": -0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.856770873,
+ "y1": 0.013020843,
+ "x2": 0.869791687,
+ "y2": 0.432291687,
+ "from": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_particle_red_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_particle_red_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_particle_red_03"
+ }
+ ]
+ },
+ "cloud_white":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 10000.000000000,
+ "to": 10000.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 800.000000000,
+ "y": 800.000000000
+ },
+ "to":
+ {
+ "x": 800.000000000,
+ "y": 800.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -140.000000000,
+ "to": -140.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 140.000000000,
+ "to": 140.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 8.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "cloud_white"
+ }
+ ]
+ },
+ "coins_fly":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 8,
+ "lifetime":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 0.750000119,
+ "to": 0.750000119
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 0.250000089,
+ "to": 0.250000089
+ },
+ "mass": 1.000000119,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000100,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": -0.625000000,
+ "to": -0.625000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.250000000,
+ "to": 1.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 12.000000954,
+ "to": 12.000000954
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "coin_rotate"
+ }
+ ]
+ },
+ "colette_002_atkEnd_heart":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000,
+ "z": 0.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "colette_002_atkEnd"
+ }
+ ]
+ },
+ "colette_002_atkEnd_heart_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000,
+ "z": 0.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "colette_002_atkEnd_red"
+ }
+ ]
+ },
+ "colette_002_atk_gas":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 200,
+ "emitterDelay": 0.150000006,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 300.000000000,
+ "to": 300.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -30.000000000,
+ "to": -30.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.067708343,
+ "y1": 0.778645873,
+ "x2": 0.205729187,
+ "y2": 1.002604246,
+ "from": 0.600000024,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.497395873,
+ "y1": 0.005208343,
+ "x2": 0.250000000,
+ "y2": 0.955729187,
+ "from":
+ {
+ "x": 0.750000000,
+ "y": 0.349999994,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.119999997,
+ "y": 0.070000000,
+ "z": 0.200000003
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.091145873,
+ "y1": 0.723958373,
+ "x2": 0.416666687,
+ "y2": 0.791666687,
+ "from": 320.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.250000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail"
+ }
+ ]
+ },
+ "colette_002_atk_gas_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 200,
+ "emitterDelay": 0.150000006,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 300.000000000,
+ "to": 300.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -30.000000000,
+ "to": -30.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.067708343,
+ "y1": 0.778645873,
+ "x2": 0.205729187,
+ "y2": 1.002604246,
+ "from": 0.600000024,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.497395873,
+ "y1": 0.005208343,
+ "x2": 0.250000000,
+ "y2": 0.955729187,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.119999997,
+ "y": 0.070000000,
+ "z": 0.200000003
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.091145873,
+ "y1": 0.723958373,
+ "x2": 0.416666687,
+ "y2": 0.791666687,
+ "from": 320.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.250000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail"
+ }
+ ]
+ },
+ "colette_002_atk_trail_gas":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 200,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.360000014,
+ "to": 0.360000014
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 140.000000000,
+ "to": 140.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.067708343,
+ "y1": 0.778645873,
+ "x2": 0.205729187,
+ "y2": 1.002604246,
+ "from": 0.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.497395873,
+ "y1": 0.005208343,
+ "x2": 0.250000000,
+ "y2": 0.955729187,
+ "from":
+ {
+ "x": 0.600000024,
+ "y": 0.200000003,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 0.119999997,
+ "y": 0.070000000,
+ "z": 0.200000003
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.091145873,
+ "y1": 0.723958373,
+ "x2": 0.416666687,
+ "y2": 0.791666687,
+ "from": 320.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail"
+ }
+ ]
+ },
+ "colette_002_atk_trail_gas_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 200,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.360000014,
+ "to": 0.360000014
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 140.000000000,
+ "to": 140.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.067708343,
+ "y1": 0.778645873,
+ "x2": 0.205729187,
+ "y2": 1.002604246,
+ "from": 0.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.497395873,
+ "y1": 0.005208343,
+ "x2": 0.250000000,
+ "y2": 0.955729187,
+ "from":
+ {
+ "x": 0.899999976,
+ "y": 0.250000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.050000001,
+ "z": 0.479999989
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.091145873,
+ "y1": 0.723958373,
+ "x2": 0.416666687,
+ "y2": 0.791666687,
+ "from": 320.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail"
+ }
+ ]
+ },
+ "colette_002_ulti_trail_base":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.159999996,
+ "to": 0.159999996
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 0.850000024
+ },
+ "to":
+ {
+ "z": 0.850000024
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -3.408854008,
+ "x2": 1.000000000,
+ "y2": -1.872395754,
+ "from": 0.150000006,
+ "to": 0.029999999
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.694000006,
+ "y": 0.423000008,
+ "z": 0.850000024
+ },
+ "to":
+ {
+ "x": 0.694000006,
+ "y": 0.423000008,
+ "z": 0.850000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "sandy_cloud_base"
+ }
+ ]
+ },
+ "colette_002_ulti_trail_base_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.159999996,
+ "to": 0.159999996
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 0.850000024
+ },
+ "to":
+ {
+ "z": 0.850000024
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -3.408854008,
+ "x2": 1.000000000,
+ "y2": -1.872395754,
+ "from": 0.150000006,
+ "to": 0.029999999
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.921000004,
+ "y": 0.368000001,
+ "z": 0.626999974
+ },
+ "to":
+ {
+ "x": 0.921000004,
+ "y": 0.368000001,
+ "z": 0.626999974
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "sandy_cloud_base"
+ }
+ ]
+ },
+ "colette_002_ulti_trail_top":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.109999999,
+ "to": 0.109999999
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.023437500,
+ "y1": -2.549479008,
+ "x2": 1.000000000,
+ "y2": -1.411458254,
+ "from": 0.140000001,
+ "to": 0.039999999
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.842999995,
+ "y": 0.619000018,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.842999995,
+ "y": 0.619000018,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "sandy_cloud_base"
+ }
+ ]
+ },
+ "colette_002_ulti_trail_top_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.109999999,
+ "to": 0.109999999
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.023437500,
+ "y1": -2.549479008,
+ "x2": 1.000000000,
+ "y2": -1.411458254,
+ "from": 0.140000001,
+ "to": 0.039999999
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.497999996,
+ "z": 0.666000009
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.497999996,
+ "z": 0.666000009
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "sandy_cloud_base"
+ }
+ ]
+ },
+ "colette_003_atkEnd_pixelBig":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 300.000000000,
+ "to": 300.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.799999952,
+ "to": 1.799999952
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.300000012,
+ "to": -0.300000012
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_8"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_8_dark"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_9"
+ }
+ ]
+ },
+ "colette_003_atkEnd_pixelBig_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 300.000000000,
+ "to": 300.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.799999952,
+ "to": 1.799999952
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.300000012,
+ "to": -0.300000012
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_10_brighter"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_10"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_9"
+ }
+ ]
+ },
+ "colette_003_atkEnd_pixelSmall":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 500.000000000,
+ "to": 500.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.500000000,
+ "to": 3.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.500000000,
+ "y": 4.500000000
+ },
+ "to":
+ {
+ "x": 4.500000000,
+ "y": 4.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_pixel_blink_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_pixel_blink_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_pixel_blink_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_pixel_blink_1"
+ }
+ ]
+ },
+ "colette_003_atkEnd_pixelSmall_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 500.000000000,
+ "to": 500.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.500000000,
+ "to": 3.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.500000000,
+ "y": 4.500000000
+ },
+ "to":
+ {
+ "x": 4.500000000,
+ "y": 4.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_pixel_blink_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_pixel_blink_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_pixel_blink_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_pixel_blink_4"
+ }
+ ]
+ },
+ "colette_003_atk_trail_blink":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_pixelBlink_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_pixelBlink_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_pixelBlink_3"
+ }
+ ]
+ },
+ "colette_003_atk_trail_blink_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_pixelBlink_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_pixelBlink_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_pixelBlink_3"
+ }
+ ]
+ },
+ "colette_003_atk_trail_pixel":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.449999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_8"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_8_dark"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_9"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_8"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_1"
+ }
+ ]
+ },
+ "colette_003_atk_trail_pixel_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.449999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_10"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_10_brighter"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_9"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_6"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_7"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_5"
+ }
+ ]
+ },
+ "colette_004_atk_reached":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "colette_004_atk_reached_weapon"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "colette_004_atk_reached_weapon_1"
+ }
+ ]
+ },
+ "colette_004_atk_reached_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "colette_004_atk_reached_weapon_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "colette_004_atk_reached_weapon_1_red"
+ }
+ ]
+ },
+ "colette_004_ulti_hit_frags":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -12.000000000
+ },
+ "to":
+ {
+ "z": -12.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.500000000,
+ "to": 4.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 5
+ }
+ ]
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 11.500000000,
+ "y": 11.500000000
+ },
+ "to":
+ {
+ "x": 11.500000000,
+ "y": 11.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.411458343,
+ "y1": 0.075520843,
+ "x2": 0.768229187,
+ "y2": 0.408854187,
+ "from": 1.200000048,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.872395873,
+ "y1": -0.010416657,
+ "x2": 0.268229187,
+ "y2": 0.815104187,
+ "from": 1440.000000000,
+ "to": 180.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "colette_004_sword_dark"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "colette_004_heart_body"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "colette_004_heart_body"
+ }
+ ]
+ },
+ "colette_004_ulti_hit_frags_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -12.000000000
+ },
+ "to":
+ {
+ "z": -12.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.500000000,
+ "to": 4.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 5
+ }
+ ]
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 11.500000000,
+ "y": 11.500000000
+ },
+ "to":
+ {
+ "x": 11.500000000,
+ "y": 11.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.411458343,
+ "y1": 0.075520843,
+ "x2": 0.768229187,
+ "y2": 0.408854187,
+ "from": 1.200000048,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.872395873,
+ "y1": -0.010416657,
+ "x2": 0.268229187,
+ "y2": 0.815104187,
+ "from": 1440.000000000,
+ "to": 180.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "colette_004_sword_dark"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "colette_004_heart_body_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "colette_004_heart_body_red"
+ }
+ ]
+ },
+ "colette_def_atkEnd_heart":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000,
+ "z": 0.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "colette_def_atkEnd"
+ }
+ ]
+ },
+ "colette_def_atkEnd_heart_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000,
+ "z": 0.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "colette_def_atkEnd_red"
+ }
+ ]
+ },
+ "colette_def_atkEnd_twinkles":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_emoji_twinkle_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_emoji_twinkle_2"
+ }
+ ]
+ },
+ "colette_def_atkHit_twinkles":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 9.000000000,
+ "y": 9.000000000
+ },
+ "to":
+ {
+ "x": 9.000000000,
+ "y": 9.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.919270873,
+ "y1": 0.036458343,
+ "x2": 0.773437500,
+ "y2": 0.221354187,
+ "from": 1.000000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_emoji_star_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_emoji_star_02"
+ }
+ ]
+ },
+ "colette_def_atk_trail_frags":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.500000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.500000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_10"
+ }
+ ]
+ },
+ "colette_def_atk_trail_frags_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.500000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.500000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_10"
+ }
+ ]
+ },
+ "colette_def_atk_trail_hearts":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 32.000000000,
+ "to": 32.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.703125000,
+ "y1": -0.744791627,
+ "x2": 1.000000000,
+ "y2": 0.190104187,
+ "from": 0.500000000,
+ "to": 0.050000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_heart_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_heart_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_heart_3"
+ }
+ ]
+ },
+ "colette_def_atk_trail_hearts_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 32.000000000,
+ "to": 32.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.703125000,
+ "y1": -0.744791627,
+ "x2": 1.000000000,
+ "y2": 0.190104187,
+ "from": 0.500000000,
+ "to": 0.050000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_heart_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_heart_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_heart_6"
+ }
+ ]
+ },
+ "colette_def_ulti_trail_base":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.159999996,
+ "to": 0.159999996
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -3.408854008,
+ "x2": 1.000000000,
+ "y2": -1.872395754,
+ "from": 0.150000006,
+ "to": 0.029999999
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.904999971,
+ "y": 0.763999999,
+ "z": 0.850000024
+ },
+ "to":
+ {
+ "x": 0.904999971,
+ "y": 0.763999999,
+ "z": 0.850000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "sandy_cloud_base"
+ }
+ ]
+ },
+ "colette_def_ulti_trail_hearts":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.703125000,
+ "y1": -0.744791627,
+ "x2": 1.000000000,
+ "y2": 0.190104187,
+ "from": 0.800000012,
+ "to": 0.050000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_heart_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_heart_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_heart_3"
+ }
+ ]
+ },
+ "colette_def_ulti_trail_hearts_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.703125000,
+ "y1": -0.744791627,
+ "x2": 1.000000000,
+ "y2": 0.190104187,
+ "from": 0.800000012,
+ "to": 0.050000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_heart_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_heart_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_heart_6"
+ }
+ ]
+ },
+ "colette_def_ulti_trail_top":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.109999999,
+ "to": 0.109999999
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.023437500,
+ "y1": -2.549479008,
+ "x2": 1.000000000,
+ "y2": -1.411458254,
+ "from": 0.140000001,
+ "to": 0.039999999
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.984000027,
+ "z": 0.949000001
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.984000027,
+ "z": 0.949000001
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "sandy_cloud_base"
+ }
+ ]
+ },
+ "colt_002_atk_shell":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.419999987
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -30.000001907
+ },
+ "to":
+ {
+ "z": -30.000001907
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.490000010,
+ "to": 0.490000010
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -3.000000000,
+ "to": -3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "coin_rotate_gold"
+ }
+ ]
+ },
+ "colt_002_atk_twinkles":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "z": 2.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.700000048,
+ "y": 2.700000048,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 2.700000048,
+ "y": 2.700000048,
+ "z": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -3.721354008,
+ "x2": 0.604166687,
+ "y2": -1.817708254,
+ "from": 1.399999976,
+ "to": 1.399999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkling_L"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkling_M"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkling_S"
+ }
+ ]
+ },
+ "colt_002_fortuneBag_blue":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bag_blue_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_particle_empty"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bag_blue_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_particle_empty"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_particle_empty"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_particle_empty"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bag_green_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_particle_empty"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bag_green_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_particle_empty"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_particle_empty"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_particle_empty"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bag_yellow_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_particle_empty"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bag_yellow_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_particle_empty"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_particle_empty"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_particle_empty"
+ }
+ ]
+ },
+ "colt_002_fortuneBag_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bag_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_particle_empty"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bag_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_particle_empty"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_particle_empty"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_particle_empty"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bag_pink_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_particle_empty"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bag_pink_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_particle_empty"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_particle_empty"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_particle_empty"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bag_yellow_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_particle_empty"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bag_yellow_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_particle_empty"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_particle_empty"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_particle_empty"
+ }
+ ]
+ },
+ "colt_002_taekuk":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.300000012,
+ "to": -0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "colt_002_hit_S"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "colt_002_hit_L"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "colt_002_hit_M"
+ }
+ ]
+ },
+ "colt_003_atk":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -3.000000000,
+ "to": -3.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.614583373,
+ "y1": 0.239583343,
+ "x2": 0.734375000,
+ "y2": 0.565104187,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.833333373,
+ "y1": -0.002604157,
+ "x2": 0.143229187,
+ "y2": 1.002604246
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_cannonSmoke_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_cannonSmoke_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_cannonSmoke_3"
+ }
+ ]
+ },
+ "colt_003_atkHit_cloud":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.799999952,
+ "to": 1.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "colt_003_atk_hit_cloud"
+ }
+ ]
+ },
+ "colt_003_atkHit_cloud_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.799999952,
+ "to": 1.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "colt_003_atk_hit_cloud_red"
+ }
+ ]
+ },
+ "colt_003_atk_core":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -3.000000000,
+ "to": -3.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.614583373,
+ "y1": 0.239583343,
+ "x2": 0.734375000,
+ "y2": 0.565104187,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.833333373,
+ "y1": -0.002604157,
+ "x2": 0.143229187,
+ "y2": 1.002604246
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_cannonCore"
+ }
+ ]
+ },
+ "colt_003_atk_reached":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cannonBall_hit_1_blue"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cannonBall_hit_2_blue"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cannonBall_hit_3_blue"
+ }
+ ]
+ },
+ "colt_003_atk_reached_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cannonBall_hit_1_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cannonBall_hit_2_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cannonBall_hit_3_red"
+ }
+ ]
+ },
+ "colt_003_atk_sparks":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 4.000000000
+ },
+ "to":
+ {
+ "z": 4.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -15.000000000,
+ "to": -15.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000,
+ "z": 12.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000,
+ "z": 12.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.614583373,
+ "y1": 0.239583343,
+ "x2": 0.734375000,
+ "y2": 0.565104187,
+ "from": 0.600000024,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.833333373,
+ "y1": -0.002604157,
+ "x2": 0.143229187,
+ "y2": 1.002604246
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_03"
+ }
+ ]
+ },
+ "colt_003_atk_trail":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.208333343,
+ "y1": -0.651041627,
+ "x2": 1.000000000,
+ "y2": -0.169270813,
+ "from": 0.159999996,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.298000008,
+ "y": 0.419000000,
+ "z": 0.725000024
+ },
+ "to":
+ {
+ "x": 0.298000008,
+ "y": 0.419000000,
+ "z": 0.725000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 960.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_03"
+ }
+ ]
+ },
+ "colt_003_atk_trail_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.208333343,
+ "y1": -0.651041627,
+ "x2": 1.000000000,
+ "y2": -0.169270813,
+ "from": 0.159999996,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.560000002,
+ "y": 0.344999999,
+ "z": 0.462000012
+ },
+ "to":
+ {
+ "x": 0.560000002,
+ "y": 0.344999999,
+ "z": 0.462000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 960.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_03"
+ }
+ ]
+ },
+ "colt_003_ulti_cloud":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 12.000000000
+ },
+ "to":
+ {
+ "z": 12.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 5.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 5.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -40.000000000,
+ "to": -40.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.122395873,
+ "y1": 0.598958373,
+ "x2": 0.401041687,
+ "y2": 0.901041687,
+ "from": 7.500000000,
+ "to": 6.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.325520843,
+ "y1": 0.294270873,
+ "x2": 0.151041687,
+ "y2": 0.947916687,
+ "from": 180.000000000,
+ "to": 30.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cloudCannon"
+ }
+ ]
+ },
+ "colt_003_ulti_core":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -3.000000000,
+ "to": -3.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.614583373,
+ "y1": 0.239583343,
+ "x2": 0.734375000,
+ "y2": 0.565104187,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.833333373,
+ "y1": -0.002604157,
+ "x2": 0.143229187,
+ "y2": 1.002604246
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "colt_003_ulti_core"
+ }
+ ]
+ },
+ "colt_003_ulti_impact_blue":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.341145873,
+ "y1": -1.882812500,
+ "x2": 0.921875000,
+ "y2": 0.409375012,
+ "from": 8.000000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "colt_003_ulti_impact_blue"
+ }
+ ]
+ },
+ "colt_003_ulti_impact_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.341145873,
+ "y1": -1.882812500,
+ "x2": 0.921875000,
+ "y2": 0.409375012,
+ "from": 8.000000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "colt_003_ulti_impact_red"
+ }
+ ]
+ },
+ "colt_003_ulti_spark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -50.000000000
+ },
+ "to":
+ {
+ "z": -50.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000,
+ "z": 8.000000000
+ },
+ "to":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000,
+ "z": 8.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -25.000000000,
+ "to": -25.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 240.000000000,
+ "to": 240.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.122395873,
+ "y1": 0.598958373,
+ "x2": 0.401041687,
+ "y2": 0.901041687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.325520843,
+ "y1": 0.294270873,
+ "x2": 0.151041687,
+ "y2": 0.947916687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_spark_red_simple"
+ }
+ ]
+ },
+ "colt_004_atkEnd_bullet":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "colt_004_atkEnd_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "colt_004_atkEnd_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "colt_004_atkEnd_3"
+ }
+ ]
+ },
+ "colt_004_atkEnd_bullet_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "colt_004_atkEnd_1_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "colt_004_atkEnd_2_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "colt_004_atkEnd_3_red"
+ }
+ ]
+ },
+ "colt_004_atkEnd_stars":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -28.000000000
+ },
+ "to":
+ {
+ "z": -28.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.973958373,
+ "y1": -0.002604157,
+ "x2": 0.830729187,
+ "y2": 0.143229187,
+ "from": 0.500000000,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.239583343,
+ "y1": -0.010416657,
+ "y2": 0.986979246,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.899999976,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.669270873,
+ "y1": 0.020833343,
+ "x2": 0.041666687,
+ "y2": 0.986979246,
+ "from": 1500.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_star"
+ }
+ ]
+ },
+ "colt_004_atkEnd_stars_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -28.000000000
+ },
+ "to":
+ {
+ "z": -28.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.973958373,
+ "y1": -0.002604157,
+ "x2": 0.830729187,
+ "y2": 0.143229187,
+ "from": 0.500000000,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.239583343,
+ "y1": -0.010416657,
+ "y2": 0.986979246,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.949999988,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.669270873,
+ "y1": 0.020833343,
+ "x2": 0.041666687,
+ "y2": 0.986979246,
+ "from": 1500.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_star"
+ }
+ ]
+ },
+ "colt_004_atkHit_glow":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.200000003,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.150000006,
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 0.600000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.050000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_glow"
+ }
+ ]
+ },
+ "colt_004_atkHit_glow_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.699999988,
+ "y": 0.200000003,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.150000006,
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 0.600000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.050000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_glow"
+ }
+ ]
+ },
+ "colt_004_atkHit_main":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.100000001,
+ "y1": 0.899999976,
+ "y2": 1.000000000,
+ "from": 1.000000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.536458373,
+ "y1": 0.059895843,
+ "y2": 1.002604246,
+ "from":
+ {
+ "x": 0.699999988,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.400000006,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "star_hit"
+ }
+ ]
+ },
+ "colt_004_atkHit_main_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.100000001,
+ "y1": 0.899999976,
+ "y2": 1.000000000,
+ "from": 1.000000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.536458373,
+ "y1": 0.059895843,
+ "y2": 1.002604246,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.899999976
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "star_hit"
+ }
+ ]
+ },
+ "colt_004_ulti_trail_stars":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 210.000000000,
+ "to": 210.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.989583373,
+ "y1": 0.044270843,
+ "x2": 0.776041687,
+ "y2": 0.127604187,
+ "from": 0.400000006,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.899999976,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_particle_star_1"
+ }
+ ]
+ },
+ "colt_004_ulti_trail_stars_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 210.000000000,
+ "to": 210.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.989583373,
+ "y1": 0.044270843,
+ "x2": 0.776041687,
+ "y2": 0.127604187,
+ "from": 0.699999988,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.899999976,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_particle_star_4"
+ }
+ ]
+ },
+ "colt_def_ulti_reached_blue":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.479999989,
+ "to": 0.479999989
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000004,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.300000012,
+ "to": -0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "colt_def_ulti_reached_blue_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "colt_def_ulti_reached_blue_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "colt_def_ulti_reached_blue_3"
+ }
+ ]
+ },
+ "colt_def_ulti_reached_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.479999989,
+ "to": 0.479999989
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.300000012,
+ "to": -0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "colt_def_ulti_reached_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "colt_def_ulti_reached_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "colt_def_ulti_reached_red_3"
+ }
+ ]
+ },
+ "confetti_emitter":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 200,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "y": 1.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 3.000000000
+ }
+ },
+ {
+ "__class": "SpawnVelocityComponent",
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000
+ },
+ "to":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/ui.sc",
+ "name": "fx_confetti_red_1"
+ },
+ {
+ "swf": "sc\/ui.sc",
+ "name": "fx_confetti_red_2"
+ },
+ {
+ "swf": "sc\/ui.sc",
+ "name": "fx_confetti_green_1"
+ },
+ {
+ "swf": "sc\/ui.sc",
+ "name": "fx_confetti_green_2"
+ },
+ {
+ "swf": "sc\/ui.sc",
+ "name": "fx_confetti_blue_1"
+ },
+ {
+ "swf": "sc\/ui.sc",
+ "name": "fx_confetti_blue_2"
+ },
+ {
+ "swf": "sc\/ui.sc",
+ "name": "fx_confetti_yellow_1"
+ },
+ {
+ "swf": "sc\/ui.sc",
+ "name": "fx_confetti_yellow_2"
+ }
+ ]
+ },
+ "confetti_explosion":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.625000000,
+ "to": 0.625000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 10.000000954,
+ "to": 10.000000954
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 0.650000095,
+ "to": 0.650000095
+ },
+ "friction":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 0.350000113,
+ "to": 0.350000113
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "confetti_rotate_1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "confetti_rotate_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "confetti_rotate_3"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "confetti_rotate_4"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "confetti_rotate_5"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "confetti_rotate_6"
+ }
+ ]
+ },
+ "confetti_flying":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 1.000000119,
+ "to": 1.000000119
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000119,
+ "spawnRate":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -3.750000000,
+ "to": -3.750000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.750000000,
+ "to": 3.750000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 0.650000095,
+ "to": 0.650000095
+ },
+ "friction":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 0.350000113,
+ "to": 0.350000113
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "confetti_rotate_1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "confetti_rotate_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "confetti_rotate_3"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "confetti_rotate_4"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "confetti_rotate_5"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "confetti_rotate_6"
+ }
+ ]
+ },
+ "crippled_particle":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 0.750000119,
+ "to": 0.750000119
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 0.450000107,
+ "to": 0.450000107
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -1.500000000
+ },
+ "to":
+ {
+ "z": -1.500000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000072,
+ "spawnRate":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.425000012,
+ "to": 0.425000012
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.875000000,
+ "to": 0.875000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "cripple_particle"
+ }
+ ]
+ },
+ "crow_002_atk_shocked":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.150000006
+ },
+ "to":
+ {
+ "z": 0.150000006
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.600000024,
+ "to": -0.600000024
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_4"
+ }
+ ]
+ },
+ "crow_002_atk_shocked_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.150000006
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.150000006
+ },
+ "to":
+ {
+ "z": 0.150000006
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.600000024,
+ "to": -0.600000024
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_4"
+ }
+ ]
+ },
+ "crow_002_elecDagger_hit":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.400000006
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 9.000000000,
+ "y": 9.000000000,
+ "z": 9.000000000
+ },
+ "to":
+ {
+ "x": 9.000000000,
+ "y": 9.000000000,
+ "z": 9.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecDaggerHit_blue1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecDaggerHit_blue2"
+ }
+ ]
+ },
+ "crow_002_elecDagger_hit_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.400000006
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 9.000000000,
+ "y": 9.000000000,
+ "z": 9.000000000
+ },
+ "to":
+ {
+ "x": 9.000000000,
+ "y": 9.000000000,
+ "z": 9.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecDaggerHit_red1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecDaggerHit_red2"
+ }
+ ]
+ },
+ "crow_002_elecDagger_reached":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "crow_002_projectile_reached_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "crow_002_projectile_reached_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "crow_002_projectile_reached_3"
+ }
+ ]
+ },
+ "crow_002_elecDagger_reachedSpark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 2.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.299999952,
+ "to": 1.299999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.583333373,
+ "y1": 0.005208343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.400000006,
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecSpark_trail_blue_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecSpark_trail_blue_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecDagger_trail_blue1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecDagger_trail_blue2"
+ }
+ ]
+ },
+ "crow_002_elecDagger_reachedSpark_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 2.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.299999952,
+ "to": 1.299999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.583333373,
+ "y1": 0.005208343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.400000006,
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecSpark_trail_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecSpark_trail_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecDagger_trail_red1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecDagger_trail_red2"
+ }
+ ]
+ },
+ "crow_002_elecDagger_reached_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "crow_002_projectile_reached_red1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "crow_002_projectile_reached_red2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "crow_002_projectile_reached_red3"
+ }
+ ]
+ },
+ "crow_002_elecDagger_trail_blue":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.209999993,
+ "to": 0.209999993
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 2.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.583333373,
+ "y1": 0.005208343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.400000006,
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecDagger_trail_blue1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecDagger_trail_blue2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecDagger_trail_blue3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecDagger_trail_blue4"
+ }
+ ]
+ },
+ "crow_002_elecDagger_trail_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.209999993,
+ "to": 0.209999993
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 2.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.583333373,
+ "y1": 0.005208343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.400000006,
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecDagger_trail_red1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecDagger_trail_red2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecDagger_trail_red3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "elecDagger_trail_red4"
+ }
+ ]
+ },
+ "crow_002_ulti_jump":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "crow_002_ulti_jump"
+ }
+ ]
+ },
+ "crow_002_ulti_jump_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "crow_002_ulti_jump_red"
+ }
+ ]
+ },
+ "crow_003_atk_feather":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.349999994,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -1.018229127,
+ "x2": 1.000000000,
+ "y2": 0.002604187,
+ "from": 0.500000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -640.000000000,
+ "to": -240.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -320.000000000,
+ "to": -120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_angerFeather"
+ }
+ ]
+ },
+ "crow_003_atk_reached_knife":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -25.000000000
+ },
+ "to":
+ {
+ "z": -25.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.850000024,
+ "x2": 0.850000024,
+ "from": 0.699999988,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.473958343,
+ "y1": 0.005208343,
+ "x2": 0.072916687,
+ "y2": 0.986979187,
+ "from": 1500.000000000,
+ "to": 200.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_crow_knife_003"
+ }
+ ]
+ },
+ "crow_003_atk_reached_knife_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -25.000000000
+ },
+ "to":
+ {
+ "z": -25.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.850000024,
+ "x2": 0.850000024,
+ "from": 0.699999988,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.473958343,
+ "y1": 0.005208343,
+ "x2": 0.072916687,
+ "y2": 0.986979187,
+ "from": 1500.000000000,
+ "to": 200.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_crow_knife_003_red"
+ }
+ ]
+ },
+ "crow_004_atk_hit":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "crow_004_atk_hit_slash"
+ }
+ ]
+ },
+ "crow_004_atk_hit_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "crow_004_atk_hit_slash_red"
+ }
+ ]
+ },
+ "crow_004_atk_hit_skull":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.524999976
+ },
+ "to":
+ {
+ "z": 0.524999976
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.875000000,
+ "to": 0.875000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_byron_skull_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_byron_skull_2"
+ }
+ ]
+ },
+ "crow_004_atk_hit_skull_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.524999976
+ },
+ "to":
+ {
+ "z": 0.524999976
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.875000000,
+ "to": 0.875000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_byron_skull_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_byron_skull_2"
+ }
+ ]
+ },
+ "crow_004_atk_hit_star":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.524999976
+ },
+ "to":
+ {
+ "z": 0.524999976
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.875000000,
+ "to": 0.875000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_star"
+ }
+ ]
+ },
+ "crow_004_atk_hit_star_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.524999976
+ },
+ "to":
+ {
+ "z": 0.524999976
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.875000000,
+ "to": 0.875000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_star_add"
+ }
+ ]
+ },
+ "crow_004_atk_reached_knife":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -25.000000000
+ },
+ "to":
+ {
+ "z": -25.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.850000024,
+ "x2": 0.850000024,
+ "from": 0.699999988,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.473958343,
+ "y1": 0.005208343,
+ "x2": 0.072916687,
+ "y2": 0.986979187,
+ "from": 1500.000000000,
+ "to": 200.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "crow_004_reachedDagger"
+ }
+ ]
+ },
+ "crow_004_atk_reached_knife_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -25.000000000
+ },
+ "to":
+ {
+ "z": -25.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.850000024,
+ "x2": 0.850000024,
+ "from": 0.699999988,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.473958343,
+ "y1": 0.005208343,
+ "x2": 0.072916687,
+ "y2": 0.986979187,
+ "from": 1500.000000000,
+ "to": 200.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "crow_004_reachedDagger_red"
+ }
+ ]
+ },
+ "crow_004_atk_trail_skull":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "emitterDelay": 0.015000000,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "z": 0.300000012
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.550000012,
+ "durationJitter": 0.159999996,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.100000001,
+ "z": 0.100000001
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.100000001,
+ "z": 0.100000001
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnVelocityComponent",
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": -0.500000000
+ },
+ "to":
+ {
+ "x": -0.500000000
+ }
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": -1.200000048,
+ "y": -1.500000000
+ },
+ "to":
+ {
+ "x": -1.200000048,
+ "y": -1.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.388020843,
+ "y1": -0.463541657,
+ "x2": 0.835937500,
+ "y2": -0.075520813,
+ "from": 0.449999988,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_poison_icon"
+ }
+ ]
+ },
+ "crow_004_atk_trail_skull_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "emitterDelay": 0.015000000,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "z": 0.300000012
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.550000012,
+ "durationJitter": 0.159999996,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.100000001,
+ "z": 0.100000001
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.100000001,
+ "z": 0.100000001
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnVelocityComponent",
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": -0.500000000
+ },
+ "to":
+ {
+ "x": -0.500000000
+ }
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": -1.200000048,
+ "y": -1.500000000
+ },
+ "to":
+ {
+ "x": -1.200000048,
+ "y": -1.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.388020843,
+ "y1": -0.463541657,
+ "x2": 0.835937500,
+ "y2": -0.075520813,
+ "from": 0.449999988,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_poison_icon"
+ }
+ ]
+ },
+ "crow_004_atk_trail_star":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "emitterDelay": 0.015000000,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.524999976
+ },
+ "to":
+ {
+ "z": 0.524999976
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.550000012,
+ "durationJitter": 0.159999996,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.500000000,
+ "y": 0.300000012,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 1.500000000,
+ "y": 0.300000012,
+ "z": 0.300000012
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnVelocityComponent",
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": -2.000000000
+ },
+ "to":
+ {
+ "x": -2.000000000
+ }
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.388020843,
+ "y1": -0.463541657,
+ "x2": 0.835937500,
+ "y2": -0.075520813,
+ "from": 0.449999988,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "blendMode": 1
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_star"
+ }
+ ]
+ },
+ "crow_004_atk_trail_star1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "emitterDelay": 0.015000000,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.524999976
+ },
+ "to":
+ {
+ "z": 0.524999976
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.550000012,
+ "durationJitter": 0.159999996,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.500000000,
+ "y": 0.300000012,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 1.500000000,
+ "y": 0.300000012,
+ "z": 0.300000012
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnVelocityComponent",
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": -2.000000000
+ },
+ "to":
+ {
+ "x": -2.000000000
+ }
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.388020843,
+ "y1": -0.463541657,
+ "x2": 0.835937500,
+ "y2": -0.075520813,
+ "from": 0.449999988,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 1.000000000,
+ "z": 0.899999976
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 1.000000000,
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "blendMode": 1
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_star"
+ }
+ ]
+ },
+ "crow_004_atk_trail_star1_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "emitterDelay": 0.015000000,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.524999976
+ },
+ "to":
+ {
+ "z": 0.524999976
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.550000012,
+ "durationJitter": 0.159999996,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.500000000,
+ "y": 0.300000012,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 1.500000000,
+ "y": 0.300000012,
+ "z": 0.300000012
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnVelocityComponent",
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": -2.000000000
+ },
+ "to":
+ {
+ "x": -2.000000000
+ }
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.388020843,
+ "y1": -0.463541657,
+ "x2": 0.835937500,
+ "y2": -0.075520813,
+ "from": 0.449999988,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "blendMode": 1
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_star"
+ }
+ ]
+ },
+ "crow_004_atk_trail_star_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "emitterDelay": 0.015000000,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.524999976
+ },
+ "to":
+ {
+ "z": 0.524999976
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.550000012,
+ "durationJitter": 0.159999996,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.500000000,
+ "y": 0.300000012,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 1.500000000,
+ "y": 0.300000012,
+ "z": 0.300000012
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnVelocityComponent",
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": -2.000000000
+ },
+ "to":
+ {
+ "x": -2.000000000
+ }
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.388020843,
+ "y1": -0.463541657,
+ "x2": 0.835937500,
+ "y2": -0.075520813,
+ "from": 0.449999988,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "blendMode": 1
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_star"
+ }
+ ]
+ },
+ "crow_004_fire_spark_blue_short":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 60,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.200000003,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 1.500000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.119999997,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_blue_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_blue_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_blue_3"
+ }
+ ]
+ },
+ "crow_004_fire_spark_red_short":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 60,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.200000003,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 1.500000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.119999997,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_3"
+ }
+ ]
+ },
+ "crow_004_ulti_area":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "y1": -0.007812500,
+ "x2": 1.000000000,
+ "from": 7.300000191,
+ "to": 7.300000191
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.528645873,
+ "y1": -0.002604157,
+ "x2": 1.000000000,
+ "y2": 0.502604187,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.622395873,
+ "y1": 0.013020843,
+ "x2": 0.315104187,
+ "y2": 1.018229246,
+ "from": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "crow_004_ulti_area_mark"
+ }
+ ]
+ },
+ "crow_004_ulti_areaRing":
+ {
+ "enemyVersion": "Ring_trail_emitter_red",
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.419999987,
+ "to": 0.419999987
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 0.700520873,
+ "x2": 0.289062500,
+ "y2": 1.018229246,
+ "from": 0.200000003,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.699999988,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.699999988,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ringWave_add"
+ }
+ ]
+ },
+ "crow_004_ulti_areaRing_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 8,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.419999987,
+ "to": 0.419999987
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "from": 0.200000003,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.520833373,
+ "y1": 0.067708343,
+ "y2": 0.565104187,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.699999988,
+ "x2": -0.100000001,
+ "y2": 0.674479246,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.200000003,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ringWave_add"
+ }
+ ]
+ },
+ "crow_004_ulti_area_innerStar":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200000003,
+ "x2": -0.300000012,
+ "y2": 1.000000000,
+ "from": 2.000000000,
+ "to": 1.197000027
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.800000012,
+ "x2": 0.400000006,
+ "y2": 1.007812500,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.787500024,
+ "x2": 0.218750000,
+ "y2": 0.632812500,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "crow_004_ulti_star_spark"
+ }
+ ]
+ },
+ "crow_004_ulti_area_innerStar1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200000003,
+ "x2": 0.500000000,
+ "y2": 1.000000000,
+ "from": 4.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "y1": 0.800000012,
+ "x2": 0.200000003,
+ "y2": 1.000000000,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "crow_004_ulti_star_spark"
+ }
+ ]
+ },
+ "crow_004_ulti_area_innerStar_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200000003,
+ "x2": -0.300000012,
+ "y2": 1.000000000,
+ "from": 2.000000000,
+ "to": 1.197000027
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.800000012,
+ "x2": 0.400000006,
+ "y2": 1.007812500,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.787500024,
+ "x2": 0.218750000,
+ "y2": 0.632812500,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "crow_004_ulti_star_spark"
+ }
+ ]
+ },
+ "crow_004_ulti_area_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "y1": -0.007812500,
+ "x2": 1.000000000,
+ "from": 7.300000191,
+ "to": 7.300000191
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.528645873,
+ "y1": -0.002604157,
+ "x2": 1.000000000,
+ "y2": 0.502604187,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.622395873,
+ "y1": 0.013020843,
+ "x2": 0.315104187,
+ "y2": 1.018229246,
+ "from": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "crow_004_ulti_area_mark_red"
+ }
+ ]
+ },
+ "crow_004_ulti_area_star":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200000003,
+ "x2": -0.300000012,
+ "y2": 1.000000000,
+ "from": 3.000000000,
+ "to": 1.399999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.800000012,
+ "x2": 0.400000006,
+ "y2": 1.007812500,
+ "from":
+ {
+ "x": 0.600000024,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.400000006,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.850000024,
+ "x2": 0.359375000,
+ "y2": 0.679687500,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "crow_004_ulti_star_spark"
+ }
+ ]
+ },
+ "crow_004_ulti_area_star_glow":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 3
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 0.550000012,
+ "x2": 0.200000003,
+ "y2": 1.000000000,
+ "from": 6.000000000,
+ "to": 7.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.612500012,
+ "x2": 0.125000000,
+ "y2": 0.960937500,
+ "from":
+ {
+ "y": 0.800000012,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 0.010000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.732812524,
+ "y1": -0.015625000,
+ "x2": 0.421875000,
+ "y2": 0.945312500,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.699999988,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "crow_004_ulti_star_sparkGlow"
+ }
+ ]
+ },
+ "crow_004_ulti_area_star_glow_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 3
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 0.550000012,
+ "x2": 0.200000003,
+ "y2": 1.000000000,
+ "from": 6.000000000,
+ "to": 7.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.612500012,
+ "x2": 0.125000000,
+ "y2": 0.960937500,
+ "from":
+ {
+ "x": 0.800000012,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "z": 0.100000001
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.732812524,
+ "y1": -0.015625000,
+ "x2": 0.421875000,
+ "y2": 0.945312500,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.699999988,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "crow_004_ulti_star_sparkGlow"
+ }
+ ]
+ },
+ "crow_004_ulti_area_star_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200000003,
+ "x2": -0.300000012,
+ "y2": 1.000000000,
+ "from": 3.000000000,
+ "to": 1.399999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.800000012,
+ "x2": 0.400000006,
+ "y2": 1.007812500,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.600000024,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.100000001,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.850000024,
+ "x2": 0.359375000,
+ "y2": 0.679687500,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "crow_004_ulti_star_spark"
+ }
+ ]
+ },
+ "crow_004_ulti_crack":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.799999952,
+ "to": 1.799999952
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.349999994,
+ "y1": 0.007812500,
+ "x2": -0.100000001,
+ "y2": 1.000000000,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 0.150000006,
+ "z": 0.250000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 0.150000006,
+ "z": 0.250000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "crow_004_ulti_crack"
+ }
+ ]
+ },
+ "crow_004_ulti_crack_above":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.299999952,
+ "to": 1.299999952
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "crow_004_ulti_crack_above"
+ }
+ ]
+ },
+ "crow_004_ulti_crack_above_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.299999952,
+ "to": 1.299999952
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "crow_004_ulti_crack_above"
+ }
+ ]
+ },
+ "crow_004_ulti_glow":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 0.750000000,
+ "y2": 1.000000000,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.645833373,
+ "y1": 0.005208343,
+ "x2": 0.221354187,
+ "y2": 0.971354187,
+ "from":
+ {
+ "x": 0.100000001,
+ "y": 0.400000006,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.500000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.400000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_glow"
+ }
+ ]
+ },
+ "crow_004_ulti_glow_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 0.750000000,
+ "y2": 1.000000000,
+ "to": 6.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.645833373,
+ "y1": 0.005208343,
+ "x2": 0.221354187,
+ "y2": 0.971354187,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.100000001,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.400000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_glow"
+ }
+ ]
+ },
+ "crow_004_ulti_impact":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.427083373,
+ "y1": 0.013020843,
+ "x2": 0.104166687,
+ "y2": 1.049479246,
+ "from": 5.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "crow_004_ulti_impact"
+ }
+ ]
+ },
+ "crow_004_ulti_impact_Dot":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 8
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_diamond_spread_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_diamond_spread_2"
+ }
+ ]
+ },
+ "crow_004_ulti_impact_Dot_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 8
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_diamond_spread_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_diamond_spread_2"
+ }
+ ]
+ },
+ "crow_004_ulti_jump":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "crow_004_ulti_jump"
+ }
+ ]
+ },
+ "crow_004_ulti_jump_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "crow_004_ulti_jump_red"
+ }
+ ]
+ },
+ "crow_004_ulti_ringGlow":
+ {
+ "enemyVersion": "Ring_trail_emitter_red",
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.645833373,
+ "y1": 0.028645843,
+ "x2": 0.979166687,
+ "y2": 0.479166687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to": {}
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "blendMode": 2
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ringGlow"
+ }
+ ]
+ },
+ "crow_004_ulti_ringGlow_red":
+ {
+ "enemyVersion": "Ring_trail_emitter_red",
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.645833373,
+ "y1": 0.028645843,
+ "x2": 0.979166687,
+ "y2": 0.479166687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.800000012
+ },
+ "to": {}
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "blendMode": 2
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ringGlow"
+ }
+ ]
+ },
+ "crow_004_ulti_spawnLight":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 8,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 2
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 20.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.520833373,
+ "y1": 0.067708343,
+ "y2": 0.565104187,
+ "from":
+ {
+ "x": 0.400000006,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.400000006,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.699999988,
+ "x2": -0.100000001,
+ "y2": 0.674479246,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 270.000000000,
+ "to": 270.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "crow_004_ulti_spotlight"
+ }
+ ]
+ },
+ "crow_004_ulti_spawnLight_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 8,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 2
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 20.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.520833373,
+ "y1": 0.067708343,
+ "y2": 0.565104187,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.899999976
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.100000001,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.699999988,
+ "x2": -0.100000001,
+ "y2": 0.674479246,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 270.000000000,
+ "to": 270.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "crow_004_ulti_spotlight"
+ }
+ ]
+ },
+ "crow_def_atk_reached_knife":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -25.000000000
+ },
+ "to":
+ {
+ "z": -25.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.850000024,
+ "x2": 0.850000024,
+ "from": 0.699999988,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.473958343,
+ "y1": 0.005208343,
+ "x2": 0.072916687,
+ "y2": 0.986979187,
+ "from": 1500.000000000,
+ "to": 200.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_crow_knife"
+ }
+ ]
+ },
+ "crow_def_atk_reached_knife_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -25.000000000
+ },
+ "to":
+ {
+ "z": -25.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.949999988,
+ "x2": 0.800000012,
+ "from": 0.600000024,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.473958343,
+ "y1": 0.005208343,
+ "x2": 0.072916687,
+ "y2": 0.986979187,
+ "from": 1500.000000000,
+ "to": 200.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_crow_knife_red"
+ }
+ ]
+ },
+ "crow_def_atk_trail_skull":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "emitterDelay": 0.015000000,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.524999976
+ },
+ "to":
+ {
+ "z": 0.524999976
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.550000012,
+ "durationJitter": 0.159999996,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 14.000000000,
+ "to": 14.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.100000001,
+ "y": 0.100000001,
+ "z": 0.100000001
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.100000001,
+ "z": 0.100000001
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.100000001,
+ "to": -0.100000001
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.388020843,
+ "y1": -0.463541657,
+ "x2": 0.835937500,
+ "y2": -0.075520813,
+ "from": 0.449999988,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.349999994,
+ "y": 0.800000012,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 0.349999994,
+ "y": 0.800000012,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_poison_icon"
+ }
+ ]
+ },
+ "crow_flame_trail_large_particle":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.524999976
+ },
+ "to":
+ {
+ "z": 0.524999976
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "durationJitter": -0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.045000002,
+ "to": -0.045000002
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.045000002,
+ "to": 0.045000002
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.800000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "dynamike_spark"
+ }
+ ]
+ },
+ "crow_flame_trail_small_particle":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.524999976
+ },
+ "to":
+ {
+ "z": 0.524999976
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "durationJitter": -0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.599999905,
+ "to": 2.599999905
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.045000002,
+ "to": -0.045000002
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.045000002,
+ "to": 0.045000002
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.699999988,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "dynamike_spark"
+ }
+ ]
+ },
+ "darryl_002_soysource":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.500000000,
+ "scale":
+ {
+ "y1": 1.028645873,
+ "x2": 0.299479187,
+ "y2": 1.010416746,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.078000002,
+ "y": 0.109999999,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 0.078000002,
+ "y": 0.109999999,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_5"
+ }
+ ]
+ },
+ "darryl_002_soysource_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.500000000,
+ "scale":
+ {
+ "y1": 1.028645873,
+ "x2": 0.299479187,
+ "y2": 1.010416746,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.078000002,
+ "z": 0.078000002
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.078000002,
+ "z": 0.078000002
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_5"
+ }
+ ]
+ },
+ "darryl_003_atkEnd":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -15.000000000
+ },
+ "to":
+ {
+ "z": -15.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.500000000,
+ "to": 6.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 6.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 6.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": -0.713541627,
+ "x2": 0.861979187,
+ "y2": 0.244791687,
+ "from": 0.500000000,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.505208373,
+ "y1": 0.200520843,
+ "x2": 0.244791687,
+ "y2": 0.908854187,
+ "from": 40.000000000,
+ "to": 520.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_confetti_blueEnd"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_confetti_greenEnd"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_confetti_yellowEnd"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_confetti_blueEnd"
+ }
+ ]
+ },
+ "darryl_003_atkEnd_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -15.000000000
+ },
+ "to":
+ {
+ "z": -15.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.500000000,
+ "to": 6.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 6.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 6.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": -0.713541627,
+ "x2": 0.861979187,
+ "y2": 0.244791687,
+ "from": 0.500000000,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.505208373,
+ "y1": 0.200520843,
+ "x2": 0.244791687,
+ "y2": 0.908854187,
+ "from": 40.000000000,
+ "to": 520.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_confetti_redEnd"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_confetti_redEnd"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_confetti_purpleEnd"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_confetti_orangeEnd"
+ }
+ ]
+ },
+ "darryl_003_atk_confetti":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.223958343,
+ "y1": 0.419270873,
+ "x2": 0.018229187,
+ "y2": 0.986979187,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -25.000000000,
+ "to": -25.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 25.000000000,
+ "to": 25.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.739583373,
+ "y1": 0.106770843,
+ "x2": 0.791666687,
+ "y2": 0.416666687,
+ "from": 0.250000000,
+ "to": 0.050000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.219999999,
+ "y": 0.699999988,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.219999999,
+ "y": 0.699999988,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_6"
+ }
+ ]
+ },
+ "darryl_003_atk_confetti_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.223958343,
+ "y1": 0.419270873,
+ "x2": 0.018229187,
+ "y2": 0.986979187,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -25.000000000,
+ "to": -25.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 25.000000000,
+ "to": 25.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.630208373,
+ "y1": 0.083333343,
+ "x2": 0.752604187,
+ "y2": 0.471354187,
+ "from": 0.250000000,
+ "to": 0.050000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.899999976,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.899999976,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_6"
+ }
+ ]
+ },
+ "darryl_003_atk_confetti_2_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.223958343,
+ "y1": 0.419270873,
+ "x2": 0.018229187,
+ "y2": 0.986979187,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -25.000000000,
+ "to": -25.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 25.000000000,
+ "to": 25.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.630208373,
+ "y1": 0.083333343,
+ "x2": 0.752604187,
+ "y2": 0.471354187,
+ "from": 0.250000000,
+ "to": 0.050000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.349999994
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.349999994
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_6"
+ }
+ ]
+ },
+ "darryl_003_atk_confetti_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.223958343,
+ "y1": 0.419270873,
+ "x2": 0.018229187,
+ "y2": 0.986979187,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -25.000000000,
+ "to": -25.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 25.000000000,
+ "to": 25.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.739583373,
+ "y1": 0.106770843,
+ "x2": 0.791666687,
+ "y2": 0.416666687,
+ "from": 0.250000000,
+ "to": 0.050000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.150000006,
+ "z": 0.449999988
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.150000006,
+ "z": 0.449999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_6"
+ }
+ ]
+ },
+ "darryl_003_atk_trail_confetti":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "emitterDelay": 0.150000006,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.180000007,
+ "to": 0.180000007
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -20.000000000
+ },
+ "to":
+ {
+ "z": -20.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.239999995,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 18.000000000,
+ "to": 18.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000,
+ "z": 6.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000,
+ "z": 6.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.739583373,
+ "y1": -0.619791627,
+ "x2": 1.000000000,
+ "y2": -0.020833313,
+ "from": 0.150000006,
+ "to": 0.050000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_confetti_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_confetti_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_confetti_3"
+ }
+ ]
+ },
+ "darryl_003_atk_trail_confetti_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "emitterDelay": 0.150000006,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.180000007,
+ "to": 0.180000007
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -20.000000000
+ },
+ "to":
+ {
+ "z": -20.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.239999995,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 18.000000000,
+ "to": 18.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000,
+ "z": 6.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000,
+ "z": 6.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.739583373,
+ "y1": -0.619791627,
+ "x2": 1.000000000,
+ "y2": -0.020833313,
+ "from": 0.150000006,
+ "to": 0.050000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_confetti_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_confetti_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_confetti_6"
+ }
+ ]
+ },
+ "darryl_004_atkHit_dots":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 240.000000000,
+ "to": 240.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.927083373,
+ "y1": 0.005208343,
+ "x2": 0.859375000,
+ "y2": 0.111979187,
+ "from": 0.119999997,
+ "to": 0.020000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_blink_ellipse"
+ }
+ ]
+ },
+ "darryl_004_atkHit_dots_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 240.000000000,
+ "to": 240.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.927083373,
+ "y1": 0.005208343,
+ "x2": 0.859375000,
+ "y2": 0.111979187,
+ "from": 0.119999997,
+ "to": 0.020000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.250000000,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.250000000,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_blink_ellipse"
+ }
+ ]
+ },
+ "darryl_004_atkHit_whirl":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 5.000000000
+ },
+ "to":
+ {
+ "z": 5.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 300.000000000,
+ "to": 300.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.138020873,
+ "y1": 0.747395873,
+ "x2": 0.291666687,
+ "y2": 0.947916687,
+ "from": 0.200000003,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.100000001,
+ "y": 0.400000006,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.400000006,
+ "z": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 800.000000000,
+ "to": 800.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twirl_2"
+ }
+ ]
+ },
+ "darryl_004_atkHit_whirl_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 5.000000000
+ },
+ "to":
+ {
+ "z": 5.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 300.000000000,
+ "to": 300.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.138020873,
+ "y1": 0.747395873,
+ "x2": 0.291666687,
+ "y2": 0.947916687,
+ "from": 0.200000003,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.699999988,
+ "y": 0.200000003,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 0.699999988,
+ "y": 0.200000003,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 800.000000000,
+ "to": 800.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twirl_2"
+ }
+ ]
+ },
+ "darryl_004_atk_red_whirl":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.219999999,
+ "to": 0.219999999
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.567708373,
+ "y1": 0.091145843,
+ "x2": 0.924479187,
+ "y2": 0.549479187,
+ "from": 0.699999988,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "z": 0.200000003
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "z": 0.200000003
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 800.000000000,
+ "to": 800.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twirl_2"
+ }
+ ]
+ },
+ "darryl_004_atk_red_whirl_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.219999999,
+ "to": 0.219999999
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.567708373,
+ "y1": 0.091145843,
+ "x2": 0.924479187,
+ "y2": 0.549479187,
+ "from": 0.699999988,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.400000006,
+ "z": 0.449999988
+ },
+ "to":
+ {
+ "x": 0.400000006,
+ "z": 0.449999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 800.000000000,
+ "to": 800.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twirl_2"
+ }
+ ]
+ },
+ "darryl_004_atk_trail_dots":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.927083373,
+ "y1": 0.005208343,
+ "x2": 0.859375000,
+ "y2": 0.111979187,
+ "from": 0.119999997,
+ "to": 0.020000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_blink_ellipse"
+ }
+ ]
+ },
+ "darryl_004_atk_trail_dots_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.927083373,
+ "y1": 0.005208343,
+ "x2": 0.859375000,
+ "y2": 0.111979187,
+ "from": 0.119999997,
+ "to": 0.020000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_blink_ellipse"
+ }
+ ]
+ },
+ "darryl_004_atk_whirl":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.219999999,
+ "to": 0.219999999
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.567708373,
+ "y1": 0.091145843,
+ "x2": 0.924479187,
+ "y2": 0.549479187,
+ "from": 0.699999988,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.100000001,
+ "y": 0.400000006,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.400000006,
+ "z": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 800.000000000,
+ "to": 800.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twirl_2"
+ }
+ ]
+ },
+ "darryl_004_atk_whirl_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.180000007,
+ "to": 0.180000007
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.567708373,
+ "y1": 0.091145843,
+ "x2": 0.924479187,
+ "y2": 0.549479187,
+ "from": 0.699999988,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.600000024,
+ "y": 0.200000003,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 0.600000024,
+ "y": 0.200000003,
+ "z": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 800.000000000,
+ "to": 800.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twirl_2"
+ }
+ ]
+ },
+ "driller_002_atk_shock":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.085937500,
+ "y1": 0.843750000,
+ "x2": 0.150000006,
+ "y2": 1.000000000,
+ "from": 0.500000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "driller_002_elecWave"
+ }
+ ]
+ },
+ "driller_002_atk_shock_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.085937500,
+ "y1": 0.843750000,
+ "x2": 0.150000006,
+ "y2": 1.000000000,
+ "from": 0.500000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "driller_002_elecWave_red"
+ }
+ ]
+ },
+ "driller_002_atk_spark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.300000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.600000024,
+ "to": 2.599999905
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.799999952,
+ "to": 3.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_purple_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_purple_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_purple_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_purple_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_4"
+ }
+ ]
+ },
+ "driller_002_atk_spark_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.300000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.600000024,
+ "to": 2.599999905
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.799999952,
+ "to": 3.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_purple_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_purple_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_purple_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_purple_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_4"
+ }
+ ]
+ },
+ "driller_002_moving_spark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.300000191,
+ "to": 5.300000191
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.184895873,
+ "y1": 0.669270873,
+ "x2": 0.369791687,
+ "y2": 0.861979246,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_purple_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_purple_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_purple_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_purple_4"
+ }
+ ]
+ },
+ "driller_002_moving_spark_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.300000191,
+ "to": 5.300000191
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.184895873,
+ "y1": 0.669270873,
+ "x2": 0.369791687,
+ "y2": 0.861979246,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_purple_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_purple_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_purple_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_purple_4"
+ }
+ ]
+ },
+ "driller_003_atk_center":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.479999989,
+ "to": 0.479999989
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.130208343,
+ "y1": 0.723958373,
+ "x2": 0.416666687,
+ "y2": 0.947916687,
+ "from": 1.200000048,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "water_splash_center"
+ }
+ ]
+ },
+ "driller_003_atk_center_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.479999989,
+ "to": 0.479999989
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.130208343,
+ "y1": 0.723958373,
+ "x2": 0.416666687,
+ "y2": 0.947916687,
+ "from": 1.200000048,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "water_splash_center_red"
+ }
+ ]
+ },
+ "driller_003_atk_droplets":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.927083373,
+ "y1": -0.010416657,
+ "x2": 0.861979187,
+ "y2": 0.197916687,
+ "from":
+ {
+ "z": -24.000000000
+ },
+ "to":
+ {
+ "z": -20.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 16
+ }
+ ]
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.600000024,
+ "to": 1.600000024
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.799999952,
+ "to": 1.799999952
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.500000000,
+ "to": 3.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.786458373,
+ "y1": 0.005208343,
+ "x2": 0.885416687,
+ "y2": 0.151041687,
+ "from": 0.300000012,
+ "to": 0.079999998
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_droplet_1"
+ }
+ ]
+ },
+ "driller_003_atk_droplets_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.927083373,
+ "y1": -0.010416657,
+ "x2": 0.861979187,
+ "y2": 0.197916687,
+ "from":
+ {
+ "z": -24.000000000
+ },
+ "to":
+ {
+ "z": -20.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 16
+ }
+ ]
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.600000024,
+ "to": 1.600000024
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.799999952,
+ "to": 1.799999952
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.500000000,
+ "to": 3.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.786458373,
+ "y1": 0.005208343,
+ "x2": 0.885416687,
+ "y2": 0.151041687,
+ "from": 0.300000012,
+ "to": 0.079999998
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_droplet_2"
+ }
+ ]
+ },
+ "driller_003_atk_groundImpact":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.050000001,
+ "y1": 0.899999976,
+ "x2": -0.600000024,
+ "y2": 1.049999952,
+ "from": 0.500000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.300000012,
+ "y1": 0.200000003,
+ "x2": -0.400000006,
+ "y2": 1.049999952,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.319999993,
+ "y": 0.224999994,
+ "z": 0.280000001
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_groundImpact"
+ }
+ ]
+ },
+ "driller_003_atk_groundImpact_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.050000001,
+ "y1": 0.899999976,
+ "x2": -0.600000024,
+ "y2": 1.049999952,
+ "from": 0.500000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.300000012,
+ "y1": 0.200000003,
+ "x2": -0.400000006,
+ "y2": 1.049999952,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.319999993,
+ "y": 0.224999994,
+ "z": 0.280000001
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_groundImpact_red"
+ }
+ ]
+ },
+ "driller_003_atk_splash":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.560000002,
+ "to": 0.560000002
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 15
+ }
+ ]
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000,
+ "z": 8.000000000
+ },
+ "to":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000,
+ "z": 8.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.184895843,
+ "y1": 0.708333373,
+ "x2": 0.440104187,
+ "y2": 0.893229187,
+ "from": 0.560000002,
+ "to": 0.819999993
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -90.000000000,
+ "to": -90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "water_splash_type1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "water_splash_type2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "water_splash_type3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "water_splash_type3"
+ }
+ ]
+ },
+ "driller_003_atk_splash_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.560000002,
+ "to": 0.560000002
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 15
+ }
+ ]
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000,
+ "z": 8.000000000
+ },
+ "to":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000,
+ "z": 8.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.184895843,
+ "y1": 0.708333373,
+ "x2": 0.440104187,
+ "y2": 0.893229187,
+ "from": 0.560000002,
+ "to": 0.819999993
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -90.000000000,
+ "to": -90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "water_splash_type1_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "water_splash_type2_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "water_splash_type3_red"
+ }
+ ]
+ },
+ "driller_003_atk_splash_ring":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.150000006,
+ "y1": 1.000000000,
+ "x2": 0.200000003,
+ "y2": 1.000000000,
+ "from": 0.400000006,
+ "to": 0.529999971
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.074510001,
+ "y": 0.674510002,
+ "z": 0.949020028
+ },
+ "to":
+ {
+ "x": 0.074510001,
+ "y": 0.674510002,
+ "z": 0.949020028
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "water_splash_ring"
+ }
+ ]
+ },
+ "driller_003_atk_splash_ring_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.150000006,
+ "y1": 1.000000000,
+ "x2": 0.200000003,
+ "y2": 1.000000000,
+ "from": 0.400000006,
+ "to": 0.529999971
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.909803987,
+ "y": 0.333332986,
+ "z": 0.466666996
+ },
+ "to":
+ {
+ "x": 0.909803987,
+ "y": 0.333332986,
+ "z": 0.466666996
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "water_splash_ring"
+ }
+ ]
+ },
+ "driller_003_atk_twinkles":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.400000006
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -20.000000000
+ },
+ "to":
+ {
+ "z": -20.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 15
+ }
+ ]
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 7.000000000,
+ "y": 7.000000000,
+ "z": 8.000000000
+ },
+ "to":
+ {
+ "x": 7.000000000,
+ "y": 7.000000000,
+ "z": 8.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.500000000,
+ "to": 6.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.400000006,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.400000006,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04_add_short"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_05_add_short"
+ }
+ ]
+ },
+ "driller_003_atk_twinkles_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.400000006
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -20.000000000
+ },
+ "to":
+ {
+ "z": -20.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 15
+ }
+ ]
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 7.000000000,
+ "y": 7.000000000,
+ "z": 8.000000000
+ },
+ "to":
+ {
+ "x": 7.000000000,
+ "y": 7.000000000,
+ "z": 8.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.500000000,
+ "to": 6.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04_add_short"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_05_add_short"
+ }
+ ]
+ },
+ "driller_003_ulti_boundary":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.399999619,
+ "to": 9.399999619
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.600000024,
+ "z": 0.899999976
+ },
+ "to":
+ {
+ "y": 0.600000024,
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.161458343,
+ "y1": 0.958333373,
+ "x2": 0.158854187,
+ "y2": 0.994791687,
+ "to": 0.300000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ring_blurry"
+ }
+ ]
+ },
+ "driller_003_ulti_boundary_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.399999619,
+ "to": 9.399999619
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.750000000,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 0.750000000,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.161458343,
+ "y1": 0.958333373,
+ "x2": 0.158854187,
+ "y2": 0.994791687,
+ "to": 0.300000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ring_blurry"
+ }
+ ]
+ },
+ "driller_003_ulti_dim":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.700000048,
+ "to": 1.700000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 0.250000000
+ },
+ "to":
+ {
+ "z": 0.250000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.184895843,
+ "y1": 0.981770873,
+ "x2": 0.072916687,
+ "y2": 0.994791687,
+ "to": 0.400000006
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_circle_big"
+ }
+ ]
+ },
+ "driller_003_ulti_dim_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.700000048,
+ "to": 1.700000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.239999995
+ },
+ "to":
+ {
+ "x": 0.239999995
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.184895843,
+ "y1": 0.981770873,
+ "x2": 0.072916687,
+ "y2": 0.994791687,
+ "to": 0.400000006
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_circle_big"
+ }
+ ]
+ },
+ "driller_003_ulti_ground_frags":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 200,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.280000001,
+ "to": 0.280000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.070000000,
+ "to": 0.070000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 1.000000000,
+ "c": 10
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.750000000,
+ "to": 1.649999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.699999988,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.699999988,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.184895843,
+ "y1": 0.505208373,
+ "x2": 0.502604187,
+ "y2": 0.901041687,
+ "from": -80.000000000,
+ "to": -40.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_water_frag_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_water_frag_2"
+ }
+ ]
+ },
+ "driller_003_ulti_ground_frags_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 200,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.280000001,
+ "to": 0.280000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.070000000,
+ "to": 0.070000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 1.000000000,
+ "c": 10
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.750000000,
+ "to": 1.649999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.819607973,
+ "z": 0.839215994
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.819607973,
+ "z": 0.839215994
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.184895843,
+ "y1": 0.505208373,
+ "x2": 0.502604187,
+ "y2": 0.901041687,
+ "from": -80.000000000,
+ "to": -40.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_water_frag_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_water_frag_2"
+ }
+ ]
+ },
+ "driller_003_ulti_ground_ring":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.799999952,
+ "to": 1.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.699999988,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.699999988,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -30.000000000,
+ "to": -30.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_water_ring"
+ }
+ ]
+ },
+ "driller_003_ulti_ground_ring_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.799999952,
+ "to": 1.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.819607973,
+ "z": 0.839215994
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.819607973,
+ "z": 0.839215994
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -30.000000000,
+ "to": -30.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_water_ring"
+ }
+ ]
+ },
+ "driller_003_ulti_splash":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.300000012,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.250000000,
+ "y1": -1.200000048,
+ "x2": 0.850000024,
+ "y2": -0.649999976,
+ "from": 1.500000000,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.550000012,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.550000012,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "water_whirl_center"
+ }
+ ]
+ },
+ "driller_003_ulti_splash_above":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.300000012,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.850000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.250000000,
+ "y1": -1.200000048,
+ "x2": 0.850000024,
+ "y2": -0.649999976,
+ "from": 1.000000000,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.119999997,
+ "y": 0.850000024,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.119999997,
+ "y": 0.850000024,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "water_whirl_center"
+ }
+ ]
+ },
+ "driller_003_ulti_splash_above_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.300000012,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.850000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.250000000,
+ "y1": -1.200000048,
+ "x2": 0.850000024,
+ "y2": -0.649999976,
+ "from": 1.000000000,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.501960993,
+ "z": 0.584313989
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.501960993,
+ "z": 0.584313989
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "water_whirl_center"
+ }
+ ]
+ },
+ "driller_003_ulti_splash_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.300000012,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.250000000,
+ "y1": -1.200000048,
+ "x2": 0.850000024,
+ "y2": -0.649999976,
+ "from": 1.500000000,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.819607973,
+ "z": 0.839215994
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.819607973,
+ "z": 0.839215994
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "water_whirl_center"
+ }
+ ]
+ },
+ "driller_003_ulti_twirl":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.899999976,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.309895843,
+ "y1": 0.348958343,
+ "x2": 0.557291687,
+ "y2": 0.815104187,
+ "from": 5.000000000,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.500000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.500000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 0.899999976,
+ "x2": 0.300000012,
+ "y2": 1.000000000,
+ "to": 0.300000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -240.000000000,
+ "to": -240.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.119999997,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_circle_twirl_add"
+ }
+ ]
+ },
+ "driller_003_ulti_twirl_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.899999976,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.309895843,
+ "y1": 0.348958343,
+ "x2": 0.557291687,
+ "y2": 0.815104187,
+ "from": 5.000000000,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.100000001,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.100000001,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 0.899999976,
+ "x2": 0.300000012,
+ "y2": 1.000000000,
+ "to": 0.300000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -240.000000000,
+ "to": -240.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.119999997,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_circle_twirl_add"
+ }
+ ]
+ },
+ "driller_003_ulti_waterFrags":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.259999990,
+ "to": 0.259999990
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.400000006
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 24.000000000,
+ "to": 24.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.199999809,
+ "to": 4.199999809
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.400000095,
+ "to": 4.400000095
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.949999988,
+ "c": 16
+ },
+ {
+ "t": 1.049999952,
+ "c": 8
+ },
+ {
+ "t": 1.100000024,
+ "c": 4
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.794270873,
+ "y1": -1.096354127,
+ "x2": 0.924479187,
+ "y2": 0.260416687,
+ "from": 1.799999952,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.699999988,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.699999988,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_circle"
+ }
+ ]
+ },
+ "driller_003_ulti_waterFrags_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.259999990,
+ "to": 0.259999990
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.400000006
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 24.000000000,
+ "to": 24.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.199999809,
+ "to": 4.199999809
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.400000095,
+ "to": 4.400000095
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.949999988,
+ "c": 16
+ },
+ {
+ "t": 1.049999952,
+ "c": 8
+ },
+ {
+ "t": 1.100000024,
+ "c": 4
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.794270873,
+ "y1": -1.096354127,
+ "x2": 0.924479187,
+ "y2": 0.260416687,
+ "from": 1.799999952,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.819607973,
+ "z": 0.839215994
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.819607973,
+ "z": 0.839215994
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_circle"
+ }
+ ]
+ },
+ "driller_003_ulti_whirl":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.550000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 4
+ },
+ {
+ "t": 0.500000000,
+ "c": 2
+ },
+ {
+ "t": 0.524999976,
+ "c": 1
+ },
+ {
+ "t": 0.550000012,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.779999971,
+ "to": 1.779999971
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -30.000000000,
+ "to": -30.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "water_whirlpool"
+ }
+ ]
+ },
+ "driller_003_ulti_whirl_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.550000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 4
+ },
+ {
+ "t": 0.500000000,
+ "c": 2
+ },
+ {
+ "t": 0.524999976,
+ "c": 1
+ },
+ {
+ "t": 0.550000012,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.779999971,
+ "to": 1.779999971
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -30.000000000,
+ "to": -30.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "water_whirlpool_red"
+ }
+ ]
+ },
+ "driller_def_atk_fragments":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.699999988,
+ "y1": 0.250000000,
+ "x2": 0.385416687,
+ "y2": 1.010416746,
+ "from": 0.100000001,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.349999994,
+ "spawnRate":
+ {
+ "x1": 0.427083343,
+ "y1": 0.044270843,
+ "x2": 0.338541687,
+ "y2": 0.979166687,
+ "from": 180.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.250000000,
+ "y1": 0.600000024,
+ "x2": 0.500000000,
+ "y2": 1.000000000,
+ "from": 0.100000001,
+ "to": 3.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.250000000,
+ "y1": 0.600000024,
+ "x2": 0.500000000,
+ "y2": 1.000000000,
+ "from": 0.150000006,
+ "to": 3.099999905
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.692708373,
+ "y1": 0.067708343,
+ "x2": 0.486979187,
+ "y2": 0.830729187,
+ "from": -5.000000000,
+ "to": -0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.661458373,
+ "y1": 0.059895843,
+ "x2": 0.455729187,
+ "y2": 0.838541687,
+ "from": 5.000000000,
+ "to": 0.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.500000000,
+ "x2": 0.600000024,
+ "y2": 0.800000012,
+ "from": 12.000000000,
+ "to": 6.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.500000000,
+ "x2": 0.600000024,
+ "y2": 0.800000012,
+ "from": 20.000000000,
+ "to": 12.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.138020843,
+ "y1": -1.393229127,
+ "x2": 1.000000000,
+ "y2": -0.333333313,
+ "from": 0.449999988,
+ "to": 0.119999997
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 1.000000000,
+ "y1": -0.002604157,
+ "y2": 1.002604246,
+ "from": 400.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.800000012,
+ "y1": 0.300000012,
+ "x2": -0.500000000,
+ "y2": 1.000000000,
+ "from": 2100.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_6"
+ }
+ ]
+ },
+ "driller_def_atk_groundCrack":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.050000001,
+ "y1": 0.899999976,
+ "x2": -0.600000024,
+ "y2": 1.049999952,
+ "from": 0.500000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.300000012,
+ "y1": 0.200000003,
+ "x2": -0.400000006,
+ "y2": 1.049999952,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.319999993,
+ "y": 0.224999994,
+ "z": 0.280000001
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_groundCrack"
+ }
+ ]
+ },
+ "driller_def_atk_groundCrack_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.050000001,
+ "y1": 0.899999976,
+ "x2": -0.600000024,
+ "y2": 1.049999952,
+ "from": 0.500000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.300000012,
+ "y1": 0.200000003,
+ "x2": -0.400000006,
+ "y2": 1.049999952,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.319999993,
+ "y": 0.224999994,
+ "z": 0.280000001
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_groundCrack_red"
+ }
+ ]
+ },
+ "driller_def_moving_dust":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.650000095,
+ "to": 2.650000095
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.184895873,
+ "y1": 0.669270873,
+ "x2": 0.369791687,
+ "y2": 0.861979246,
+ "from": 0.250000000,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_small_01_dust"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloudExplode_small_02_dust"
+ }
+ ]
+ },
+ "driller_def_moving_frag":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -40.000000000
+ },
+ "to":
+ {
+ "z": -40.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 0.899999976,
+ "from": 0.500000000,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_6"
+ }
+ ]
+ },
+ "driller_def_moving_hole":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.100000001
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.650000095,
+ "to": 2.650000095
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.419999987,
+ "to": 0.419999987
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.100000001,
+ "y": 0.020000000,
+ "z": 0.059999999
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.020000000,
+ "z": 0.059999999
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_drill_hole"
+ }
+ ]
+ },
+ "driller_def_ulti_circle":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.850000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.497395843,
+ "y1": 0.098958343,
+ "x2": 0.713541687,
+ "y2": 0.565104187,
+ "from": 5.800000191,
+ "to": 4.199999809
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.122395843,
+ "y1": 0.794270873,
+ "x2": 0.080729187,
+ "y2": 0.986979246,
+ "from": 0.150000006,
+ "to": 0.699999988
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1200.000000000,
+ "to": 1200.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_areaRing_fire"
+ }
+ ]
+ },
+ "driller_def_ulti_circle_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.850000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.497395843,
+ "y1": 0.098958343,
+ "x2": 0.713541687,
+ "y2": 0.565104187,
+ "from": 5.800000191,
+ "to": 4.199999809
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.122395843,
+ "y1": 0.794270873,
+ "x2": 0.080729187,
+ "y2": 0.986979246,
+ "from": 0.150000006,
+ "to": 0.699999988
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1200.000000000,
+ "to": 1200.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_areaRing_fire"
+ }
+ ]
+ },
+ "driller_def_ulti_crack":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.080000043,
+ "to": 1.080000043
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "driller_def_ulti_ground"
+ }
+ ]
+ },
+ "driller_def_ulti_crack_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.080000043,
+ "to": 1.080000043
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "driller_def_ulti_ground_red"
+ }
+ ]
+ },
+ "driller_def_ulti_flash":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.899999976,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_atk_flash"
+ }
+ ]
+ },
+ "driller_def_ulti_fragments_1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.466145843,
+ "y1": 0.044270843,
+ "x2": 0.346354187,
+ "y2": 0.986979187,
+ "from": 120.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.099999905,
+ "to": 0.100000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.692708373,
+ "y1": 0.067708343,
+ "x2": 0.486979187,
+ "y2": 0.830729187,
+ "from": -2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.661458373,
+ "y1": 0.059895843,
+ "x2": 0.455729187,
+ "y2": 0.838541687,
+ "from": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.500000000,
+ "x2": 0.600000024,
+ "y2": 0.800000012,
+ "from": 12.000000000,
+ "to": 6.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.500000000,
+ "x2": 0.600000024,
+ "y2": 0.800000012,
+ "from": 16.000000000,
+ "to": 8.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.138020843,
+ "y1": -1.393229127,
+ "x2": 1.000000000,
+ "y2": -0.333333313,
+ "from": 0.449999988,
+ "to": 0.119999997
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 1.000000000,
+ "y1": -0.002604157,
+ "y2": 1.002604246,
+ "from": 400.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.800000012,
+ "y1": 0.300000012,
+ "x2": -0.500000000,
+ "y2": 1.000000000,
+ "from": 2100.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_6"
+ }
+ ]
+ },
+ "driller_def_ulti_fragments_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.500000000,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "spawnRate":
+ {
+ "x1": 0.466145843,
+ "y1": 0.044270843,
+ "x2": 0.346354187,
+ "y2": 0.986979187,
+ "from": 120.000000000,
+ "to": 5.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.199999809,
+ "to": 1.799999952
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.250000000,
+ "to": 2.000000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.692708373,
+ "y1": 0.067708343,
+ "x2": 0.486979187,
+ "y2": 0.830729187,
+ "from": -3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.661458373,
+ "y1": 0.059895843,
+ "x2": 0.455729187,
+ "y2": 0.838541687,
+ "from": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.500000000,
+ "x2": 0.600000024,
+ "y2": 0.800000012,
+ "from": 12.000000000,
+ "to": 6.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.500000000,
+ "x2": 0.600000024,
+ "y2": 0.800000012,
+ "from": 16.000000000,
+ "to": 8.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.138020843,
+ "y1": -1.393229127,
+ "x2": 1.000000000,
+ "y2": -0.333333313,
+ "from": 0.449999988,
+ "to": 0.119999997
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 1.000000000,
+ "y1": -0.002604157,
+ "y2": 1.002604246,
+ "from": 400.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.800000012,
+ "y1": 0.300000012,
+ "x2": -0.500000000,
+ "y2": 1.000000000,
+ "from": 2100.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_6"
+ }
+ ]
+ },
+ "driller_def_ulti_ring":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.850000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.356770843,
+ "y1": 0.013020843,
+ "x2": 0.697916687,
+ "y2": 0.588541687,
+ "from": 9.000000000,
+ "to": 4.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.500000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.500000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.250000000,
+ "y1": 0.700520873,
+ "x2": 0.018229187,
+ "y2": 0.994791746,
+ "from": 0.100000001,
+ "to": 0.600000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.250000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ring_blurry"
+ }
+ ]
+ },
+ "driller_def_ulti_ring_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.850000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.356770843,
+ "y1": 0.013020843,
+ "x2": 0.697916687,
+ "y2": 0.588541687,
+ "from": 9.000000000,
+ "to": 4.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.250000000,
+ "y1": 0.700520873,
+ "x2": 0.018229187,
+ "y2": 0.994791746,
+ "from": 0.100000001,
+ "to": 0.600000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.250000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ring_blurry"
+ }
+ ]
+ },
+ "driller_def_ulti_spark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.899999976,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -120.000000000,
+ "to": -120.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -60.000000000,
+ "to": -60.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 200.000000000,
+ "y": 200.000000000,
+ "z": 200.000000000
+ },
+ "to":
+ {
+ "x": 200.000000000,
+ "y": 200.000000000,
+ "z": 200.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.223958343,
+ "y1": -2.135416508,
+ "x2": 0.643229187,
+ "y2": -0.684895813,
+ "from": 0.500000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.800000012,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_glowLong"
+ }
+ ]
+ },
+ "driller_def_ulti_spark_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.899999976,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -120.000000000,
+ "to": -120.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -60.000000000,
+ "to": -60.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 200.000000000,
+ "y": 200.000000000,
+ "z": 200.000000000
+ },
+ "to":
+ {
+ "x": 200.000000000,
+ "y": 200.000000000,
+ "z": 200.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.223958343,
+ "y1": -2.135416508,
+ "x2": 0.643229187,
+ "y2": -0.684895813,
+ "from": 0.500000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.899999976
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_glowLong"
+ }
+ ]
+ },
+ "driller_def_ulti_spark_slow":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.699999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -150.000000000,
+ "to": -150.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -30.000000000,
+ "to": -30.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 7.000000000,
+ "y": 7.000000000,
+ "z": 4.000000000
+ },
+ "to":
+ {
+ "x": 7.000000000,
+ "y": 7.000000000,
+ "z": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -90.000000000,
+ "to": -90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_blue_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_blue_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_blue_3"
+ }
+ ]
+ },
+ "driller_def_ulti_spark_slow_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.699999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -150.000000000,
+ "to": -150.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -30.000000000,
+ "to": -30.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 7.000000000,
+ "y": 7.000000000,
+ "z": 4.000000000
+ },
+ "to":
+ {
+ "x": 7.000000000,
+ "y": 7.000000000,
+ "z": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -90.000000000,
+ "to": -90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_3"
+ }
+ ]
+ },
+ "driller_def_ulti_speedCircle":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.850000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.400000006,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 1.500000000,
+ "y2": 3.000000000,
+ "to": 0.200000003
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ring_speedLine"
+ }
+ ]
+ },
+ "driller_def_ulti_speedCircle_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.850000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 1.500000000,
+ "y2": 3.000000000,
+ "to": 0.200000003
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ring_speedLine"
+ }
+ ]
+ },
+ "dumpling_reached":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.490000010,
+ "to": 0.490000010
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.300000012,
+ "to": -0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dumpling_reached_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dumpling_reached_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dumpling_reached_3"
+ }
+ ]
+ },
+ "dumpling_reached_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.490000010,
+ "to": 0.490000010
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.300000012,
+ "to": -0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dumpling_reached_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dumpling_reached_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dumpling_reached_red_3"
+ }
+ ]
+ },
+ "dust_puff":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.799999952,
+ "to": 1.799999952
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "mass": 1.000000358,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 1.500000000
+ },
+ "to":
+ {
+ "z": 1.500000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.122500002,
+ "durationJitter": 0.117500000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 142.857147217,
+ "to": 142.857147217
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.142857403,
+ "to": 0.142857403
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -5.000000000,
+ "to": -5.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.045000002,
+ "to": -0.045000002
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.800000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "smokepuff_walk"
+ }
+ ]
+ },
+ "dynamike_003_trail_cloud":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 200,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "z": 3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.649999976,
+ "c": 12
+ },
+ {
+ "t": 0.200000003,
+ "c": 12
+ },
+ {
+ "t": 0.850000024,
+ "c": 4
+ }
+ ]
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 0.449999988,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 18.000000000,
+ "to": 18.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.100000001,
+ "to": -0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 14.000000000,
+ "y": 14.000000000,
+ "z": 14.000000000
+ },
+ "to":
+ {
+ "x": 14.000000000,
+ "y": 14.000000000,
+ "z": 14.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.255208373,
+ "y1": -1.861979127,
+ "x2": 0.963541687,
+ "y2": -0.013020813,
+ "from": 0.449999988,
+ "to": 0.180000007
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_particle_blue_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_particle_blue_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_particle_flat_blue_01"
+ }
+ ]
+ },
+ "dynamike_003_trail_cloud_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 200,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "z": 3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.649999976,
+ "c": 12
+ },
+ {
+ "t": 0.200000003,
+ "c": 12
+ },
+ {
+ "t": 0.850000024,
+ "c": 4
+ }
+ ]
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 0.449999988,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 18.000000000,
+ "to": 18.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.100000001,
+ "to": -0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 14.000000000,
+ "y": 14.000000000,
+ "z": 14.000000000
+ },
+ "to":
+ {
+ "x": 14.000000000,
+ "y": 14.000000000,
+ "z": 14.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.255208373,
+ "y1": -1.861979127,
+ "x2": 0.963541687,
+ "y2": -0.013020813,
+ "from": 0.449999988,
+ "to": 0.180000007
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_particle_red_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_particle_red_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_particle_flat_red_01"
+ }
+ ]
+ },
+ "dynamike_003_trail_flame":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.649999976,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 35.000000000,
+ "to": 35.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.079999998,
+ "to": -0.079999998
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.079999998,
+ "to": 0.079999998
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "blue_fireball_flame_tail_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "blue_fireball_flame_tail_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "blue_fireball_flame_tail_03"
+ }
+ ]
+ },
+ "dynamike_003_trail_flame_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.649999976,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 35.000000000,
+ "to": 35.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.079999998,
+ "to": -0.079999998
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.079999998,
+ "to": 0.079999998
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "red_fireball_flame_tail_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "red_fireball_flame_tail_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "red_fireball_flame_tail_03"
+ }
+ ]
+ },
+ "dynamike_003_trail_spark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.699999988,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.833333373,
+ "y1": -0.002604157,
+ "x2": 0.143229187,
+ "y2": 1.002604246,
+ "from": 80.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_blue_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_blue_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_blue_03"
+ }
+ ]
+ },
+ "dynamike_003_trail_spark_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.699999988,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.833333373,
+ "y1": -0.002604157,
+ "x2": 0.143229187,
+ "y2": 1.002604246,
+ "from": 80.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_03"
+ }
+ ]
+ },
+ "dynamike_005_ulti_ball":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.399999976,
+ "to": 1.399999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -40.000000000
+ },
+ "to":
+ {
+ "z": -40.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 500.000000000,
+ "to": 500.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 6.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 6.000000000
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -40.000000000,
+ "to": -40.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -4.000000000,
+ "to": -4.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 1.000000000,
+ "from": 0.699999988,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.942708373,
+ "y1": 0.013020843,
+ "x2": 0.260416687,
+ "y2": 0.846354187,
+ "from": 3000.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_footBall"
+ }
+ ]
+ },
+ "dynamike_005_ulti_ball_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.399999976,
+ "to": 1.399999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -40.000000000
+ },
+ "to":
+ {
+ "z": -40.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 500.000000000,
+ "to": 500.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 6.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 6.000000000
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -40.000000000,
+ "to": -40.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -4.000000000,
+ "to": -4.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 1.000000000,
+ "from": 0.699999988,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.942708373,
+ "y1": 0.013020843,
+ "x2": 0.260416687,
+ "y2": 0.846354187,
+ "from": 3000.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_footBall_red"
+ }
+ ]
+ },
+ "dynamike_005_ulti_confetti_1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -5.000000000
+ },
+ "to":
+ {
+ "z": -5.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.223958343,
+ "y1": 0.419270873,
+ "x2": 0.018229187,
+ "y2": 0.986979187,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -60.000000000,
+ "to": -60.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -120.000000000,
+ "to": -120.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.500000000,
+ "to": 4.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.500000000,
+ "y": 2.500000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.500000000,
+ "y": 2.500000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.575520873,
+ "y1": 0.239583343,
+ "x2": 0.619791687,
+ "y2": 0.916666687,
+ "from": 0.300000012,
+ "to": 0.150000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.449999988,
+ "y": 0.949999988,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.449999988,
+ "y": 0.949999988,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.591145873,
+ "y1": 0.114583343,
+ "x2": 0.291666687,
+ "y2": 0.736979187,
+ "from": 180.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_6"
+ }
+ ]
+ },
+ "dynamike_005_ulti_confetti_1_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -5.000000000
+ },
+ "to":
+ {
+ "z": -5.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.223958343,
+ "y1": 0.419270873,
+ "x2": 0.018229187,
+ "y2": 0.986979187,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -60.000000000,
+ "to": -60.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -120.000000000,
+ "to": -120.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.500000000,
+ "to": 4.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.500000000,
+ "y": 2.500000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.500000000,
+ "y": 2.500000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.575520873,
+ "y1": 0.239583343,
+ "x2": 0.619791687,
+ "y2": 0.916666687,
+ "from": 0.300000012,
+ "to": 0.150000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.591145873,
+ "y1": 0.114583343,
+ "x2": 0.291666687,
+ "y2": 0.736979187,
+ "from": 180.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_6"
+ }
+ ]
+ },
+ "dynamike_005_ulti_confetti_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 15,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 2.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": -2.000000000,
+ "z": -12.000000000
+ },
+ "to":
+ {
+ "x": -2.000000000,
+ "y": 2.000000000,
+ "z": -12.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1500.000000000,
+ "to": 1500.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": -1.000000000
+ },
+ "to":
+ {
+ "y": -1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 130.000000000,
+ "to": 130.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 15.000000000,
+ "y": 15.000000000,
+ "z": 11.000000000
+ },
+ "to":
+ {
+ "x": 15.000000000,
+ "y": 15.000000000,
+ "z": 11.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.950520873,
+ "y1": 0.067708343,
+ "x2": 0.986979187,
+ "y2": 0.385416687,
+ "from": 0.200000003,
+ "to": 0.079999998
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_confetti_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_confetti_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_confetti_3"
+ }
+ ]
+ },
+ "dynamike_005_ulti_confetti_2_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 15,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 2.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": -2.000000000,
+ "z": -12.000000000
+ },
+ "to":
+ {
+ "x": -2.000000000,
+ "y": 2.000000000,
+ "z": -12.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1500.000000000,
+ "to": 1500.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": -1.000000000
+ },
+ "to":
+ {
+ "y": -1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 130.000000000,
+ "to": 130.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 15.000000000,
+ "y": 15.000000000,
+ "z": 11.000000000
+ },
+ "to":
+ {
+ "x": 15.000000000,
+ "y": 15.000000000,
+ "z": 11.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.950520873,
+ "y1": 0.067708343,
+ "x2": 0.986979187,
+ "y2": 0.385416687,
+ "from": 0.200000003,
+ "to": 0.079999998
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_confetti_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_confetti_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_confetti_6"
+ }
+ ]
+ },
+ "dynamike_007_area_fly":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "emitterDelay": 0.200000003,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "z": 0.500000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.429687500,
+ "y1": -0.437500000,
+ "x2": 1.000000000,
+ "y2": 0.197916746,
+ "from": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.169270843,
+ "y1": 0.903645873,
+ "x2": 0.187500000,
+ "y2": 1.002604246,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fly_1"
+ }
+ ]
+ },
+ "dynamike_007_atk_trail_bubble":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 5.000000000
+ },
+ "to":
+ {
+ "z": 5.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.750000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 14.000000000,
+ "to": 14.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.350000024,
+ "y1": 0.008000000,
+ "x2": 0.750000000,
+ "y2": 0.291999996,
+ "from": 0.150000006,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 1.000000000,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 1.000000000,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 120.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.050000001,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bubble"
+ }
+ ]
+ },
+ "dynamike_007_atk_trail_bubble_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 5.000000000
+ },
+ "to":
+ {
+ "z": 5.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.750000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 14.000000000,
+ "to": 14.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.350000024,
+ "y1": 0.008000000,
+ "x2": 0.750000000,
+ "y2": 0.291999996,
+ "from": 0.150000006,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 120.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.050000001,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bubble"
+ }
+ ]
+ },
+ "dynamike_007_atk_trail_gas_blue":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.750000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.231770843,
+ "y1": 0.552083373,
+ "x2": 0.611979187,
+ "y2": 0.838541687,
+ "from": 0.500000000,
+ "to": 0.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.609375000,
+ "y1": 0.020833343,
+ "x2": 0.851562500,
+ "y2": 0.369791687,
+ "from": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 120.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "dynamike_007_atk_trail_gas_bluePurple":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.750000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.231770843,
+ "y1": 0.552083373,
+ "x2": 0.611979187,
+ "y2": 0.838541687,
+ "from": 0.500000000,
+ "to": 0.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.699999988,
+ "y": 0.300000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.699999988,
+ "y": 0.300000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.609375000,
+ "y1": 0.020833343,
+ "x2": 0.851562500,
+ "y2": 0.369791687,
+ "from": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 120.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "dynamike_007_atk_trail_gas_green":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.750000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 26.000000000,
+ "to": 26.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.169270843,
+ "y1": 0.583333373,
+ "x2": 0.471354187,
+ "y2": 0.986979187,
+ "from": 0.500000000,
+ "to": 0.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 1.000000000,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 1.000000000,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "y1": 0.497395843,
+ "x2": 0.479166687,
+ "y2": 0.846354187,
+ "to": 0.600000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 120.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "dynamike_007_atk_trail_gas_purple":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.750000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 26.000000000,
+ "to": 26.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.169270843,
+ "y1": 0.583333373,
+ "x2": 0.471354187,
+ "y2": 0.986979187,
+ "from": 0.500000000,
+ "to": 0.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.800000012,
+ "y": 0.200000003,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "y1": 0.497395843,
+ "x2": 0.479166687,
+ "y2": 0.846354187,
+ "to": 0.600000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 120.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "dynamike_007_explode_gas":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1600.000000000,
+ "to": 1600.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 20.000000000,
+ "y": 20.000000000
+ },
+ "to":
+ {
+ "x": 20.000000000,
+ "y": 20.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.552083373,
+ "y1": 0.052083343,
+ "x2": 0.455729187,
+ "y2": 0.932291687,
+ "from": 0.800000012,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.699999988,
+ "y": 0.800000012,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.899999976,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 0.899999976,
+ "y2": 1.000000000,
+ "to": 0.850000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.802083373,
+ "y1": 0.122395843,
+ "x2": 0.322916687,
+ "y2": 0.861979187,
+ "from": 300.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "dynamike_007_explode_gas2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1600.000000000,
+ "to": 1600.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 20.000000000,
+ "y": 20.000000000
+ },
+ "to":
+ {
+ "x": 20.000000000,
+ "y": 20.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.552083373,
+ "y1": 0.052083343,
+ "x2": 0.455729187,
+ "y2": 0.932291687,
+ "from": 0.800000012,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.899999976,
+ "y": 0.800000012
+ },
+ "to":
+ {
+ "x": 0.649999976,
+ "y": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 0.899999976,
+ "y2": 1.000000000,
+ "to": 0.850000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.802083373,
+ "y1": 0.122395843,
+ "x2": 0.322916687,
+ "y2": 0.861979187,
+ "from": 300.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "dynamike_007_explode_gas2_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1600.000000000,
+ "to": 1600.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 20.000000000,
+ "y": 20.000000000
+ },
+ "to":
+ {
+ "x": 20.000000000,
+ "y": 20.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.552083373,
+ "y1": 0.052083343,
+ "x2": 0.455729187,
+ "y2": 0.932291687,
+ "from": 0.800000012,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.400000006,
+ "y": 0.100000001,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 0.600000024,
+ "y": 0.200000003,
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 0.899999976,
+ "y2": 1.000000000,
+ "to": 0.850000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.802083373,
+ "y1": 0.122395843,
+ "x2": 0.322916687,
+ "y2": 0.861979187,
+ "from": 300.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "dynamike_007_explode_gas_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1600.000000000,
+ "to": 1600.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 20.000000000,
+ "y": 20.000000000
+ },
+ "to":
+ {
+ "x": 20.000000000,
+ "y": 20.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.552083373,
+ "y1": 0.052083343,
+ "x2": 0.455729187,
+ "y2": 0.932291687,
+ "from": 0.800000012,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.800000012,
+ "y": 0.100000001,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 0.899999976,
+ "y2": 1.000000000,
+ "to": 0.850000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.802083373,
+ "y1": 0.122395843,
+ "x2": 0.322916687,
+ "y2": 0.861979187,
+ "from": 300.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "dynamike_007_ulti_area_bubble":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.699999988
+ },
+ "gravity":
+ {
+ "x1": 1.000000000,
+ "y1": -0.010416627,
+ "x2": 0.604166687,
+ "y2": 1.041666746,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.800000191,
+ "to": 8.800000191
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.399999619,
+ "to": 9.399999619
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 55
+ }
+ ]
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 20.000000000,
+ "y": 20.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 20.000000000,
+ "y": 20.000000000,
+ "z": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "CurlNoise",
+ "frequency":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "strength":
+ {
+ "x1": 1.200000048,
+ "y1": 0.052083343,
+ "x2": 0.455729187,
+ "y2": 2.000000000,
+ "to": 10.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.350000024,
+ "y1": 0.008000000,
+ "x2": 0.750000000,
+ "y2": 0.291999996,
+ "from": 0.180000007,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 1.000000000,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 0.600000024,
+ "y": 1.000000000,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 120.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bubble"
+ }
+ ]
+ },
+ "dynamike_007_ulti_area_bubble_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.699999988
+ },
+ "gravity":
+ {
+ "x1": 1.000000000,
+ "y1": -0.010416627,
+ "x2": 0.604166687,
+ "y2": 1.041666746,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.800000191,
+ "to": 8.800000191
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.399999619,
+ "to": 9.399999619
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 55
+ }
+ ]
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 20.000000000,
+ "y": 20.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 20.000000000,
+ "y": 20.000000000,
+ "z": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "CurlNoise",
+ "frequency":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "strength":
+ {
+ "x1": 1.200000048,
+ "y1": 0.052083343,
+ "x2": 0.455729187,
+ "y2": 2.000000000,
+ "to": 10.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.350000024,
+ "y1": 0.008000000,
+ "x2": 0.750000000,
+ "y2": 0.291999996,
+ "from": 0.180000007,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.800000012,
+ "y": 0.300000012,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 0.899999976,
+ "y": 0.400000006,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 120.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bubble"
+ }
+ ]
+ },
+ "dynamike_007_ulti_area_fly":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "emitterDelay": 0.300000012,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "z": 0.500000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.429687500,
+ "y1": -0.437500000,
+ "x2": 1.000000000,
+ "y2": 0.197916746,
+ "from": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.169270843,
+ "y1": 0.903645873,
+ "x2": 0.187500000,
+ "y2": 1.002604246,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fly_1"
+ }
+ ]
+ },
+ "dynamike_007_ulti_splatter":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.150000006,
+ "scale":
+ {
+ "y1": 1.020833373,
+ "x2": 0.109375000,
+ "y2": 0.994791746,
+ "from": 0.400000006,
+ "to": 3.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.578125000,
+ "y1": 0.005208373,
+ "x2": 0.875000000,
+ "y2": 0.986979246,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.550000012
+ },
+ "to":
+ {
+ "x": 0.600000024,
+ "y": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "lou_004_ulti_splatter"
+ }
+ ]
+ },
+ "dynamike_007_ulti_splatter_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.150000006,
+ "scale":
+ {
+ "y1": 1.020833373,
+ "x2": 0.109375000,
+ "y2": 0.994791746,
+ "from": 0.400000006,
+ "to": 3.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.578125000,
+ "y1": 0.005208373,
+ "x2": 0.875000000,
+ "y2": 0.986979246,
+ "from":
+ {
+ "x": 0.800000012,
+ "y": 0.200000003,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.899999976,
+ "y": 0.300000012,
+ "z": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "lou_004_ulti_splatter"
+ }
+ ]
+ },
+ "dynamike_007_ulti_trail_skull":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "z": 3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.750000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.895833373,
+ "y1": -0.002604127,
+ "x2": 1.000000000,
+ "y2": 0.440104187,
+ "from": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.400000006,
+ "z": 0.200000003
+ },
+ "to":
+ {
+ "y": 0.400000006,
+ "z": 0.200000003
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 120.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.200000003,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dynamike_007_skull"
+ }
+ ]
+ },
+ "dynamike_007_win_C_flies":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "emitterDelay": 0.200000003,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "z": 0.500000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.429687500,
+ "y1": -0.437500000,
+ "x2": 1.000000000,
+ "y2": 0.197916746,
+ "from": 0.079999998,
+ "to": 0.020000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.169270843,
+ "y1": 0.903645873,
+ "x2": 0.187500000,
+ "y2": 1.002604246,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fly_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fly_2"
+ }
+ ]
+ },
+ "dynamike_007_win_C_gas":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 14.000000000,
+ "to": 14.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 15.000000000,
+ "y": 15.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 15.000000000,
+ "y": 15.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.552083373,
+ "y1": 0.052083343,
+ "x2": 0.455729187,
+ "y2": 0.932291687,
+ "from": 0.600000024,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.899999976,
+ "y": 0.699999988
+ },
+ "to":
+ {
+ "x": 0.649999976,
+ "y": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.300000012,
+ "y1": 0.899999976,
+ "y2": 1.000000000,
+ "to": 0.750000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.802083373,
+ "y1": 0.122395843,
+ "x2": 0.322916687,
+ "y2": 0.861979187,
+ "from": 200.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.500000000,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "dynamike_007_win_L_gas":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 3.700000048,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.050000001
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 0.100000001
+ },
+ "to":
+ {
+ "z": 0.100000001
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 14.000000000,
+ "to": 14.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.500000000,
+ "y": 2.500000000,
+ "z": 2.500000000
+ },
+ "to":
+ {
+ "x": 2.500000000,
+ "y": 2.500000000,
+ "z": 2.500000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 25.000000000,
+ "to": 25.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 2,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.552083373,
+ "y1": 0.052083343,
+ "x2": 0.455729187,
+ "y2": 0.932291687,
+ "from": 0.300000012,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.899999976,
+ "y": 0.699999988
+ },
+ "to":
+ {
+ "x": 0.649999976,
+ "y": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.300000012,
+ "y1": 0.899999976,
+ "y2": 1.000000000,
+ "to": 0.750000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.802083373,
+ "y1": 0.122395843,
+ "x2": 0.322916687,
+ "y2": 0.861979187,
+ "from": 200.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.500000000,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "dynamike_007_win_L_gas_burst":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 0.100000001
+ },
+ "to":
+ {
+ "z": 0.100000001
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.500000000,
+ "y": 2.500000000,
+ "z": 2.500000000
+ },
+ "to":
+ {
+ "x": 2.500000000,
+ "y": 2.500000000,
+ "z": 2.500000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 2,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 1.000000000,
+ "c": 3
+ },
+ {
+ "t": 1.049999952,
+ "c": 1
+ },
+ {
+ "t": 1.100000024,
+ "c": 2
+ },
+ {
+ "t": 1.149999976,
+ "c": 2
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.372395873,
+ "y1": 0.552083373,
+ "x2": 0.455729187,
+ "y2": 0.932291687,
+ "from": 0.300000012,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.899999976,
+ "y": 0.699999988
+ },
+ "to":
+ {
+ "x": 0.649999976,
+ "y": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.300000012,
+ "y1": 0.899999976,
+ "y2": 1.000000000,
+ "to": 0.750000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.802083373,
+ "y1": 0.122395843,
+ "x2": 0.322916687,
+ "y2": 0.861979187,
+ "from": 200.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "dynamike_explode_blue":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dynamike_attack_explode_blue"
+ }
+ ]
+ },
+ "dynamike_explode_green":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dynamike_attack_explode_green"
+ }
+ ]
+ },
+ "dynamike_explode_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dynamike_attack_explode_red"
+ }
+ ]
+ },
+ "edgar_002_atk_reached_core":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.098999999,
+ "c": 1
+ }
+ ]
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 170.000000000,
+ "to": 170.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 190.000000000,
+ "to": 190.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_8"
+ }
+ ]
+ },
+ "edgar_002_atk_reached_core_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.098999999,
+ "c": 1
+ }
+ ]
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 170.000000000,
+ "to": 170.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 190.000000000,
+ "to": 190.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_10"
+ }
+ ]
+ },
+ "edgar_002_atk_reached_tri":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.119999997,
+ "c": 3
+ }
+ ]
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.600000024,
+ "to": -0.600000024
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.100000001,
+ "to": -0.100000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 240.000000000,
+ "to": 240.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.600000024,
+ "to": 1.600000024
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.500000000,
+ "y": 1.500000000
+ },
+ "to":
+ {
+ "x": 1.500000000,
+ "y": 1.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.184895843,
+ "y1": 0.817708373,
+ "x2": 0.236979187,
+ "y2": 0.932291687,
+ "from": 0.360000014,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_triangle_glow_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_triangle_glow_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_triangle_glow_3"
+ }
+ ]
+ },
+ "edgar_002_atk_reached_tri_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.119999997,
+ "c": 3
+ }
+ ]
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.600000024,
+ "to": -0.600000024
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.100000001,
+ "to": -0.100000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 240.000000000,
+ "to": 240.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.600000024,
+ "to": 1.600000024
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.500000000,
+ "y": 1.500000000
+ },
+ "to":
+ {
+ "x": 1.500000000,
+ "y": 1.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.184895843,
+ "y1": 0.817708373,
+ "x2": 0.236979187,
+ "y2": 0.932291687,
+ "from": 0.360000014,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_triangle_glow_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_triangle_glow_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_triangle_glow_6"
+ }
+ ]
+ },
+ "edgar_def_atkHit_cloud":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.600000024,
+ "to": 1.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "edgar_def_atkHit_cloud"
+ }
+ ]
+ },
+ "edgar_def_atkHit_cloud_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.600000024,
+ "to": 1.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "jessie_004_atk_hit_cloud_red"
+ }
+ ]
+ },
+ "edgar_def_atk_sparks":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_blue_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_blue_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_blue_03"
+ }
+ ]
+ },
+ "edgar_def_atk_sparks_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_violet_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_violet_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_violet_03"
+ }
+ ]
+ },
+ "edgar_def_atk_streaks":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.400000006,
+ "to": -0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.100000001,
+ "y": 0.400000006,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.400000006,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_speedLine_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_speedLine_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_speedLine_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_speedLine_4"
+ }
+ ]
+ },
+ "edgar_def_atk_streaks_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.400000006,
+ "to": -0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_speedLine_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_speedLine_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_speedLine_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_speedLine_4"
+ }
+ ]
+ },
+ "edgar_def_atk_trail_gas_1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 200,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "z": 2.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 220.000000000,
+ "to": 220.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 13.000000000,
+ "y": 13.000000000
+ },
+ "to":
+ {
+ "x": 13.000000000,
+ "y": 13.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.083333343,
+ "y1": 0.800000012,
+ "x2": 0.200000003,
+ "y2": 0.949999988,
+ "from": 1.000000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.600000024,
+ "y": 0.400000006,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.250000000,
+ "y": 0.250000000,
+ "z": 0.349999994
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.091145843,
+ "y1": 0.880208373,
+ "x2": 0.080729187,
+ "y2": 0.955729187,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 180.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "edgar_def_atk_trail_gas_1_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 200,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "z": 2.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 220.000000000,
+ "to": 220.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 13.000000000,
+ "y": 13.000000000
+ },
+ "to":
+ {
+ "x": 13.000000000,
+ "y": 13.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.083333343,
+ "y1": 0.800000012,
+ "x2": 0.200000003,
+ "y2": 0.949999988,
+ "from": 1.000000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.850000024,
+ "y": 0.400000006,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 0.250000000,
+ "y": 0.200000003,
+ "z": 0.349999994
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.091145843,
+ "y1": 0.880208373,
+ "x2": 0.080729187,
+ "y2": 0.955729187,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 180.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "edgar_def_atk_trail_gas_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 200,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.100000001
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 170.000000000,
+ "to": 170.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 190.000000000,
+ "to": 190.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.500000000,
+ "to": 7.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 13.000000000,
+ "y": 13.000000000
+ },
+ "to":
+ {
+ "x": 13.000000000,
+ "y": 13.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.083333343,
+ "y1": 0.800000012,
+ "x2": 0.200000003,
+ "y2": 0.949999988,
+ "from": 0.400000006,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "color":
+ {
+ "x1": 0.669270873,
+ "y1": 0.192708343,
+ "y2": 0.986979187,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.949999988,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 0.400000006,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.091145843,
+ "y1": 0.880208373,
+ "x2": 0.080729187,
+ "y2": 0.955729187,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 180.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "edgar_def_atk_trail_gas_2_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 200,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.100000001
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 170.000000000,
+ "to": 170.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 190.000000000,
+ "to": 190.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.500000000,
+ "to": 7.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 13.000000000,
+ "y": 13.000000000
+ },
+ "to":
+ {
+ "x": 13.000000000,
+ "y": 13.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.083333343,
+ "y1": 0.800000012,
+ "x2": 0.200000003,
+ "y2": 0.949999988,
+ "from": 0.400000006,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "color":
+ {
+ "x1": 0.669270873,
+ "y1": 0.192708343,
+ "y2": 0.986979187,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.850000024
+ },
+ "to":
+ {
+ "x": 0.600000024,
+ "y": 0.349999994,
+ "z": 0.649999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.091145843,
+ "y1": 0.880208373,
+ "x2": 0.080729187,
+ "y2": 0.955729187,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 180.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "edgar_def_ulti_gas":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.600000024
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2800.000000000,
+ "to": 2800.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.500000000,
+ "to": 10.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 20.000000000,
+ "y": 20.000000000
+ },
+ "to":
+ {
+ "x": 20.000000000,
+ "y": 20.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.661458373,
+ "y1": 0.442708373,
+ "x2": 0.236979187,
+ "y2": 0.760416687,
+ "from": 1.600000024,
+ "to": 2.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.400000006,
+ "y": 0.699999988,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.250000000,
+ "y": 0.150000006,
+ "z": 0.349999994
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.091145843,
+ "y1": 0.692708373,
+ "x2": 0.119791687,
+ "y2": 0.955729187,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.802083373,
+ "y1": 0.122395843,
+ "x2": 0.322916687,
+ "y2": 0.861979187,
+ "from": 300.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "edgar_def_ulti_gas_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.600000024
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2800.000000000,
+ "to": 2800.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.500000000,
+ "to": 10.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 20.000000000,
+ "y": 20.000000000
+ },
+ "to":
+ {
+ "x": 20.000000000,
+ "y": 20.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.661458373,
+ "y1": 0.442708373,
+ "x2": 0.236979187,
+ "y2": 0.760416687,
+ "from": 1.600000024,
+ "to": 2.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 0.100000001,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.091145843,
+ "y1": 0.692708373,
+ "x2": 0.119791687,
+ "y2": 0.955729187,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.802083373,
+ "y1": 0.122395843,
+ "x2": 0.322916687,
+ "y2": 0.861979187,
+ "from": 300.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "edgar_def_ulti_ground":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.799999952,
+ "to": 1.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "edgar_def_ulti_ground"
+ }
+ ]
+ },
+ "edgar_def_ulti_ground_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.799999952,
+ "to": 1.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "edgar_def_ulti_ground_red"
+ }
+ ]
+ },
+ "edgar_def_ulti_trail_gas":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 200,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.799999952
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "z": 2.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -30.000000000,
+ "to": -30.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.169270843,
+ "y1": 0.833333373,
+ "x2": 0.229166687,
+ "y2": 0.955729187,
+ "from": 1.000000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.449999988,
+ "y": 0.500000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.400000006,
+ "y": 0.100000001,
+ "z": 0.449999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.091145843,
+ "y1": 0.880208373,
+ "x2": 0.080729187,
+ "y2": 0.955729187,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 180.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "edgar_def_ulti_trail_gas_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 200,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.799999952
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "z": 2.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -30.000000000,
+ "to": -30.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.169270843,
+ "y1": 0.833333373,
+ "x2": 0.229166687,
+ "y2": 0.955729187,
+ "from": 1.000000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.400000006,
+ "y": 0.100000001,
+ "z": 0.449999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.091145843,
+ "y1": 0.880208373,
+ "x2": 0.080729187,
+ "y2": 0.955729187,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 180.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "emz_002_atk_balloons":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "emitterDelay": 0.079999998,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.200000003
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.200000003
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.079999998,
+ "y1": 1.000000000,
+ "x2": -0.100000001,
+ "y2": 1.000000000,
+ "from": 0.100000001,
+ "to": 0.540000021
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gift_balloon_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gift_balloon_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gift_balloon_03"
+ }
+ ]
+ },
+ "emz_002_atk_balloons_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "emitterDelay": 0.079999998,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.200000003
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.200000003
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.079999998,
+ "y1": 1.000000000,
+ "x2": -0.100000001,
+ "y2": 1.000000000,
+ "from": 0.100000001,
+ "to": 0.540000021
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gift_balloon_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gift_balloon_05"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gift_balloon_06"
+ }
+ ]
+ },
+ "emz_002_atk_confetti_1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "spawnRate":
+ {
+ "x1": 0.567708373,
+ "y1": 0.059895843,
+ "x2": 0.807291687,
+ "y2": 0.424479187,
+ "from": 12.000000000,
+ "to": 5.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -25.000000000,
+ "to": -25.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 25.000000000,
+ "to": 25.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 7.000000000,
+ "y": 7.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 7.000000000,
+ "y": 7.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.692708373,
+ "y1": -0.690104127,
+ "x2": 0.830729187,
+ "y2": 0.518229187,
+ "from": 0.180000007,
+ "to": 0.079999998
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.219999999,
+ "y": 0.699999988,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.219999999,
+ "y": 0.699999988,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_6"
+ }
+ ]
+ },
+ "emz_002_atk_confetti_1_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "spawnRate":
+ {
+ "x1": 0.567708373,
+ "y1": 0.059895843,
+ "x2": 0.807291687,
+ "y2": 0.424479187,
+ "from": 12.000000000,
+ "to": 5.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -25.000000000,
+ "to": -25.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 25.000000000,
+ "to": 25.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 7.000000000,
+ "y": 7.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 7.000000000,
+ "y": 7.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.692708373,
+ "y1": -0.690104127,
+ "x2": 0.830729187,
+ "y2": 0.518229187,
+ "from": 0.180000007,
+ "to": 0.079999998
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.277999997,
+ "z": 0.384000003
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.277999997,
+ "z": 0.384000003
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_6"
+ }
+ ]
+ },
+ "emz_002_atk_confetti_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "spawnRate":
+ {
+ "x1": 0.606770873,
+ "y1": 0.067708343,
+ "x2": 0.869791687,
+ "y2": 0.385416687,
+ "from": 10.000000000,
+ "to": 3.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -25.000000000,
+ "to": -25.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 25.000000000,
+ "to": 25.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.520833373,
+ "y1": -0.682291627,
+ "x2": 0.494791687,
+ "y2": 0.752604187,
+ "from": 0.180000007,
+ "to": 0.079999998
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.899999976,
+ "y": 0.949999988,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 0.899999976,
+ "y": 0.949999988,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_6"
+ }
+ ]
+ },
+ "emz_002_atk_confetti_2_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "spawnRate":
+ {
+ "x1": 0.606770873,
+ "y1": 0.067708343,
+ "x2": 0.869791687,
+ "y2": 0.385416687,
+ "from": 10.000000000,
+ "to": 3.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -25.000000000,
+ "to": -25.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 25.000000000,
+ "to": 25.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.520833373,
+ "y1": -0.682291627,
+ "x2": 0.494791687,
+ "y2": 0.752604187,
+ "from": 0.180000007,
+ "to": 0.079999998
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.925000012,
+ "y": 0.207000002,
+ "z": 0.791999996
+ },
+ "to":
+ {
+ "x": 0.925000012,
+ "y": 0.207000002,
+ "z": 0.791999996
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_6"
+ }
+ ]
+ },
+ "emz_002_atk_confetti_ground_1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.400000095,
+ "to": 2.400000095
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -15.000000000
+ },
+ "to":
+ {
+ "z": -15.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SimpleGround"
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -15.000000000,
+ "to": -15.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.100000024,
+ "x2": 0.899999976,
+ "from": 0.200000003,
+ "to": 0.050000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.500000000,
+ "y1": 0.250000000,
+ "x2": -0.699999988,
+ "y2": 1.080000043,
+ "from": 2400.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_rect"
+ }
+ ]
+ },
+ "emz_002_atk_confetti_ground_1_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.400000095,
+ "to": 2.400000095
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -15.000000000
+ },
+ "to":
+ {
+ "z": -15.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SimpleGround"
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -15.000000000,
+ "to": -15.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.100000024,
+ "x2": 0.899999976,
+ "from": 0.200000003,
+ "to": 0.050000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.277999997,
+ "z": 0.384000003
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.277999997,
+ "z": 0.384000003
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.500000000,
+ "y1": 0.250000000,
+ "x2": -0.699999988,
+ "y2": 1.080000043,
+ "from": 2400.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_rect"
+ }
+ ]
+ },
+ "emz_002_atk_confetti_ground_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.400000095,
+ "to": 2.400000095
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -15.000000000
+ },
+ "to":
+ {
+ "z": -15.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SimpleGround"
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -15.000000000,
+ "to": -15.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.100000024,
+ "x2": 0.899999976,
+ "from": 0.200000003,
+ "to": 0.050000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.899999976,
+ "y": 0.949999988,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 0.899999976,
+ "y": 0.949999988,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.500000000,
+ "y1": 0.250000000,
+ "x2": -0.699999988,
+ "y2": 1.080000043,
+ "from": 2400.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_rect"
+ }
+ ]
+ },
+ "emz_002_atk_confetti_ground_2_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.400000095,
+ "to": 2.400000095
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -15.000000000
+ },
+ "to":
+ {
+ "z": -15.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SimpleGround"
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -15.000000000,
+ "to": -15.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.100000024,
+ "x2": 0.899999976,
+ "from": 0.200000003,
+ "to": 0.050000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.925000012,
+ "y": 0.207000002,
+ "z": 0.791999996
+ },
+ "to":
+ {
+ "x": 0.925000012,
+ "y": 0.207000002,
+ "z": 0.791999996
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.500000000,
+ "y1": 0.250000000,
+ "x2": -0.699999988,
+ "y2": 1.080000043,
+ "from": 2400.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_rect"
+ }
+ ]
+ },
+ "emz_002_atk_hitCloud":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 15.000000000
+ },
+ "to":
+ {
+ "z": 15.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.216145843,
+ "y1": 0.598958373,
+ "x2": 0.346354187,
+ "y2": 0.932291687,
+ "from": 160.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cloudExp_blue"
+ }
+ ]
+ },
+ "emz_002_atk_hitCloud_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 15.000000000
+ },
+ "to":
+ {
+ "z": 15.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.216145843,
+ "y1": 0.598958373,
+ "x2": 0.346354187,
+ "y2": 0.932291687,
+ "from": 160.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cloudExp_red"
+ }
+ ]
+ },
+ "emz_002_atk_twinkles":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.349999994,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -15.000000000,
+ "to": -15.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000
+ },
+ "to":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.699999988,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.699999988,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04_add"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_05_add"
+ }
+ ]
+ },
+ "emz_002_atk_twinkles_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.349999994,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -15.000000000,
+ "to": -15.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000
+ },
+ "to":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04_add"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_05_add"
+ }
+ ]
+ },
+ "emz_002_ulti_confetti_1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 4.199999809,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 10.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 10.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.692708373,
+ "y1": -0.690104127,
+ "x2": 0.830729187,
+ "y2": 0.518229187,
+ "from": 0.239999995,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.219999999,
+ "y": 0.699999988,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.219999999,
+ "y": 0.699999988,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_6"
+ }
+ ]
+ },
+ "emz_002_ulti_confetti_1_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 4.199999809,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 10.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 10.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.692708373,
+ "y1": -0.690104127,
+ "x2": 0.830729187,
+ "y2": 0.518229187,
+ "from": 0.239999995,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.277999997,
+ "z": 0.384000003
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.277999997,
+ "z": 0.384000003
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_6"
+ }
+ ]
+ },
+ "emz_002_ulti_confetti_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 4.199999809,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 10.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 10.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.692708373,
+ "y1": -0.690104127,
+ "x2": 0.830729187,
+ "y2": 0.518229187,
+ "from": 0.239999995,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.899999976,
+ "y": 0.949999988,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 0.899999976,
+ "y": 0.949999988,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_6"
+ }
+ ]
+ },
+ "emz_002_ulti_confetti_2_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 4.199999809,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 10.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 10.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.692708373,
+ "y1": -0.690104127,
+ "x2": 0.830729187,
+ "y2": 0.518229187,
+ "from": 0.239999995,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.925000012,
+ "y": 0.207000002,
+ "z": 0.791999996
+ },
+ "to":
+ {
+ "x": 0.925000012,
+ "y": 0.207000002,
+ "z": 0.791999996
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rect_floating_6"
+ }
+ ]
+ },
+ "emz_002_ulti_confetti_ground_1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.400000095,
+ "to": 2.400000095
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 4.199999809,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -3.000000000,
+ "to": -3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000
+ },
+ "to":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.100000024,
+ "x2": 0.899999976,
+ "from": 0.200000003,
+ "to": 0.050000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.500000000,
+ "y1": 0.250000000,
+ "x2": -0.699999988,
+ "y2": 1.080000043,
+ "from": 2400.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_rect"
+ }
+ ]
+ },
+ "emz_002_ulti_confetti_ground_1_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.400000095,
+ "to": 2.400000095
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 4.199999809,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -3.000000000,
+ "to": -3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000
+ },
+ "to":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.100000024,
+ "x2": 0.899999976,
+ "from": 0.200000003,
+ "to": 0.050000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.277999997,
+ "z": 0.384000003
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.277999997,
+ "z": 0.384000003
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.500000000,
+ "y1": 0.250000000,
+ "x2": -0.699999988,
+ "y2": 1.080000043,
+ "from": 2400.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_rect"
+ }
+ ]
+ },
+ "emz_002_ulti_confetti_ground_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.400000095,
+ "to": 2.400000095
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 4.199999809,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -3.000000000,
+ "to": -3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000
+ },
+ "to":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.100000024,
+ "x2": 0.899999976,
+ "from": 0.200000003,
+ "to": 0.050000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.899999976,
+ "y": 0.949999988,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 0.899999976,
+ "y": 0.949999988,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.500000000,
+ "y1": 0.250000000,
+ "x2": -0.699999988,
+ "y2": 1.080000043,
+ "from": 2400.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_rect"
+ }
+ ]
+ },
+ "emz_002_ulti_confetti_ground_2_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.400000095,
+ "to": 2.400000095
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 4.199999809,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -3.000000000,
+ "to": -3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000
+ },
+ "to":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.100000024,
+ "x2": 0.899999976,
+ "from": 0.200000003,
+ "to": 0.050000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.925000012,
+ "y": 0.207000002,
+ "z": 0.791999996
+ },
+ "to":
+ {
+ "x": 0.925000012,
+ "y": 0.207000002,
+ "z": 0.791999996
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.500000000,
+ "y1": 0.250000000,
+ "x2": -0.699999988,
+ "y2": 1.080000043,
+ "from": 2400.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_rect"
+ }
+ ]
+ },
+ "emz_def_atk_cloudDis":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.128999993,
+ "y": 0.592000008,
+ "z": 0.916999996
+ },
+ "to":
+ {
+ "x": 0.128999993,
+ "y": 0.592000008,
+ "z": 0.916999996
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "emz_def_atk_cloud_disappear"
+ }
+ ]
+ },
+ "emz_def_atk_cloudDis_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.349000007,
+ "z": 0.513000011
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.349000007,
+ "z": 0.513000011
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "emz_def_atk_cloud_disappear"
+ }
+ ]
+ },
+ "emz_def_atk_hitCloud":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 15.000000000
+ },
+ "to":
+ {
+ "z": 15.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.216145843,
+ "y1": 0.598958373,
+ "x2": 0.346354187,
+ "y2": 0.932291687,
+ "from": 160.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cloudExp_1"
+ }
+ ]
+ },
+ "emz_def_atk_hitCloud_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 15.000000000
+ },
+ "to":
+ {
+ "z": 15.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.216145843,
+ "y1": 0.598958373,
+ "x2": 0.346354187,
+ "y2": 0.932291687,
+ "from": 160.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cloudExp_1_red"
+ }
+ ]
+ },
+ "emz_def_atk_skull":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "durationJitter": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.403645843,
+ "y1": 0.286458343,
+ "x2": 0.744791687,
+ "y2": 0.596354187,
+ "from": 1.000000000,
+ "to": 2.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.153645843,
+ "y1": 0.739583373,
+ "x2": 0.424479187,
+ "y2": 0.971354187,
+ "from": 0.100000001,
+ "to": 0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "y1": 0.559895873,
+ "x2": 0.424479187,
+ "y2": 0.986979246,
+ "from": 0.250000000,
+ "to": 0.699999988
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": -1.000000000
+ },
+ "to":
+ {
+ "y": -1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.677083373,
+ "y1": 0.122395843,
+ "x2": 0.846354187,
+ "y2": 0.510416687,
+ "from":
+ {
+ "x": 0.180000007,
+ "y": 0.850000024,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 0.150000006,
+ "y": 0.699999988,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -90.000000000,
+ "to": -90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.567708373,
+ "y1": 0.114583343,
+ "x2": 0.830729187,
+ "y2": 0.627604187,
+ "from": 80.000000000,
+ "to": 10.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "skull_ani_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "skull_ani_2"
+ }
+ ]
+ },
+ "emz_def_atk_skull_front":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.200000003,
+ "c": 1
+ }
+ ]
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.216145843,
+ "y1": 0.497395843,
+ "x2": 0.408854187,
+ "y2": 0.971354187
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.458333343,
+ "y1": 0.208333343,
+ "x2": 0.119791687,
+ "y2": 0.994791687,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.153645843,
+ "y1": 0.739583373,
+ "x2": 0.424479187,
+ "y2": 0.971354187
+ },
+ "spawnMaxSize":
+ {
+ "y1": 0.559895873,
+ "x2": 0.424479187,
+ "y2": 0.986979246,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": -1.000000000
+ },
+ "to":
+ {
+ "y": -1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.677083373,
+ "y1": 0.122395843,
+ "x2": 0.846354187,
+ "y2": 0.510416687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 1.000000000,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 1.000000000,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -90.000000000,
+ "to": -90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.567708373,
+ "y1": 0.114583343,
+ "x2": 0.830729187,
+ "y2": 0.627604187,
+ "from": 80.000000000,
+ "to": 10.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "skull_ani_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "skull_ani_2"
+ }
+ ]
+ },
+ "emz_def_atk_skull_front2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.600000024,
+ "c": 1
+ }
+ ]
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.216145843,
+ "y1": 0.497395843,
+ "x2": 0.408854187,
+ "y2": 0.971354187
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.458333343,
+ "y1": 0.208333343,
+ "x2": 0.119791687,
+ "y2": 0.994791687,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.153645843,
+ "y1": 0.739583373,
+ "x2": 0.424479187,
+ "y2": 0.971354187
+ },
+ "spawnMaxSize":
+ {
+ "y1": 0.559895873,
+ "x2": 0.424479187,
+ "y2": 0.986979246,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": -1.000000000
+ },
+ "to":
+ {
+ "y": -1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.299999952,
+ "to": 1.299999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.677083373,
+ "y1": 0.122395843,
+ "x2": 0.846354187,
+ "y2": 0.510416687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 1.000000000,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 1.000000000,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -90.000000000,
+ "to": -90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.567708373,
+ "y1": 0.114583343,
+ "x2": 0.830729187,
+ "y2": 0.627604187,
+ "from": 80.000000000,
+ "to": 10.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "skull_ani_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "skull_ani_2"
+ }
+ ]
+ },
+ "emz_def_atk_skull_front_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.200000003,
+ "c": 1
+ }
+ ]
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.216145843,
+ "y1": 0.497395843,
+ "x2": 0.408854187,
+ "y2": 0.971354187
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.458333343,
+ "y1": 0.208333343,
+ "x2": 0.119791687,
+ "y2": 0.994791687,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.153645843,
+ "y1": 0.739583373,
+ "x2": 0.424479187,
+ "y2": 0.971354187
+ },
+ "spawnMaxSize":
+ {
+ "y1": 0.559895873,
+ "x2": 0.424479187,
+ "y2": 0.986979246,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": -1.000000000
+ },
+ "to":
+ {
+ "y": -1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.677083373,
+ "y1": 0.122395843,
+ "x2": 0.846354187,
+ "y2": 0.510416687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.689999998,
+ "z": 0.195999995
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.689999998,
+ "z": 0.195999995
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -90.000000000,
+ "to": -90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.567708373,
+ "y1": 0.114583343,
+ "x2": 0.830729187,
+ "y2": 0.627604187,
+ "from": 80.000000000,
+ "to": 10.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "skull_ani_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "skull_ani_2"
+ }
+ ]
+ },
+ "emz_def_atk_skull_front_red2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.600000024,
+ "c": 1
+ }
+ ]
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.216145843,
+ "y1": 0.497395843,
+ "x2": 0.408854187,
+ "y2": 0.971354187
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.458333343,
+ "y1": 0.208333343,
+ "x2": 0.119791687,
+ "y2": 0.994791687,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.153645843,
+ "y1": 0.739583373,
+ "x2": 0.424479187,
+ "y2": 0.971354187
+ },
+ "spawnMaxSize":
+ {
+ "y1": 0.559895873,
+ "x2": 0.424479187,
+ "y2": 0.986979246,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": -1.000000000
+ },
+ "to":
+ {
+ "y": -1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.299999952,
+ "to": 1.299999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.677083373,
+ "y1": 0.122395843,
+ "x2": 0.846354187,
+ "y2": 0.510416687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.689999998,
+ "z": 0.195999995
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.689999998,
+ "z": 0.195999995
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -90.000000000,
+ "to": -90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.567708373,
+ "y1": 0.114583343,
+ "x2": 0.830729187,
+ "y2": 0.627604187,
+ "from": 80.000000000,
+ "to": 10.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "skull_ani_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "skull_ani_2"
+ }
+ ]
+ },
+ "emz_def_atk_skull_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "durationJitter": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.403645843,
+ "y1": 0.286458343,
+ "x2": 0.744791687,
+ "y2": 0.596354187,
+ "from": 1.000000000,
+ "to": 2.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.153645843,
+ "y1": 0.739583373,
+ "x2": 0.424479187,
+ "y2": 0.971354187,
+ "from": 0.100000001,
+ "to": 0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "y1": 0.559895873,
+ "x2": 0.424479187,
+ "y2": 0.986979246,
+ "from": 0.250000000,
+ "to": 0.699999988
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": -1.000000000
+ },
+ "to":
+ {
+ "y": -1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.649999976,
+ "z": 0.250000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -90.000000000,
+ "to": -90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.567708373,
+ "y1": 0.114583343,
+ "x2": 0.830729187,
+ "y2": 0.627604187,
+ "from": 80.000000000,
+ "to": 10.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "skull_ani_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "skull_ani_2"
+ }
+ ]
+ },
+ "emz_def_atk_sprayGround":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -9999.000000000
+ },
+ "to":
+ {
+ "z": -9999.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.349999994,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SimpleGround"
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 175.000000000,
+ "to": 175.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 185.000000000,
+ "to": 185.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.286458343,
+ "y1": 0.427083343,
+ "x2": 0.338541687,
+ "y2": 0.994791687,
+ "from":
+ {
+ "x": 0.128999993,
+ "y": 0.699999988,
+ "z": 0.926999986
+ },
+ "to":
+ {
+ "x": 0.109999999,
+ "y": 0.500000000,
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 25.000000000,
+ "to": 25.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_sprayGround_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_sprayGround_2"
+ }
+ ]
+ },
+ "emz_def_atk_sprayGround_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -9999.000000000
+ },
+ "to":
+ {
+ "z": -9999.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.349999994,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SimpleGround"
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 175.000000000,
+ "to": 175.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 185.000000000,
+ "to": 185.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.385416687,
+ "y2": 0.994791687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.349999994,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.898000002,
+ "y": 0.231000006,
+ "z": 0.435000002
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 25.000000000,
+ "to": 25.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_sprayGround_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_sprayGround_2"
+ }
+ ]
+ },
+ "emz_def_atk_trail_base":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "spawnRate":
+ {
+ "x1": 0.481770843,
+ "y1": 0.091145843,
+ "x2": 0.221354187,
+ "y2": 0.986979187,
+ "from": 10.000000000,
+ "to": 36.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.591145873,
+ "y1": 0.161458373,
+ "x2": 0.026041687,
+ "y2": 1.010416746,
+ "to": 0.649999976
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.552083373,
+ "y1": 0.075520873,
+ "y2": 0.994791687,
+ "from": 0.050000001,
+ "to": 0.750000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.138020843,
+ "y1": -2.221354008,
+ "x2": 0.687500000,
+ "y2": -0.895833313,
+ "from": 0.600000024,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.128999993,
+ "y": 0.592000008,
+ "z": 0.916999996
+ },
+ "to":
+ {
+ "x": 0.128999993,
+ "y": 0.592000008,
+ "z": 0.916999996
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_circle"
+ }
+ ]
+ },
+ "emz_def_atk_trail_base_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "spawnRate":
+ {
+ "x1": 0.481770843,
+ "y1": 0.091145843,
+ "x2": 0.221354187,
+ "y2": 0.986979187,
+ "from": 10.000000000,
+ "to": 36.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.591145873,
+ "y1": 0.161458373,
+ "x2": 0.026041687,
+ "y2": 1.010416746,
+ "to": 0.649999976
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.552083373,
+ "y1": 0.075520873,
+ "y2": 0.994791687,
+ "from": 0.050000001,
+ "to": 0.750000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.138020843,
+ "y1": -2.221354008,
+ "x2": 0.687500000,
+ "y2": -0.895833313,
+ "from": 0.600000024,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.349000007,
+ "z": 0.513000011
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.349000007,
+ "z": 0.513000011
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_circle"
+ }
+ ]
+ },
+ "emz_def_ulti_flash":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.200000048
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 4.599999905,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cameraFlash"
+ }
+ ]
+ },
+ "emz_def_ulti_flash_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.200000048
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 4.599999905,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cameraFlash_red"
+ }
+ ]
+ },
+ "emz_def_ulti_skull":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 5.000000000
+ },
+ "to":
+ {
+ "z": 5.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 4.199999809,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": -1.000000000
+ },
+ "to":
+ {
+ "y": -1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000,
+ "z": 6.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000,
+ "z": 6.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.649999976,
+ "y": 0.319999993,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.649999976,
+ "y": 0.319999993,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -90.000000000,
+ "to": -90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_heartSkull"
+ }
+ ]
+ },
+ "emz_def_ulti_skull_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 5.000000000
+ },
+ "to":
+ {
+ "z": 5.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 4.199999809,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": -1.000000000
+ },
+ "to":
+ {
+ "y": -1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000,
+ "z": 6.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000,
+ "z": 6.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.850000024,
+ "y": 0.319999993,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 0.850000024,
+ "y": 0.319999993,
+ "z": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -90.000000000,
+ "to": -90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_heartSkull"
+ }
+ ]
+ },
+ "emz_def_ulti_use_cloud":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.850000024,
+ "to": 0.850000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.500000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.419270843,
+ "x2": 0.424479187,
+ "y2": 0.807291687,
+ "from": 0.949999988,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "death_smoke_purple_type1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "death_smoke_purple_type2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "death_smoke_purple_type3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "death_smoke_purple_type4"
+ }
+ ]
+ },
+ "emz_def_ulti_use_cloud_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.850000024,
+ "to": 0.850000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.500000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.419270843,
+ "x2": 0.424479187,
+ "y2": 0.807291687,
+ "from": 0.949999988,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "death_smoke_red_type1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "death_smoke_red_type2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "death_smoke_red_type3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "death_smoke_red_type4"
+ }
+ ]
+ },
+ "env_fire_sparks":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.500000000,
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "z": 3.000000000
+ }
+ },
+ "emitterLoop": true,
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.400000006,
+ "to": -0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.800000012,
+ "to": -0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 3.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.180000007,
+ "to": 0.180000007
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_3"
+ }
+ ]
+ },
+ "env_torch_embers":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.500000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "z": 2.000000000
+ }
+ },
+ "emitterLoop": true,
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.300000012,
+ "to": -0.300000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 3.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.180000007,
+ "to": 0.180000007
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_3"
+ }
+ ]
+ },
+ "explosion_arcs_emitter":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.400000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_explosion_arc1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_explosion_arc2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_explosion_arc2"
+ }
+ ]
+ },
+ "explosion_debris_strong":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 3.500000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -1.250000000,
+ "to": -1.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.875000000,
+ "to": 0.875000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 28.000000000,
+ "to": 28.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.890625000,
+ "y1": 0.013020843,
+ "x2": 0.893229187,
+ "y2": 0.479166687,
+ "from": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.231770873,
+ "y1": 0.739583373,
+ "x2": 0.252604187,
+ "y2": 1.002604246,
+ "from": 2000.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 720.000000000,
+ "to": 720.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_debris1_particle"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_debris2_particle"
+ }
+ ]
+ },
+ "explosion_streaks_emitter":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 4,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.400000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_explosion_s1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_explosion_s2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_explosion_s3"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_explosion_dark_streak1"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_explosion_s1"
+ }
+ ]
+ },
+ "fire_after_explosion":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.599999905,
+ "to": 2.599999905
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.400000095,
+ "to": 2.400000095
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -1.250000000,
+ "to": -1.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.875000000,
+ "to": 1.875000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire_3"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "fire_1"
+ }
+ ]
+ },
+ "fire_after_explosion_green":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.599999905,
+ "to": 2.599999905
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.400000095,
+ "to": 2.400000095
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -1.250000000,
+ "to": -1.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.875000000,
+ "to": 1.875000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.349999994,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "tex_torch_flame_green"
+ }
+ ]
+ },
+ "fire_spark_blue":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 4,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.600000024,
+ "to": 1.600000024
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_blue_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_blue_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_blue_3"
+ }
+ ]
+ },
+ "fire_spark_blue_short":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 4,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.119999997,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_blue_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_blue_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_blue_3"
+ }
+ ]
+ },
+ "fire_spark_green_short":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 4,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 1.200000048
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.119999997,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_spark_green_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_spark_green_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_spark_green_3"
+ }
+ ]
+ },
+ "fire_spark_purple_short":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 4,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 1.200000048
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.119999997,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_spark_purple_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_spark_purple_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_spark_purple_3"
+ }
+ ]
+ },
+ "fire_spark_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 4,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.600000024,
+ "to": 1.600000024
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_3"
+ }
+ ]
+ },
+ "fire_spark_red_short":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 4,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 1.200000048
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.119999997,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_3"
+ }
+ ]
+ },
+ "fire_spark_red_shortHuge":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 8,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.600000024,
+ "to": 1.600000024
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_3"
+ }
+ ]
+ },
+ "fire_spark_trail":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.699999988,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.833333373,
+ "y1": -0.002604157,
+ "x2": 0.143229187,
+ "y2": 1.002604246,
+ "from": 80.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_03"
+ }
+ ]
+ },
+ "fire_spark_trail_huge":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "x": -0.400000006,
+ "y": -0.600000024
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.833333373,
+ "y1": -0.002604157,
+ "x2": 0.143229187,
+ "y2": 1.002604246,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_03"
+ }
+ ]
+ },
+ "fire_spark_trail_lot":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 5.000000000
+ },
+ "to":
+ {
+ "z": 5.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.699999988,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.833333373,
+ "y1": -0.002604157,
+ "x2": 0.143229187,
+ "y2": 1.002604246,
+ "from": 80.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_03"
+ }
+ ]
+ },
+ "fire_ulti_spark_blue":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 6,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 2.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.600000024,
+ "to": 1.600000024
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_blue_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_blue_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_blue_3"
+ }
+ ]
+ },
+ "fire_ulti_spark_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 6,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 2.500000000,
+ "durationJitter": 0.200000003,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000000,
+ "to": 15.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.600000024,
+ "to": 1.600000024
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_3"
+ }
+ ]
+ },
+ "fireball_trail_blue":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.150000006,
+ "to": 0.150000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 13.000000000,
+ "to": 13.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "blue_fireball_flame_tail_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "blue_fireball_flame_tail_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "blue_fireball_flame_tail_03"
+ }
+ ]
+ },
+ "fireball_trail_blue_spark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.150000006,
+ "to": 0.150000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 720.000000000,
+ "to": 720.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fireball_blue_spark"
+ }
+ ]
+ },
+ "fireball_trail_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.150000006,
+ "to": 0.150000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 13.000000000,
+ "to": 13.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "red_fireball_flame_tail_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "red_fireball_flame_tail_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "red_fireball_flame_tail_03"
+ }
+ ]
+ },
+ "fireball_trail_red_spark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.150000006,
+ "to": 0.150000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fireball_red_spark"
+ }
+ ]
+ },
+ "fishy_debris":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "lifetime":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.600000203,
+ "to": 0.600000203
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.400000215,
+ "to": 0.400000215
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -90.000000000
+ },
+ "to":
+ {
+ "z": -90.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000642,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.500000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "prt_fish"
+ }
+ ]
+ },
+ "flag_celebration_blue":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.400000006,
+ "to": -0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fireWork_shooting_particle_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fireWork_shooting_particle_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fireWork_shooting_particle_3"
+ }
+ ]
+ },
+ "flag_celebration_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.400000006,
+ "to": -0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fireWork_shooting_particle_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fireWork_shooting_particle_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fireWork_shooting_particle_6"
+ }
+ ]
+ },
+ "flame_trail_particle":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.524999976
+ },
+ "to":
+ {
+ "z": 0.524999976
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "durationJitter": 0.005000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.399999976,
+ "to": 1.399999976
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.045000002,
+ "to": -0.045000002
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.045000002,
+ "to": 0.045000002
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "dynamike_spark"
+ }
+ ]
+ },
+ "fragile_explo_debris":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.495000005
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 30.000001907,
+ "to": 30.000001907
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.650000215,
+ "to": 0.650000215
+ },
+ "friction":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.350000203,
+ "to": 0.350000203
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "bone_01"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "bone_02"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "bone_03"
+ }
+ ]
+ },
+ "fragile_explo_debris_oasis":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 1.500000238,
+ "to": 1.500000238
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.500000179,
+ "to": 0.500000179
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset":
+ {
+ "z": 0.495000213
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000642,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 30.000001907,
+ "to": 30.000001907
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.650000215,
+ "to": 0.650000215
+ },
+ "friction":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.350000203,
+ "to": 0.350000203
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "vase_shard_01"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "vase_shard_02"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "vase_shard_03"
+ }
+ ]
+ },
+ "fragile_explo_debris_retro":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 1.500000238,
+ "to": 1.500000238
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.500000179,
+ "to": 0.500000179
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset":
+ {
+ "z": 0.495000213
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000642,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": -0.250000000,
+ "to": -0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 15.000000954,
+ "to": 15.000000954
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 30.000001907,
+ "to": 30.000001907
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.650000215,
+ "to": 0.650000215
+ },
+ "friction":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.350000203,
+ "to": 0.350000203
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "traffic_cone_shard_01"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "traffic_cone_shard_02"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "traffic_cone_shard_03"
+ }
+ ]
+ },
+ "frank_002_atk_pixel":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 4
+ }
+ ]
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 20.000000000,
+ "y": 20.000000000,
+ "z": 20.000000000
+ },
+ "to":
+ {
+ "x": 20.000000000,
+ "y": 20.000000000,
+ "z": 20.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.942708373,
+ "y1": 0.013020843,
+ "x2": 0.682291687,
+ "y2": 0.033854187,
+ "from": 0.400000006,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_20"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_21"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_22"
+ }
+ ]
+ },
+ "frank_002_atk_pixel_big":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 3
+ }
+ ]
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 24.000000000,
+ "y": 24.000000000,
+ "z": 24.000000000
+ },
+ "to":
+ {
+ "x": 24.000000000,
+ "y": 24.000000000,
+ "z": 24.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.942708373,
+ "y1": 0.013020843,
+ "x2": 0.682291687,
+ "y2": 0.033854187,
+ "from": 1.799999952,
+ "to": 1.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.001000000,
+ "to": 0.001000000
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "frank_002_atk_pixel_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "frank_002_atk_pixel_2"
+ }
+ ]
+ },
+ "frank_002_atk_pixel_big_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 3
+ }
+ ]
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 24.000000000,
+ "y": 24.000000000,
+ "z": 24.000000000
+ },
+ "to":
+ {
+ "x": 24.000000000,
+ "y": 24.000000000,
+ "z": 24.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.942708373,
+ "y1": 0.013020843,
+ "x2": 0.682291687,
+ "y2": 0.033854187,
+ "from": 1.799999952,
+ "to": 1.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.001000000,
+ "to": 0.001000000
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "frank_002_atk_pixel_1_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "frank_002_atk_pixel_2_red"
+ }
+ ]
+ },
+ "frank_002_atk_pixel_ground":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -50.000000000
+ },
+ "to":
+ {
+ "z": -50.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000,
+ "z": 12.000000000
+ },
+ "to":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000,
+ "z": 12.000000000
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 3
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_3"
+ }
+ ]
+ },
+ "frank_002_atk_pixel_ground_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -50.000000000
+ },
+ "to":
+ {
+ "z": -50.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000,
+ "z": 12.000000000
+ },
+ "to":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000,
+ "z": 12.000000000
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 3
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_6"
+ }
+ ]
+ },
+ "frank_002_atk_pixel_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 4
+ }
+ ]
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 20.000000000,
+ "y": 20.000000000,
+ "z": 20.000000000
+ },
+ "to":
+ {
+ "x": 20.000000000,
+ "y": 20.000000000,
+ "z": 20.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.942708373,
+ "y1": 0.013020843,
+ "x2": 0.682291687,
+ "y2": 0.033854187,
+ "from": 0.400000006,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_23"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_24"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_25"
+ }
+ ]
+ },
+ "frank_002_atk_reached":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_reached_cyan"
+ }
+ ]
+ },
+ "frank_002_atk_reached_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_reached_red"
+ }
+ ]
+ },
+ "frank_002_atk_streaks":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.180000007,
+ "to": 0.180000007
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 400.000000000,
+ "to": 400.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -100.000000000,
+ "to": -100.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.400000006,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.400000006,
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_streak_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_streak_2"
+ }
+ ]
+ },
+ "frank_002_atk_streaks_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.180000007,
+ "to": 0.180000007
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 400.000000000,
+ "to": 400.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -100.000000000,
+ "to": -100.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_streak_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_streak_2"
+ }
+ ]
+ },
+ "frank_002_atk_trail_1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.100000001
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -200.000000000
+ },
+ "to":
+ {
+ "z": -200.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.010000000,
+ "to": -0.010000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.010000000,
+ "to": -0.010000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "frank_002_normal_bar_blue_1"
+ }
+ ]
+ },
+ "frank_002_atk_trail_1_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.100000001
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -200.000000000
+ },
+ "to":
+ {
+ "z": -200.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.010000000,
+ "to": -0.010000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.010000000,
+ "to": -0.010000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "frank_002_normal_bar_red_1"
+ }
+ ]
+ },
+ "frank_002_atk_trail_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "emitterDelay": 0.159999996,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.100000001
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -200.000000000
+ },
+ "to":
+ {
+ "z": -200.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.010000000,
+ "to": -0.010000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.010000000,
+ "to": -0.010000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "frank_002_normal_bar_blue_2"
+ }
+ ]
+ },
+ "frank_002_atk_trail_2_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "emitterDelay": 0.159999996,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.100000001
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -200.000000000
+ },
+ "to":
+ {
+ "z": -200.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.010000000,
+ "to": -0.010000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.010000000,
+ "to": -0.010000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "frank_002_normal_bar_red_2"
+ }
+ ]
+ },
+ "frank_002_atk_trail_3":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "emitterDelay": 0.300000012,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.100000001
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -200.000000000
+ },
+ "to":
+ {
+ "z": -200.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.010000000,
+ "to": -0.010000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.010000000,
+ "to": -0.010000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.649999976,
+ "to": 1.649999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "frank_002_normal_bar_blue_3"
+ }
+ ]
+ },
+ "frank_002_atk_trail_3_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "emitterDelay": 0.300000012,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.100000001
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -200.000000000
+ },
+ "to":
+ {
+ "z": -200.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.010000000,
+ "to": -0.010000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.010000000,
+ "to": -0.010000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.649999976,
+ "to": 1.649999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "frank_002_normal_bar_red_3"
+ }
+ ]
+ },
+ "frank_002_atk_trail_dots":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.600000024
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.973958373,
+ "y1": 0.005208343,
+ "y2": 0.635416687,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_blink_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_blink_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_blink_3"
+ }
+ ]
+ },
+ "frank_002_atk_trail_dots_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.600000024
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.973958373,
+ "y1": 0.005208343,
+ "y2": 0.635416687,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_blink_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_blink_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_blink_5"
+ }
+ ]
+ },
+ "frank_002_ulti_pixel_ground":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -80.000000000
+ },
+ "to":
+ {
+ "z": -80.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000,
+ "z": 12.000000000
+ },
+ "to":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000,
+ "z": 12.000000000
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_11"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_12"
+ }
+ ]
+ },
+ "frank_002_ulti_reached":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_reached_yellow"
+ }
+ ]
+ },
+ "frank_002_ulti_shock":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -5.000000000,
+ "to": -5.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "frank_002_ulti_shock_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "frank_002_ulti_shock_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "frank_002_ulti_shock_3"
+ }
+ ]
+ },
+ "frank_002_ulti_shock_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -5.000000000,
+ "to": -5.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "max_def_atk_shock_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "max_def_atk_shock_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "max_def_atk_shock_red_3"
+ }
+ ]
+ },
+ "frank_002_ulti_streaks":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.180000007,
+ "to": 0.180000007
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 400.000000000,
+ "to": 400.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -100.000000000,
+ "to": -100.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_streak_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_streak_2"
+ }
+ ]
+ },
+ "frank_002_ulti_streaks_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.180000007,
+ "to": 0.180000007
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 400.000000000,
+ "to": 400.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -100.000000000,
+ "to": -100.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.600000024,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.600000024,
+ "z": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_streak_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_streak_2"
+ }
+ ]
+ },
+ "frank_002_ulti_trail_1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.100000001
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -200.000000000
+ },
+ "to":
+ {
+ "z": -200.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.010000000,
+ "to": -0.010000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.010000000,
+ "to": -0.010000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "frank_002_ulti_bar_blue_1"
+ }
+ ]
+ },
+ "frank_002_ulti_trail_1_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.100000001
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -200.000000000
+ },
+ "to":
+ {
+ "z": -200.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.010000000,
+ "to": -0.010000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.010000000,
+ "to": -0.010000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "frank_002_ulti_bar_red_1"
+ }
+ ]
+ },
+ "frank_002_ulti_trail_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "emitterDelay": 0.200000003,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.100000001
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -200.000000000
+ },
+ "to":
+ {
+ "z": -200.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.010000000,
+ "to": -0.010000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.010000000,
+ "to": -0.010000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.700000048,
+ "to": 1.700000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "frank_002_ulti_bar_blue_2"
+ }
+ ]
+ },
+ "frank_002_ulti_trail_2_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "emitterDelay": 0.200000003,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.100000001
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -200.000000000
+ },
+ "to":
+ {
+ "z": -200.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.010000000,
+ "to": -0.010000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.010000000,
+ "to": -0.010000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.700000048,
+ "to": 1.700000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "frank_002_ulti_bar_red_2"
+ }
+ ]
+ },
+ "frank_002_ulti_trail_3":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "emitterDelay": 0.300000012,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.100000001
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -200.000000000
+ },
+ "to":
+ {
+ "z": -200.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.010000000,
+ "to": -0.010000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.010000000,
+ "to": -0.010000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "frank_002_ulti_bar_blue_3"
+ }
+ ]
+ },
+ "frank_002_ulti_trail_3_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "emitterDelay": 0.300000012,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.100000001
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -200.000000000
+ },
+ "to":
+ {
+ "z": -200.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.010000000,
+ "to": -0.010000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.010000000,
+ "to": -0.010000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "frank_002_ulti_bar_red_3"
+ }
+ ]
+ },
+ "frank_002_ulti_trail_colour_dots":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.600000024
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.100000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.973958373,
+ "y1": 0.005208343,
+ "y2": 0.635416687,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_blink_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_blink_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_blink_3"
+ }
+ ]
+ },
+ "frank_002_ulti_trail_colour_dots_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.600000024
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.100000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.973958373,
+ "y1": 0.005208343,
+ "y2": 0.635416687,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_blink_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_blink_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_blink_5"
+ }
+ ]
+ },
+ "frank_002_ulti_trail_dots":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.600000024
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.100000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.899999976,
+ "y": 1.000000000,
+ "z": 0.200000003
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.973958373,
+ "y1": 0.005208343,
+ "y2": 0.635416687,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_blink_6"
+ }
+ ]
+ },
+ "frank_003_atk_bulbs":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 15,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 400.000000000,
+ "to": 400.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.500000000,
+ "to": 3.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.500000000,
+ "y": 1.500000000
+ },
+ "to":
+ {
+ "x": 1.500000000,
+ "y": 1.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 0.850000024,
+ "from": 1.000000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 1.100000024,
+ "y1": 0.200000003,
+ "y2": 1.000000000,
+ "from": 960.000000000,
+ "to": 60.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "penny_002_ball_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "penny_002_ball_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "penny_002_ball_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "penny_002_ball_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "penny_002_ball_2"
+ }
+ ]
+ },
+ "frank_003_atk_bulbs_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 15,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 400.000000000,
+ "to": 400.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.500000000,
+ "to": 3.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.500000000,
+ "y": 1.500000000
+ },
+ "to":
+ {
+ "x": 1.500000000,
+ "y": 1.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 0.850000024,
+ "from": 1.000000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 1.100000024,
+ "y1": 0.200000003,
+ "y2": 1.000000000,
+ "from": 960.000000000,
+ "to": 60.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "penny_002_ball_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "penny_002_ball_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "penny_002_ball_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "penny_002_ball_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "penny_002_ball_5"
+ }
+ ]
+ },
+ "frank_003_atk_frags":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -5.000000000
+ },
+ "to":
+ {
+ "z": -5.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.600000024
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 1.200000048
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.059999999,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_10"
+ }
+ ]
+ },
+ "frank_003_atk_grass":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -14.000000000
+ },
+ "to":
+ {
+ "z": -14.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 480.000000000,
+ "to": 480.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000,
+ "z": 12.000000000
+ },
+ "to":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000,
+ "z": 12.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.950520873,
+ "y1": 0.044270843,
+ "x2": 0.940104187,
+ "y2": 0.276041687,
+ "from": 1.000000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.583333373,
+ "y1": 0.200520843,
+ "x2": 0.408854187,
+ "y2": 0.979166687,
+ "from": 640.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_grass_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_grass_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_grass_3"
+ }
+ ]
+ },
+ "frank_003_atk_hit":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 1.000000000,
+ "y2": 0.899999976,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_hit_blue"
+ }
+ ]
+ },
+ "frank_003_atk_hit_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 1.000000000,
+ "y2": 0.899999976,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_hit_red"
+ }
+ ]
+ },
+ "frank_003_atk_sparkles":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -60.000000000,
+ "to": -60.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.500000000,
+ "to": 5.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.799999952,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04_add"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_05_add"
+ }
+ ]
+ },
+ "frank_003_atk_sparkles_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -60.000000000,
+ "to": -60.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.500000000,
+ "to": 5.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.799999952,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04_add"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_05_add"
+ }
+ ]
+ },
+ "frank_003_lobby_dots":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.600000024,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 24.000000000,
+ "to": 24.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.050000001,
+ "to": -0.050000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.100000001,
+ "to": -0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.300000012,
+ "to": -0.300000012
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.600000024,
+ "to": -0.600000024
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.075000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_blink_6"
+ }
+ ]
+ },
+ "frank_003_lobby_sparkles":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.600000024,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.100000001,
+ "to": -0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.300000012,
+ "to": -0.300000012
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04_add"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04_add"
+ }
+ ]
+ },
+ "frank_003_lobby_starglow":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.600000024,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.319999993
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.349999994,
+ "y1": 0.899999976,
+ "x2": 0.200000003,
+ "y2": 1.000000000,
+ "to": 0.500000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.400000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ring_speedLine_glow"
+ }
+ ]
+ },
+ "frank_003_ulti_stars":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -35.000000000
+ },
+ "to":
+ {
+ "z": -35.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 300.000000000,
+ "to": 300.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -80.000000000,
+ "to": -80.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.500000000,
+ "to": 4.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.200000048,
+ "y": 1.200000048
+ },
+ "to":
+ {
+ "x": 1.200000048,
+ "y": 1.200000048
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 0.850000024,
+ "from": 0.699999988,
+ "to": 0.150000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.800000012,
+ "y": 0.800000012
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "y": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.872395873,
+ "y1": 0.020833343,
+ "x2": 0.072916687,
+ "y2": 0.885416687,
+ "from": 1200.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_star_add"
+ }
+ ]
+ },
+ "frank_003_ulti_stars_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -35.000000000
+ },
+ "to":
+ {
+ "z": -35.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 300.000000000,
+ "to": 300.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -80.000000000,
+ "to": -80.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.500000000,
+ "to": 4.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.200000048,
+ "y": 1.200000048
+ },
+ "to":
+ {
+ "x": 1.200000048,
+ "y": 1.200000048
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 0.850000024,
+ "from": 0.699999988,
+ "to": 0.150000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.872395873,
+ "y1": 0.020833343,
+ "x2": 0.072916687,
+ "y2": 0.885416687,
+ "from": 1200.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_star_add"
+ }
+ ]
+ },
+ "frank_def_atk_fragments":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.699999988,
+ "y1": 0.250000000,
+ "x2": 0.385416687,
+ "y2": 1.010416746,
+ "from": 0.100000001,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -105.000007629
+ },
+ "to":
+ {
+ "z": -105.000007629
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.349999994,
+ "spawnRate":
+ {
+ "x1": 0.427083343,
+ "y1": 0.044270843,
+ "x2": 0.338541687,
+ "y2": 0.979166687,
+ "from": 10.000000000,
+ "to": 2.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.250000000,
+ "y1": 0.600000024,
+ "x2": 0.500000000,
+ "y2": 1.000000000,
+ "from": 0.100000001,
+ "to": 2.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.250000000,
+ "y1": 0.600000024,
+ "x2": 0.500000000,
+ "y2": 1.000000000,
+ "from": 0.150000006,
+ "to": 2.099999905
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.692708373,
+ "y1": 0.067708343,
+ "x2": 0.486979187,
+ "y2": 0.830729187,
+ "from": -5.000000000,
+ "to": -0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.661458373,
+ "y1": 0.059895843,
+ "x2": 0.455729187,
+ "y2": 0.838541687,
+ "from": 5.000000000,
+ "to": 0.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.500000000,
+ "x2": 0.600000024,
+ "y2": 0.800000012,
+ "from": 12.000000000,
+ "to": 6.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.500000000,
+ "x2": 0.600000024,
+ "y2": 0.800000012,
+ "from": 20.000000000,
+ "to": 12.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.138020843,
+ "y1": -1.393229127,
+ "x2": 1.000000000,
+ "y2": -0.333333313,
+ "from": 0.449999988,
+ "to": 0.119999997
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 1.000000000,
+ "y1": -0.002604157,
+ "y2": 1.002604246,
+ "from": 400.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.800000012,
+ "y1": 0.300000012,
+ "x2": -0.500000000,
+ "y2": 1.000000000,
+ "from": 2100.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "groundFrag_6"
+ }
+ ]
+ },
+ "frank_def_atk_impact":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.600000024
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 1.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "frank_def_atk_explode"
+ }
+ ]
+ },
+ "frank_def_atk_impact_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.600000024
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 1.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "frank_def_atk_explode_red"
+ }
+ ]
+ },
+ "frank_def_atk_reached":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.699999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "frank_def_atk_reached_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "frank_def_atk_reached_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "frank_def_atk_reached_3"
+ }
+ ]
+ },
+ "frank_def_atk_reached_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "frank_def_atk_reached_1_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "frank_def_atk_reached_2_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "frank_def_atk_reached_3_red"
+ }
+ ]
+ },
+ "frank_def_atk_trail":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -90.000000000,
+ "to": -90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "frank_atk_test"
+ }
+ ]
+ },
+ "frank_def_ground_crack_b1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b1_type1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b1_type2"
+ }
+ ]
+ },
+ "frank_def_ground_crack_b1_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b1_type1_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b1_type2_red"
+ }
+ ]
+ },
+ "frank_def_ground_crack_b1_ulti":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b1_type1_ulti"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b1_type2_ulti"
+ }
+ ]
+ },
+ "frank_def_ground_crack_b1_ulti_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b1_type1_ulti_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b1_type2_ulti_red"
+ }
+ ]
+ },
+ "frank_def_ground_crack_b2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "emitterDelay": 0.200000003,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.059999999,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 25.000000000,
+ "to": 25.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.010000000,
+ "to": 0.010000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.800000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b2_type1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b2_type2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b2_type3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b2_type4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b2_type5"
+ }
+ ]
+ },
+ "frank_def_ground_crack_b2_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "emitterDelay": 0.200000003,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.059999999,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 25.000000000,
+ "to": 25.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.010000000,
+ "to": 0.010000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.800000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b2_type1_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b2_type2_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b2_type3_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b2_type4_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b2_type5_red"
+ }
+ ]
+ },
+ "frank_def_ground_crack_b2_ulti":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.159999996,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.001000000,
+ "to": 0.001000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.001000000,
+ "to": 0.001000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 0.079999998,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 25.000000000,
+ "to": 25.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.700000048,
+ "to": 1.700000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b2_type1_ulti"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b2_type2_ulti"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b2_type3_ulti"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b2_type4_ulti"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b2_type5_ulti"
+ }
+ ]
+ },
+ "frank_def_ground_crack_b2_ulti_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.159999996,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.001000000,
+ "to": 0.001000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.001000000,
+ "to": 0.001000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 0.079999998,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 25.000000000,
+ "to": 25.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.700000048,
+ "to": 1.700000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b2_type1_ulti_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b2_type2_ulti_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b2_type3_ulti_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b2_type4_ulti_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b2_type5_ulti_red"
+ }
+ ]
+ },
+ "frank_def_ground_crack_b3":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.259999990,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.079999998,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.010000000,
+ "to": 0.010000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 1.399999976
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 1.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b3_type1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b3_type2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b3_type3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b3_type4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b3_type5"
+ }
+ ]
+ },
+ "frank_def_ground_crack_b3_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.259999990,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.079999998,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.010000000,
+ "to": 0.010000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 1.399999976
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 1.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b3_type1_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b3_type2_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b3_type3_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b3_type4_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b3_type5_red"
+ }
+ ]
+ },
+ "frank_def_ground_crack_b3_ulti":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.259999990,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.001000000,
+ "to": 0.001000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.001000000,
+ "to": 0.001000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 0.079999998,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.700000048,
+ "to": 1.700000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b3_type1_ulti"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b3_type2_ulti"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b3_type3_ulti"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b3_type4_ulti"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b3_type5_ulti"
+ }
+ ]
+ },
+ "frank_def_ground_crack_b3_ulti_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.259999990,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.001000000,
+ "to": 0.001000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.001000000,
+ "to": 0.001000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 0.079999998,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.700000048,
+ "to": 1.700000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b3_type1_ulti_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b3_type2_ulti_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b3_type3_ulti_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b3_type4_ulti_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_b3_type5_ulti_red"
+ }
+ ]
+ },
+ "frank_def_ground_crack_reached":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.699999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 0.200000003,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 0.200000003,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.600000024,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_reached_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_reached_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_reached_3"
+ }
+ ]
+ },
+ "frank_def_ground_cresent":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.399999976,
+ "to": 1.399999976
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "durationJitter": 3.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "frank_def_atk_cloud_cresent_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "frank_def_atk_cloud_cresent_2"
+ }
+ ]
+ },
+ "frank_def_ground_impact":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.200000003,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 1.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "durationJitter": 3.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_impact_long_gold_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_impact_long_gold_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_impact_long_gold_3"
+ }
+ ]
+ },
+ "frank_def_ground_smoke_super":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 1.799999952
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -90.000000000,
+ "to": -90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_smoke_super_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_smoke_super_2"
+ }
+ ]
+ },
+ "frank_def_ground_smoke_super_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 1.799999952
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -90.000000000,
+ "to": -90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_smoke_super_1_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_smoke_super_2_red"
+ }
+ ]
+ },
+ "frank_def_starPower_hit":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.399999976,
+ "to": 1.399999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "frank_def_starP_cloud_blue1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "frank_def_starP_cloud_blue2"
+ }
+ ]
+ },
+ "frank_def_starPower_hit_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.399999976,
+ "to": 1.399999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "frank_def_starP_cloud_red1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "frank_def_starP_cloud_red2"
+ }
+ ]
+ },
+ "frank_def_ulti_ground_crack_reached":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.699999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 0.200000003,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 0.200000003,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.600000024,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_reached_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_reached_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_crack_reached_3"
+ }
+ ]
+ },
+ "frank_def_ulti_impact":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 1.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "frank_def_ulti_explode"
+ }
+ ]
+ },
+ "frank_def_ulti_reached":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_impact_long_gold_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_impact_long_gold_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "ground_impact_long_gold_3"
+ }
+ ]
+ },
+ "frank_def_ulti_shocked":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.150000006
+ },
+ "to":
+ {
+ "z": 0.150000006
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.600000024,
+ "to": -0.600000024
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 1.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_yellow_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_yellow_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_yellow_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_yellow_4"
+ }
+ ]
+ },
+ "frank_def_ulti_trail_shock":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.449999988,
+ "durationJitter": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 25.000000000,
+ "to": 10000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.800000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.114583343,
+ "y1": 0.575520873,
+ "x2": 0.041666687,
+ "y2": 1.018229246,
+ "from": 1.000000000,
+ "to": 1.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_yellow_delay_type1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_yellow_delay_type2"
+ }
+ ]
+ },
+ "gadget_activate_speedLine":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.145833343,
+ "y1": 0.661458373,
+ "x2": 0.369791687,
+ "y2": 0.838541687,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.500000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.500000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ring_speedLine_glow"
+ }
+ ]
+ },
+ "gadget_activate_speedLine_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.145833343,
+ "y1": 0.661458373,
+ "x2": 0.369791687,
+ "y2": 0.838541687,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ring_speedLine_glow"
+ }
+ ]
+ },
+ "gadget_activate_stars":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 400.000000000,
+ "to": 400.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.757812500,
+ "y1": -0.158854127,
+ "x2": 1.000000000,
+ "y2": -0.473958313,
+ "from": 0.699999988,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.864583373,
+ "y1": -0.010416657,
+ "x2": 0.096354187,
+ "y2": 0.916666746,
+ "from": 1800.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_particle_star_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_particle_star_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_star_gold"
+ }
+ ]
+ },
+ "gadget_activate_stars_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 400.000000000,
+ "to": 400.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.757812500,
+ "y1": -0.158854127,
+ "x2": 1.000000000,
+ "y2": -0.473958313,
+ "from": 0.699999988,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.864583373,
+ "y1": -0.010416657,
+ "x2": 0.096354187,
+ "y2": 0.916666746,
+ "from": 1800.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_particle_star_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_particle_star_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_star_gold"
+ }
+ ]
+ },
+ "gadget_arcade_plugged_frags":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.300000012,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 210.000000000,
+ "to": 210.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.699999988,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.699999988,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04_add"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_05_add"
+ }
+ ]
+ },
+ "gadget_arcade_plugged_frags_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.300000012,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 210.000000000,
+ "to": 210.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.250000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.250000000,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04_add"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_05_add"
+ }
+ ]
+ },
+ "gadget_arcade_plugged_tail":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -12.000000000,
+ "x2": 1.000000000,
+ "y2": -12.000000000,
+ "from": 0.264999986,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.400000006,
+ "y1": 1.000000000,
+ "x2": 0.300000012,
+ "y2": 1.000000000,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gadget_arcade_pluggedin_particle"
+ }
+ ]
+ },
+ "gadget_arcade_plugged_tail_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -12.000000000,
+ "x2": 1.000000000,
+ "y2": -12.000000000,
+ "from": 0.264999986,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.400000006,
+ "y1": 1.000000000,
+ "x2": 0.300000012,
+ "y2": 1.000000000,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gadget_arcade_pluggedin_particle_red"
+ }
+ ]
+ },
+ "gadget_barley_heal_icons":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 3.200000048,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.200000048,
+ "to": 2.200000048
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.161458343,
+ "y1": 0.684895873,
+ "x2": 0.424479187,
+ "y2": 0.901041687,
+ "from": 0.500000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.699999988,
+ "y": 1.000000000,
+ "z": 0.200000003
+ },
+ "to":
+ {
+ "x": 0.699999988,
+ "y": 1.000000000,
+ "z": 0.200000003
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_heal_icon"
+ }
+ ]
+ },
+ "gadget_barley_heal_icons_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 3.200000048,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.200000048,
+ "to": 2.200000048
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.161458343,
+ "y1": 0.684895873,
+ "x2": 0.424479187,
+ "y2": 0.901041687,
+ "from": 0.500000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.349999994,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.349999994,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_heal_icon"
+ }
+ ]
+ },
+ "gadget_barley_heal_shards":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -50.000000000
+ },
+ "to":
+ {
+ "z": -50.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 17.000000000,
+ "to": 17.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "y1": -0.002604157,
+ "x2": 1.000000000,
+ "y2": 0.229166687,
+ "from": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 720.000000000,
+ "to": 720.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shard_green_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shard_green_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shard_green_3"
+ }
+ ]
+ },
+ "gadget_barley_heal_trail":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.280000001,
+ "to": 0.280000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "x": 0.300000012,
+ "y": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -40.000000000
+ },
+ "to":
+ {
+ "z": -40.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.546875000,
+ "y1": -4.518229008,
+ "x2": 1.000000000,
+ "y2": -3.083333254,
+ "from": 0.170000002,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.023000000,
+ "y": 0.830999970,
+ "z": 0.144999996
+ },
+ "to":
+ {
+ "x": 0.023000000,
+ "y": 0.830999970,
+ "z": 0.144999996
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_liquid_S"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_liquid_M"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_liquid_L"
+ }
+ ]
+ },
+ "gadget_barley_heal_trailGround":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -9999.000000000
+ },
+ "to":
+ {
+ "z": -9999.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.400000006,
+ "to": -0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SimpleGround"
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 1.028645873,
+ "x2": 0.299479187,
+ "y2": 1.010416746,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.023000000,
+ "y": 0.830999970,
+ "z": 0.144999996
+ },
+ "to":
+ {
+ "x": 0.023000000,
+ "y": 0.830999970,
+ "z": 0.144999996
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_5"
+ }
+ ]
+ },
+ "gadget_barley_heal_trailGround_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -9999.000000000
+ },
+ "to":
+ {
+ "z": -9999.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.400000006,
+ "to": -0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SimpleGround"
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 1.028645873,
+ "x2": 0.299479187,
+ "y2": 1.010416746,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.721000016,
+ "y": 0.277999997,
+ "z": 0.776000023
+ },
+ "to":
+ {
+ "x": 0.721000016,
+ "y": 0.277999997,
+ "z": 0.776000023
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_5"
+ }
+ ]
+ },
+ "gadget_barley_heal_trail_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.280000001,
+ "to": 0.280000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "x": 0.300000012,
+ "y": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -40.000000000
+ },
+ "to":
+ {
+ "z": -40.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.546875000,
+ "y1": -4.518229008,
+ "x2": 1.000000000,
+ "y2": -3.083333254,
+ "from": 0.170000002,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.721000016,
+ "y": 0.277999997,
+ "z": 0.776000023
+ },
+ "to":
+ {
+ "x": 0.721000016,
+ "y": 0.277999997,
+ "z": 0.776000023
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_liquid_S"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_liquid_M"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "barley_liquid_L"
+ }
+ ]
+ },
+ "gadget_barley_heal_wave":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 3.200000048,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.263020843,
+ "y1": 0.481770873,
+ "x2": 0.619791687,
+ "y2": 0.807291687,
+ "from": 1.000000000,
+ "to": 5.349999905
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.800000012,
+ "z": 0.250000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.800000012,
+ "z": 0.250000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.800000012,
+ "y2": 1.000000000,
+ "to": 0.300000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ring_blurry_add"
+ }
+ ]
+ },
+ "gadget_barley_heal_wave_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 3.200000048,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.263020843,
+ "y1": 0.481770873,
+ "x2": 0.619791687,
+ "y2": 0.807291687,
+ "from": 1.000000000,
+ "to": 5.349999905
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.100000001,
+ "z": 0.150000006
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.100000001,
+ "z": 0.150000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.800000012,
+ "y2": 1.000000000,
+ "to": 0.300000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ring_blurry_add"
+ }
+ ]
+ },
+ "gadget_barley_slow_bubble":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 2.200000048,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000,
+ "z": 6.000000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000,
+ "z": 6.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -3.000000000,
+ "x2": 1.000000000,
+ "y2": -1.500000000,
+ "from": 0.159999996,
+ "to": 0.079999998
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.513020873,
+ "y1": 0.020833343,
+ "x2": 0.065104187,
+ "y2": 0.986979246,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 1.000000000,
+ "x2": 0.300000012,
+ "y2": 1.000000000,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.177083343,
+ "y1": 0.630208373,
+ "x2": 0.158854187,
+ "y2": 0.963541687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bubble"
+ }
+ ]
+ },
+ "gadget_barley_slow_bubble_ground":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.799999952,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.600000024,
+ "to": 1.600000024
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -2.500000000,
+ "x2": 1.000000000,
+ "y2": -1.000000000,
+ "from": 0.239999995,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "color":
+ {
+ "x1": 0.513020873,
+ "y1": 0.020833343,
+ "x2": 0.065104187,
+ "y2": 0.986979246,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.600000024,
+ "z": 0.899999976
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.600000024,
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 1.000000000,
+ "x2": 0.300000012,
+ "y2": 1.000000000,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.177083343,
+ "y1": 0.630208373,
+ "x2": 0.158854187,
+ "y2": 0.963541687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bubble_ground"
+ }
+ ]
+ },
+ "gadget_barley_slow_bubble_ground_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.799999952,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.600000024,
+ "to": 1.600000024
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -2.500000000,
+ "x2": 1.000000000,
+ "y2": -1.000000000,
+ "from": 0.239999995,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "color":
+ {
+ "x1": 0.513020873,
+ "y1": 0.020833343,
+ "x2": 0.065104187,
+ "y2": 0.986979246,
+ "from":
+ {
+ "x": 0.899999976,
+ "y": 0.250000000,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 0.899999976,
+ "y": 0.250000000,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 1.000000000,
+ "x2": 0.300000012,
+ "y2": 1.000000000,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.177083343,
+ "y1": 0.630208373,
+ "x2": 0.158854187,
+ "y2": 0.963541687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bubble_ground"
+ }
+ ]
+ },
+ "gadget_barley_slow_bubble_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 2.200000048,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000,
+ "z": 6.000000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000,
+ "z": 6.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -3.000000000,
+ "x2": 1.000000000,
+ "y2": -1.500000000,
+ "from": 0.159999996,
+ "to": 0.079999998
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.513020873,
+ "y1": 0.020833343,
+ "x2": 0.065104187,
+ "y2": 0.986979246,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 1.000000000,
+ "x2": 0.300000012,
+ "y2": 1.000000000,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.177083343,
+ "y1": 0.630208373,
+ "x2": 0.158854187,
+ "y2": 0.963541687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bubble"
+ }
+ ]
+ },
+ "gadget_barley_slow_gas":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.299999952,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 2.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.500000000,
+ "to": 3.500000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.250000000,
+ "y1": 0.400000006,
+ "x2": 0.300000012,
+ "y2": 0.899999976,
+ "from": 0.899999976,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.100000001,
+ "y": 0.300000012,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.250000000,
+ "y": 0.200000003,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.150000006,
+ "y1": 0.800000012,
+ "y2": 1.000000000,
+ "to": 0.699999988
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.349999994,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cloud_twirl"
+ }
+ ]
+ },
+ "gadget_barley_slow_gas_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.299999952,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 2.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.500000000,
+ "to": 3.500000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.250000000,
+ "y1": 0.400000006,
+ "x2": 0.300000012,
+ "y2": 0.899999976,
+ "from": 0.899999976,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.100000001,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.100000001,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.150000006,
+ "y1": 0.800000012,
+ "y2": 1.000000000,
+ "to": 0.699999988
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.349999994,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cloud_twirl"
+ }
+ ]
+ },
+ "gadget_barley_slow_ring":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.400000095,
+ "to": 1.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 2.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.200000048
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.177083343,
+ "y1": 0.473958373,
+ "x2": 0.447916687,
+ "y2": 0.776041687,
+ "from": 1.299999952,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.513020873,
+ "y1": 0.020833343,
+ "x2": 0.065104187,
+ "y2": 0.986979246,
+ "from":
+ {
+ "y": 0.600000024,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "y": 0.050000001,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 1.000000000,
+ "x2": 0.300000012,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.177083343,
+ "y1": 0.630208373,
+ "x2": 0.158854187,
+ "y2": 0.963541687,
+ "from": 30.000000000,
+ "to": 4.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.349999994,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gadget_barley_slowRing"
+ }
+ ]
+ },
+ "gadget_barley_slow_ring_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.400000095,
+ "to": 1.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 2.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.200000048
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.177083343,
+ "y1": 0.473958373,
+ "x2": 0.447916687,
+ "y2": 0.776041687,
+ "from": 1.299999952,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.600000024,
+ "y1": 0.100000001,
+ "x2": 0.200000003,
+ "y2": 0.899999976,
+ "from":
+ {
+ "x": 0.899999976,
+ "y": 0.050000001,
+ "z": 0.100000001
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 1.000000000,
+ "x2": 0.300000012,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.177083343,
+ "y1": 0.630208373,
+ "x2": 0.158854187,
+ "y2": 0.963541687,
+ "from": 30.000000000,
+ "to": 4.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.349999994,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gadget_barley_slowRing"
+ }
+ ]
+ },
+ "gadget_bea_honeypot_base":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.300000012,
+ "y1": 1.500000000,
+ "x2": 0.100000001,
+ "y2": 1.080729246,
+ "from": 1.200000048,
+ "to": 2.400000095
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.850000024,
+ "y": 0.800000012,
+ "z": 0.150000006
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "y": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 1.000000000,
+ "x2": -0.300000012,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.300000012,
+ "y1": 0.100000001,
+ "x2": -0.100000001,
+ "y2": 1.000000000,
+ "from": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_honey_base"
+ }
+ ]
+ },
+ "gadget_bea_honeypot_base_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.300000012,
+ "y1": 1.500000000,
+ "x2": 0.100000001,
+ "y2": 1.080729246,
+ "from": 1.200000048,
+ "to": 2.400000095
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.899999976,
+ "y": 0.600000024,
+ "z": 0.200000003
+ },
+ "to":
+ {
+ "x": 0.899999976,
+ "y": 0.250000000,
+ "z": 0.250000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 1.000000000,
+ "x2": -0.300000012,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.300000012,
+ "y1": 0.100000001,
+ "x2": -0.100000001,
+ "y2": 1.000000000,
+ "from": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_honey_base"
+ }
+ ]
+ },
+ "gadget_bea_honeypot_bubble":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.799999952,
+ "to": 2.799999952
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 0.500000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.177083343,
+ "y1": 0.630208373,
+ "x2": 0.158854187,
+ "y2": 0.963541687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bubble_ground"
+ }
+ ]
+ },
+ "gadget_bea_honeypot_bubble_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.799999952,
+ "to": 2.799999952
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.899999976
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 0.500000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.177083343,
+ "y1": 0.630208373,
+ "x2": 0.158854187,
+ "y2": 0.963541687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bubble_ground"
+ }
+ ]
+ },
+ "gadget_bea_honeypot_bugs":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 1.000000000,
+ "from": 0.500000000,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bug_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bug_1"
+ }
+ ]
+ },
+ "gadget_bea_honeypot_bugs_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 1.000000000,
+ "from": 0.500000000,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bug_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bug_red_1"
+ }
+ ]
+ },
+ "gadget_bea_honeypot_center_ground":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.600000024,
+ "to": 1.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 4.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.150000006,
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 0.250000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.177083343,
+ "y1": 0.630208373,
+ "x2": 0.158854187,
+ "y2": 0.963541687,
+ "from": 30.000000000,
+ "to": 4.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.400000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ring_blurry_add"
+ }
+ ]
+ },
+ "gadget_bea_honeypot_center_ground_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.600000024,
+ "to": 1.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 4.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.449999988
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.449999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.150000006,
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 0.250000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.177083343,
+ "y1": 0.630208373,
+ "x2": 0.158854187,
+ "y2": 0.963541687,
+ "from": 30.000000000,
+ "to": 4.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.400000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ring_blurry_add"
+ }
+ ]
+ },
+ "gadget_bea_honeypot_ring":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.400000095,
+ "to": 1.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.799999952,
+ "to": 1.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.100000001
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 0.400000006
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.177083343,
+ "y1": 0.630208373,
+ "x2": 0.158854187,
+ "y2": 0.963541687,
+ "from": 30.000000000,
+ "to": 4.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.349999994,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gadget_barley_slowRing"
+ }
+ ]
+ },
+ "gadget_bea_honeypot_ring_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.400000095,
+ "to": 1.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.799999952,
+ "to": 1.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.250000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.250000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 0.400000006
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.177083343,
+ "y1": 0.630208373,
+ "x2": 0.158854187,
+ "y2": 0.963541687,
+ "from": 30.000000000,
+ "to": 4.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.349999994,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gadget_barley_slowRing"
+ }
+ ]
+ },
+ "gadget_bo_totem_clouds":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 4.199999809
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.250000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.050000001,
+ "y": 0.050000001,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.250000000,
+ "y1": 0.750000000,
+ "x2": 0.100000001,
+ "y2": 1.000000000,
+ "from": 0.200000003,
+ "to": 0.500000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cloud_twirl"
+ }
+ ]
+ },
+ "gadget_bo_totem_clouds_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 4.199999809
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "color":
+ {
+ "x1": 0.434895843,
+ "y1": 0.161458343,
+ "x2": 0.549479187,
+ "y2": 0.822916687,
+ "from":
+ {
+ "x": 0.500000000,
+ "z": 0.150000006
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "z": 0.250000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.250000000,
+ "y1": 0.750000000,
+ "x2": 0.100000001,
+ "y2": 1.000000000,
+ "from": 0.200000003,
+ "to": 0.500000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cloud_twirl"
+ }
+ ]
+ },
+ "gadget_bo_totem_speedLine":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.239583343,
+ "y1": 0.489583373,
+ "x2": 0.486979187,
+ "y2": 0.729166687,
+ "from": 0.400000006,
+ "to": 2.599999905
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.100000001,
+ "y": 0.400000006,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.150000006,
+ "y": 0.100000001,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 1.000000000,
+ "x2": 0.100000001,
+ "y2": 1.000000000,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.400000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ring_speedLine_glow"
+ }
+ ]
+ },
+ "gadget_bo_totem_speedLine_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.239583343,
+ "y1": 0.489583373,
+ "x2": 0.486979187,
+ "y2": 0.729166687,
+ "from": 0.400000006,
+ "to": 2.599999905
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "z": 0.050000001
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "z": 0.100000001
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 1.000000000,
+ "x2": 0.100000001,
+ "y2": 1.000000000,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.400000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ring_speedLine_glow"
+ }
+ ]
+ },
+ "gadget_bo_totem_stars":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.700000048,
+ "to": 1.700000048
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.700000048,
+ "to": 1.700000048
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.100000001,
+ "to": -0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.020833343,
+ "y1": -2.643229008,
+ "x2": 0.893229187,
+ "y2": -1.575520754,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 1.000000000,
+ "x2": 0.200000003,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_3"
+ }
+ ]
+ },
+ "gadget_bo_totem_stars_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.700000048,
+ "to": 1.700000048
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.700000048,
+ "to": 1.700000048
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.100000001,
+ "to": -0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.020833343,
+ "y1": -2.643229008,
+ "x2": 0.893229187,
+ "y2": -1.575520754,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 1.000000000,
+ "x2": 0.200000003,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_3"
+ }
+ ]
+ },
+ "gadget_bo_totem_twinkles":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.299999952,
+ "to": 2.299999952
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.020833343,
+ "y1": -2.643229008,
+ "x2": 0.893229187,
+ "y2": -1.575520754,
+ "from": 0.600000024,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_particles_M"
+ }
+ ]
+ },
+ "gadget_brock_rocket_fire":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.400000006,
+ "to": -0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.400000006,
+ "to": -0.400000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.169270843,
+ "y1": -3.119791508,
+ "x2": 0.611979187,
+ "y2": -1.177083254,
+ "from": 0.349999994,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.699999988,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rocket_tail_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rocket_tail_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rocket_tail_3"
+ }
+ ]
+ },
+ "gadget_brock_rocket_fire_inside":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.400000006,
+ "to": -0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.400000006,
+ "to": -0.400000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.091145843,
+ "y1": -2.361979008,
+ "x2": 0.807291687,
+ "y2": -1.450520754,
+ "from": 0.159999996,
+ "to": 0.039999999
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rocket_tail_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rocket_tail_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rocket_tail_3"
+ }
+ ]
+ },
+ "gadget_brock_rocket_fire_inside_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.400000006,
+ "to": -0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.400000006,
+ "to": -0.400000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.091145843,
+ "y1": -2.361979008,
+ "x2": 0.807291687,
+ "y2": -1.450520754,
+ "from": 0.159999996,
+ "to": 0.039999999
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rocket_tail_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rocket_tail_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rocket_tail_3"
+ }
+ ]
+ },
+ "gadget_brock_rocket_fire_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.400000006,
+ "to": -0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.400000006,
+ "to": -0.400000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.169270843,
+ "y1": -3.119791508,
+ "x2": 0.611979187,
+ "y2": -1.177083254,
+ "from": 0.349999994,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.699999988,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rocket_tail_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rocket_tail_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_rocket_tail_3"
+ }
+ ]
+ },
+ "gadget_brock_rocket_spark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_blue_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_blue_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_blue_03"
+ }
+ ]
+ },
+ "gadget_brock_rocket_spark_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_trail_03"
+ }
+ ]
+ },
+ "gadget_bull_stomp_crack":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.050000001,
+ "y1": 0.899999976,
+ "x2": -0.600000024,
+ "y2": 1.049999952,
+ "from": 0.500000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gadget_bull_stomp"
+ }
+ ]
+ },
+ "gadget_bull_stomp_crack_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.050000001,
+ "y1": 0.899999976,
+ "x2": -0.600000024,
+ "y2": 1.049999952,
+ "from": 0.500000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gadget_bull_stomp_red"
+ }
+ ]
+ },
+ "gadget_bull_stomp_speedline":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.100000001,
+ "y1": 0.600000024,
+ "x2": -0.100000001,
+ "y2": 0.500000000,
+ "from": 1.000000000,
+ "to": 4.199999809
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.559895873,
+ "y1": 0.083333343,
+ "x2": 0.072916687,
+ "y2": 0.822916687,
+ "from":
+ {
+ "y": 0.400000006,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.349999994,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": -2.000000000,
+ "y2": 0.899999976,
+ "from": 0.500000000,
+ "to": 0.100000001
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.372395843,
+ "y1": 0.106770873,
+ "x2": 0.072916687,
+ "y2": 0.893229187
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.600000024,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ring_speedLine_glow"
+ }
+ ]
+ },
+ "gadget_bull_stomp_speedline_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.100000001,
+ "y1": 0.600000024,
+ "x2": -0.100000001,
+ "y2": 0.500000000,
+ "from": 1.000000000,
+ "to": 4.199999809
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.559895873,
+ "y1": 0.083333343,
+ "x2": 0.072916687,
+ "y2": 0.822916687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.250000000,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": -2.000000000,
+ "y2": 0.899999976,
+ "from": 0.500000000,
+ "to": 0.100000001
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.372395843,
+ "y1": 0.106770873,
+ "x2": 0.072916687,
+ "y2": 0.893229187
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.600000024,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ring_speedLine_glow"
+ }
+ ]
+ },
+ "gadget_carl_hottrail_stone":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.799999952,
+ "to": 3.799999952
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -50.000000000
+ },
+ "to":
+ {
+ "z": -50.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 350.000000000,
+ "to": 350.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.500000000,
+ "to": 4.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 7.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 7.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "burning_stone_blue_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "burning_stone_blue_2"
+ }
+ ]
+ },
+ "gadget_carl_hottrail_stone_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.799999952,
+ "to": 3.799999952
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -50.000000000
+ },
+ "to":
+ {
+ "z": -50.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 350.000000000,
+ "to": 350.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.500000000,
+ "to": 4.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 7.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 7.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "burning_stone_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "burning_stone_red_2"
+ }
+ ]
+ },
+ "gadget_carl_hottrail_stone_small":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.799999952,
+ "to": 3.799999952
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -50.000000000
+ },
+ "to":
+ {
+ "z": -50.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 8.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 8.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "burning_stone_blue_3"
+ }
+ ]
+ },
+ "gadget_carl_hottrail_stone_small_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.799999952,
+ "to": 3.799999952
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -50.000000000
+ },
+ "to":
+ {
+ "z": -50.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 8.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 8.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "burning_stone_red_3"
+ }
+ ]
+ },
+ "gadget_darryl_slow_ring":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 3.599999905,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.083333343,
+ "y1": 0.770833373,
+ "x2": 0.018229187,
+ "y2": 1.002604246,
+ "from": 1.000000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.100000001,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 0.500000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.177083343,
+ "y1": 0.630208373,
+ "x2": 0.158854187,
+ "y2": 0.963541687,
+ "from": 30.000000000,
+ "to": 4.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.400000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gadget_barley_slowRing"
+ }
+ ]
+ },
+ "gadget_dash_footprint":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.200000003,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.400000006,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.699999988,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_hit_long"
+ }
+ ]
+ },
+ "gadget_dash_footprint_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.200000003,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.949999988,
+ "z": 0.649999976
+ },
+ "to":
+ {
+ "x": 0.750000000,
+ "y": 0.100000001,
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_hit_long"
+ }
+ ]
+ },
+ "gadget_dash_line":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.200000003,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 24.000000000,
+ "to": 24.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.699999988,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.699999988,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dashline_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dashline_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dashline_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dashline_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dashline_05"
+ }
+ ]
+ },
+ "gadget_dash_line_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.200000003,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 24.000000000,
+ "to": 24.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dashline_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dashline_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dashline_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dashline_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dashline_05"
+ }
+ ]
+ },
+ "gadget_emz_push_particle":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 15.000000000
+ },
+ "to":
+ {
+ "z": 15.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1600.000000000,
+ "to": 1600.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.600000024,
+ "to": 1.600000024
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 35.000000000,
+ "y": 35.000000000
+ },
+ "to":
+ {
+ "x": 35.000000000,
+ "y": 35.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.400000006,
+ "y1": -2.000000000,
+ "x2": 0.800000012,
+ "y2": -1.000000000,
+ "from": 0.360000014,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.825520873,
+ "y1": 0.044270843,
+ "x2": 0.893229187,
+ "y2": 0.690104187,
+ "from": 5.000000000,
+ "to": 40.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_poison_cloud"
+ }
+ ]
+ },
+ "gadget_emz_push_particle_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 15.000000000
+ },
+ "to":
+ {
+ "z": 15.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1600.000000000,
+ "to": 1600.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.600000024,
+ "to": 1.600000024
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 35.000000000,
+ "y": 35.000000000
+ },
+ "to":
+ {
+ "x": 35.000000000,
+ "y": 35.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.400000006,
+ "y1": -2.000000000,
+ "x2": 0.800000012,
+ "y2": -1.000000000,
+ "from": 0.360000014,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.825520873,
+ "y1": 0.044270843,
+ "x2": 0.893229187,
+ "y2": 0.690104187,
+ "from": 5.000000000,
+ "to": 40.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_poison_cloud_red"
+ }
+ ]
+ },
+ "gadget_frank_headphones_flash":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -3.369791508,
+ "x2": 0.882812500,
+ "y2": -1.106770754,
+ "from": 0.300000012,
+ "to": 0.150000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_particles_M"
+ }
+ ]
+ },
+ "gadget_frank_headphones_flash_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -3.369791508,
+ "x2": 0.882812500,
+ "y2": -1.106770754,
+ "from": 0.300000012,
+ "to": 0.150000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_particles_M"
+ }
+ ]
+ },
+ "gadget_frank_headphones_notes":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 2.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -60.000000000
+ },
+ "to":
+ {
+ "z": -60.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200000003,
+ "y1": -1.299999952,
+ "x2": 0.800000012,
+ "y2": -0.800000012,
+ "from": 0.250000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "note_static_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "note_static_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "note_static_3"
+ }
+ ]
+ },
+ "gadget_frank_headphones_notes_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 2.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -60.000000000
+ },
+ "to":
+ {
+ "z": -60.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200000003,
+ "y1": -1.299999952,
+ "x2": 0.800000012,
+ "y2": -0.800000012,
+ "from": 0.250000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "note_static_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "note_static_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "note_static_3"
+ }
+ ]
+ },
+ "gadget_gale_windwall_smog":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 40,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 9.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.750000000,
+ "y": 0.959999979,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.263020843,
+ "y1": 0.763020873,
+ "x2": 0.307291687,
+ "y2": 0.963541687,
+ "to": 0.500000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.302083343,
+ "y1": 0.450520843,
+ "x2": 0.502604187,
+ "y2": 0.846354187,
+ "from": 200.000000000,
+ "to": 80.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_blizzard_smog_2"
+ }
+ ]
+ },
+ "gadget_gale_windwall_smog_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 40,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 9.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.600000024,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.600000024,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.263020843,
+ "y1": 0.763020873,
+ "x2": 0.307291687,
+ "y2": 0.963541687,
+ "to": 0.500000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.302083343,
+ "y1": 0.450520843,
+ "x2": 0.502604187,
+ "y2": 0.846354187,
+ "from": 200.000000000,
+ "to": 80.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_blizzard_smog_2"
+ }
+ ]
+ },
+ "gadget_gale_windwall_snow":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.299999952,
+ "to": 1.299999952
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "z": 2.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 8.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.169270843,
+ "y1": 0.645833373,
+ "x2": 0.330729187,
+ "y2": 0.924479187,
+ "from": 0.200000003,
+ "to": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.800000012,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.300000012,
+ "y1": 3.000000000,
+ "x2": 0.699999988,
+ "y2": -3.000000000,
+ "from": 300.000000000,
+ "to": 120.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_blizzard_snow_3"
+ }
+ ]
+ },
+ "gadget_gale_windwall_snow_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.299999952,
+ "to": 1.299999952
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "z": 2.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 8.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.169270843,
+ "y1": 0.645833373,
+ "x2": 0.330729187,
+ "y2": 0.924479187,
+ "from": 0.200000003,
+ "to": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.300000012,
+ "y1": 3.000000000,
+ "x2": 0.699999988,
+ "y2": -3.000000000,
+ "from": 300.000000000,
+ "to": 120.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_blizzard_snow_3"
+ }
+ ]
+ },
+ "gadget_gale_windwall_tornado_1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 15.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 18.000000000,
+ "to": 18.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.231770843,
+ "y1": 0.567708373,
+ "x2": 0.479166687,
+ "y2": 0.877604187,
+ "from": 0.500000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 0.699999988,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 0.699999988,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.899999976,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.400000006,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_twirl"
+ }
+ ]
+ },
+ "gadget_gale_windwall_tornado_1_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 15.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 18.000000000,
+ "to": 18.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.231770843,
+ "y1": 0.567708373,
+ "x2": 0.479166687,
+ "y2": 0.877604187,
+ "from": 0.500000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.949999988,
+ "y": 0.449999988,
+ "z": 0.750000000
+ },
+ "to":
+ {
+ "x": 0.949999988,
+ "y": 0.449999988,
+ "z": 0.750000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.899999976,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.400000006,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_twirl"
+ }
+ ]
+ },
+ "gadget_gale_windwall_tornado_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 4.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.231770843,
+ "y1": 0.567708373,
+ "x2": 0.479166687,
+ "y2": 0.877604187,
+ "from": 0.500000000,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.550000012,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.550000012,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.899999976,
+ "y2": 1.000000000,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.400000006,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_twirl"
+ }
+ ]
+ },
+ "gadget_gale_windwall_tornado_2_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 4.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.231770843,
+ "y1": 0.567708373,
+ "x2": 0.479166687,
+ "y2": 0.877604187,
+ "from": 0.500000000,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.860000014,
+ "z": 0.889999986
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.860000014,
+ "z": 0.889999986
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.899999976,
+ "y2": 1.000000000,
+ "to": 0.850000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.400000006,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_twirl"
+ }
+ ]
+ },
+ "gadget_gene_push_dim":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.100000001,
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "from": 8.000000000,
+ "to": 12.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.150000006,
+ "y": 0.150000006,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.300000012,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.150000006,
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 0.600000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.372395843,
+ "y1": 0.106770873,
+ "x2": 0.072916687,
+ "y2": 0.893229187,
+ "from": 480.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_circle_blur"
+ }
+ ]
+ },
+ "gadget_gene_push_dim_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.100000001,
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "from": 8.000000000,
+ "to": 12.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.716145873,
+ "y1": 0.161458343,
+ "x2": 0.236979187,
+ "y2": 0.830729246,
+ "from":
+ {
+ "x": 0.349999994,
+ "y": 0.159999996,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 0.600000024,
+ "y": 0.200000003,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.150000006,
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 0.600000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.372395843,
+ "y1": 0.106770873,
+ "x2": 0.072916687,
+ "y2": 0.893229187,
+ "from": 480.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_circle_blur"
+ }
+ ]
+ },
+ "gadget_gene_push_gas":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.150000006,
+ "y1": 0.949999988,
+ "y2": 0.949999988,
+ "from": 1.500000000,
+ "to": 7.199999809
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "color":
+ {
+ "x1": 0.559895873,
+ "y1": 0.083333343,
+ "x2": 0.072916687,
+ "y2": 0.822916687,
+ "from":
+ {
+ "y": 0.400000006,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.349999994,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.600000024,
+ "y2": 0.699999988,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.372395843,
+ "y1": 0.106770873,
+ "x2": 0.072916687,
+ "y2": 0.893229187,
+ "from": 480.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cloud_twirl"
+ }
+ ]
+ },
+ "gadget_gene_push_gas_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.150000006,
+ "y1": 0.949999988,
+ "y2": 0.949999988,
+ "from": 1.500000000,
+ "to": 7.199999809
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "color":
+ {
+ "x1": 0.645833373,
+ "y1": 0.067708343,
+ "x2": 0.244791687,
+ "y2": 0.830729187,
+ "from":
+ {
+ "x": 0.400000006,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.600000024,
+ "y2": 0.699999988,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.372395843,
+ "y1": 0.106770873,
+ "x2": 0.072916687,
+ "y2": 0.893229187,
+ "from": 480.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cloud_twirl"
+ }
+ ]
+ },
+ "gadget_gene_push_speedline":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.100000001,
+ "y1": 1.000000000,
+ "y2": 0.800000012,
+ "to": 4.800000191
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.559895873,
+ "y1": 0.083333343,
+ "x2": 0.072916687,
+ "y2": 0.822916687,
+ "from":
+ {
+ "y": 0.400000006,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.349999994,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": -2.000000000,
+ "y2": 0.899999976,
+ "from": 0.500000000,
+ "to": 0.100000001
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.372395843,
+ "y1": 0.106770873,
+ "x2": 0.072916687,
+ "y2": 0.893229187
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.600000024,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ring_speedLine_glow"
+ }
+ ]
+ },
+ "gadget_gene_push_speedline_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.100000001,
+ "y1": 1.000000000,
+ "y2": 0.800000012,
+ "to": 4.800000191
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.708333373,
+ "y1": 0.145833343,
+ "x2": 0.299479187,
+ "y2": 0.807291687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.200000003
+ },
+ "to":
+ {
+ "x": 0.600000024,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": -2.000000000,
+ "y2": 0.899999976,
+ "from": 0.500000000,
+ "to": 0.100000001
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.372395843,
+ "y1": 0.106770873,
+ "x2": 0.072916687,
+ "y2": 0.893229187
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.600000024,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ring_speedLine_glow"
+ }
+ ]
+ },
+ "gadget_gene_push_wind":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.100000001,
+ "y1": 1.000000000,
+ "y2": 0.949999988,
+ "from": 1.799999952,
+ "to": 4.300000191
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.450520873,
+ "y1": 0.161458343,
+ "x2": 0.158854187,
+ "y2": 0.986979187,
+ "from":
+ {
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.400000006,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.600000024,
+ "y2": 0.699999988,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.372395843,
+ "y1": 0.106770873,
+ "x2": 0.072916687,
+ "y2": 0.893229187,
+ "from": 480.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_area_glowCircle_2"
+ }
+ ]
+ },
+ "gadget_gene_push_wind_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.100000001,
+ "y1": 1.000000000,
+ "y2": 0.949999988,
+ "from": 1.799999952,
+ "to": 4.300000191
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.763020873,
+ "y1": 0.169270843,
+ "x2": 0.307291687,
+ "y2": 0.869791687,
+ "from":
+ {
+ "x": 0.899999976,
+ "z": 0.200000003
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.600000024,
+ "y2": 0.699999988,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.372395843,
+ "y1": 0.106770873,
+ "x2": 0.072916687,
+ "y2": 0.893229187,
+ "from": 480.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_area_glowCircle_2"
+ }
+ ]
+ },
+ "gadget_jessie_spark_elec":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.349999994,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.447916687,
+ "y2": 0.955729187,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.432291687,
+ "y2": 0.963541687,
+ "from": 0.300000012,
+ "to": 3.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.354166687,
+ "y2": 0.924479187,
+ "from": 0.400000006,
+ "to": 4.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_4"
+ }
+ ]
+ },
+ "gadget_jessie_spark_elec_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.349999994,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.447916687,
+ "y2": 0.955729187,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.432291687,
+ "y2": 0.963541687,
+ "from": 0.300000012,
+ "to": 3.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.354166687,
+ "y2": 0.924479187,
+ "from": 0.400000006,
+ "to": 4.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_4"
+ }
+ ]
+ },
+ "gadget_jessie_spark_spark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -50.000000000
+ },
+ "to":
+ {
+ "z": -50.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 600.000000000,
+ "to": 600.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000,
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000,
+ "z": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 0.899999976,
+ "from": 1.000000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.699999988,
+ "x2": 0.200000003,
+ "y2": 1.000000000,
+ "from":
+ {
+ "x": 0.400000006,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_glowLongToShort"
+ }
+ ]
+ },
+ "gadget_jessie_spark_spark_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -50.000000000
+ },
+ "to":
+ {
+ "z": -50.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 600.000000000,
+ "to": 600.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000,
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000,
+ "z": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 0.899999976,
+ "from": 1.000000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.699999988,
+ "x2": 0.200000003,
+ "y2": 1.000000000,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_glowLongToShort"
+ }
+ ]
+ },
+ "gadget_leon_lolli_frags":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.400000006,
+ "y1": 1.000000000,
+ "x2": 0.260416687,
+ "y2": 1.000000000,
+ "to": 0.750000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_3"
+ }
+ ]
+ },
+ "gadget_leon_lolli_frags_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.400000006,
+ "y1": 1.000000000,
+ "x2": 0.260416687,
+ "y2": 1.000000000,
+ "to": 0.750000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_3"
+ }
+ ]
+ },
+ "gadget_leon_lolli_ringwave":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.800000191,
+ "to": 9.600000381
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.500000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.500000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.500000000,
+ "y1": 1.000000000,
+ "x2": 0.250000000,
+ "y2": 1.000000000,
+ "to": 0.400000006
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 1.000000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ring_blurry_add"
+ }
+ ]
+ },
+ "gadget_leon_lolli_ringwave_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.800000191,
+ "to": 9.600000381
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.500000000,
+ "y1": 1.000000000,
+ "x2": 0.250000000,
+ "y2": 1.000000000,
+ "to": 0.400000006
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 1.000000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ring_blurry_add"
+ }
+ ]
+ },
+ "gadget_leon_lollipops":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -20.000000000
+ },
+ "to":
+ {
+ "z": -20.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 6
+ }
+ ]
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.400000095,
+ "to": 2.400000095
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 0.949999988,
+ "from": 0.649999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.505208373,
+ "x2": -0.200000003,
+ "y2": 1.000000000,
+ "from": 1800.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_lollipop_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_lollipop_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_lollipop_3"
+ }
+ ]
+ },
+ "gadget_leon_lollipops_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -20.000000000
+ },
+ "to":
+ {
+ "z": -20.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 6
+ }
+ ]
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.400000095,
+ "to": 2.400000095
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 0.949999988,
+ "from": 0.649999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.500000000,
+ "x2": -0.200000003,
+ "y2": 1.000000000,
+ "from": 1800.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_lollipop_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_lollipop_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_lollipop_6"
+ }
+ ]
+ },
+ "gadget_lou_freeze_snowflake":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 8
+ }
+ ]
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 5.000000000
+ },
+ "to":
+ {
+ "z": 5.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.130208343,
+ "y1": 0.481770873,
+ "x2": 0.526041687,
+ "y2": 0.885416687,
+ "from": 0.500000000,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -100.000000000,
+ "to": -20.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snow_far"
+ }
+ ]
+ },
+ "gadget_lou_freeze_snowflake_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 8
+ }
+ ]
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 5.000000000
+ },
+ "to":
+ {
+ "z": 5.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.130208343,
+ "y1": 0.481770873,
+ "x2": 0.526041687,
+ "y2": 0.885416687,
+ "from": 0.500000000,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -100.000000000,
+ "to": -20.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snow_far_red"
+ }
+ ]
+ },
+ "gadget_max_sneaker_ground":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gadget_max_sneaker_ground"
+ }
+ ]
+ },
+ "gadget_max_sneaker_ground_icon":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 0.899999976,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 0.899999976,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gadget_max_sneaker_icon"
+ }
+ ]
+ },
+ "gadget_max_sneaker_ground_icon_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.349999994,
+ "z": 0.449999988
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.349999994,
+ "z": 0.449999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gadget_max_sneaker_icon"
+ }
+ ]
+ },
+ "gadget_max_sneaker_ground_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gadget_max_sneaker_ground_red"
+ }
+ ]
+ },
+ "gadget_max_sneaker_icon":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gadget_max_sneaker"
+ }
+ ]
+ },
+ "gadget_max_sneaker_pixel":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.200000048
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.600000024
+ },
+ "to":
+ {
+ "z": 0.400000006
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 2.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 0.300000012,
+ "z": 1.500000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 0.300000012,
+ "z": 1.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 1.000000000,
+ "x2": 0.100000001,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_8"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_11"
+ }
+ ]
+ },
+ "gadget_max_sneaker_pixel_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.200000048
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.600000024
+ },
+ "to":
+ {
+ "z": 0.400000006
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 2.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 0.300000012,
+ "z": 1.500000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 0.300000012,
+ "z": 1.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 1.000000000,
+ "x2": 0.100000001,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_10"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "pixel_particle_11"
+ }
+ ]
+ },
+ "gadget_nani_reflect_trail":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 24.000000000,
+ "to": 24.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 0.899999976,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 0.899999976,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_05_add_short"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04_add_short"
+ }
+ ]
+ },
+ "gadget_nani_reflect_trail_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 24.000000000,
+ "to": 24.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_05_add_short"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04_add_short"
+ }
+ ]
+ },
+ "gadget_pam_ammo_gain":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.899999976
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 5.800000191
+ },
+ "to":
+ {
+ "z": 5.800000191
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gadget_pam_ammo_gain"
+ }
+ ]
+ },
+ "gadget_pam_ammo_gain_twinkles":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 6.500000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 6.500000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 4
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 1.000000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 1.000000000,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04_add_short"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_05_add_short"
+ }
+ ]
+ },
+ "gadget_pam_ammo_loss":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.899999976
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 5.800000191
+ },
+ "to":
+ {
+ "z": 5.800000191
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gadget_pam_ammo_loss"
+ }
+ ]
+ },
+ "gadget_pam_ammo_loss_twinkles":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 6.500000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 6.500000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 4
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04_add_short"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_05_add_short"
+ }
+ ]
+ },
+ "gadget_pam_healburst_speedLine":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.216145843,
+ "y1": 0.575520873,
+ "x2": 0.385416687,
+ "y2": 0.908854187,
+ "from": 2.000000000,
+ "to": 4.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.708333373,
+ "y1": 0.044270843,
+ "x2": 0.361979187,
+ "y2": 0.854166687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.699999988,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ring_speedLine_glow"
+ }
+ ]
+ },
+ "gadget_pam_healburst_speedLine_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.216145843,
+ "y1": 0.575520873,
+ "x2": 0.385416687,
+ "y2": 0.908854187,
+ "from": 2.000000000,
+ "to": 4.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.513020873,
+ "y1": 0.122395843,
+ "x2": 0.533854187,
+ "y2": 0.885416687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.400000006,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ring_speedLine_glow"
+ }
+ ]
+ },
+ "gadget_pam_healburst_twinkles":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "z": 2.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.300000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.447916687,
+ "y2": 0.955729187,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.489583343,
+ "y1": 0.184895843,
+ "x2": 0.565104187,
+ "y2": 0.955729187,
+ "from": 0.600000024,
+ "to": 3.799999952
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.497395843,
+ "y1": 0.169270843,
+ "x2": 0.494791687,
+ "y2": 0.916666687,
+ "from": 1.000000000,
+ "to": 4.000000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 8.000000000
+ },
+ "to":
+ {
+ "z": 8.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 0.899999976,
+ "from": 1.200000048,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.400000006,
+ "z": 0.250000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.442708343,
+ "y1": 0.270833343,
+ "x2": 0.260416687,
+ "y2": 0.955729187,
+ "from": 1200.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkling_M"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkling_L"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkling_S"
+ }
+ ]
+ },
+ "gadget_pam_healburst_twinkles_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "z": 2.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.300000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.447916687,
+ "y2": 0.955729187,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.489583343,
+ "y1": 0.184895843,
+ "x2": 0.565104187,
+ "y2": 0.955729187,
+ "from": 0.600000024,
+ "to": 3.799999952
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.497395843,
+ "y1": 0.169270843,
+ "x2": 0.494791687,
+ "y2": 0.916666687,
+ "from": 1.000000000,
+ "to": 4.000000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 8.000000000
+ },
+ "to":
+ {
+ "z": 8.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 0.899999976,
+ "from": 1.200000048,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.100000001,
+ "z": 0.200000003
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "z": 0.200000003
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.442708343,
+ "y1": 0.270833343,
+ "x2": 0.260416687,
+ "y2": 0.955729187,
+ "from": 1200.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkling_M"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkling_L"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkling_S"
+ }
+ ]
+ },
+ "gadget_piper_handgun_hit":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bullet_hit_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bullet_hit_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bullet_hit_3"
+ }
+ ]
+ },
+ "gadget_piper_handgun_star":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "y1": -0.002604157,
+ "x2": 0.901041687,
+ "y2": 0.088541687,
+ "from": 0.800000012,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.205729187,
+ "y2": 1.002604246,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.100000001,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04_add"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_05_add"
+ }
+ ]
+ },
+ "gadget_piper_handgun_star_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "y1": -0.002604157,
+ "x2": 0.901041687,
+ "y2": 0.088541687,
+ "from": 0.800000012,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.380208343,
+ "y1": 0.231770843,
+ "x2": 0.369791687,
+ "y2": 0.916666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.200000003
+ },
+ "to":
+ {
+ "x": 0.600000024,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04_add"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_05_add"
+ }
+ ]
+ },
+ "gadget_poco_cleanse_frags":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.699999988
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 5.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.500000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.500000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_10"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_12"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_13"
+ }
+ ]
+ },
+ "gadget_poco_cleanse_frags_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.699999988
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 5.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.500000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.500000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_10"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_5"
+ }
+ ]
+ },
+ "gadget_poco_cleanse_glow":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.600000024
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.286458343,
+ "y1": 0.638020873,
+ "x2": 0.416666687,
+ "y2": 0.932291687,
+ "from": 6.000000000,
+ "to": 8.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.614583373,
+ "y1": 0.083333343,
+ "x2": 0.276041687,
+ "y2": 0.947916687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 1.000000000,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.899999976,
+ "x2": 0.100000001,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.119999997,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_glow"
+ }
+ ]
+ },
+ "gadget_poco_cleanse_glow_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.600000024
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.286458343,
+ "y1": 0.638020873,
+ "x2": 0.416666687,
+ "y2": 0.932291687,
+ "from": 6.000000000,
+ "to": 8.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.614583373,
+ "y1": 0.083333343,
+ "x2": 0.276041687,
+ "y2": 0.947916687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.600000024,
+ "y": 0.100000001,
+ "z": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.899999976,
+ "x2": 0.100000001,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.119999997,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_glow"
+ }
+ ]
+ },
+ "gadget_poco_cleanse_petal_short":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 150.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 6.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.200000048,
+ "to": 6.500000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.473958373,
+ "y1": -0.830729127,
+ "x2": 0.924479187,
+ "y2": -0.153645813,
+ "from": 0.600000024,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 1.000000000,
+ "y1": -0.010416657,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 480.000000000,
+ "to": 200.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 1.000000000,
+ "y1": 0.005208343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_petal_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_petal_1"
+ }
+ ]
+ },
+ "gadget_poco_cleanse_petal_short_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 150.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 6.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.200000048,
+ "to": 6.500000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.473958373,
+ "y1": -0.830729127,
+ "x2": 0.924479187,
+ "y2": -0.153645813,
+ "from": 0.600000024,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 1.000000000,
+ "y1": -0.010416657,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 480.000000000,
+ "to": 200.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 1.000000000,
+ "y1": 0.005208343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_petal_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_petal_4"
+ }
+ ]
+ },
+ "gadget_poco_cleanse_ring":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.169270843,
+ "y1": 0.653645873,
+ "x2": 0.174479187,
+ "y2": 0.830729187,
+ "from": 2.000000000,
+ "to": 7.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.150000006,
+ "y": 1.000000000,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 0.150000006,
+ "y": 1.000000000,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.544270873,
+ "y1": 0.138020843,
+ "x2": 0.088541687,
+ "y2": 0.760416687,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.400000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ring_speedLine_glow"
+ }
+ ]
+ },
+ "gadget_poco_cleanse_ring_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.169270843,
+ "y1": 0.653645873,
+ "x2": 0.174479187,
+ "y2": 0.830729187,
+ "from": 2.000000000,
+ "to": 7.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.150000006
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.150000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.544270873,
+ "y1": 0.138020843,
+ "x2": 0.088541687,
+ "y2": 0.760416687,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.400000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ring_speedLine_glow"
+ }
+ ]
+ },
+ "gadget_poco_cleanse_ringwave":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.600000024
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.044270843,
+ "y1": 0.520833373,
+ "x2": 0.127604187,
+ "y2": 0.619791687,
+ "from": 0.400000006,
+ "to": 1.299999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 1.000000000,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.239583343,
+ "y1": 0.817708373,
+ "x2": 0.322916687,
+ "y2": 0.947916687,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.400000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ring_speedLine_glow"
+ }
+ ]
+ },
+ "gadget_poco_cleanse_ringwave_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.600000024
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.044270843,
+ "y1": 0.520833373,
+ "x2": 0.127604187,
+ "y2": 0.619791687,
+ "from": 0.400000006,
+ "to": 1.299999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.600000024,
+ "y": 0.100000001,
+ "z": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.239583343,
+ "y1": 0.817708373,
+ "x2": 0.322916687,
+ "y2": 0.947916687,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.400000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ring_speedLine_glow"
+ }
+ ]
+ },
+ "gadget_poco_cleanse_twinkle_1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.800000012,
+ "y": 1.000000000,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "y": 1.000000000,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cleanse_twinkle_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cleanse_twinkle_2"
+ }
+ ]
+ },
+ "gadget_poco_cleanse_twinkle_1_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cleanse_twinkle_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cleanse_twinkle_2"
+ }
+ ]
+ },
+ "gadget_poco_cleanse_twinkles":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 80,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "z": 3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2800.000000000,
+ "to": 2800.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.500000000,
+ "to": 6.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.800000191,
+ "to": 6.800000191
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.600000024,
+ "to": 1.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 1.000000000,
+ "z": 0.200000003
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 1.000000000,
+ "z": 0.200000003
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04_add_short"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_05_add_short"
+ }
+ ]
+ },
+ "gadget_poco_cleanse_twinkles_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 80,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "z": 3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2800.000000000,
+ "to": 2800.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.500000000,
+ "to": 6.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.800000191,
+ "to": 6.800000191
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.600000024,
+ "to": 1.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04_add_short"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_05_add_short"
+ }
+ ]
+ },
+ "gadget_poco_heal_dim":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.250000000,
+ "y1": 0.699999988,
+ "x2": 0.200000003,
+ "y2": 0.899999976,
+ "from": 4.000000000,
+ "to": 10.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.500000000,
+ "y1": 0.100000001,
+ "x2": 0.500000000,
+ "y2": 0.899999976,
+ "from":
+ {
+ "x": 0.400000006,
+ "y": 0.600000024,
+ "z": 0.250000000
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.400000006,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 0.899999976,
+ "x2": 0.200000003,
+ "y2": 0.949999988,
+ "from": 0.200000003,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_circle_blur"
+ }
+ ]
+ },
+ "gadget_poco_heal_dim_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.250000000,
+ "y1": 0.699999988,
+ "x2": 0.200000003,
+ "y2": 0.899999976,
+ "from": 4.000000000,
+ "to": 10.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.500000000,
+ "y1": 0.100000001,
+ "x2": 0.500000000,
+ "y2": 0.899999976,
+ "from":
+ {
+ "x": 0.800000012,
+ "y": 0.200000003,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 0.600000024,
+ "y": 0.050000001,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 0.899999976,
+ "x2": 0.200000003,
+ "y2": 0.949999988,
+ "from": 0.200000003,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_circle_blur"
+ }
+ ]
+ },
+ "gadget_poco_heal_notes":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -80.000000000
+ },
+ "to":
+ {
+ "z": -80.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.100000001,
+ "y1": 0.699999988,
+ "x2": 0.200000003,
+ "y2": 0.899999976,
+ "from": 0.500000000,
+ "to": 3.599999905
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.100000001,
+ "y1": 0.699999988,
+ "x2": 0.200000003,
+ "y2": 0.899999976,
+ "from": 0.500000000,
+ "to": 3.599999905
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 14.000000000,
+ "to": 14.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 18.000000000,
+ "to": 18.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.050000001,
+ "y1": -8.000000000,
+ "x2": 1.000000000,
+ "y2": -4.000000000,
+ "from": 0.219999999,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.600000024,
+ "x2": 0.300000012,
+ "y2": 0.899999976,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 1.000000000,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.200000003,
+ "y1": 3.000000000,
+ "x2": 0.600000024,
+ "y2": 0.899999976,
+ "from": 50.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_3"
+ }
+ ]
+ },
+ "gadget_poco_heal_notes_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -80.000000000
+ },
+ "to":
+ {
+ "z": -80.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.100000001,
+ "y1": 0.699999988,
+ "x2": 0.200000003,
+ "y2": 0.899999976,
+ "from": 0.500000000,
+ "to": 3.599999905
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.100000001,
+ "y1": 0.699999988,
+ "x2": 0.200000003,
+ "y2": 0.899999976,
+ "from": 0.500000000,
+ "to": 3.599999905
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 14.000000000,
+ "to": 14.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 18.000000000,
+ "to": 18.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.050000001,
+ "y1": -8.000000000,
+ "x2": 1.000000000,
+ "y2": -4.000000000,
+ "from": 0.219999999,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.600000024,
+ "x2": 0.300000012,
+ "y2": 0.899999976,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.850000024,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.250000000,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.200000003,
+ "y1": 3.000000000,
+ "x2": 0.600000024,
+ "y2": 0.899999976,
+ "from": 50.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_note_3"
+ }
+ ]
+ },
+ "gadget_poco_heal_speedline":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.622395873,
+ "x2": 0.369791687,
+ "y2": 0.932291687,
+ "from": 1.000000000,
+ "to": 3.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.600000024,
+ "y1": 0.200000003,
+ "x2": 0.400000006,
+ "y2": 0.899999976,
+ "from":
+ {
+ "x": 0.600000024,
+ "y": 1.000000000,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "y": 0.800000012,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 0.800000012,
+ "x2": 0.100000001,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.400000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ring_speedLine_glow"
+ }
+ ]
+ },
+ "gadget_poco_heal_speedline_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.622395873,
+ "x2": 0.369791687,
+ "y2": 0.932291687,
+ "from": 1.000000000,
+ "to": 3.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.600000024,
+ "y1": 0.200000003,
+ "x2": 0.400000006,
+ "y2": 0.899999976,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 0.899999976,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 0.800000012,
+ "x2": 0.100000001,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.400000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ring_speedLine_glow"
+ }
+ ]
+ },
+ "gadget_poco_heal_twinkle":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.100000001,
+ "y1": 0.699999988,
+ "x2": 0.200000003,
+ "y2": 0.899999976,
+ "from": 0.500000000,
+ "to": 3.599999905
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.100000001,
+ "y1": 0.699999988,
+ "x2": 0.200000003,
+ "y2": 0.899999976,
+ "from": 0.500000000,
+ "to": 3.599999905
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.300000012,
+ "to": -0.300000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -3.000000000,
+ "x2": 1.000000000,
+ "y2": -2.000000000,
+ "from": 0.500000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.600000024,
+ "x2": 0.300000012,
+ "y2": 0.899999976,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 1.000000000,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.200000003,
+ "y1": 3.000000000,
+ "x2": 0.600000024,
+ "y2": 0.899999976,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkling_L"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkling_S"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkling_M"
+ }
+ ]
+ },
+ "gadget_poco_heal_twinkle_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.100000001,
+ "y1": 0.699999988,
+ "x2": 0.200000003,
+ "y2": 0.899999976,
+ "from": 0.500000000,
+ "to": 3.599999905
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.100000001,
+ "y1": 0.699999988,
+ "x2": 0.200000003,
+ "y2": 0.899999976,
+ "from": 0.500000000,
+ "to": 3.599999905
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.300000012,
+ "to": -0.300000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -3.000000000,
+ "x2": 1.000000000,
+ "y2": -2.000000000,
+ "from": 0.500000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.600000024,
+ "x2": 0.300000012,
+ "y2": 0.899999976,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.200000003,
+ "y1": 3.000000000,
+ "x2": 0.600000024,
+ "y2": 0.899999976,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkling_L"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkling_S"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkling_M"
+ }
+ ]
+ },
+ "gadget_sandy_sleep_aura":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.299999952,
+ "to": 1.299999952
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -1.200000048
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -1.000000000
+ },
+ "to":
+ {
+ "z": -1.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.449999988,
+ "y1": 0.200000003,
+ "x2": 0.200000003,
+ "y2": 0.949999988,
+ "from": 0.800000012,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.489583343,
+ "y1": 0.192708343,
+ "x2": 0.479166687,
+ "y2": 0.924479187,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.050000001,
+ "y": 0.100000001,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.300000012,
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.400000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_crescent_blur"
+ }
+ ]
+ },
+ "gadget_sandy_sleep_aura_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.299999952,
+ "to": 1.299999952
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -1.200000048
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -1.000000000
+ },
+ "to":
+ {
+ "z": -1.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.449999988,
+ "y1": 0.200000003,
+ "x2": 0.200000003,
+ "y2": 0.949999988,
+ "from": 0.800000012,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.544270873,
+ "y1": 0.020833343,
+ "x2": 0.408854187,
+ "y2": 0.963541687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "z": 0.200000003
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.300000012,
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.400000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_crescent_blur"
+ }
+ ]
+ },
+ "gadget_sandy_sleep_star_small":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_3"
+ }
+ ]
+ },
+ "gadget_sandy_sleep_star_small_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_3"
+ }
+ ]
+ },
+ "gadget_sandy_sleep_stars":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 2.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.500000000,
+ "y": 1.500000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 1.500000000,
+ "y": 1.500000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200000003,
+ "y1": -2.000000000,
+ "x2": 1.000000000,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_particle_star_1"
+ }
+ ]
+ },
+ "gadget_sandy_sleep_stars_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 2.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.500000000,
+ "y": 1.500000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 1.500000000,
+ "y": 1.500000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200000003,
+ "y1": -2.000000000,
+ "x2": 1.000000000,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_particle_star_4"
+ }
+ ]
+ },
+ "gadget_sandy_sleep_zzz":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "x": -0.349999994,
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.500000000
+ },
+ "to":
+ {
+ "x": 2.500000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.500000000,
+ "to": 3.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.799999952,
+ "to": 3.799999952
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.250000000,
+ "y1": -7.000000000,
+ "x2": 1.000000000,
+ "y2": -2.000000000,
+ "from": 0.349999994,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_sleep"
+ }
+ ]
+ },
+ "gadget_sandy_sleep_zzz_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "x": -0.349999994,
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.500000000
+ },
+ "to":
+ {
+ "x": 2.500000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.500000000,
+ "to": 3.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.799999952,
+ "to": 3.799999952
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.250000000,
+ "y1": -7.000000000,
+ "x2": 1.000000000,
+ "y2": -2.000000000,
+ "from": 0.349999994,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_sleep_red"
+ }
+ ]
+ },
+ "gadget_spike_cactus_hit_frags":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -10.000000000
+ },
+ "to":
+ {
+ "z": -10.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 3
+ }
+ ]
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.992187500,
+ "y1": 0.013020873,
+ "x2": 0.861979187,
+ "y2": 0.135416687,
+ "from": 0.649999976,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 480.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "spike_def_frag_blue_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "spike_def_frag_blue_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "spike_def_frag_blue_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "spike_def_frag_blue_5"
+ }
+ ]
+ },
+ "gadget_spike_cactus_hit_frags_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -10.000000000
+ },
+ "to":
+ {
+ "z": -10.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 3
+ }
+ ]
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.992187500,
+ "y1": 0.013020873,
+ "x2": 0.861979187,
+ "y2": 0.135416687,
+ "from": 0.649999976,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 480.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "spike_def_frag_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "spike_def_frag_red_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "spike_def_frag_red_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "spike_def_frag_red_5"
+ }
+ ]
+ },
+ "gadget_spike_cactus_hit_leaves":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -1.500000000
+ },
+ "to":
+ {
+ "z": -1.500000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 3
+ }
+ ]
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.153645843,
+ "y1": 0.809895873,
+ "x2": 0.080729187,
+ "y2": 0.971354187,
+ "from": 0.200000003,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 480.000000000,
+ "to": 80.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_leaf_shrink_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_leaf_shrink_2"
+ }
+ ]
+ },
+ "gadget_spike_cactus_hit_leaves_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -1.500000000
+ },
+ "to":
+ {
+ "z": -1.500000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 3
+ }
+ ]
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.153645843,
+ "y1": 0.809895873,
+ "x2": 0.080729187,
+ "y2": 0.971354187,
+ "from": 0.200000003,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 480.000000000,
+ "to": 80.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_leaf_shrink_1_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_leaf_shrink_2_red"
+ }
+ ]
+ },
+ "gadget_stu_speed_arrows":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "stu_speed_arrows_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "stu_speed_arrows_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "stu_speed_arrows_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "stu_speed_arrows_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "stu_speed_arrows_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "stu_speed_arrows_6"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "stu_speed_arrows_7"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "stu_speed_arrows_8"
+ }
+ ]
+ },
+ "gadget_stu_speed_arrows_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "stu_speed_arrows_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "stu_speed_arrows_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "stu_speed_arrows_red_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "stu_speed_arrows_red_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "stu_speed_arrows_red_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "stu_speed_arrows_red_6"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "stu_speed_arrows_red_7"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "stu_speed_arrows_red_8"
+ }
+ ]
+ },
+ "gadget_stu_wallbreak_hit":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_003_atk_reached"
+ }
+ ]
+ },
+ "gadget_stu_wallbreak_hit_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "bull_003_atk_reached_red"
+ }
+ ]
+ },
+ "gadget_tara_vision_glow":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.799999952
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.177083343,
+ "y1": 0.528645873,
+ "x2": 0.369791687,
+ "y2": 0.854166687,
+ "from": 0.300000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.500000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.850000024,
+ "x2": 0.100000001,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ring_speedLine_glow"
+ }
+ ]
+ },
+ "gadget_tara_vision_glow_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.799999952
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.177083343,
+ "y1": 0.528645873,
+ "x2": 0.369791687,
+ "y2": 0.854166687,
+ "from": 0.300000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 0.400000006,
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.850000024,
+ "x2": 0.100000001,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ring_speedLine_glow"
+ }
+ ]
+ },
+ "gadgets_on_loop_glow":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -2.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.400000006,
+ "y1": -1.500000000,
+ "x2": 1.000000000,
+ "y2": -0.600000024,
+ "from": 1.000000000,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.850000024,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.850000024,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.250000000,
+ "y1": 1.000000000,
+ "x2": 0.200000003,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.400000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_glowLong"
+ }
+ ]
+ },
+ "gadgets_on_loop_glow_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -2.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.400000006,
+ "y1": -1.500000000,
+ "x2": 1.000000000,
+ "y2": -0.600000024,
+ "from": 1.000000000,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.100000001,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.100000001,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.250000000,
+ "y1": 1.000000000,
+ "x2": 0.200000003,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.400000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_glowLong"
+ }
+ ]
+ },
+ "gadgets_pet_on_glow":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.309895843,
+ "y1": -1.127604127,
+ "x2": 1.000000000,
+ "y2": -0.473958313,
+ "from": 0.800000012,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.699999988,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.699999988,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.250000000,
+ "y1": 1.000000000,
+ "x2": 0.200000003,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_glowLong"
+ }
+ ]
+ },
+ "gadgets_pet_on_glow_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.309895843,
+ "y1": -1.127604127,
+ "x2": 1.000000000,
+ "y2": -0.473958313,
+ "from": 0.800000012,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.250000000,
+ "y1": 1.000000000,
+ "x2": 0.200000003,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_glowLong"
+ }
+ ]
+ },
+ "gadgets_pet_on_ring":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.489583343,
+ "y1": 0.013020843,
+ "x2": 0.346354187,
+ "y2": 0.932291687,
+ "from": 1.500000000,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.500000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.500000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.250000000,
+ "y1": 1.000000000,
+ "x2": 0.200000003,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ring_blurry_add"
+ }
+ ]
+ },
+ "gadgets_pet_on_ring_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.489583343,
+ "y1": 0.013020843,
+ "x2": 0.346354187,
+ "y2": 0.932291687,
+ "from": 1.500000000,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.250000000,
+ "y1": 1.000000000,
+ "x2": 0.200000003,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ring_blurry_add"
+ }
+ ]
+ },
+ "gale_002_atkEnd_dustDots":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -24.000000000
+ },
+ "to":
+ {
+ "z": -24.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 300.000000000,
+ "to": 300.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.400000095,
+ "to": 2.400000095
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.630208373,
+ "x2": 0.143229187,
+ "y2": 0.971354187,
+ "from": 0.200000003,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.850000024,
+ "y": 0.620000005,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 0.850000024,
+ "y": 0.620000005,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_dots"
+ }
+ ]
+ },
+ "gale_002_atkEnd_dustDots_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -24.000000000
+ },
+ "to":
+ {
+ "z": -24.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 300.000000000,
+ "to": 300.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.400000095,
+ "to": 2.400000095
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.630208373,
+ "x2": 0.143229187,
+ "y2": 0.971354187,
+ "from": 0.200000003,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.800000012,
+ "y": 0.300000012,
+ "z": 0.200000003
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "y": 0.300000012,
+ "z": 0.200000003
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_dots"
+ }
+ ]
+ },
+ "gale_002_atkEnd_ground":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dustPile_pattern_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dustPile_pattern_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dustPile_pattern_03"
+ }
+ ]
+ },
+ "gale_002_atkEnd_ground_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dustPile_pattern_01_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dustPile_pattern_02_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dustPile_pattern_03_red"
+ }
+ ]
+ },
+ "gale_002_atk_dust":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.029999999,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 5.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 5.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.192708343,
+ "y1": 0.544270873,
+ "x2": 0.205729187,
+ "y2": 0.986979187,
+ "from": 0.800000012,
+ "to": 1.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.317708343,
+ "y1": 0.130208343,
+ "x2": 0.244791687,
+ "y2": 1.002604246,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.469999999
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.469999999
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.091145873,
+ "y1": 0.723958373,
+ "x2": 0.416666687,
+ "y2": 0.791666687,
+ "from": 400.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail"
+ }
+ ]
+ },
+ "gale_002_atk_dustDots":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -10.000000000
+ },
+ "to":
+ {
+ "z": -10.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 600.000000000,
+ "to": 600.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -60.000000000,
+ "to": -60.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.130208343,
+ "y1": 0.763020873,
+ "x2": 0.291666687,
+ "y2": 0.986979187,
+ "from": 0.300000012,
+ "to": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.850000024,
+ "y": 0.620000005,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 0.850000024,
+ "y": 0.620000005,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_dots"
+ }
+ ]
+ },
+ "gale_002_atk_dustDots_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -10.000000000
+ },
+ "to":
+ {
+ "z": -10.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 600.000000000,
+ "to": 600.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -60.000000000,
+ "to": -60.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.130208343,
+ "y1": 0.763020873,
+ "x2": 0.291666687,
+ "y2": 0.986979187,
+ "from": 0.300000012,
+ "to": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.850000024,
+ "y": 0.349999994,
+ "z": 0.250000000
+ },
+ "to":
+ {
+ "x": 0.850000024,
+ "y": 0.349999994,
+ "z": 0.250000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_dots"
+ }
+ ]
+ },
+ "gale_002_atk_dust_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.029999999,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 5.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 5.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.192708343,
+ "y1": 0.544270873,
+ "x2": 0.205729187,
+ "y2": 0.986979187,
+ "from": 0.800000012,
+ "to": 1.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.317708343,
+ "y1": 0.130208343,
+ "x2": 0.244791687,
+ "y2": 1.002604246,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.449999988,
+ "z": 0.349999994
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.449999988,
+ "z": 0.349999994
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.091145873,
+ "y1": 0.723958373,
+ "x2": 0.416666687,
+ "y2": 0.791666687,
+ "from": 400.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail"
+ }
+ ]
+ },
+ "gale_002_atk_hit_snake":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -20.000000000
+ },
+ "to":
+ {
+ "z": -20.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.500000000,
+ "y1": -1.000000000,
+ "x2": 1.000000000,
+ "y2": -0.200000003,
+ "from": 0.649999976,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.536458373,
+ "y1": 0.059895843,
+ "x2": 0.408854187,
+ "y2": 0.940104187,
+ "from": 1080.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.458333343,
+ "y1": 0.161458343,
+ "x2": 0.283854187,
+ "y2": 0.971354187,
+ "from": 240.000000000,
+ "to": 180.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snake_die"
+ }
+ ]
+ },
+ "gale_002_atk_hit_snake_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -20.000000000
+ },
+ "to":
+ {
+ "z": -20.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.500000000,
+ "y1": -1.000000000,
+ "x2": 1.000000000,
+ "y2": -0.200000003,
+ "from": 0.649999976,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.536458373,
+ "y1": 0.059895843,
+ "x2": 0.408854187,
+ "y2": 0.940104187,
+ "from": 1080.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.458333343,
+ "y1": 0.161458343,
+ "x2": 0.283854187,
+ "y2": 0.971354187,
+ "from": 240.000000000,
+ "to": 180.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snake_die_red"
+ }
+ ]
+ },
+ "gale_002_atk_trail_dust":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.259999990,
+ "to": 0.259999990
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000,
+ "z": 4.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000,
+ "z": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.067708343,
+ "y1": 0.520833373,
+ "x2": 0.088541687,
+ "y2": 0.986979187,
+ "from": 0.800000012,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.469999999
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "y": 0.699999988,
+ "z": 0.550000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.091145873,
+ "y1": 0.723958373,
+ "x2": 0.416666687,
+ "y2": 0.791666687,
+ "from": 400.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail"
+ }
+ ]
+ },
+ "gale_002_atk_trail_dust_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.259999990,
+ "to": 0.259999990
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000,
+ "z": 4.000000000
+ },
+ "to":
+ {
+ "x": 6.000000000,
+ "y": 6.000000000,
+ "z": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.067708343,
+ "y1": 0.520833373,
+ "x2": 0.088541687,
+ "y2": 0.986979187,
+ "from": 0.800000012,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.449999988,
+ "z": 0.349999994
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.449999988,
+ "z": 0.349999994
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.091145873,
+ "y1": 0.723958373,
+ "x2": 0.416666687,
+ "y2": 0.791666687,
+ "from": 400.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail"
+ }
+ ]
+ },
+ "gale_002_ulti_ground":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "emitterDelay": 0.079999998,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "y1": 0.888020873,
+ "y2": 0.979166687,
+ "from": 11.000000000,
+ "to": 11.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dustPile_pattern_short_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dustPile_pattern_short_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dustPile_pattern_short_03"
+ }
+ ]
+ },
+ "gale_002_ulti_ground_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "emitterDelay": 0.079999998,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "y1": 0.888020873,
+ "y2": 0.979166687,
+ "from": 11.000000000,
+ "to": 11.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dustPile_pattern_short_01_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dustPile_pattern_short_02_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dustPile_pattern_short_03_red"
+ }
+ ]
+ },
+ "gale_002_ulti_trail_base":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -5.000000000
+ },
+ "to":
+ {
+ "z": -5.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.075520843,
+ "y1": -2.127604008,
+ "x2": 0.945312500,
+ "y2": -0.770833313,
+ "from": 0.239999995,
+ "to": 0.119999997
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.842999995,
+ "z": 0.477999985
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.842999995,
+ "z": 0.477999985
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_circle"
+ }
+ ]
+ },
+ "gale_002_ulti_trail_base_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -5.000000000
+ },
+ "to":
+ {
+ "z": -5.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.075520843,
+ "y1": -2.127604008,
+ "x2": 0.945312500,
+ "y2": -0.770833313,
+ "from": 0.239999995,
+ "to": 0.119999997
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_circle"
+ }
+ ]
+ },
+ "gale_002_ulti_trail_dustDots":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.280000001,
+ "to": 0.280000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -24.000000000
+ },
+ "to":
+ {
+ "z": -24.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.400000095,
+ "to": 2.400000095
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.630208373,
+ "x2": 0.143229187,
+ "y2": 0.971354187,
+ "from": 0.200000003,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.800000012,
+ "y": 0.600000024,
+ "z": 0.259999990
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "y": 0.600000024,
+ "z": 0.259999990
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_dots"
+ }
+ ]
+ },
+ "gale_002_ulti_trail_dustDots_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.280000001,
+ "to": 0.280000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -24.000000000
+ },
+ "to":
+ {
+ "z": -24.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.400000095,
+ "to": 2.400000095
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.630208373,
+ "x2": 0.143229187,
+ "y2": 0.971354187,
+ "from": 0.200000003,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.800000012,
+ "y": 0.319999993,
+ "z": 0.239999995
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "y": 0.319999993,
+ "z": 0.239999995
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_dots"
+ }
+ ]
+ },
+ "gale_002_ulti_trail_smoke":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 25.000000000,
+ "to": 25.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.052083343,
+ "y1": 0.723958373,
+ "x2": 0.026041687,
+ "y2": 0.885416687,
+ "from": 0.500000000,
+ "to": 1.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.434895843,
+ "y1": 0.130208343,
+ "x2": 0.330729187,
+ "y2": 0.947916687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.469999999
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.469999999
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail"
+ }
+ ]
+ },
+ "gale_002_ulti_trail_smoke_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 25.000000000,
+ "to": 25.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.052083343,
+ "y1": 0.723958373,
+ "x2": 0.026041687,
+ "y2": 0.885416687,
+ "from": 0.500000000,
+ "to": 1.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.434895843,
+ "y1": 0.130208343,
+ "x2": 0.330729187,
+ "y2": 0.947916687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.449999988,
+ "z": 0.349999994
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.449999988,
+ "z": 0.349999994
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail"
+ }
+ ]
+ },
+ "gale_003_atk":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.400000095,
+ "to": 2.400000095
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gale_003_atk"
+ }
+ ]
+ },
+ "gale_003_atkEnd_streaks":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.180000007,
+ "to": 0.180000007
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.100000001,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_streak_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_streak_2"
+ }
+ ]
+ },
+ "gale_003_atkHit_dots":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.159999996,
+ "to": 0.159999996
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.300000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 1.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.899999976,
+ "x2": 0.100000001,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.079999998,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_10"
+ }
+ ]
+ },
+ "gale_003_atkHit_dots_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.159999996,
+ "to": 0.159999996
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.300000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 1.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.899999976,
+ "x2": 0.100000001,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.079999998,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_11"
+ }
+ ]
+ },
+ "gale_003_atk_nutdrop":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000,
+ "z": 0.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gale_003_atk_end"
+ }
+ ]
+ },
+ "gale_003_atk_nutdrop_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000,
+ "z": 0.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gale_003_atk_end_red"
+ }
+ ]
+ },
+ "gale_003_atk_nuts":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 300.000000000,
+ "to": 300.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -50.000000000,
+ "to": -50.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "y1": 0.013020843,
+ "x2": 0.901041687,
+ "y2": 0.080729187,
+ "from": 0.800000012,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.981770873,
+ "y1": -0.018229157,
+ "y2": 1.010416746,
+ "from": 720.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_nuts_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_nuts_2"
+ }
+ ]
+ },
+ "gale_003_atk_nuts_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 300.000000000,
+ "to": 300.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -50.000000000,
+ "to": -50.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "y1": 0.013020843,
+ "x2": 0.901041687,
+ "y2": 0.080729187,
+ "from": 0.800000012,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.981770873,
+ "y1": -0.018229157,
+ "y2": 1.010416746,
+ "from": 720.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_nuts_1_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_nuts_2_red"
+ }
+ ]
+ },
+ "gale_003_atk_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.400000095,
+ "to": 2.400000095
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gale_003_atk_red"
+ }
+ ]
+ },
+ "gale_003_atk_stars":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 300.000000000,
+ "to": 300.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -60.000000000,
+ "to": -60.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 7.500000000,
+ "y": 7.500000000
+ },
+ "to":
+ {
+ "x": 7.500000000,
+ "y": 7.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 0.899999976,
+ "from": 0.500000000,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.200000003
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.200000003
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 300.000000000,
+ "to": 300.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_star_add"
+ }
+ ]
+ },
+ "gale_003_atk_stars_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 300.000000000,
+ "to": 300.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -60.000000000,
+ "to": -60.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 7.500000000,
+ "y": 7.500000000
+ },
+ "to":
+ {
+ "x": 7.500000000,
+ "y": 7.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 0.899999976,
+ "from": 0.500000000,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.699999988,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.699999988,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 300.000000000,
+ "to": 300.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_star_add"
+ }
+ ]
+ },
+ "gale_003_atk_streaks":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.180000007,
+ "to": 0.180000007
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 400.000000000,
+ "to": 400.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -100.000000000,
+ "to": -100.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_streak_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_streak_2"
+ }
+ ]
+ },
+ "gale_003_atk_streaks_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.180000007,
+ "to": 0.180000007
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 400.000000000,
+ "to": 400.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -100.000000000,
+ "to": -100.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.600000024,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.600000024,
+ "z": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_streak_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_streak_2"
+ }
+ ]
+ },
+ "gale_003_atk_trail_dots":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.020000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_10"
+ }
+ ]
+ },
+ "gale_003_atk_trail_dots_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.020000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_11"
+ }
+ ]
+ },
+ "gale_003_atk_trail_frags":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.449999988,
+ "durationJitter": 0.250000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 0.899999976,
+ "from": 0.400000006,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.645833373,
+ "y1": 0.005208343,
+ "y2": 1.002604246,
+ "from": 1200.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_nut_frag_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_nut_frag_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_nut_frag_3"
+ }
+ ]
+ },
+ "gale_003_atk_trail_frags_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.449999988,
+ "durationJitter": 0.250000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 0.899999976,
+ "from": 0.400000006,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.645833373,
+ "y1": 0.005208343,
+ "y2": 1.002604246,
+ "from": 1200.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_nut_frag_1_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_nut_frag_2_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_nut_frag_3_red"
+ }
+ ]
+ },
+ "gale_003_atk_trail_twinkles":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.280000001,
+ "to": 0.280000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "durationJitter": 0.200000003,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -3.000000000,
+ "to": -3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.250000000,
+ "y1": -3.000000000,
+ "x2": 0.899999976,
+ "y2": -2.000000000,
+ "from": 0.400000006,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.800000012,
+ "y": 1.000000000,
+ "z": 0.100000001
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "y": 1.000000000,
+ "z": 0.100000001
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 300.000000000,
+ "to": 300.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.020000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_particles_M"
+ }
+ ]
+ },
+ "gale_003_atk_trail_twinkles_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.280000001,
+ "to": 0.280000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "durationJitter": 0.200000003,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -3.000000000,
+ "to": -3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.250000000,
+ "y1": -3.000000000,
+ "x2": 0.899999976,
+ "y2": -2.000000000,
+ "from": 0.400000006,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 300.000000000,
+ "to": 300.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.020000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_particles_M"
+ }
+ ]
+ },
+ "gale_003_ultiEnd_dots":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 4.000000000
+ },
+ "to":
+ {
+ "z": 4.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.300000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.600000024
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 1.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.059999999,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_10"
+ }
+ ]
+ },
+ "gale_003_ultiEnd_star":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.192708343,
+ "y1": 0.583333373,
+ "x2": 0.315104187,
+ "y2": 0.893229187,
+ "from": 0.200000003,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_star_disappear"
+ }
+ ]
+ },
+ "gale_003_ultiEnd_star_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.192708343,
+ "y1": 0.583333373,
+ "x2": 0.315104187,
+ "y2": 0.893229187,
+ "from": 0.300000012,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_star_disappear"
+ }
+ ]
+ },
+ "gale_003_ultiEnd_streaks":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.180000007,
+ "to": 0.180000007
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 300.000000000,
+ "to": 300.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_streak_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_streak_2"
+ }
+ ]
+ },
+ "gale_003_ultiEnd_twinkles":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 300.000000000,
+ "to": 300.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.800000012,
+ "y": 1.000000000,
+ "z": 0.100000001
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "y": 1.000000000,
+ "z": 0.100000001
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 300.000000000,
+ "to": 300.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.020000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04_add"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_05_add"
+ }
+ ]
+ },
+ "gale_003_ultiHit_gas":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.500000000,
+ "y": 1.500000000
+ },
+ "to":
+ {
+ "x": 1.500000000,
+ "y": 1.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.692708373,
+ "x2": 0.221354187,
+ "y2": 0.932291687,
+ "from": 1.000000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 0.899999976,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.400000006,
+ "z": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 90.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "gale_003_ultiHit_gas_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.500000000,
+ "y": 1.500000000
+ },
+ "to":
+ {
+ "x": 1.500000000,
+ "y": 1.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.114583343,
+ "y1": 0.606770873,
+ "x2": 0.190104187,
+ "y2": 0.908854187,
+ "from": 1.000000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.200000003,
+ "z": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 90.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "gale_003_ultiHit_star":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.184895843,
+ "y1": 0.614583373,
+ "x2": 0.354166687,
+ "y2": 0.830729187,
+ "from": 0.250000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_star_disappear"
+ }
+ ]
+ },
+ "gale_003_ultiHit_star_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.184895843,
+ "y1": 0.614583373,
+ "x2": 0.354166687,
+ "y2": 0.830729187,
+ "from": 0.250000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_star_disappear"
+ }
+ ]
+ },
+ "gale_003_ulti_star_1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.349999994,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -20.000000000,
+ "to": -20.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 0.800000012,
+ "from": 0.600000024,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.500000000,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "y": 0.500000000,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_star_add"
+ }
+ ]
+ },
+ "gale_003_ulti_star_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.349999994,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -20.000000000,
+ "to": -20.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 0.800000012,
+ "from": 0.600000024,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.250000000,
+ "z": 0.899999976
+ },
+ "to":
+ {
+ "y": 0.250000000,
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_star_add"
+ }
+ ]
+ },
+ "gale_003_ulti_star_3":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.349999994,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -20.000000000,
+ "to": -20.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 0.800000012,
+ "from": 0.600000024,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.800000012,
+ "y": 0.400000006,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "y": 0.400000006,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_star_add"
+ }
+ ]
+ },
+ "gale_003_ulti_star_4":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.349999994,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -20.000000000,
+ "to": -20.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 0.800000012,
+ "from": 0.600000024,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.600000024,
+ "y": 0.250000000,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 0.600000024,
+ "y": 0.250000000,
+ "z": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_star_add"
+ }
+ ]
+ },
+ "gale_003_ulti_stars":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 300.000000000,
+ "to": 300.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -70.000000000,
+ "to": -70.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 70.000000000,
+ "to": 70.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 7.500000000,
+ "y": 7.500000000
+ },
+ "to":
+ {
+ "x": 7.500000000,
+ "y": 7.500000000
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 0.899999976,
+ "from": 0.500000000,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.200000003
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.200000003
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.692708373,
+ "y1": 0.020833343,
+ "y2": 1.010416746,
+ "from": 900.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_star_add"
+ }
+ ]
+ },
+ "gale_003_ulti_trail_smoke":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "durationJitter": 0.150000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 28.000000000,
+ "to": 28.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -20.000000000,
+ "to": -20.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.500000000,
+ "y": 1.500000000
+ },
+ "to":
+ {
+ "x": 1.500000000,
+ "y": 1.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.309895843,
+ "y1": 0.372395843,
+ "x2": 0.361979187,
+ "y2": 0.908854187,
+ "from": 1.200000048,
+ "to": 1.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.750000000,
+ "z": 0.899999976
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.400000006,
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 0.500000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "gale_003_ulti_trail_smoke_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "durationJitter": 0.150000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 28.000000000,
+ "to": 28.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -20.000000000,
+ "to": -20.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -2.000000000,
+ "to": -2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.500000000,
+ "y": 1.500000000
+ },
+ "to":
+ {
+ "x": 1.500000000,
+ "y": 1.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.309895843,
+ "y1": 0.372395843,
+ "x2": 0.361979187,
+ "y2": 0.908854187,
+ "from": 1.200000048,
+ "to": 1.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.949999988,
+ "y": 0.400000006,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.349999994,
+ "y": 0.250000000,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 0.500000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "gale_003_ulti_trail_twinkles":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "durationJitter": 0.200000003,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -3.000000000,
+ "to": -3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.800000012,
+ "y": 1.000000000,
+ "z": 0.100000001
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "y": 1.000000000,
+ "z": 0.100000001
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 300.000000000,
+ "to": 300.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.020000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04_add"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_05_add"
+ }
+ ]
+ },
+ "gale_004_atkEnd_ghost":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 2.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200000003,
+ "y1": 0.750000000,
+ "x2": 0.500000000,
+ "y2": 1.000000000,
+ "from": 0.500000000,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.550000012,
+ "y1": -0.015625000,
+ "x2": 0.500000000,
+ "y2": 0.993749976,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gale_004_atkEnd_ghost"
+ }
+ ]
+ },
+ "gale_004_atkEnd_ghost_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 2.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200000003,
+ "y1": 0.750000000,
+ "x2": 0.500000000,
+ "y2": 1.000000000,
+ "from": 0.500000000,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.550000012,
+ "y1": -0.015625000,
+ "x2": 0.500000000,
+ "y2": 0.993749976,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gale_004_atkEnd_ghost_red"
+ }
+ ]
+ },
+ "gale_004_atkEnv_frags":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ },
+ {
+ "t": 0.050000001,
+ "c": 2
+ }
+ ]
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.400000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.100000001
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.100000001
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_blink_1"
+ }
+ ]
+ },
+ "gale_004_atkEnv_frags_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ },
+ {
+ "t": 0.050000001,
+ "c": 2
+ }
+ ]
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.400000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.100000001
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.100000001
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_blink_4"
+ }
+ ]
+ },
+ "gale_004_atkEnv_gas":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000
+ },
+ "to":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.692708373,
+ "x2": 0.221354187,
+ "y2": 0.932291687,
+ "from": 0.800000012,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 90.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "gale_004_atkEnv_gas_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000
+ },
+ "to":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.692708373,
+ "x2": 0.221354187,
+ "y2": 0.932291687,
+ "from": 0.800000012,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 90.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "gale_004_atk_hit":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.750000000,
+ "y1": 0.013020873,
+ "x2": 0.382812500,
+ "y2": 0.963541746,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gale_004_atk_hit"
+ }
+ ]
+ },
+ "gale_004_atk_hit_ghost":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 2.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 1.200000048,
+ "x2": 0.565104187,
+ "y2": 0.588541746,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gale_004_atk_hit_ghost_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gale_004_atk_hit_ghost_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gale_004_atk_hit_ghost_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gale_004_atk_hit_ghost_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gale_004_atk_hit_ghost_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gale_004_atk_hit_ghost_6"
+ }
+ ]
+ },
+ "gale_004_atk_hit_ghost_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 2.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.100000024,
+ "to": 1.100000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 1.200000048,
+ "x2": 0.565104187,
+ "y2": 0.588541746,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gale_004_atk_hit_ghost_red_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gale_004_atk_hit_ghost_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gale_004_atk_hit_ghost_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gale_004_atk_hit_ghost_red_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gale_004_atk_hit_ghost_red_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gale_004_atk_hit_ghost_red_6"
+ }
+ ]
+ },
+ "gale_004_atk_hit_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.750000000,
+ "y1": 0.013020873,
+ "x2": 0.382812500,
+ "y2": 0.963541746,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gale_004_atk_hit_red"
+ }
+ ]
+ },
+ "gale_004_atk_hit_smoke":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 35,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.200000003,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.699999988
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.100000001,
+ "y1": 0.005208373,
+ "y2": 0.994791746,
+ "from":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.400000006,
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.257812500,
+ "y1": 0.223958373,
+ "x2": 0.148437500,
+ "y2": 1.010416746,
+ "from": 0.699999988
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail_slow"
+ }
+ ]
+ },
+ "gale_004_atk_hit_smoke_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 35,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.200000003,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.699999988
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.100000001,
+ "y1": 0.005208373,
+ "y2": 0.994791746,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.257812500,
+ "y1": 0.223958373,
+ "x2": 0.242187500,
+ "y2": 0.908854246,
+ "from": 0.699999988
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail_slow"
+ }
+ ]
+ },
+ "gale_004_atk_ring":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 2
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.763020873,
+ "y1": 0.020833343,
+ "x2": 0.776041687,
+ "y2": 1.018229246,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gale_004_atk_glow_ring"
+ }
+ ]
+ },
+ "gale_004_atk_ring_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 2
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.763020873,
+ "y1": 0.020833343,
+ "x2": 0.776041687,
+ "y2": 1.018229246,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gale_004_atk_glow_ring_red"
+ }
+ ]
+ },
+ "gale_004_atk_shock":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.755208373,
+ "y1": 0.059895843,
+ "x2": 0.494791687,
+ "y2": 0.979166687,
+ "from":
+ {
+ "x": 0.400000006,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.400000006,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.750000000,
+ "x2": 0.100000001,
+ "y2": 0.750000000,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gale_004_atk_shock_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gale_004_atk_shock_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gale_004_atk_shock_3"
+ }
+ ]
+ },
+ "gale_004_atk_shock_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.750000000,
+ "x2": 0.100000001,
+ "y2": 0.750000000,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gale_004_atk_shock_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gale_004_atk_shock_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gale_004_atk_shock_red_3"
+ }
+ ]
+ },
+ "gale_004_atk_spark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 230.000000000,
+ "to": 230.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_4"
+ }
+ ]
+ },
+ "gale_004_atk_spark_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 230.000000000,
+ "to": 230.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "shocked_red_4"
+ }
+ ]
+ },
+ "gale_004_atk_trail_dust":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.949999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 14.000000000,
+ "to": 14.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.216145843,
+ "y1": -0.658854127,
+ "x2": 0.502604187,
+ "y2": -0.286458313,
+ "from": 0.300000012,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.372395843,
+ "y1": 0.247395843,
+ "x2": 0.354166687,
+ "y2": 0.979166687,
+ "from": 200.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_2"
+ }
+ ]
+ },
+ "gale_004_atk_trail_dust_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.949999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.216145843,
+ "y1": -0.658854127,
+ "x2": 0.502604187,
+ "y2": -0.286458313,
+ "from": 0.300000012,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.372395843,
+ "y1": 0.247395843,
+ "x2": 0.354166687,
+ "y2": 0.979166687,
+ "from": 200.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_4"
+ }
+ ]
+ },
+ "gale_004_atk_trail_gas":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.692708373,
+ "x2": 0.221354187,
+ "y2": 0.932291687,
+ "from": 0.600000024,
+ "to": 0.550000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.699999988,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.949999988,
+ "y2": 1.000000000,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 120.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "gale_004_atk_trail_gas_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 36.000000000,
+ "to": 36.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.692708373,
+ "x2": 0.221354187,
+ "y2": 0.932291687,
+ "from": 0.649999976,
+ "to": 0.550000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.699999988,
+ "y": 0.100000001,
+ "z": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 0.949999988,
+ "y2": 1.000000000,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 120.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "gale_004_atk_trail_glow":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.270000011,
+ "to": 0.270000011
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.150000006,
+ "to": 0.150000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 720.000000000,
+ "to": 720.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fireball_blue_spark"
+ }
+ ]
+ },
+ "gale_004_atk_trail_glow_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.150000006,
+ "to": 0.150000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 720.000000000,
+ "to": 720.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red"
+ }
+ ]
+ },
+ "gale_004_ultiEnd_dots":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 4.000000000
+ },
+ "to":
+ {
+ "z": 4.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.300000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.600000024
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 1.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.059999999,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_1"
+ }
+ ]
+ },
+ "gale_004_ultiEnd_dots_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 4.000000000
+ },
+ "to":
+ {
+ "z": 4.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.300000012,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.600000024
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 1.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.100000001,
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.059999999,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_4"
+ }
+ ]
+ },
+ "gale_004_ultiHit_gas_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.500000000,
+ "y": 1.500000000
+ },
+ "to":
+ {
+ "x": 1.500000000,
+ "y": 1.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.114583343,
+ "y1": 0.606770873,
+ "x2": 0.190104187,
+ "y2": 0.908854187,
+ "from": 1.000000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 0.699999988,
+ "y": 0.300000012,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 90.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "gale_004_ulti_hit":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.750000000,
+ "y1": 0.013020873,
+ "x2": 0.382812500,
+ "y2": 0.963541746,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gale_004_atk_hit"
+ }
+ ]
+ },
+ "gale_004_ulti_hit_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.750000000,
+ "y1": 0.013020873,
+ "x2": 0.382812500,
+ "y2": 0.963541746,
+ "from": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gale_004_atk_hit_red"
+ }
+ ]
+ },
+ "gale_004_ulti_squeak":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.150000006,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.270833343,
+ "y1": 0.020833343,
+ "x2": 0.033854187,
+ "y2": 1.010416746,
+ "from": 0.300000012,
+ "to": 0.850000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 270.000000000,
+ "to": 270.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gale_004_ulti_atk"
+ }
+ ]
+ },
+ "gale_004_ulti_squeak_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.150000006,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.270833343,
+ "y1": 0.020833343,
+ "x2": 0.033854187,
+ "y2": 1.010416746,
+ "from": 0.300000012,
+ "to": 0.850000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 270.000000000,
+ "to": 270.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gale_004_ulti_atk_red"
+ }
+ ]
+ },
+ "gale_004_ulti_trail_dust":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.949999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 14.000000000,
+ "to": 14.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.216145843,
+ "y1": -0.658854127,
+ "x2": 0.502604187,
+ "y2": -0.286458313,
+ "from": 0.300000012,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.372395843,
+ "y1": 0.247395843,
+ "x2": 0.354166687,
+ "y2": 0.979166687,
+ "from": 200.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_2"
+ }
+ ]
+ },
+ "gale_004_ulti_trail_dust_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.949999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.216145843,
+ "y1": -0.658854127,
+ "x2": 0.502604187,
+ "y2": -0.286458313,
+ "from": 0.300000012,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.372395843,
+ "y1": 0.247395843,
+ "x2": 0.354166687,
+ "y2": 0.979166687,
+ "from": 200.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_4"
+ }
+ ]
+ },
+ "gale_004_ulti_trail_smoke":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "durationJitter": 0.150000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 34.000000000,
+ "to": 34.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.150000006,
+ "to": -0.150000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.150000006,
+ "to": -0.150000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -20.000000000,
+ "to": -20.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -3.000000000,
+ "to": -3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -4.000000000,
+ "to": -4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.500000000,
+ "y": 1.500000000
+ },
+ "to":
+ {
+ "x": 1.500000000,
+ "y": 1.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.309895843,
+ "y1": 0.372395843,
+ "x2": 0.361979187,
+ "y2": 0.908854187,
+ "from": 1.600000024,
+ "to": 2.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.400000006,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.400000006,
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "from": 1.000000000,
+ "to": 0.500000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "gale_004_ulti_trail_smoke_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "durationJitter": 0.150000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 34.000000000,
+ "to": 34.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.150000006,
+ "to": -0.150000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.150000006,
+ "to": -0.150000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -20.000000000,
+ "to": -20.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -3.000000000,
+ "to": -3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -4.000000000,
+ "to": -4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.500000000,
+ "y": 1.500000000
+ },
+ "to":
+ {
+ "x": 1.500000000,
+ "y": 1.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.309895843,
+ "y1": 0.372395843,
+ "x2": 0.361979187,
+ "y2": 0.908854187,
+ "from": 1.600000024,
+ "to": 2.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 0.899999976,
+ "y": 0.300000012,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "from": 1.000000000,
+ "to": 0.500000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "gale_def_atkEnd_ground":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snowPile_pattern_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snowPile_pattern_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snowPile_pattern_03"
+ }
+ ]
+ },
+ "gale_def_atkEnd_ground_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snowPile_pattern_01_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snowPile_pattern_02_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snowPile_pattern_03_red"
+ }
+ ]
+ },
+ "gale_def_atkEnd_snow":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.360000014,
+ "to": 0.360000014
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -20.000000000
+ },
+ "to":
+ {
+ "z": -20.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -4.000000000,
+ "to": -4.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 3.000000000
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -2.057291508,
+ "x2": 1.000000000,
+ "y2": -1.013020754,
+ "from": 0.400000006,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.699999988,
+ "y": 0.959999979,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.699999988,
+ "y": 0.959999979,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snow_chunk"
+ }
+ ]
+ },
+ "gale_def_atkEnd_snow_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.360000014,
+ "to": 0.360000014
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -20.000000000
+ },
+ "to":
+ {
+ "z": -20.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.001000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -4.000000000,
+ "to": -4.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 3.000000000
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -2.057291508,
+ "x2": 1.000000000,
+ "y2": -1.013020754,
+ "from": 0.400000006,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.699999988,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.699999988,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snow_chunk"
+ }
+ ]
+ },
+ "gale_def_atk_snow_chunk":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -20.000000000
+ },
+ "to":
+ {
+ "z": -20.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -45.000000000,
+ "to": -45.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -3.000000000,
+ "to": -3.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.653645873,
+ "y1": 0.067708343,
+ "x2": 0.986979187,
+ "y2": 0.205729187,
+ "from": 0.699999988,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.600000024,
+ "y": 0.949999988,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.600000024,
+ "y": 0.949999988,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snow_chunk"
+ }
+ ]
+ },
+ "gale_def_atk_snow_chunk_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -20.000000000
+ },
+ "to":
+ {
+ "z": -20.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -45.000000000,
+ "to": -45.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -3.000000000,
+ "to": -3.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.653645873,
+ "y1": 0.067708343,
+ "x2": 0.986979187,
+ "y2": 0.205729187,
+ "from": 0.699999988,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.699999988,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.699999988,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snow_chunk"
+ }
+ ]
+ },
+ "gale_def_atk_snow_smoke":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.029999999,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 5.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 5.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.192708343,
+ "y1": 0.544270873,
+ "x2": 0.205729187,
+ "y2": 0.986979187,
+ "from": 0.800000012,
+ "to": 1.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.317708343,
+ "y1": 0.130208343,
+ "x2": 0.244791687,
+ "y2": 1.002604246,
+ "from":
+ {
+ "x": 0.600000024,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.400000006,
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.091145873,
+ "y1": 0.723958373,
+ "x2": 0.416666687,
+ "y2": 0.791666687,
+ "from": 400.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail"
+ }
+ ]
+ },
+ "gale_def_atk_snow_smoke_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.360000014,
+ "to": 0.360000014
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.029999999,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 5.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 5.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.239583343,
+ "y1": 0.497395843,
+ "x2": 0.338541687,
+ "y2": 0.869791687,
+ "from": 0.600000024,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.497395843,
+ "y1": 0.169270843,
+ "x2": 0.393229187,
+ "y2": 0.963541687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.699999988,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.091145873,
+ "y1": 0.723958373,
+ "x2": 0.416666687,
+ "y2": 0.791666687,
+ "from": 400.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.250000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail"
+ }
+ ]
+ },
+ "gale_def_atk_trail_snow":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "durationJitter": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.059895843,
+ "y1": 0.583333373,
+ "y2": 1.041666746,
+ "from": 5.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -4.000000000,
+ "to": -4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.192708343,
+ "y1": -1.096354127,
+ "x2": 0.877604187,
+ "y2": 0.135416687,
+ "from": 0.449999988,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.400000006,
+ "y": 0.949999988,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.400000006,
+ "y": 0.949999988,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.270833373,
+ "y1": 0.223958343,
+ "x2": 0.354166687,
+ "y2": 0.940104187,
+ "from": 1600.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.544270873,
+ "y1": 0.052083343,
+ "x2": 0.182291687,
+ "y2": 0.924479187,
+ "from": 400.000000000,
+ "to": 400.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snow_particle_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snow_particle_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snow_particle_03"
+ }
+ ]
+ },
+ "gale_def_atk_trail_snow_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "durationJitter": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.059895843,
+ "y1": 0.583333373,
+ "y2": 1.041666746,
+ "from": 5.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -4.000000000,
+ "to": -4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.192708343,
+ "y1": -1.096354127,
+ "x2": 0.877604187,
+ "y2": 0.135416687,
+ "from": 0.449999988,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.430000007,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.430000007,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.270833373,
+ "y1": 0.223958343,
+ "x2": 0.354166687,
+ "y2": 0.940104187,
+ "from": 1600.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.544270873,
+ "y1": 0.052083343,
+ "x2": 0.182291687,
+ "y2": 0.924479187,
+ "from": 400.000000000,
+ "to": 400.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snow_particle_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snow_particle_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snow_particle_03"
+ }
+ ]
+ },
+ "gale_def_atk_trail_twinkle":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -6.000000000
+ },
+ "to":
+ {
+ "z": -6.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -20.000000000,
+ "to": -20.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.117187500,
+ "y1": -2.658854008,
+ "x2": 0.916666687,
+ "y2": -0.638020813,
+ "from": 0.500000000,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.497395843,
+ "y1": 0.075520843,
+ "x2": 0.401041687,
+ "y2": 0.893229187,
+ "from": 900.000000000,
+ "to": 240.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_01_additive"
+ }
+ ]
+ },
+ "gale_def_atk_trail_twinkle_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -6.000000000
+ },
+ "to":
+ {
+ "z": -6.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -20.000000000,
+ "to": -20.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.117187500,
+ "y1": -2.658854008,
+ "x2": 0.916666687,
+ "y2": -0.638020813,
+ "from": 0.500000000,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.497395843,
+ "y1": 0.075520843,
+ "x2": 0.401041687,
+ "y2": 0.893229187,
+ "from": 900.000000000,
+ "to": 240.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_01_additive"
+ }
+ ]
+ },
+ "gale_def_ultiEnd_snow":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.799999952
+ },
+ "to":
+ {
+ "z": 1.799999952
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.200000003,
+ "durationJitter": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.059895843,
+ "y1": 0.583333373,
+ "y2": 1.041666746,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.075520843,
+ "y1": -2.127604008,
+ "x2": 1.000000000,
+ "y2": -0.606770813,
+ "from": 0.500000000,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.800000012,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.442708343,
+ "y1": 0.036458343,
+ "x2": 0.072916687,
+ "y2": 0.932291687,
+ "from": 1200.000000000,
+ "to": 300.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.544270873,
+ "y1": 0.052083343,
+ "x2": 0.182291687,
+ "y2": 0.924479187,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snow_particle_long_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snow_particle_long_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snow_particle_long_03"
+ }
+ ]
+ },
+ "gale_def_ultiEnd_snow_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.799999952
+ },
+ "to":
+ {
+ "z": 1.799999952
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.200000003,
+ "durationJitter": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.059895843,
+ "y1": 0.583333373,
+ "y2": 1.041666746,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.075520843,
+ "y1": -2.127604008,
+ "x2": 1.000000000,
+ "y2": -0.606770813,
+ "from": 0.500000000,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.750000000,
+ "z": 0.850000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.750000000,
+ "z": 0.850000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.442708343,
+ "y1": 0.036458343,
+ "x2": 0.072916687,
+ "y2": 0.932291687,
+ "from": 1200.000000000,
+ "to": 300.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.544270873,
+ "y1": 0.052083343,
+ "x2": 0.182291687,
+ "y2": 0.924479187,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snow_particle_long_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snow_particle_long_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snow_particle_long_03"
+ }
+ ]
+ },
+ "gale_def_ulti_ground":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "emitterDelay": 0.079999998,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "y1": 0.888020873,
+ "y2": 0.979166687,
+ "from": 11.000000000,
+ "to": 11.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snowPile_pattern_short_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snowPile_pattern_short_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snowPile_pattern_short_03"
+ }
+ ]
+ },
+ "gale_def_ulti_ground_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "emitterDelay": 0.079999998,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "y1": 0.888020873,
+ "y2": 0.979166687,
+ "from": 11.000000000,
+ "to": 11.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snowPile_pattern_short_01_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snowPile_pattern_short_02_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snowPile_pattern_short_03_red"
+ }
+ ]
+ },
+ "gale_def_ulti_trail_base":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -5.000000000
+ },
+ "to":
+ {
+ "z": -5.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.075520843,
+ "y1": -2.127604008,
+ "x2": 0.945312500,
+ "y2": -0.770833313,
+ "from": 0.239999995,
+ "to": 0.119999997
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.736999989,
+ "y": 1.000000000,
+ "z": 0.990000010
+ },
+ "to":
+ {
+ "x": 0.736999989,
+ "y": 1.000000000,
+ "z": 0.990000010
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_circle"
+ }
+ ]
+ },
+ "gale_def_ulti_trail_base_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -5.000000000
+ },
+ "to":
+ {
+ "z": -5.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.075520843,
+ "y1": -2.127604008,
+ "x2": 0.945312500,
+ "y2": -0.770833313,
+ "from": 0.239999995,
+ "to": 0.119999997
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.850000024,
+ "z": 0.885999978
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.850000024,
+ "z": 0.885999978
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_circle"
+ }
+ ]
+ },
+ "gale_def_ulti_trail_smoke":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 25.000000000,
+ "to": 25.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.052083343,
+ "y1": 0.723958373,
+ "x2": 0.026041687,
+ "y2": 0.885416687,
+ "from": 0.500000000,
+ "to": 1.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.434895843,
+ "y1": 0.130208343,
+ "x2": 0.330729187,
+ "y2": 0.947916687,
+ "from":
+ {
+ "x": 0.699999988,
+ "y": 0.899999976,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 0.699999988,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail"
+ }
+ ]
+ },
+ "gale_def_ulti_trail_smoke_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 25.000000000,
+ "to": 25.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.052083343,
+ "y1": 0.723958373,
+ "x2": 0.026041687,
+ "y2": 0.885416687,
+ "from": 0.500000000,
+ "to": 1.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.434895843,
+ "y1": 0.130208343,
+ "x2": 0.330729187,
+ "y2": 0.947916687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.649999976,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.649999976,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail"
+ }
+ ]
+ },
+ "gale_def_ulti_trail_snow":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "durationJitter": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.059895843,
+ "y1": 0.583333373,
+ "y2": 1.041666746,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -4.000000000,
+ "to": -4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.192708343,
+ "y1": -1.096354127,
+ "x2": 0.877604187,
+ "y2": 0.135416687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.400000006,
+ "y": 0.949999988,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.400000006,
+ "y": 0.949999988,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.270833373,
+ "y1": 0.223958343,
+ "x2": 0.354166687,
+ "y2": 0.940104187,
+ "from": 1600.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.544270873,
+ "y1": 0.052083343,
+ "x2": 0.182291687,
+ "y2": 0.924479187,
+ "from": 400.000000000,
+ "to": 400.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snow_particle_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snow_particle_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snow_particle_03"
+ }
+ ]
+ },
+ "gale_def_ulti_trail_snow_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.600000024,
+ "durationJitter": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.059895843,
+ "y1": 0.583333373,
+ "y2": 1.041666746,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.500000000,
+ "to": -1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -4.000000000,
+ "to": -4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.192708343,
+ "y1": -1.096354127,
+ "x2": 0.877604187,
+ "y2": 0.135416687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.750000000,
+ "z": 0.850000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.750000000,
+ "z": 0.850000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.270833373,
+ "y1": 0.223958343,
+ "x2": 0.354166687,
+ "y2": 0.940104187,
+ "from": 1600.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.544270873,
+ "y1": 0.052083343,
+ "x2": 0.182291687,
+ "y2": 0.924479187,
+ "from": 400.000000000,
+ "to": 400.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snow_particle_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snow_particle_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_snow_particle_03"
+ }
+ ]
+ },
+ "gen_beam_particle":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.700000226,
+ "to": 0.700000226
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.100000203,
+ "to": 0.100000203
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.524999976
+ },
+ "to":
+ {
+ "z": 0.524999976
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000191,
+ "spawnRate":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 12.000000954,
+ "to": 12.000000954
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 0.750000119,
+ "to": 0.750000119
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 0.650000095,
+ "to": 0.650000095
+ },
+ "friction":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 0.350000113,
+ "to": 0.350000113
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.550000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_particle_blue"
+ }
+ ]
+ },
+ "gen_beam_trail_particle":
+ {
+ "enemyVersion": "gen_beam_trail_particle_enemy",
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 0.550000072,
+ "to": 0.550000072
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 0.250000089,
+ "to": 0.250000089
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.035000101,
+ "durationJitter": 0.005000100,
+ "spawnRate":
+ {
+ "x1": 0.333333105,
+ "y1": 0.333333105,
+ "x2": 0.666667104,
+ "y2": 0.666667104,
+ "from": 25.000000000,
+ "to": 25.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.010000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_particle_blue"
+ }
+ ]
+ },
+ "gen_beam_trail_particle_enemy":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.035000000,
+ "durationJitter": 0.005000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 25.000000000,
+ "to": 25.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.479999989,
+ "to": 0.479999989
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.010000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_particle_red"
+ }
+ ]
+ },
+ "gen_bouncefx_dot_blue_emitter":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.224999994,
+ "to": 0.224999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.025000000,
+ "to": 0.025000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.125000000,
+ "durationJitter": 0.025000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 500.000000000,
+ "to": 500.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.020000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.140000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_hitfx_dot_blue"
+ }
+ ]
+ },
+ "gen_bouncefx_dot_emitter":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.224999994,
+ "to": 0.224999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.025000000,
+ "to": 0.025000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.125000000,
+ "durationJitter": 0.025000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 500.000000000,
+ "to": 500.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.280000001,
+ "to": 0.280000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.020000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.140000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_hitfx_dot"
+ }
+ ]
+ },
+ "gen_death_bubbles":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.400000006,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.400000006,
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "death_ground_bubbles"
+ }
+ ]
+ },
+ "gen_death_bubbles_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.649999976,
+ "z": 0.850000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.649999976,
+ "z": 0.850000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "death_ground_bubbles"
+ }
+ ]
+ },
+ "gen_death_dust":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -6.000000000
+ },
+ "to":
+ {
+ "z": -6.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.200000003,
+ "spawnRate":
+ {
+ "x1": 0.786458373,
+ "y1": -0.002604157,
+ "x2": 0.416666687,
+ "y2": 0.830729187,
+ "from": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.153645843,
+ "y1": 0.419270843,
+ "x2": 0.416666687,
+ "y2": 0.947916687,
+ "from": 0.800000012,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "y1": 0.973958373,
+ "x2": 0.088541687,
+ "y2": 0.994791687,
+ "from": 0.400000006,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_blink_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_blink_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_blink_3"
+ }
+ ]
+ },
+ "gen_death_dust_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -6.000000000
+ },
+ "to":
+ {
+ "z": -6.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.200000003,
+ "spawnRate":
+ {
+ "x1": 0.786458373,
+ "y1": -0.002604157,
+ "x2": 0.416666687,
+ "y2": 0.830729187,
+ "from": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.153645843,
+ "y1": 0.419270843,
+ "x2": 0.416666687,
+ "y2": 0.947916687,
+ "from": 0.800000012,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000,
+ "z": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "y1": 0.973958373,
+ "x2": 0.088541687,
+ "y2": 0.994791687,
+ "from": 0.400000006,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_blink_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_blink_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_blink_3"
+ }
+ ]
+ },
+ "gen_death_explode":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.299999952
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "death_explode_blue"
+ }
+ ]
+ },
+ "gen_death_explode_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.299999952
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "death_explode_red"
+ }
+ ]
+ },
+ "gen_death_ground_splat":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.399999976,
+ "to": 1.399999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.298000008,
+ "y": 0.435000002,
+ "z": 0.779999971
+ },
+ "to":
+ {
+ "x": 0.298000008,
+ "y": 0.435000002,
+ "z": 0.779999971
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "death_ground_splatter"
+ }
+ ]
+ },
+ "gen_death_ground_splat_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.399999976,
+ "to": 1.399999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.921000004,
+ "y": 0.300999999,
+ "z": 0.300999999
+ },
+ "to":
+ {
+ "x": 0.921000004,
+ "y": 0.300999999,
+ "z": 0.300999999
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "death_ground_splatter"
+ }
+ ]
+ },
+ "gen_death_particle":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 13,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.975000024
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -0.449999988
+ },
+ "to":
+ {
+ "z": -0.449999988
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 250.000000000,
+ "to": 250.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 220.000000000,
+ "to": 220.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 320.000000000,
+ "to": 320.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.975000024,
+ "to": 0.975000024
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_particle_black"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_particle"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_particle_black"
+ }
+ ]
+ },
+ "gen_death_particle_blue":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -28.000000000
+ },
+ "to":
+ {
+ "z": -28.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 450.000000000,
+ "to": 450.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "velocity":
+ {
+ "y1": 0.731770873,
+ "x2": 0.093750000,
+ "y2": 0.947916746,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 12.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 12.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "y1": 0.005208343,
+ "x2": 1.000000000,
+ "y2": 0.244791687,
+ "from": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.520833373,
+ "y1": 0.005208343,
+ "x2": 0.322916687,
+ "y2": 0.971354187,
+ "from": 480.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_particles_L"
+ }
+ ]
+ },
+ "gen_death_particle_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -28.000000000
+ },
+ "to":
+ {
+ "z": -28.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 450.000000000,
+ "to": 450.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "velocity":
+ {
+ "y1": 0.731770873,
+ "x2": 0.093750000,
+ "y2": 0.947916746,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 12.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 12.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "y1": 0.005208343,
+ "x2": 1.000000000,
+ "y2": 0.244791687,
+ "from": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.520833373,
+ "y1": 0.005208343,
+ "x2": 0.322916687,
+ "y2": 0.971354187,
+ "from": 480.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_particles_L"
+ }
+ ]
+ },
+ "gen_death_smoke":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.850000024,
+ "to": 0.850000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.500000000,
+ "scale":
+ {
+ "x1": 0.184895843,
+ "y1": 0.528645873,
+ "x2": 0.432291687,
+ "y2": 0.861979187,
+ "from": 0.949999988,
+ "to": 0.949999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "death_smoke_type1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "death_smoke_type2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "death_smoke_type3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "death_smoke_type4"
+ }
+ ]
+ },
+ "gen_death_smoke_gas":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "z": 2.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.029999999,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 5.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 5.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.091145843,
+ "y1": 0.684895873,
+ "y2": 0.924479246,
+ "from": 0.800000012,
+ "to": 3.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "color":
+ {
+ "x1": 0.317708343,
+ "y1": 0.130208343,
+ "x2": 0.244791687,
+ "y2": 1.002604246,
+ "from":
+ {
+ "x": 0.600000024,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.400000006,
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.239583343,
+ "y1": 0.442708343,
+ "x2": 0.283854187,
+ "y2": 0.986979246,
+ "from": 720.000000000,
+ "to": 200.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail"
+ }
+ ]
+ },
+ "gen_death_smoke_gas_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "z": 2.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.029999999,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 5.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 5.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.138020843,
+ "y1": 0.614583373,
+ "y2": 0.908854246,
+ "from": 1.000000000,
+ "to": 3.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "color":
+ {
+ "x1": 0.497395843,
+ "y1": 0.122395843,
+ "x2": 0.166666687,
+ "y2": 0.979166746,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.600000024,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.348958343,
+ "y1": 0.130208343,
+ "x2": 0.229166687,
+ "y2": 0.955729187,
+ "from": 720.000000000,
+ "to": 200.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail"
+ }
+ ]
+ },
+ "gen_death_smoke_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.500000000,
+ "scale":
+ {
+ "x1": 0.161458343,
+ "y1": 0.434895843,
+ "x2": 0.455729187,
+ "y2": 0.893229187,
+ "from": 0.949999988,
+ "to": 0.949999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "death_smoke_red_type1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "death_smoke_red_type2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "death_smoke_red_type3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "death_smoke_red_type4"
+ }
+ ]
+ },
+ "gen_death_smoke_ring":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "z": 2.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 10.000000000
+ },
+ "to":
+ {
+ "z": 10.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "death_smoke_ring"
+ }
+ ]
+ },
+ "gen_death_smoke_ring_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "z": 2.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 10.000000000
+ },
+ "to":
+ {
+ "z": 10.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "death_smoke_ring_red"
+ }
+ ]
+ },
+ "gen_explosion_dust1_emitter":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 7.500000000,
+ "to": 7.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.150000006
+ },
+ "to":
+ {
+ "z": 0.150000006
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 3.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.039999999,
+ "to": -0.039999999
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 2.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_explosion_dust1"
+ }
+ ]
+ },
+ "gen_explosion_dust2_emitter":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 7.500000000,
+ "to": 7.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.150000006
+ },
+ "to":
+ {
+ "z": 0.150000006
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 3.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.039999999,
+ "to": -0.039999999
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 2.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_explosion_dust2"
+ }
+ ]
+ },
+ "gen_explosion_lines_emitter":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 500.000000000,
+ "to": 500.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.033000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_explosion_lines1"
+ }
+ ]
+ },
+ "gen_explosion_ring_emitter":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 500.000000000,
+ "to": 500.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.300000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_explosion_ring1"
+ }
+ ]
+ },
+ "gen_flame_01":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.208333343,
+ "y1": -0.651041627,
+ "x2": 1.000000000,
+ "y2": -0.169270813,
+ "from": 0.159999996,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.184000000,
+ "y": 0.549000025,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.184000000,
+ "y": 0.549000025,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 960.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_01"
+ }
+ ]
+ },
+ "gen_flame_01_purple":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.208333343,
+ "y1": -0.651041627,
+ "x2": 1.000000000,
+ "y2": -0.169270813,
+ "from": 0.159999996,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.226999998,
+ "y": 0.202999994,
+ "z": 0.340999991
+ },
+ "to":
+ {
+ "x": 0.226999998,
+ "y": 0.202999994,
+ "z": 0.340999991
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 960.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_01"
+ }
+ ]
+ },
+ "gen_flame_01_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.208333343,
+ "y1": -0.651041627,
+ "x2": 1.000000000,
+ "y2": -0.169270813,
+ "from": 0.159999996,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.351999998,
+ "z": 0.351999998
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.351999998,
+ "z": 0.351999998
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 960.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_01"
+ }
+ ]
+ },
+ "gen_flame_01_redDark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.208333343,
+ "y1": -0.651041627,
+ "x2": 1.000000000,
+ "y2": -0.169270813,
+ "from": 0.159999996,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.324999988,
+ "y": 0.046999998,
+ "z": 0.243000001
+ },
+ "to":
+ {
+ "x": 0.324999988,
+ "y": 0.046999998,
+ "z": 0.243000001
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 960.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_01"
+ }
+ ]
+ },
+ "gen_flame_02":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.098958343,
+ "y1": -3.205729008,
+ "x2": 0.776041687,
+ "y2": -0.763020813,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.184000000,
+ "y": 0.549000025,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.184000000,
+ "y": 0.549000025,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_03"
+ }
+ ]
+ },
+ "gen_flame_02_purple":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.098958343,
+ "y1": -3.205729008,
+ "x2": 0.776041687,
+ "y2": -0.763020813,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.226999998,
+ "y": 0.202999994,
+ "z": 0.340999991
+ },
+ "to":
+ {
+ "x": 0.226999998,
+ "y": 0.202999994,
+ "z": 0.340999991
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_03"
+ }
+ ]
+ },
+ "gen_flame_02_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.098958343,
+ "y1": -3.205729008,
+ "x2": 0.776041687,
+ "y2": -0.763020813,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.351999998,
+ "z": 0.351999998
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.351999998,
+ "z": 0.351999998
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_03"
+ }
+ ]
+ },
+ "gen_flame_02_redDark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.098958343,
+ "y1": -3.205729008,
+ "x2": 0.776041687,
+ "y2": -0.763020813,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.324999988,
+ "y": 0.046999998,
+ "z": 0.243000001
+ },
+ "to":
+ {
+ "x": 0.324999988,
+ "y": 0.046999998,
+ "z": 0.243000001
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_03"
+ }
+ ]
+ },
+ "gen_flame_dark_01":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.434895843,
+ "y1": 0.091145843,
+ "x2": 0.721354187,
+ "y2": 0.471354187,
+ "from": 0.300000012,
+ "to": 0.150000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.202999994,
+ "y": 0.298000008,
+ "z": 0.551999986
+ },
+ "to":
+ {
+ "x": 0.202999994,
+ "y": 0.298000008,
+ "z": 0.551999986
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 960.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_04"
+ }
+ ]
+ },
+ "gen_flame_dark_01_purple":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.434895843,
+ "y1": 0.091145843,
+ "x2": 0.721354187,
+ "y2": 0.471354187,
+ "from": 0.300000012,
+ "to": 0.150000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.423000008,
+ "y": 0.317000002,
+ "z": 0.889999986
+ },
+ "to":
+ {
+ "x": 0.423000008,
+ "y": 0.317000002,
+ "z": 0.889999986
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 960.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_04"
+ }
+ ]
+ },
+ "gen_flame_dark_01_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.434895843,
+ "y1": 0.091145843,
+ "x2": 0.721354187,
+ "y2": 0.471354187,
+ "from": 0.300000012,
+ "to": 0.150000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.545000017,
+ "y": 0.282000005,
+ "z": 0.465999991
+ },
+ "to":
+ {
+ "x": 0.545000017,
+ "y": 0.282000005,
+ "z": 0.465999991
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 960.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_04"
+ }
+ ]
+ },
+ "gen_flame_dark_01_redDark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.434895843,
+ "y1": 0.091145843,
+ "x2": 0.721354187,
+ "y2": 0.471354187,
+ "from": 0.300000012,
+ "to": 0.150000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.847000003,
+ "y": 0.223000005,
+ "z": 0.270000011
+ },
+ "to":
+ {
+ "x": 0.847000003,
+ "y": 0.223000005,
+ "z": 0.270000011
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 960.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_04"
+ }
+ ]
+ },
+ "gen_flame_dark_02":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.098958343,
+ "y1": -3.205729008,
+ "x2": 0.776041687,
+ "y2": -0.763020813,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.202999994,
+ "y": 0.298000008,
+ "z": 0.551999986
+ },
+ "to":
+ {
+ "x": 0.202999994,
+ "y": 0.298000008,
+ "z": 0.551999986
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_05"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_06"
+ }
+ ]
+ },
+ "gen_flame_dark_02_purple":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.098958343,
+ "y1": -3.205729008,
+ "x2": 0.776041687,
+ "y2": -0.763020813,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.423000008,
+ "y": 0.317000002,
+ "z": 0.889999986
+ },
+ "to":
+ {
+ "x": 0.423000008,
+ "y": 0.317000002,
+ "z": 0.889999986
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_05"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_06"
+ }
+ ]
+ },
+ "gen_flame_dark_02_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.098958343,
+ "y1": -3.205729008,
+ "x2": 0.776041687,
+ "y2": -0.763020813,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.545000017,
+ "y": 0.282000005,
+ "z": 0.465999991
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "y": 0.282000005,
+ "z": 0.465999991
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_05"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_06"
+ }
+ ]
+ },
+ "gen_flame_dark_02_redDark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.098958343,
+ "y1": -3.205729008,
+ "x2": 0.776041687,
+ "y2": -0.763020813,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.847000003,
+ "y": 0.223000005,
+ "z": 0.270000011
+ },
+ "to":
+ {
+ "x": 0.847000003,
+ "y": 0.223000005,
+ "z": 0.270000011
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_05"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_06"
+ }
+ ]
+ },
+ "gen_flame_short_01":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.159999996,
+ "to": 0.159999996
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.513020873,
+ "y1": -0.666666627,
+ "x2": 0.877604187,
+ "y2": 0.541666687,
+ "from": 0.140000001,
+ "to": 0.039999999
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.184000000,
+ "y": 0.549000025,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.184000000,
+ "y": 0.549000025,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 960.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_01"
+ }
+ ]
+ },
+ "gen_flame_short_01_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.159999996,
+ "to": 0.159999996
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.513020873,
+ "y1": -0.666666627,
+ "x2": 0.877604187,
+ "y2": 0.541666687,
+ "from": 0.140000001,
+ "to": 0.039999999
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.351999998,
+ "z": 0.351999998
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.351999998,
+ "z": 0.351999998
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 960.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_01"
+ }
+ ]
+ },
+ "gen_flame_short_02":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.559895873,
+ "y1": -0.002604157,
+ "x2": 0.791666687,
+ "y2": 0.565104187,
+ "from": 0.200000003,
+ "to": 0.029999999
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.184000000,
+ "y": 0.549000025,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.184000000,
+ "y": 0.549000025,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_03"
+ }
+ ]
+ },
+ "gen_flame_short_02_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.559895873,
+ "y1": -0.002604157,
+ "x2": 0.791666687,
+ "y2": 0.565104187,
+ "from": 0.200000003,
+ "to": 0.029999999
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.351999998,
+ "z": 0.351999998
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.351999998,
+ "z": 0.351999998
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_03"
+ }
+ ]
+ },
+ "gen_flame_short_blueLight_01":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.159999996,
+ "to": 0.159999996
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.513020873,
+ "y1": -0.666666627,
+ "x2": 0.877604187,
+ "y2": 0.541666687,
+ "from": 0.140000001,
+ "to": 0.039999999
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.750000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.750000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 960.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_01"
+ }
+ ]
+ },
+ "gen_flame_short_blueLight_02":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.559895873,
+ "y1": -0.002604157,
+ "x2": 0.791666687,
+ "y2": 0.565104187,
+ "from": 0.200000003,
+ "to": 0.029999999
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.750000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.750000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_03"
+ }
+ ]
+ },
+ "gen_flame_short_purple_01":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.159999996,
+ "to": 0.159999996
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.513020873,
+ "y1": -0.666666627,
+ "x2": 0.877604187,
+ "y2": 0.541666687,
+ "from": 0.140000001,
+ "to": 0.039999999
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.423000008,
+ "y": 0.317000002,
+ "z": 0.889999986
+ },
+ "to":
+ {
+ "x": 0.423000008,
+ "y": 0.317000002,
+ "z": 0.889999986
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 960.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_01"
+ }
+ ]
+ },
+ "gen_flame_short_purple_02":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.559895873,
+ "y1": -0.002604157,
+ "x2": 0.791666687,
+ "y2": 0.565104187,
+ "from": 0.200000003,
+ "to": 0.029999999
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.423000008,
+ "y": 0.317000002,
+ "z": 0.889999986
+ },
+ "to":
+ {
+ "x": 0.423000008,
+ "y": 0.317000002,
+ "z": 0.889999986
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_03"
+ }
+ ]
+ },
+ "gen_flame_short_redDark_01":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.159999996,
+ "to": 0.159999996
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.513020873,
+ "y1": -0.666666627,
+ "x2": 0.877604187,
+ "y2": 0.541666687,
+ "from": 0.140000001,
+ "to": 0.039999999
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.847000003,
+ "y": 0.223000005,
+ "z": 0.270000011
+ },
+ "to":
+ {
+ "x": 0.847000003,
+ "y": 0.223000005,
+ "z": 0.270000011
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 960.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_01"
+ }
+ ]
+ },
+ "gen_flame_short_redDark_02":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.559895873,
+ "y1": -0.002604157,
+ "x2": 0.791666687,
+ "y2": 0.565104187,
+ "from": 0.200000003,
+ "to": 0.029999999
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.847000003,
+ "y": 0.223000005,
+ "z": 0.270000011
+ },
+ "to":
+ {
+ "x": 0.847000003,
+ "y": 0.223000005,
+ "z": 0.270000011
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_03"
+ }
+ ]
+ },
+ "gen_flame_short_redLight_01":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.159999996,
+ "to": 0.159999996
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.513020873,
+ "y1": -0.666666627,
+ "x2": 0.877604187,
+ "y2": 0.541666687,
+ "from": 0.140000001,
+ "to": 0.039999999
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.430000007,
+ "z": 0.419999987
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.430000007,
+ "z": 0.419999987
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 960.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_01"
+ }
+ ]
+ },
+ "gen_flame_short_redLight_02":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.559895873,
+ "y1": -0.002604157,
+ "x2": 0.791666687,
+ "y2": 0.565104187,
+ "from": 0.200000003,
+ "to": 0.029999999
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.430000007,
+ "z": 0.419999987
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.430000007,
+ "z": 0.419999987
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fire_03"
+ }
+ ]
+ },
+ "gen_gold_atk_beams":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.159999996,
+ "to": 0.159999996
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.299999952
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -130.000000000,
+ "to": -130.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -50.000000000,
+ "to": -50.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.134375006,
+ "y1": 0.785937488,
+ "x2": 0.070312500,
+ "y2": 1.000000000,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.039999999,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_spotlight_thin"
+ }
+ ]
+ },
+ "gen_gold_atk_beams_lot":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.299999952
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 250.000000000,
+ "to": 250.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -140.000000000,
+ "to": -140.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -40.000000000,
+ "to": -40.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.134375006,
+ "y1": 0.785937488,
+ "x2": 0.070312500,
+ "y2": 1.000000000,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.039999999,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_spotlight_thin"
+ }
+ ]
+ },
+ "gen_gold_atk_beams_spray":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.140000001,
+ "to": 0.140000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -120.000000000,
+ "to": -120.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -80.000000000,
+ "to": -80.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.134375006,
+ "y1": 0.785937488,
+ "x2": 0.070312500,
+ "y2": 1.000000000,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.039999999,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_spotlight_thin"
+ }
+ ]
+ },
+ "gen_gold_atk_glow_cone":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.299999952
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.239583343,
+ "y1": 0.614583373,
+ "x2": 0.291666687,
+ "y2": 0.893229187,
+ "from": 0.800000012,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.134375006,
+ "y1": 0.785937488,
+ "x2": 0.070312500,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -90.000000000,
+ "to": -90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.059999999,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_glow_cone"
+ }
+ ]
+ },
+ "gen_gold_atk_glow_cone_delay":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 0.200000003,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.299999952
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.239583343,
+ "y1": 0.614583373,
+ "x2": 0.291666687,
+ "y2": 0.893229187,
+ "from": 0.800000012,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.699999988
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.118750006,
+ "y1": 0.895312488,
+ "x2": 0.070312500,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -90.000000000,
+ "to": -90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.079999998,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_glow_cone"
+ }
+ ]
+ },
+ "gen_gold_atk_sparkles":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 2.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -10.000000000
+ },
+ "to":
+ {
+ "z": -10.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 240.000000000,
+ "to": 240.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -30.000000000,
+ "to": -30.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.500000000,
+ "y": 4.500000000
+ },
+ "to":
+ {
+ "x": 4.500000000,
+ "y": 4.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.802083373,
+ "y1": 0.044270873,
+ "x2": 1.000000000,
+ "y2": 0.494791746,
+ "from": 2.000000000,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.134375006,
+ "y1": 0.785937488,
+ "x2": 0.070312500,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.059999999,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04_add"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_05_add"
+ }
+ ]
+ },
+ "gen_gold_atk_sparkles_trail":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 2.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -5.000000000
+ },
+ "to":
+ {
+ "z": -5.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.349999994,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -45.000000000,
+ "to": -45.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -70.000000000,
+ "to": -70.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.200000048,
+ "to": 2.200000048
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.199999809,
+ "to": 5.199999809
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.500000000,
+ "y": 5.500000000,
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "x": 5.500000000,
+ "y": 5.500000000,
+ "z": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.802083373,
+ "y1": 0.044270873,
+ "x2": 1.000000000,
+ "y2": 0.494791746,
+ "from": 1.399999976,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.134375006,
+ "y1": 0.785937488,
+ "x2": 0.070312500,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.059999999,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04_add"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_05_add"
+ }
+ ]
+ },
+ "gen_gold_lobby_aura":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 60,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.899999976
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 0.250000000
+ },
+ "to":
+ {
+ "z": 0.250000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.100000001,
+ "to": -0.100000001
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.600000024
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.184895843,
+ "y1": 0.419270843,
+ "x2": 0.111979187,
+ "y2": 0.822916687,
+ "from": 0.400000006,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 1.200000048,
+ "y1": 0.100000001,
+ "x2": 0.400000006,
+ "y2": 0.899999976,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.949999988,
+ "z": 0.349999994
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.100000001
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.117187500,
+ "y1": 0.856770873,
+ "x2": 0.015625000,
+ "y2": 0.971354187,
+ "to": 0.750000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.434895843,
+ "y1": 0.263020843,
+ "x2": 0.002604187,
+ "y2": 0.869791687,
+ "from": 60.000000000,
+ "to": 5.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.600000024,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "gen_gold_lobby_aura_add":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 60,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 0.200000003
+ },
+ "to":
+ {
+ "z": 0.200000003
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.600000024
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.184895843,
+ "y1": 0.419270843,
+ "x2": 0.111979187,
+ "y2": 0.822916687,
+ "from": 0.500000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.600000024,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.600000024,
+ "y": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.117187500,
+ "y1": 0.856770873,
+ "x2": 0.015625000,
+ "y2": 0.971354187,
+ "to": 0.500000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.434895843,
+ "y1": 0.263020843,
+ "x2": 0.002604187,
+ "y2": 0.869791687,
+ "from": 60.000000000,
+ "to": 5.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_add_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_add_2"
+ }
+ ]
+ },
+ "gen_gold_lobby_beams":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.400000006,
+ "y1": 0.699999988,
+ "x2": 0.500000000,
+ "y2": 1.000000000,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_spotlight"
+ }
+ ]
+ },
+ "gen_gold_lobby_dots":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.349999994
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -0.300000012
+ },
+ "to":
+ {
+ "z": -0.300000012
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 24.000000000,
+ "to": 24.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.180000007,
+ "to": 0.180000007
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_6"
+ }
+ ]
+ },
+ "gen_gold_lobby_twinkle":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.150000006
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -0.300000012
+ },
+ "to":
+ {
+ "z": -0.300000012
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_distance_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_distance_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_distance_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_distance_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_distance_04"
+ }
+ ]
+ },
+ "gen_gold_moving_aura_add":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 60,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.299999952
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -0.500000000
+ },
+ "to":
+ {
+ "z": -0.500000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.600000024
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.184895843,
+ "y1": 0.419270843,
+ "x2": 0.111979187,
+ "y2": 0.822916687,
+ "from": 0.899999976,
+ "to": 1.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.638020873,
+ "y1": 0.091145843,
+ "x2": 0.463541687,
+ "y2": 0.924479187,
+ "from":
+ {
+ "x": 0.699999988,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.117187500,
+ "y1": 0.856770873,
+ "x2": 0.015625000,
+ "y2": 0.971354187,
+ "to": 0.699999988
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.434895843,
+ "y1": 0.263020843,
+ "x2": 0.002604187,
+ "y2": 0.869791687,
+ "from": 80.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail_slow_additive"
+ }
+ ]
+ },
+ "gen_gold_moving_dots":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -0.300000012
+ },
+ "to":
+ {
+ "z": -0.300000012
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars"
+ }
+ ]
+ },
+ "gen_gold_moving_twinkle":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.100000024
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -0.300000012
+ },
+ "to":
+ {
+ "z": -0.300000012
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 8.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200000003,
+ "y1": -5.000000000,
+ "x2": 0.800000012,
+ "y2": -3.000000000,
+ "from": 0.400000006,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_particles_L"
+ }
+ ]
+ },
+ "gen_hit":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.449999988
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.275000006,
+ "durationJitter": 0.025000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.015000000,
+ "to": 0.015000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.015000000,
+ "to": 0.015000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_hitlines_particle"
+ }
+ ]
+ },
+ "gen_hit_flash_100":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.045000002,
+ "to": 0.045000002
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.015000000,
+ "to": 0.015000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.025000000,
+ "durationJitter": 0.015000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.279999971,
+ "to": 1.279999971
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "hit_star"
+ }
+ ]
+ },
+ "gen_hit_flash_190":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.045000002,
+ "to": 0.045000002
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.015000000,
+ "to": 0.015000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.025000000,
+ "durationJitter": 0.015000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.431999922,
+ "to": 2.431999922
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "hit_star"
+ }
+ ]
+ },
+ "gen_hit_flash_300":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.045000002,
+ "to": 0.045000002
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.015000000,
+ "to": 0.015000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.025000000,
+ "durationJitter": 0.015000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1000.000000000,
+ "to": 1000.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5510.000000000,
+ "to": 5510.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6230.000000000,
+ "to": 6230.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 3.839999914,
+ "to": 3.839999914
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "hit_star"
+ }
+ ]
+ },
+ "gen_hitfx_dot_emitter":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 500.000000000,
+ "to": 500.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.279999971,
+ "to": 1.279999971
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.250000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.079999998,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_hitfx_dot"
+ }
+ ]
+ },
+ "gen_hitfx_line_emitter":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 8,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.025000000,
+ "to": 0.025000000
+ },
+ "mass": 1.000000358,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 333.333343506,
+ "to": 333.333343506
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.166667402,
+ "to": 0.166667402
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "minAngle":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.599999905,
+ "to": 2.599999905
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000358,
+ "scale":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.500000417,
+ "to": 1.100000381
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from":
+ {
+ "x": 1.000000358,
+ "y": 1.000000358,
+ "z": 1.000000358
+ },
+ "to":
+ {
+ "x": 1.000000358,
+ "y": 1.000000358,
+ "z": 1.000000358
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 1.000000358,
+ "to": 1.000000358
+ },
+ "angle":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.050000399,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_hitfx_particle"
+ }
+ ]
+ },
+ "gen_move_dust_emitter":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.150000006
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "z": 0.300000012
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.150000006,
+ "durationJitter": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.020000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "dust_particle1_single"
+ }
+ ]
+ },
+ "gen_purple_moving_dots_small":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -0.300000012
+ },
+ "to":
+ {
+ "z": -0.300000012
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_10"
+ }
+ ]
+ },
+ "gen_rising_smoke":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.281250000,
+ "y1": 0.606770873,
+ "x2": 0.713541687,
+ "y2": 0.252604246,
+ "to": 3.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "prt_smoke"
+ }
+ ]
+ },
+ "gen_round_particle":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 13,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.524999976
+ },
+ "to":
+ {
+ "z": 0.524999976
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.800000012,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.550000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_particle_blue"
+ }
+ ]
+ },
+ "gen_silver_lobby_aura":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 60,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.399999976,
+ "to": 1.399999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 0.200000003
+ },
+ "to":
+ {
+ "z": 0.200000003
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.600000024
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.184895843,
+ "y1": 0.419270843,
+ "x2": 0.111979187,
+ "y2": 0.822916687,
+ "from": 0.400000006,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 1.200000048,
+ "y1": 0.100000001,
+ "x2": 0.400000006,
+ "y2": 0.899999976,
+ "from":
+ {
+ "x": 0.600000024,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.699999988,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.117187500,
+ "y1": 0.856770873,
+ "x2": 0.015625000,
+ "y2": 0.971354187,
+ "to": 0.850000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.434895843,
+ "y1": 0.263020843,
+ "x2": 0.002604187,
+ "y2": 0.869791687,
+ "from": 60.000000000,
+ "to": 5.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.600000024,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "gen_silver_lobby_dots":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.349999994
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -0.300000012
+ },
+ "to":
+ {
+ "z": -0.300000012
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 24.000000000,
+ "to": 24.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.180000007,
+ "to": 0.180000007
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_6"
+ }
+ ]
+ },
+ "gen_silver_moving_aura_add":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 60,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.299999952
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -0.500000000
+ },
+ "to":
+ {
+ "z": -0.500000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 0.600000024
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.184895843,
+ "y1": 0.419270843,
+ "x2": 0.111979187,
+ "y2": 0.822916687,
+ "from": 0.899999976,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.638020873,
+ "y1": 0.091145843,
+ "x2": 0.463541687,
+ "y2": 0.924479187,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.100000001,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.117187500,
+ "y1": 0.856770873,
+ "x2": 0.015625000,
+ "y2": 0.971354187,
+ "to": 0.699999988
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.434895843,
+ "y1": 0.263020843,
+ "x2": 0.002604187,
+ "y2": 0.869791687,
+ "from": 80.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail_slow_additive"
+ }
+ ]
+ },
+ "gen_silver_moving_dots":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -0.300000012
+ },
+ "to":
+ {
+ "z": -0.300000012
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars"
+ }
+ ]
+ },
+ "gen_silver_moving_dots_small":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.000000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -0.300000012
+ },
+ "to":
+ {
+ "z": -0.300000012
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stars_small_2"
+ }
+ ]
+ },
+ "gen_small_smoke_emitter":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.350000024,
+ "to": 1.350000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "mass": 1.000000358,
+ "spawnPointOffset":
+ {
+ "z": 1.050000429
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "z": 0.300000012
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.122500002,
+ "durationJitter": 0.117500000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 142.857147217,
+ "to": 142.857147217
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.142857403,
+ "to": 0.142857403
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -5.000000000,
+ "to": -5.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.600000024,
+ "to": 1.600000024
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.045000002,
+ "to": -0.045000002
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.449999988,
+ "to": -0.449999988
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.800000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_smoke_small_particle"
+ }
+ ]
+ },
+ "gen_small_smoke_emitter_darker":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000358,
+ "spawnPointOffset":
+ {
+ "z": 1.050000429
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "z": 0.300000012
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.120999999,
+ "durationJitter": 0.119000003,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 142.857147217,
+ "to": 142.857147217
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.142857403,
+ "to": 0.142857403
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -5.000000000,
+ "to": -5.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.600000024,
+ "to": 1.600000024
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.045000002,
+ "to": -0.045000002
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.449999988,
+ "to": -0.449999988
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.800000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_smoke_small_particle_darker"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_smoke_small_particle_darker_2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_smoke_small_particle_darker_3"
+ }
+ ]
+ },
+ "gen_small_smoke_emitter_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.799999952,
+ "to": 1.799999952
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 1.049999952
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "z": 0.300000012
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.209999993,
+ "durationJitter": 0.029999999,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.045000002,
+ "to": -0.045000002
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.449999988,
+ "to": -0.449999988
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.800000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_smoke_small_particle_red"
+ }
+ ]
+ },
+ "gen_small_smoke_emitter_smaller":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 5,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.350000024,
+ "to": 1.350000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "mass": 1.000000358,
+ "spawnPointOffset":
+ {
+ "z": 1.050000429
+ },
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "z": 0.300000012
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.122500002,
+ "durationJitter": 0.117500000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 142.857147217,
+ "to": 142.857147217
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": 0.142857403,
+ "to": 0.142857403
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333403,
+ "y1": 0.333333403,
+ "x2": 0.666667402,
+ "y2": 0.666667402,
+ "from": -0.375000000,
+ "to": -0.375000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.375000000,
+ "to": 0.375000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -5.000000000,
+ "to": -5.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.600000024,
+ "to": 1.600000024
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.045000002,
+ "to": -0.045000002
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.449999988,
+ "to": -0.449999988
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.800000012,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_smoke_small_particle"
+ }
+ ]
+ },
+ "gen_smoker":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 15,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 4.000000000
+ },
+ "to":
+ {
+ "z": 4.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "BlackSmoke"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "BlackSmoke2"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "BlackSmoke3"
+ }
+ ]
+ },
+ "gen_sparks":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "mass": 2.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -10.000000000
+ },
+ "to":
+ {
+ "z": -10.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.300000012,
+ "durationJitter": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.045000002,
+ "to": -0.045000002
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.045000002,
+ "to": 0.045000002
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.250000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "dynamike_spark"
+ }
+ ]
+ },
+ "gen_sparks_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.750000000,
+ "to": 0.750000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": -10.000000000
+ },
+ "to":
+ {
+ "z": -10.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "durationJitter": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.045000002,
+ "to": -0.045000002
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.045000002,
+ "to": 0.045000002
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.250000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "dynamike_spark"
+ }
+ ]
+ },
+ "gen_trail_particle_33":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 15,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.524999976
+ },
+ "to":
+ {
+ "z": 0.524999976
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000001,
+ "durationJitter": -0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 25.000000000,
+ "to": 25.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.013200000,
+ "to": 0.013200000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.158399999,
+ "to": 0.158399999
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.045000002,
+ "to": -0.045000002
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.045000002,
+ "to": 0.045000002
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.010000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "dynamike_spark"
+ }
+ ]
+ },
+ "gen_trail_particle_50":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 15,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.524999976
+ },
+ "to":
+ {
+ "z": 0.524999976
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000001,
+ "durationJitter": -0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 25.000000000,
+ "to": 25.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.045000002,
+ "to": -0.045000002
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.045000002,
+ "to": 0.045000002
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.400000006,
+ "to": 0.010000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "dynamike_spark"
+ }
+ ]
+ },
+ "gen_trail_particle_enemy":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 15,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "z": 0.524999976
+ },
+ "to":
+ {
+ "z": 0.524999976
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.035000000,
+ "durationJitter": 0.005000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 25.000000000,
+ "to": 25.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.479999989,
+ "to": 0.479999989
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_particle_red"
+ }
+ ]
+ },
+ "gen_trail_small_particle":
+ {
+ "enemyVersion": "gen_trail_particle_enemy",
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 15,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000238,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.000000000,
+ "durationJitter": 0.200000003,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.483333200,
+ "to": 0.483333200
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ },
+ "minAngle":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.650000215,
+ "to": 0.650000215
+ },
+ "friction":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.350000203,
+ "to": 0.350000203
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000238,
+ "scale":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 1.000000238,
+ "to": 0.030000200
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from":
+ {
+ "x": 1.000000238,
+ "y": 1.000000238,
+ "z": 1.000000238
+ },
+ "to":
+ {
+ "x": 1.000000238,
+ "y": 1.000000238,
+ "z": 1.000000238
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 1.000000238,
+ "to": 1.000000238
+ },
+ "angle":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223
+ },
+ "alphaFadeout": 0.500000179,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_particle_blue"
+ }
+ ]
+ },
+ "gen_trail_small_particle_enemy":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "lifetime":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.800000191,
+ "to": 0.800000191
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 0.200000197,
+ "to": 0.200000197
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.035000201,
+ "durationJitter": 0.005000200,
+ "spawnRate":
+ {
+ "x1": 0.333333194,
+ "y1": 0.333333194,
+ "x2": 0.666667223,
+ "y2": 0.666667223,
+ "from": 25.000000000,
+ "to": 25.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.125000000,
+ "to": 0.125000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.479999989,
+ "to": 0.479999989
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.029999999
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_particle_red"
+ }
+ ]
+ },
+ "gen_trail_small_particle_smoke":
+ {
+ "enemyVersion": "gen_trail_particle_enemy",
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 15,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.500000000,
+ "durationJitter": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.699999988,
+ "to": 0.010000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.500000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "smokepuff_bigger"
+ },
+ {
+ "swf": "sc\/effects.sc",
+ "name": "smokepuff_bigger_2"
+ }
+ ]
+ },
+ "gen_trail_small_particle_smoke_darker":
+ {
+ "enemyVersion": "gen_trail_smoke_darker_enemy",
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.055000000,
+ "durationJitter": 0.045000002,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 0.010000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_smoke_small_particle_darker_solo"
+ }
+ ]
+ },
+ "gen_trail_smoke_darker_enemy":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.055000000,
+ "durationJitter": 0.045000002,
+ "spawnRate":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.449999988,
+ "to": 0.449999988
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": {},
+ "to": {}
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -0.125000000,
+ "to": -0.125000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.039999999,
+ "to": 0.039999999
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.479999989,
+ "to": 0.479999989
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "friction":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 0.349999994,
+ "to": 0.349999994
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.200000048,
+ "to": 0.010000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "angleJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333332986,
+ "y1": 0.333332986,
+ "x2": 0.666666985,
+ "y2": 0.666666985
+ },
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects.sc",
+ "name": "gen_smoke_small_particle_darker_solo_red"
+ }
+ ]
+ },
+ "gene_002_ulti_trail_drophlet":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.699999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": -1.000000000
+ },
+ "to":
+ {
+ "y": -1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 13.000000000,
+ "y": 13.000000000
+ },
+ "to":
+ {
+ "x": 13.000000000,
+ "y": 13.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -3.776041508,
+ "x2": 1.000000000,
+ "y2": -2.114583254,
+ "from": 0.150000006,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_droplet_1_static"
+ }
+ ]
+ },
+ "gene_002_ulti_trail_drophlet_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.699999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": -1.000000000
+ },
+ "to":
+ {
+ "y": -1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 13.000000000,
+ "y": 13.000000000
+ },
+ "to":
+ {
+ "x": 13.000000000,
+ "y": 13.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -3.776041508,
+ "x2": 1.000000000,
+ "y2": -2.114583254,
+ "from": 0.150000006,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_droplet_2_static"
+ }
+ ]
+ },
+ "gene_002_ulti_trail_twinkles":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -4.000000000
+ },
+ "to":
+ {
+ "z": -4.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.699999988,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.699999988,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04_add"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_05_add"
+ }
+ ]
+ },
+ "gene_002_ulti_trail_twinkles_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -4.000000000
+ },
+ "to":
+ {
+ "z": -4.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_04_add"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_twinkle_05_add"
+ }
+ ]
+ },
+ "gene_002_ulti_trail_water_above":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.109999999,
+ "to": 0.109999999
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.025000000,
+ "to": 0.025000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.500000000,
+ "to": 5.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.500000000,
+ "to": 5.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.028645843,
+ "y1": -2.572916508,
+ "x2": 0.945312500,
+ "y2": -2.700520754,
+ "from": 1.000000000,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.899999976,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.899999976,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.458333343,
+ "y1": 0.091145843,
+ "x2": 0.565104187,
+ "y2": 0.979166687,
+ "from": 70.000000000,
+ "to": 25.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_water_splash_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_water_splash_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_water_splash_03"
+ }
+ ]
+ },
+ "gene_002_ulti_trail_water_above_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.109999999,
+ "to": 0.109999999
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.025000000,
+ "to": 0.025000000
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.500000000,
+ "to": 5.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.500000000,
+ "to": 5.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.028645843,
+ "y1": -2.572916508,
+ "x2": 0.945312500,
+ "y2": -2.700520754,
+ "from": 1.000000000,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.600000024,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.600000024,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.458333343,
+ "y1": 0.091145843,
+ "x2": 0.565104187,
+ "y2": 0.979166687,
+ "from": 70.000000000,
+ "to": 25.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_water_splash_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_water_splash_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_water_splash_03"
+ }
+ ]
+ },
+ "gene_002_ulti_trail_water_below":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.140000001,
+ "to": 0.140000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.500000000,
+ "to": 5.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.500000000,
+ "to": 5.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -3.236979008,
+ "x2": 1.000000000,
+ "y2": -1.966145754,
+ "from": 1.200000048,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.100000001,
+ "y": 0.699999988,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 0.699999988,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.458333343,
+ "y1": 0.091145843,
+ "x2": 0.565104187,
+ "y2": 0.979166687,
+ "from": 70.000000000,
+ "to": 25.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_water_splash_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_water_splash_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_water_splash_03"
+ }
+ ]
+ },
+ "gene_002_ulti_trail_water_below_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.140000001,
+ "to": 0.140000001
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.400000006,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.500000000,
+ "to": 5.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.500000000,
+ "to": 5.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": -3.236979008,
+ "x2": 1.000000000,
+ "y2": -1.966145754,
+ "from": 1.200000048,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.414999992,
+ "z": 0.414999992
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.414999992,
+ "z": 0.414999992
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.458333343,
+ "y1": 0.091145843,
+ "x2": 0.565104187,
+ "y2": 0.979166687,
+ "from": 70.000000000,
+ "to": 25.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_water_splash_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_water_splash_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_water_splash_03"
+ }
+ ]
+ },
+ "gene_003_atk1_dust":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.360000014,
+ "to": 0.360000014
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.169270843,
+ "y1": 0.614583373,
+ "x2": 0.205729187,
+ "y2": 1.002604246,
+ "from": 0.400000006,
+ "to": 1.399999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.469999999
+ },
+ "to":
+ {
+ "x": 0.800000012,
+ "y": 0.699999988,
+ "z": 0.550000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.091145873,
+ "y1": 0.723958373,
+ "x2": 0.416666687,
+ "y2": 0.791666687,
+ "from": 400.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.250000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail"
+ }
+ ]
+ },
+ "gene_003_atk1_dust_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.360000014,
+ "to": 0.360000014
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.169270843,
+ "y1": 0.614583373,
+ "x2": 0.205729187,
+ "y2": 1.002604246,
+ "from": 0.400000006,
+ "to": 1.399999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.423000008,
+ "z": 0.308999985
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.423000008,
+ "z": 0.308999985
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.091145873,
+ "y1": 0.723958373,
+ "x2": 0.416666687,
+ "y2": 0.791666687,
+ "from": 400.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.250000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail"
+ }
+ ]
+ },
+ "gene_003_atk1_end_dust":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.114583343,
+ "y1": 0.794270873,
+ "x2": 0.119791687,
+ "y2": 0.947916687,
+ "from": 0.100000001,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.177083343,
+ "y1": 0.677083373,
+ "x2": 0.213541687,
+ "y2": 0.908854187,
+ "from": 90.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dust_hit_type1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dust_hit_type2"
+ }
+ ]
+ },
+ "gene_003_atk1_end_dust_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.114583343,
+ "y1": 0.794270873,
+ "x2": 0.119791687,
+ "y2": 0.947916687,
+ "from": 0.100000001,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.479999989,
+ "z": 0.349999994
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.479999989,
+ "z": 0.349999994
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.177083343,
+ "y1": 0.677083373,
+ "x2": 0.213541687,
+ "y2": 0.908854187,
+ "from": 90.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dust_hit_type1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dust_hit_type2"
+ }
+ ]
+ },
+ "gene_003_atk1_hit_dustDots":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -8.000000000
+ },
+ "to":
+ {
+ "z": -8.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 600.000000000,
+ "to": 600.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.500000000,
+ "to": 3.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.091145843,
+ "y1": 0.833333373,
+ "x2": 0.229166687,
+ "y2": 0.994791687,
+ "from": 0.250000000,
+ "to": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.159999996,
+ "to": 0.159999996
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.899999976,
+ "y": 0.699999988,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 0.899999976,
+ "y": 0.699999988,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_dots"
+ }
+ ]
+ },
+ "gene_003_atk1_hit_dustDots_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -8.000000000
+ },
+ "to":
+ {
+ "z": -8.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 600.000000000,
+ "to": 600.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.500000000,
+ "to": 3.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.091145843,
+ "y1": 0.833333373,
+ "x2": 0.229166687,
+ "y2": 0.994791687,
+ "from": 0.250000000,
+ "to": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.159999996,
+ "to": 0.159999996
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_dots"
+ }
+ ]
+ },
+ "gene_003_atk1_trail_dustDots":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -8.000000000
+ },
+ "to":
+ {
+ "z": -8.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.850000024,
+ "y1": -0.020000000,
+ "x2": -0.100000001,
+ "y2": 0.899999976,
+ "from": 0.200000003,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.899999976,
+ "y": 0.699999988,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 0.899999976,
+ "y": 0.699999988,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_dots"
+ }
+ ]
+ },
+ "gene_003_atk1_trail_dustDots_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -8.000000000
+ },
+ "to":
+ {
+ "z": -8.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.250000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.850000024,
+ "y1": -0.020000000,
+ "x2": -0.100000001,
+ "y2": 0.899999976,
+ "from": 0.200000003,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.850000024,
+ "y": 0.400000006,
+ "z": 0.449999988
+ },
+ "to":
+ {
+ "x": 0.850000024,
+ "y": 0.400000006,
+ "z": 0.449999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_dots"
+ }
+ ]
+ },
+ "gene_003_atk1_trail_twinkle":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200000003,
+ "y1": -1.500000000,
+ "x2": 0.800000012,
+ "y2": -1.200000048,
+ "from": 0.400000006,
+ "to": 0.150000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.466145873,
+ "y1": 0.098958343,
+ "x2": 0.049479187,
+ "y2": 0.916666687,
+ "from": 1200.000000000,
+ "to": 240.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_particles_L"
+ }
+ ]
+ },
+ "gene_003_atk1_trail_twinkle_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200000003,
+ "y1": -1.500000000,
+ "x2": 0.800000012,
+ "y2": -1.200000048,
+ "from": 0.400000006,
+ "to": 0.150000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.466145873,
+ "y1": 0.098958343,
+ "x2": 0.049479187,
+ "y2": 0.916666687,
+ "from": 1200.000000000,
+ "to": 240.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gen_twinkle_particles_L"
+ }
+ ]
+ },
+ "gene_003_atk2_dots":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.281250000,
+ "y1": 0.380208373,
+ "x2": 0.557291687,
+ "y2": 0.791666687,
+ "from": 0.300000012,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_dots_add"
+ }
+ ]
+ },
+ "gene_003_atk2_dots_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.059999999,
+ "to": 0.059999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.020000000,
+ "to": 0.020000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.281250000,
+ "y1": 0.380208373,
+ "x2": 0.557291687,
+ "y2": 0.791666687,
+ "from": 0.300000012,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_dots_add"
+ }
+ ]
+ },
+ "gene_003_atk2_reached_dust":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "z": 3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 4.000000000
+ },
+ "to":
+ {
+ "z": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.130208343,
+ "y1": 0.747395873,
+ "x2": 0.111979187,
+ "y2": 0.908854187,
+ "from": 0.200000003,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.364583343,
+ "y1": 0.083333343,
+ "x2": 0.072916687,
+ "y2": 0.963541687,
+ "from":
+ {
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.200000003,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.544270873,
+ "y1": 0.044270843,
+ "y2": 0.924479187,
+ "from": 1080.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.400000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cloud_twirl"
+ }
+ ]
+ },
+ "gene_003_atk2_reached_dust_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "z": 3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 4.000000000
+ },
+ "to":
+ {
+ "z": 4.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.130208343,
+ "y1": 0.747395873,
+ "x2": 0.111979187,
+ "y2": 0.908854187,
+ "from": 0.200000003,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.364583343,
+ "y1": 0.083333343,
+ "x2": 0.072916687,
+ "y2": 0.963541687,
+ "from":
+ {
+ "x": 0.699999988,
+ "y": 0.150000006,
+ "z": 0.300000012
+ },
+ "to":
+ {
+ "x": 0.699999988,
+ "y": 0.150000006,
+ "z": 0.300000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.544270873,
+ "y1": 0.044270843,
+ "y2": 0.924479187,
+ "from": 1080.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.400000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_cloud_twirl"
+ }
+ ]
+ },
+ "gene_003_atk2_reached_particles":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.460000008,
+ "to": 0.460000008
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 6.000000000
+ },
+ "to":
+ {
+ "z": 6.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 300.000000000,
+ "to": 300.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.500000000,
+ "to": 3.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 9.000000000,
+ "y": 9.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 9.000000000,
+ "y": 9.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.360000014,
+ "to": 0.360000014
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.180000007,
+ "to": 0.180000007
+ },
+ "color":
+ {
+ "x1": 0.638020873,
+ "y1": 0.255208343,
+ "x2": 0.299479187,
+ "y2": 0.979166687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 0.949999988,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.250000000,
+ "y": 0.699999988,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_circle_stretched_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_circle_stretched_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_circle_stretched_3"
+ }
+ ]
+ },
+ "gene_003_atk2_reached_particles_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.460000008,
+ "to": 0.460000008
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 6.000000000
+ },
+ "to":
+ {
+ "z": 6.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 300.000000000,
+ "to": 300.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.500000000,
+ "to": 3.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 9.000000000,
+ "y": 9.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 9.000000000,
+ "y": 9.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.360000014,
+ "to": 0.360000014
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.180000007,
+ "to": 0.180000007
+ },
+ "color":
+ {
+ "x1": 0.638020873,
+ "y1": 0.255208343,
+ "x2": 0.299479187,
+ "y2": 0.979166687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.280000001,
+ "z": 0.280000001
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.280000001,
+ "z": 0.280000001
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_circle_stretched_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_circle_stretched_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_circle_stretched_3"
+ }
+ ]
+ },
+ "gene_003_atk_dust":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -4.000000000
+ },
+ "to":
+ {
+ "z": -4.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -5.000000000,
+ "to": -5.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.150000006,
+ "y1": 0.750000000,
+ "y2": 1.000000000,
+ "from": 0.400000006,
+ "to": 1.100000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.497395843,
+ "y1": 0.177083343,
+ "x2": 0.268229187,
+ "y2": 0.901041687,
+ "from": 30.000000000,
+ "to": 5.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dust_spread_type1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dust_spread_type2"
+ }
+ ]
+ },
+ "gene_003_atk_dust_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -4.000000000
+ },
+ "to":
+ {
+ "z": -4.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -5.000000000,
+ "to": -5.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.150000006,
+ "y1": 0.750000000,
+ "y2": 1.000000000,
+ "from": 0.400000006,
+ "to": 1.100000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.479999989,
+ "z": 0.349999994
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.479999989,
+ "z": 0.349999994
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.497395843,
+ "y1": 0.177083343,
+ "x2": 0.268229187,
+ "y2": 0.901041687,
+ "from": 30.000000000,
+ "to": 5.000000000
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.200000003,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dust_spread_type1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dust_spread_type2"
+ }
+ ]
+ },
+ "gene_003_idle_hand_fire_base":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "z": 2.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.161458343,
+ "y1": 0.614583373,
+ "x2": 0.307291687,
+ "y2": 0.979166687,
+ "from": 0.800000012,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.192708343,
+ "y1": 0.614583373,
+ "x2": 0.096354187,
+ "y2": 0.994791687,
+ "from":
+ {
+ "x": 0.100000001,
+ "y": 0.300000012,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.200000003,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 240.000000000,
+ "to": 240.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.250000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail"
+ }
+ ]
+ },
+ "gene_003_idle_hand_fire_base_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "z": 2.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.161458343,
+ "y1": 0.614583373,
+ "x2": 0.307291687,
+ "y2": 0.979166687,
+ "from": 0.800000012,
+ "to": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.091145843,
+ "y1": 0.817708373,
+ "x2": 0.158854187,
+ "y2": 0.986979246,
+ "from":
+ {
+ "x": 0.800000012,
+ "y": 0.300000012,
+ "z": 0.200000003
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 0.150000006,
+ "z": 0.150000006
+ }
+ },
+ "alpha":
+ {
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 240.000000000,
+ "to": 240.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.250000000,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail"
+ }
+ ]
+ },
+ "gene_003_idle_hand_fire_core":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.319999993,
+ "to": 0.319999993
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "z": 3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.153645843,
+ "y1": 0.622395873,
+ "x2": 0.166666687,
+ "y2": 0.971354246,
+ "from": 0.400000006,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.380208343,
+ "y1": 0.067708343,
+ "x2": 0.236979187,
+ "y2": 0.963541687,
+ "from":
+ {
+ "y": 0.600000024,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.200000003,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 240.000000000,
+ "to": 240.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail_additive"
+ }
+ ]
+ },
+ "gene_003_idle_hand_fire_core_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.319999993,
+ "to": 0.319999993
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.119999997,
+ "to": 0.119999997
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 3.000000000
+ },
+ "to":
+ {
+ "z": 3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.153645843,
+ "y1": 0.622395873,
+ "x2": 0.166666687,
+ "y2": 0.971354246,
+ "from": 0.400000006,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.411458343,
+ "y1": 0.044270843,
+ "x2": 0.315104187,
+ "y2": 0.947916687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.800000012,
+ "z": 0.200000003
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.100000001,
+ "z": 0.100000001
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 240.000000000,
+ "to": 240.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_trail_additive"
+ }
+ ]
+ },
+ "gene_003_idle_hand_fire_spark":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.250000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -5.000000000
+ },
+ "to":
+ {
+ "z": -5.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_blue_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_blue_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_blue_3"
+ }
+ ]
+ },
+ "gene_003_idle_hand_fire_spark_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.250000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -5.000000000
+ },
+ "to":
+ {
+ "z": -5.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000,
+ "y": 0.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "fire_spark_red_3"
+ }
+ ]
+ },
+ "gene_003_ulti_end_dustDots":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.259999990,
+ "to": 0.259999990
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.129999995,
+ "to": 0.129999995
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -20.000000000
+ },
+ "to":
+ {
+ "z": -20.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 800.000000000,
+ "to": 800.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.899999976,
+ "y": 0.699999988,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 0.899999976,
+ "y": 0.699999988,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.119999997,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_dots"
+ }
+ ]
+ },
+ "gene_003_ulti_end_dustDots_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.259999990,
+ "to": 0.259999990
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.129999995,
+ "to": 0.129999995
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -20.000000000
+ },
+ "to":
+ {
+ "z": -20.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 800.000000000,
+ "to": 800.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.500000000,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.119999997,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_dots"
+ }
+ ]
+ },
+ "gene_003_ulti_trail_dust":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 179.000000000,
+ "to": 179.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 181.000000000,
+ "to": 181.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 5.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 5.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.819999993,
+ "z": 0.490000010
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.819999993,
+ "z": 0.490000010
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.400000006,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_003_ulti_dust_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_003_ulti_dust_02"
+ }
+ ]
+ },
+ "gene_003_ulti_trail_dust_base_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 179.000000000,
+ "to": 179.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 181.000000000,
+ "to": 181.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 5.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 5.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.490000010,
+ "z": 0.349999994
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.490000010,
+ "z": 0.349999994
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.400000006,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_003_ulti_dust_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_003_ulti_dust_02"
+ }
+ ]
+ },
+ "gene_003_ulti_trail_dust_blue":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 179.000000000,
+ "to": 179.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 181.000000000,
+ "to": 181.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 5.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 5.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.400000006,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.400000006,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_003_ulti_dust_add_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_003_ulti_dust_add_02"
+ }
+ ]
+ },
+ "gene_003_ulti_trail_dust_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 179.000000000,
+ "to": 179.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 181.000000000,
+ "to": 181.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 5.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000,
+ "y": 5.000000000,
+ "z": 5.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_003_ulti_dust_add_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_003_ulti_dust_add_02"
+ }
+ ]
+ },
+ "gene_003_ulti_trail_smoke":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 6.000000000
+ },
+ "to":
+ {
+ "z": 6.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 18.000000000,
+ "to": 18.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.500000000,
+ "y": 2.500000000,
+ "z": 5.000000000
+ },
+ "to":
+ {
+ "x": 2.500000000,
+ "y": 2.500000000,
+ "z": 5.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_particle_sand_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_particle_sand_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_particle_sand_03"
+ }
+ ]
+ },
+ "gene_003_ulti_trail_smoke_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 6.000000000
+ },
+ "to":
+ {
+ "z": 6.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 18.000000000,
+ "to": 18.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.500000000,
+ "y": 2.500000000,
+ "z": 5.000000000
+ },
+ "to":
+ {
+ "x": 2.500000000,
+ "y": 2.500000000,
+ "z": 5.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_particle_sand_01_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_particle_sand_02_red"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_particle_sand_03_red"
+ }
+ ]
+ },
+ "gene_003_ulti_trail_water":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 6.000000000
+ },
+ "to":
+ {
+ "z": 6.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 18.000000000,
+ "to": 18.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.500000000,
+ "y": 2.500000000,
+ "z": 5.000000000
+ },
+ "to":
+ {
+ "x": 2.500000000,
+ "y": 2.500000000,
+ "z": 5.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_particle_sand_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_particle_sand_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_particle_sand_03"
+ }
+ ]
+ },
+ "gene_004_atk1_end_dust":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "z": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "from": 0.100000001,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.177083343,
+ "y1": 0.677083373,
+ "x2": 0.213541687,
+ "y2": 0.908854187
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_explode_gum"
+ }
+ ]
+ },
+ "gene_004_atk1_end_dust_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "z": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "from": 0.100000001,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.850000024,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.850000024,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.177083343,
+ "y1": 0.677083373,
+ "x2": 0.213541687,
+ "y2": 0.908854187
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_explode_gum_red"
+ }
+ ]
+ },
+ "gene_004_atk1_hit_liquid":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.419999987,
+ "to": 0.419999987
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "y1": 0.888020873,
+ "y2": 0.924479246,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 0.899999976,
+ "z": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "byron_hit_liquid"
+ }
+ ]
+ },
+ "gene_004_atk1_hit_liquid_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.419999987,
+ "to": 0.419999987
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.600000024,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 0.899999976,
+ "y": 0.250000000,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "byron_hit_liquid"
+ }
+ ]
+ },
+ "gene_004_atk2_drop_fish":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -120.000000000
+ },
+ "to":
+ {
+ "z": -120.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.319999993,
+ "durationJitter": 0.079999998,
+ "spawnRate":
+ {
+ "x1": 0.473958343,
+ "y1": 0.184895843,
+ "x2": 0.205729187,
+ "y2": 0.986979187,
+ "from": 20.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 1.000000000,
+ "x2": 1.000000000,
+ "y2": -0.050000001,
+ "from": 10.000000000,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "y1": 1.000000000,
+ "x2": -0.200000003,
+ "y2": 1.000000000,
+ "from": -360.000000000,
+ "to": 360.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fish_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_fish_02"
+ }
+ ]
+ },
+ "gene_004_atk2_hit":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.216145843,
+ "y1": 0.598958373,
+ "x2": 0.346354187,
+ "y2": 0.932291687,
+ "from": 160.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_particle_cloudExp_blue"
+ }
+ ]
+ },
+ "gene_004_atk2_hit_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.216145843,
+ "y1": 0.598958373,
+ "x2": 0.346354187,
+ "y2": 0.932291687,
+ "from": 160.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_particle_cloudExp_puple"
+ }
+ ]
+ },
+ "gene_004_atk2_reached_bubble":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -9.000000000
+ },
+ "to":
+ {
+ "z": -9.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 6
+ }
+ ]
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -3.000000000,
+ "to": -3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.500000000,
+ "to": 3.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.997395873,
+ "y1": 0.013020843,
+ "x2": 0.830729187,
+ "y2": 0.002604187,
+ "from": 0.159999996,
+ "to": 0.020000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 960.000000000,
+ "to": 960.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stickyBubble"
+ }
+ ]
+ },
+ "gene_004_atk2_reached_bubble_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -9.000000000
+ },
+ "to":
+ {
+ "z": -9.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 6
+ }
+ ]
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -3.000000000,
+ "to": -3.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.500000000,
+ "to": 3.500000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.997395873,
+ "y1": 0.013020843,
+ "x2": 0.830729187,
+ "y2": 0.002604187,
+ "from": 0.159999996,
+ "to": 0.020000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 960.000000000,
+ "to": 960.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stickyBubble_red"
+ }
+ ]
+ },
+ "gene_004_atk2_reached_fish":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.699999988
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -50.000000000
+ },
+ "to":
+ {
+ "z": -50.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.200000048,
+ "x2": 0.800000012,
+ "from": 0.800000012,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.100000001,
+ "y1": 1.000000000,
+ "y2": 1.010416746
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "y1": 0.888020873,
+ "x2": 0.283854187,
+ "y2": 1.026041746,
+ "from": 10.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_drop_fish_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_drop_fish_02"
+ }
+ ]
+ },
+ "gene_004_atk2_reached_fish_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.699999988
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -50.000000000
+ },
+ "to":
+ {
+ "z": -50.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 45.000000000,
+ "to": 45.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 1.200000048,
+ "x2": 0.800000012,
+ "from": 0.800000012,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.100000001,
+ "y1": 1.000000000,
+ "y2": 1.010416746
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "y1": 0.888020873,
+ "x2": 0.283854187,
+ "y2": 1.026041746,
+ "from": 10.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_drop_fish_red_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_drop_fish_red_02"
+ }
+ ]
+ },
+ "gene_004_atk2_reached_ground":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -9999.000000000
+ },
+ "to":
+ {
+ "z": -9999.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.400000006,
+ "to": -0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SimpleGround"
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 4
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 1.028645873,
+ "x2": 0.299479187,
+ "y2": 1.010416746,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_5"
+ }
+ ]
+ },
+ "gene_004_atk2_reached_ground_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -9999.000000000
+ },
+ "to":
+ {
+ "z": -9999.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.400000006,
+ "to": -0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SimpleGround"
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 4
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 1.028645873,
+ "x2": 0.299479187,
+ "y2": 1.010416746,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_5"
+ }
+ ]
+ },
+ "gene_004_atk2_reached_liquid":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.419999987,
+ "to": 0.419999987
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "y1": 0.888020873,
+ "y2": 0.924479246,
+ "from":
+ {
+ "x": 0.899999976,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 0.899999976,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "byron_hit_liquid"
+ }
+ ]
+ },
+ "gene_004_atk2_reached_liquid_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.419999987,
+ "to": 0.419999987
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -3.000000000
+ },
+ "to":
+ {
+ "z": -3.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "y1": 0.888020873,
+ "y2": 0.924479246,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.899999976,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.300000012,
+ "z": 0.649999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "byron_hit_liquid"
+ }
+ ]
+ },
+ "gene_004_atk2_trail_dustDots":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 170.000000000,
+ "to": 170.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 190.000000000,
+ "to": 190.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.630208373,
+ "x2": 0.143229187,
+ "y2": 0.971354187,
+ "from": 0.100000001,
+ "to": 0.300000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 0.800000012,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 0.800000012,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_dots"
+ }
+ ]
+ },
+ "gene_004_atk2_trail_waterSplat":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.319999993,
+ "to": 0.319999993
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -20.000000000
+ },
+ "to":
+ {
+ "z": -20.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.699999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.100000001,
+ "to": -0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": -1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": -1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 110.000000000,
+ "to": 110.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000,
+ "z": 10.000000000
+ },
+ "to":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000,
+ "z": 10.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.747395873,
+ "y1": 0.005208343,
+ "x2": 1.000000000,
+ "y2": 0.307291687,
+ "from": 0.250000000,
+ "to": 0.039999999
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_droplet_1"
+ }
+ ]
+ },
+ "gene_004_atk2_trail_waterSplat_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 30,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.319999993,
+ "to": 0.319999993
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -20.000000000
+ },
+ "to":
+ {
+ "z": -20.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.699999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.100000001,
+ "to": -0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": -1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": -1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 110.000000000,
+ "to": 110.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000,
+ "z": 10.000000000
+ },
+ "to":
+ {
+ "x": 10.000000000,
+ "y": 10.000000000,
+ "z": 10.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.747395873,
+ "y1": 0.005208343,
+ "x2": 1.000000000,
+ "y2": 0.307291687,
+ "from": 0.250000000,
+ "to": 0.039999999
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_droplet_2"
+ }
+ ]
+ },
+ "gene_004_atk_exp_thread":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.600000024
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -20.000000000
+ },
+ "to":
+ {
+ "z": -20.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 4
+ }
+ ]
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 35.000000000,
+ "to": 35.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.400000006,
+ "x2": 0.200000003,
+ "y2": 1.000000000,
+ "from": 0.200000003,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 1.000000000,
+ "z": 0.750000000
+ },
+ "to":
+ {
+ "y": 1.000000000,
+ "z": 0.750000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.079999998,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gummy_thread_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gummy_thread_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gummy_thread_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gummy_thread_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gummy_thread_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gummy_thread_6"
+ }
+ ]
+ },
+ "gene_004_atk_exp_thread_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.600000024
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -20.000000000
+ },
+ "to":
+ {
+ "z": -20.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 4
+ }
+ ]
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 35.000000000,
+ "to": 35.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ },
+ "to":
+ {
+ "x": 2.000000000,
+ "y": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.400000006,
+ "x2": 0.200000003,
+ "y2": 1.000000000,
+ "from": 0.200000003,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.649999976
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.649999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.079999998,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gummy_thread_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gummy_thread_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gummy_thread_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gummy_thread_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gummy_thread_5"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gummy_thread_6"
+ }
+ ]
+ },
+ "gene_004_atk_fire":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 2.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.600000024,
+ "x2": 0.200000003,
+ "y2": 0.800000012,
+ "from":
+ {
+ "x": 0.500000000,
+ "y": 1.000000000,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 0.100000001,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "primo_005_flame_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "primo_005_flame_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "primo_005_flame_03"
+ }
+ ]
+ },
+ "gene_004_atk_fire_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.200000048,
+ "to": 1.200000048
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 2.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.600000024,
+ "x2": 0.200000003,
+ "y2": 0.800000012,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "primo_005_flame_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "primo_005_flame_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "primo_005_flame_03"
+ }
+ ]
+ },
+ "gene_004_atk_glow":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 2
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.239583343,
+ "y1": 0.614583373,
+ "x2": 0.291666687,
+ "y2": 0.893229187,
+ "from": 0.800000012,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.600000024,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "y": 0.600000024,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.134375006,
+ "y1": 0.785937488,
+ "x2": 0.070312500,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -90.000000000,
+ "to": -90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.059999999,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_glow_cone"
+ }
+ ]
+ },
+ "gene_004_atk_glow_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 2
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.239583343,
+ "y1": 0.614583373,
+ "x2": 0.291666687,
+ "y2": 0.893229187,
+ "from": 0.800000012,
+ "to": 2.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.200000003,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.134375006,
+ "y1": 0.785937488,
+ "x2": 0.070312500,
+ "y2": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -90.000000000,
+ "to": -90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.059999999,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_glow_cone"
+ }
+ ]
+ },
+ "gene_004_atk_hit":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.216145843,
+ "y1": 0.598958373,
+ "x2": 0.346354187,
+ "y2": 0.932291687,
+ "from": 160.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_particle_cloudExp"
+ }
+ ]
+ },
+ "gene_004_atk_hit_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.216145843,
+ "y1": 0.598958373,
+ "x2": 0.346354187,
+ "y2": 0.932291687,
+ "from": 160.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_particle_cloudExp_red"
+ }
+ ]
+ },
+ "gene_004_atk_liquid_burst":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -16.000000000
+ },
+ "to":
+ {
+ "z": -16.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.028645873,
+ "y1": 0.708333373,
+ "x2": 0.221354187,
+ "y2": 0.947916687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000,
+ "z": 8.000000000
+ },
+ "to":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000,
+ "z": 8.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -40.000000000,
+ "to": -40.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.833333373,
+ "y1": -1.057291627,
+ "x2": 1.000000000,
+ "y2": 0.377604187,
+ "from": 0.200000003,
+ "to": 0.050000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.879999995,
+ "z": 0.750000000
+ },
+ "to":
+ {
+ "y": 0.879999995,
+ "z": 0.750000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_circle"
+ }
+ ]
+ },
+ "gene_004_atk_liquid_burst_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -16.000000000
+ },
+ "to":
+ {
+ "z": -16.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.028645873,
+ "y1": 0.708333373,
+ "x2": 0.221354187,
+ "y2": 0.947916687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000,
+ "z": 8.000000000
+ },
+ "to":
+ {
+ "x": 8.000000000,
+ "y": 8.000000000,
+ "z": 8.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.200000003,
+ "to": -0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -40.000000000,
+ "to": -40.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 40.000000000,
+ "to": 40.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 6.000000000,
+ "to": 6.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.833333373,
+ "y1": -1.057291627,
+ "x2": 1.000000000,
+ "y2": 0.377604187,
+ "from": 0.200000003,
+ "to": 0.050000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_circle"
+ }
+ ]
+ },
+ "gene_004_atk_reached_bubble":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -9.000000000
+ },
+ "to":
+ {
+ "z": -9.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 4
+ }
+ ]
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -3.500000000,
+ "to": -3.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.500000000,
+ "to": 3.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.997395873,
+ "y1": 0.013020843,
+ "x2": 0.932291687,
+ "y2": 0.010416687,
+ "from": 0.159999996,
+ "to": 0.020000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 960.000000000,
+ "to": 960.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stickyBubble_002"
+ }
+ ]
+ },
+ "gene_004_atk_reached_bubble_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -9.000000000
+ },
+ "to":
+ {
+ "z": -9.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 4
+ }
+ ]
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -3.500000000,
+ "to": -3.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.500000000,
+ "to": 3.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.997395873,
+ "y1": 0.013020843,
+ "x2": 0.932291687,
+ "y2": 0.010416687,
+ "from": 0.159999996,
+ "to": 0.020000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 960.000000000,
+ "to": 960.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stickyBubble_red"
+ }
+ ]
+ },
+ "gene_004_atk_trail_dustDots":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.630208373,
+ "x2": 0.143229187,
+ "y2": 0.971354187,
+ "from": 0.200000003,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.899999976,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "y": 0.899999976,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_dots"
+ }
+ ]
+ },
+ "gene_004_atk_trail_dustDots_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.630208373,
+ "x2": 0.143229187,
+ "y2": 0.971354187,
+ "from": 0.200000003,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.899999976,
+ "y": 0.300000012,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.899999976,
+ "y": 0.300000012,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_dots"
+ }
+ ]
+ },
+ "gene_004_atk_trail_flower":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnVelocityComponent",
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": -1.000000000
+ },
+ "to":
+ {
+ "x": -1.000000000
+ }
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": -1.000000000
+ },
+ "to":
+ {
+ "x": -1.000000000
+ }
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.216145843,
+ "x2": 1.000000000,
+ "y2": -0.250000000,
+ "from": 0.550000012,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.600000024,
+ "y1": 0.050000001,
+ "x2": 0.649999976,
+ "y2": 1.000000000,
+ "from": 360.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.372395843,
+ "y1": 0.247395843,
+ "x2": 0.354166687,
+ "y2": 0.979166687,
+ "from": 140.000000000,
+ "to": 140.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "atk1_trail_flower"
+ }
+ ]
+ },
+ "gene_004_atk_trail_flower_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnVelocityComponent",
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": -1.000000000
+ },
+ "to":
+ {
+ "x": -1.000000000
+ }
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": -1.000000000
+ },
+ "to":
+ {
+ "x": -1.000000000
+ }
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.216145843,
+ "x2": 1.000000000,
+ "y2": -0.250000000,
+ "from": 0.550000012,
+ "to": 0.100000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.600000024,
+ "y1": 0.050000001,
+ "x2": 0.649999976,
+ "y2": 1.000000000,
+ "from": 360.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.372395843,
+ "y1": 0.247395843,
+ "x2": 0.354166687,
+ "y2": 0.979166687,
+ "from": 140.000000000,
+ "to": 140.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "atk1_trail_flower_red"
+ }
+ ]
+ },
+ "gene_004_atk_trail_gas":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.899999976,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.231770843,
+ "y1": 0.552083373,
+ "x2": 0.611979187,
+ "y2": 0.838541687,
+ "from": 1.100000024,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.200000003,
+ "y": 1.000000000,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "x": 0.200000003,
+ "y": 1.000000000,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "y1": 0.466145843,
+ "x2": 0.424479187,
+ "y2": 0.893229187,
+ "to": 0.800000012
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 120.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "gene_004_atk_trail_gas_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.899999976,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.231999993,
+ "y1": 0.551999986,
+ "x2": 0.611999989,
+ "y2": 0.838999987,
+ "from": 1.100000024,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.400000006,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "y1": 0.465999991,
+ "x2": 0.423999995,
+ "y2": 0.893000007,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 120.000000000,
+ "to": 10.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "gene_004_atk_trail_ground":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -9999.000000000
+ },
+ "to":
+ {
+ "z": -9999.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.349999994,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.400000006,
+ "to": -0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SimpleGround"
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 1.028645873,
+ "x2": 0.299479187,
+ "y2": 1.010416746,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.899999976,
+ "z": 0.750000000
+ },
+ "to":
+ {
+ "y": 0.899999976,
+ "z": 0.750000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_5"
+ }
+ ]
+ },
+ "gene_004_atk_trail_ground_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -9999.000000000
+ },
+ "to":
+ {
+ "z": -9999.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.349999994,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.400000006,
+ "to": -0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ }
+ },
+ {
+ "__class": "SimpleGround"
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 1.028645873,
+ "x2": 0.299479187,
+ "y2": 1.010416746,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.419999987,
+ "z": 0.579999983
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.419999987,
+ "z": 0.579999983
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "dropping_soysource_5"
+ }
+ ]
+ },
+ "gene_004_atk_trail_leaf":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnVelocityComponent",
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": -1.500000000
+ },
+ "to":
+ {
+ "x": -1.500000000
+ }
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": -1.000000000
+ },
+ "to":
+ {
+ "x": -1.000000000
+ }
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.200000048
+ },
+ "to":
+ {
+ "x": 1.200000048
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.800000012,
+ "x2": 1.000000000,
+ "y2": 1.000000000,
+ "from": 0.649999976,
+ "to": 0.150000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.750000000,
+ "x2": 0.449999988,
+ "y2": 1.000000000,
+ "from": 360.000000000,
+ "to": 45.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.372395843,
+ "y1": 0.247395843,
+ "x2": 0.354166687,
+ "y2": 0.979166687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "atk1_trail_leaf"
+ }
+ ]
+ },
+ "gene_004_atk_trail_leaf_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnVelocityComponent",
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": -1.500000000
+ },
+ "to":
+ {
+ "x": -1.500000000
+ }
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": -1.000000000
+ },
+ "to":
+ {
+ "x": -1.000000000
+ }
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.200000048
+ },
+ "to":
+ {
+ "x": 1.200000048
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.800000012,
+ "x2": 1.000000000,
+ "y2": 1.000000000,
+ "from": 0.649999976,
+ "to": 0.150000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.750000000,
+ "x2": 0.400000006,
+ "y2": 1.000000000,
+ "from": 270.000000000,
+ "to": 45.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.372395843,
+ "y1": 0.247395843,
+ "x2": 0.354166687,
+ "y2": 0.979166687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.100000001,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "atk1_trail_leaf_red"
+ }
+ ]
+ },
+ "gene_004_lose_bot_bubble_L":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 3.299999952,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.050000001
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.899999976,
+ "spawnRate":
+ {
+ "x1": 0.500000000,
+ "y2": 1.000000000,
+ "from": 25.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnVelocityComponent",
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.400000006
+ },
+ "to": {}
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.400000006
+ },
+ "to":
+ {
+ "x": 0.400000006
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.687500000,
+ "y1": 0.117187500,
+ "x2": 0.890625000,
+ "y2": 0.398437500,
+ "from": 0.100000001,
+ "to": 0.050000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.020000000
+ },
+ "color":
+ {
+ "x1": 0.513020873,
+ "y1": 0.020833343,
+ "x2": 0.065104187,
+ "y2": 0.986979246,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 1.000000000,
+ "x2": 0.300000012,
+ "y2": 1.000000000,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.177083343,
+ "y1": 0.630208373,
+ "x2": 0.158854187,
+ "y2": 0.963541687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bubble_ground_scale"
+ }
+ ]
+ },
+ "gene_004_lose_bot_bubble_R":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 3.299999952,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.050000001
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.899999976,
+ "spawnRate":
+ {
+ "x1": 0.500000000,
+ "y2": 1.000000000,
+ "from": 25.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.100000001,
+ "to": -0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnVelocityComponent",
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": -0.400000006
+ },
+ "to": {}
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": -0.400000006
+ },
+ "to":
+ {
+ "x": -0.400000006
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.687500000,
+ "y1": 0.117187500,
+ "x2": 0.890625000,
+ "y2": 0.398437500,
+ "from": 0.100000001,
+ "to": 0.050000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.020000000
+ },
+ "color":
+ {
+ "x1": 0.513020873,
+ "y1": 0.020833343,
+ "x2": 0.065104187,
+ "y2": 0.986979246,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 1.000000000,
+ "x2": 0.300000012,
+ "y2": 1.000000000,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.177083343,
+ "y1": 0.630208373,
+ "x2": 0.158854187,
+ "y2": 0.963541687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bubble_ground_scale"
+ }
+ ]
+ },
+ "gene_004_lose_bubble_up":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 24,
+ "emitterDelay": 3.000000000,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -36.000000000
+ },
+ "to":
+ {
+ "z": -36.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 320.000000000,
+ "to": 320.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 14.000000000,
+ "to": 14.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.638020873,
+ "y1": 0.005208343,
+ "x2": 0.869791687,
+ "y2": 0.322916687,
+ "from": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stickyBubble_002"
+ }
+ ]
+ },
+ "gene_004_lose_hit":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "emitterDelay": 1.179999948,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 5.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "c": 1
+ },
+ {
+ "t": 0.479999989,
+ "c": 1
+ },
+ {
+ "t": 1.149999976,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 1.000000000,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "y": 1.000000000,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "byron_hit_liquid"
+ }
+ ]
+ },
+ "gene_004_lose_hit_bubble":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 1.179999948,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -12.000000000
+ },
+ "to":
+ {
+ "z": -12.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "c": 5
+ },
+ {
+ "t": 0.479999989,
+ "c": 4
+ },
+ {
+ "t": 1.149999976,
+ "c": 6
+ }
+ ]
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -360.000000000,
+ "to": -360.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -3.500000000,
+ "to": -3.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.500000000,
+ "to": 3.500000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.997395873,
+ "y1": 0.013020843,
+ "x2": 0.932291687,
+ "y2": 0.010416687,
+ "from": 0.159999996,
+ "to": 0.020000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 960.000000000,
+ "to": 960.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stickyBubble_002"
+ }
+ ]
+ },
+ "gene_004_lose_ripple_circular_1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 4.699999809,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.200000003,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.122395843,
+ "y1": 0.536458373,
+ "x2": 0.276041687,
+ "y2": 0.893229246,
+ "from": 0.150000006,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.309895843,
+ "y1": 0.325520843,
+ "x2": 0.393229187,
+ "y2": 0.807291687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_ripple_circular_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_ripple_circular_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_ripple_circular_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_ripple_circular_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_ripple_circular_05"
+ }
+ ]
+ },
+ "gene_004_lose_ripple_circular_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 2.900000095,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.200000003,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.122395843,
+ "y1": 0.536458373,
+ "x2": 0.276041687,
+ "y2": 0.893229246,
+ "from": 0.449999988,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.309895843,
+ "y1": 0.325520843,
+ "x2": 0.393229187,
+ "y2": 0.807291687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_ripple_circular_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_ripple_circular_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_ripple_circular_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_ripple_circular_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_ripple_circular_05"
+ }
+ ]
+ },
+ "gene_004_lose_ripple_circular_3":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 2.900000095,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.600000024,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.122395843,
+ "y1": 0.536458373,
+ "x2": 0.276041687,
+ "y2": 0.893229246,
+ "from": 0.200000003,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.309895843,
+ "y1": 0.325520843,
+ "x2": 0.393229187,
+ "y2": 0.807291687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_ripple_circular_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_ripple_circular_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_ripple_circular_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_ripple_circular_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_ripple_circular_05"
+ }
+ ]
+ },
+ "gene_004_lose_splash_1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 4.800000191,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.050000001
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_win_splash_1"
+ }
+ ]
+ },
+ "gene_004_lose_splash_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 3.000000000,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.799999952,
+ "to": 1.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 1.000000000,
+ "z": 0.899999976
+ },
+ "to":
+ {
+ "y": 1.000000000,
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_win_splash_2"
+ }
+ ]
+ },
+ "gene_004_lose_water_line":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 2.549999952,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "x": -0.750000000,
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.606770873,
+ "y1": 0.028645843,
+ "y2": 0.986979187,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 1.000000000,
+ "z": 0.899999976
+ },
+ "to":
+ {
+ "y": 1.000000000,
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -10.000000000,
+ "to": -10.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_win_water_line"
+ }
+ ]
+ },
+ "gene_004_ulti2_trail_dustDots":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.300000012,
+ "to": -0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.630208373,
+ "x2": 0.143229187,
+ "y2": 0.971354187,
+ "from": 0.200000003,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.899999976,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "y": 0.899999976,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_dots"
+ }
+ ]
+ },
+ "gene_004_ulti2_trail_dustDots_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.300000012,
+ "to": -0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.500000000,
+ "to": -0.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.630208373,
+ "x2": 0.143229187,
+ "y2": 0.971354187,
+ "from": 0.200000003,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.899999976,
+ "y": 0.500000000,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 0.899999976,
+ "y": 0.500000000,
+ "z": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_dots"
+ }
+ ]
+ },
+ "gene_004_ulti_end_dustDots":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.259999990,
+ "to": 0.259999990
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.129999995,
+ "to": 0.129999995
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -20.000000000
+ },
+ "to":
+ {
+ "z": -20.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 800.000000000,
+ "to": 800.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.899999976,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "y": 0.899999976,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.119999997,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_dots"
+ }
+ ]
+ },
+ "gene_004_ulti_end_dustDots_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.259999990,
+ "to": 0.259999990
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.129999995,
+ "to": 0.129999995
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -20.000000000
+ },
+ "to":
+ {
+ "z": -20.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 800.000000000,
+ "to": 800.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "x": 4.000000000,
+ "y": 4.000000000,
+ "z": 2.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.899999976,
+ "y": 0.500000000,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 0.899999976,
+ "y": 0.500000000,
+ "z": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.119999997,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_dots"
+ }
+ ]
+ },
+ "gene_004_ulti_end_leaf":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 40.000000000,
+ "y": 40.000000000
+ },
+ "to":
+ {
+ "x": 40.000000000,
+ "y": 40.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.919270873,
+ "y1": 0.036458343,
+ "x2": 0.945312500,
+ "y2": 0.205729187,
+ "from": 0.800000012,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 1.000000000,
+ "y1": -0.026041657,
+ "x2": 0.023437500,
+ "y2": 1.002604246,
+ "from": 270.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "atk1_trail_leaf"
+ }
+ ]
+ },
+ "gene_004_ulti_end_leaf_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 150.000000000,
+ "to": 150.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -1.000000000,
+ "to": -1.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 40.000000000,
+ "y": 40.000000000
+ },
+ "to":
+ {
+ "x": 40.000000000,
+ "y": 40.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.919270873,
+ "y1": 0.036458343,
+ "x2": 0.945312500,
+ "y2": 0.205729187,
+ "from": 0.800000012,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 1.000000000,
+ "y1": -0.026041657,
+ "x2": 0.023437500,
+ "y2": 1.002604246,
+ "from": 270.000000000
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "atk1_trail_leaf_red"
+ }
+ ]
+ },
+ "gene_004_ulti_end_liquid_1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "z": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "from": 0.100000001,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.177083343,
+ "y1": 0.677083373,
+ "x2": 0.213541687,
+ "y2": 0.908854187
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_explode_gum"
+ }
+ ]
+ },
+ "gene_004_ulti_end_liquid_1_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "z": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "from": 0.100000001,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 0.850000024,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 0.850000024,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.177083343,
+ "y1": 0.677083373,
+ "x2": 0.213541687,
+ "y2": 0.908854187
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_explode_gum_red"
+ }
+ ]
+ },
+ "gene_004_ulti_end_liquid_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "z": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "from": 0.100000001,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.550000012,
+ "z": 0.449999988
+ },
+ "to":
+ {
+ "y": 0.550000012,
+ "z": 0.449999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.177083343,
+ "y1": 0.677083373,
+ "x2": 0.213541687,
+ "y2": 0.908854187
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_explode_gum_white"
+ }
+ ]
+ },
+ "gene_004_ulti_end_liquid_2_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 10,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.800000012,
+ "to": 0.800000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 2.000000000
+ },
+ "to":
+ {
+ "z": 2.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "y1": 1.000000000,
+ "y2": 1.000000000,
+ "from": 0.100000001,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.699999988,
+ "y": 0.300000012,
+ "z": 0.400000006
+ },
+ "to":
+ {
+ "x": 0.699999988,
+ "y": 0.300000012,
+ "z": 0.400000006
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.177083343,
+ "y1": 0.677083373,
+ "x2": 0.213541687,
+ "y2": 0.908854187
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_explode_gum_white"
+ }
+ ]
+ },
+ "gene_004_ulti_end_smoke":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000
+ },
+ "to":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.692708373,
+ "x2": 0.221354187,
+ "y2": 0.932291687,
+ "from": 0.800000012,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 0.899999976,
+ "z": 0.800000012
+ },
+ "to":
+ {
+ "y": 0.899999976,
+ "z": 0.800000012
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 90.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "gene_004_ulti_end_smoke_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.500000000,
+ "to": 2.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000
+ },
+ "to":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.692708373,
+ "x2": 0.221354187,
+ "y2": 0.932291687,
+ "from": 0.800000012,
+ "to": 1.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.899999976,
+ "y": 0.300000012,
+ "z": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.899999976,
+ "y": 0.300000012,
+ "z": 0.500000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.481770843,
+ "y1": 0.013020843,
+ "x2": 0.322916687,
+ "y2": 0.822916687,
+ "from": 90.000000000,
+ "to": 20.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "alphaFadeout": 0.300000012,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_gas_seq_2"
+ }
+ ]
+ },
+ "gene_004_ulti_trail_dots":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 0.649999976,
+ "durationJitter": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.746874988,
+ "y1": -0.006250001,
+ "x2": 0.635416687,
+ "y2": 0.877604187,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 0.300000012,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 0.300000012,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_waterSplat"
+ }
+ ]
+ },
+ "gene_004_ulti_trail_dots_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.050000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.250000000,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "Ground",
+ "bounciness":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "friction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnRate",
+ "duration": 0.649999976,
+ "durationJitter": 0.100000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 80.000000000,
+ "to": 80.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.500000000,
+ "to": 1.500000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ },
+ "to":
+ {
+ "x": 3.000000000,
+ "y": 3.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.746874988,
+ "y1": -0.006250001,
+ "x2": 0.635416687,
+ "y2": 0.877604187,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.300000012,
+ "y": 0.300000012,
+ "z": 0.600000024
+ },
+ "to":
+ {
+ "x": 0.300000012,
+ "y": 0.300000012,
+ "z": 0.600000024
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_waterSplat_red"
+ }
+ ]
+ },
+ "gene_004_ulti_trail_dustDots_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 20.000000000,
+ "to": 20.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 160.000000000,
+ "to": 160.000000000
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.200520843,
+ "y1": 0.630208373,
+ "x2": 0.143229187,
+ "y2": 0.971354187,
+ "from": 0.200000003,
+ "to": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.899999976,
+ "y": 0.500000000,
+ "z": 0.699999988
+ },
+ "to":
+ {
+ "x": 0.899999976,
+ "y": 0.500000000,
+ "z": 0.699999988
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 120.000000000,
+ "to": 120.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "alphaFadeout": 0.150000006,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_dust_dots"
+ }
+ ]
+ },
+ "gene_004_ulti_trail_water":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.159999996,
+ "to": 0.159999996
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "followEmitter": true,
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "duration": 7.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.899999976,
+ "x2": 1.000000000,
+ "from": 1.200000048
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.050000001,
+ "y": 0.728999972,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 0.050000001,
+ "y": 0.728999972,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 15.000000000,
+ "to": 15.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_ulti_trail_water_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_ulti_trail_water_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_ulti_trail_water_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_ulti_trail_water_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_ulti_trail_water_05"
+ }
+ ]
+ },
+ "gene_004_ulti_trail_water_inside_1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.159999996,
+ "to": 0.159999996
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "followEmitter": true,
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.770833373,
+ "y1": -0.010416657,
+ "x2": 1.000000000,
+ "y2": 0.330729187,
+ "from": 3.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_ulti_trail_water_01"
+ }
+ ]
+ },
+ "gene_004_ulti_trail_water_inside_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.159999996,
+ "to": 0.159999996
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "followEmitter": true,
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.770833373,
+ "y1": -0.010416657,
+ "x2": 1.000000000,
+ "y2": 0.330729187,
+ "from": 3.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_ulti_trail_water_02"
+ }
+ ]
+ },
+ "gene_004_ulti_trail_water_inside_3":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.159999996,
+ "to": 0.159999996
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "followEmitter": true,
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.770833373,
+ "y1": -0.010416657,
+ "x2": 1.000000000,
+ "y2": 0.330729187,
+ "from": 3.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_ulti_trail_water_03"
+ }
+ ]
+ },
+ "gene_004_ulti_trail_water_inside_4":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.159999996,
+ "to": 0.159999996
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "followEmitter": true,
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.770833373,
+ "y1": -0.010416657,
+ "x2": 1.000000000,
+ "y2": 0.330729187,
+ "from": 3.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_ulti_trail_water_04"
+ }
+ ]
+ },
+ "gene_004_ulti_trail_water_inside_5":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.159999996,
+ "to": 0.159999996
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "followEmitter": true,
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.500000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 50.000000000,
+ "to": 50.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.770833373,
+ "y1": -0.010416657,
+ "x2": 1.000000000,
+ "y2": 0.330729187,
+ "from": 3.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 30.000000000,
+ "to": 30.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "buzz_ulti_trail_water_05"
+ }
+ ]
+ },
+ "gene_004_ulti_waterSplat_trail":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 40,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -15.000000000
+ },
+ "to":
+ {
+ "z": -15.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.699999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.100000001,
+ "to": -0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": -1.000000000
+ },
+ "to":
+ {
+ "y": -1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 110.000000000,
+ "to": 110.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000,
+ "z": 12.000000000
+ },
+ "to":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000,
+ "z": 12.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.992187500,
+ "y1": 0.036458343,
+ "x2": 1.000000000,
+ "y2": 0.283854187,
+ "from": 0.250000000,
+ "to": 0.050000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_droplet_3"
+ }
+ ]
+ },
+ "gene_004_ulti_waterSplat_trail_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 40,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.699999988,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 12.000000000,
+ "to": 12.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.100000001,
+ "to": -0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": -1.000000000
+ },
+ "to":
+ {
+ "y": -1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 110.000000000,
+ "to": 110.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -5.000000000,
+ "to": -5.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000,
+ "z": 12.000000000
+ },
+ "to":
+ {
+ "x": 12.000000000,
+ "y": 12.000000000,
+ "z": 12.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.992187500,
+ "y1": 0.036458343,
+ "x2": 1.000000000,
+ "y2": 0.283854187,
+ "from": 0.250000000,
+ "to": 0.050000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.079999998,
+ "to": 0.079999998
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "orientToDirection": true,
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_droplet_2"
+ }
+ ]
+ },
+ "gene_004_win_bot_bubble_L":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.400000006,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.050000001
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.250000000,
+ "spawnRate":
+ {
+ "x1": 0.500000000,
+ "y2": 1.000000000,
+ "from": 25.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnVelocityComponent",
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000
+ },
+ "to": {}
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 0.500000000
+ },
+ "to":
+ {
+ "x": 0.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.687500000,
+ "y1": 0.117187500,
+ "x2": 0.890625000,
+ "y2": 0.398437500,
+ "from": 0.100000001,
+ "to": 0.050000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.020000000
+ },
+ "color":
+ {
+ "x1": 0.513020873,
+ "y1": 0.020833343,
+ "x2": 0.065104187,
+ "y2": 0.986979246,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 1.000000000,
+ "x2": 0.300000012,
+ "y2": 1.000000000,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.177083343,
+ "y1": 0.630208373,
+ "x2": 0.158854187,
+ "y2": 0.963541687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bubble_ground_scale"
+ }
+ ]
+ },
+ "gene_004_win_bot_bubble_R":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.400000006,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": -0.050000001
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.250000000,
+ "spawnRate":
+ {
+ "x1": 0.500000000,
+ "y2": 1.000000000,
+ "from": 25.000000000,
+ "to": 8.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.200000003
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.100000001,
+ "to": -0.300000012
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000
+ }
+ }
+ },
+ {
+ "__class": "SpawnVelocityComponent",
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": -0.500000000
+ },
+ "to": {}
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": -0.500000000
+ },
+ "to":
+ {
+ "x": -0.500000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.687500000,
+ "y1": 0.117187500,
+ "x2": 0.890625000,
+ "y2": 0.398437500,
+ "from": 0.100000001,
+ "to": 0.050000001
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.020000000
+ },
+ "color":
+ {
+ "x1": 0.513020873,
+ "y1": 0.020833343,
+ "x2": 0.065104187,
+ "y2": 0.986979246,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.200000003,
+ "y1": 1.000000000,
+ "x2": 0.300000012,
+ "y2": 1.000000000,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.177083343,
+ "y1": 0.630208373,
+ "x2": 0.158854187,
+ "y2": 0.963541687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_bubble_ground_scale"
+ }
+ ]
+ },
+ "gene_004_win_bubble_up":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 24,
+ "emitterDelay": 2.200000048,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -36.000000000
+ },
+ "to":
+ {
+ "z": -36.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.050000001,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 320.000000000,
+ "to": 320.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 2.000000000,
+ "to": 2.000000000
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 7.000000000,
+ "to": 7.000000000
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 14.000000000,
+ "to": 14.000000000
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.638020873,
+ "y1": 0.005208343,
+ "x2": 0.869791687,
+ "y2": 0.322916687,
+ "from": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.200000003,
+ "to": 0.200000003
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stickyBubble_002"
+ }
+ ]
+ },
+ "gene_004_win_fish_bubble":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 2.200000048,
+ "lifetime":
+ {
+ "x1": 0.794270873,
+ "y1": 0.028645843,
+ "x2": 0.447916687,
+ "y2": 0.986979187,
+ "from": 0.449999988,
+ "to": 0.250000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": -30.000000000
+ },
+ "to":
+ {
+ "z": -30.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 2.250000000,
+ "durationJitter": 0.039999999,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 3.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.100000001,
+ "to": 0.100000001
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.150000006,
+ "to": 0.150000006
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 90.000000000,
+ "to": 90.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 100.000000000,
+ "to": 100.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ {
+ "__class": "Deceleration",
+ "deceleration":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.799999952,
+ "y": 1.799999952
+ },
+ "to":
+ {
+ "x": 1.799999952,
+ "y": 1.799999952
+ }
+ }
+ },
+ {
+ "__class": "SpawnVelocityComponent",
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 5.000000000
+ },
+ "to":
+ {
+ "x": 5.000000000
+ }
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.997395873,
+ "y1": 0.013020843,
+ "x2": 0.800000012,
+ "y2": 0.010416687,
+ "from": 0.100000001,
+ "to": 0.010000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 960.000000000,
+ "to": 960.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_stickyBubble_002"
+ }
+ ]
+ },
+ "gene_004_win_fish_circular":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.230000004,
+ "to": 0.230000004
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.799999952,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 16.000000000,
+ "to": 16.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.122395843,
+ "y1": 0.536458373,
+ "x2": 0.276041687,
+ "y2": 0.893229246,
+ "from": 0.150000006,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.309895843,
+ "y1": 0.325520843,
+ "x2": 0.393229187,
+ "y2": 0.807291687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_ripple_circular_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_ripple_circular_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_ripple_circular_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_ripple_circular_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_ripple_circular_05"
+ }
+ ]
+ },
+ "gene_004_win_ripple_circular":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.300000012,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.699999988,
+ "to": 0.699999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 2.000000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 4.000000000,
+ "to": 4.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.122395843,
+ "y1": 0.536458373,
+ "x2": 0.276041687,
+ "y2": 0.893229246,
+ "from": 0.449999988,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.309895843,
+ "y1": 0.325520843,
+ "x2": 0.393229187,
+ "y2": 0.807291687,
+ "from": 300.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "particle_ripple_circular"
+ }
+ ]
+ },
+ "gene_004_win_ripple_circular_1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 0.300000012,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 1.299999952,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.122395843,
+ "y1": 0.536458373,
+ "x2": 0.276041687,
+ "y2": 0.893229246,
+ "from": 0.150000006,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.309895843,
+ "y1": 0.325520843,
+ "x2": 0.393229187,
+ "y2": 0.807291687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_ripple_circular_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_ripple_circular_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_ripple_circular_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_ripple_circular_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_ripple_circular_05"
+ }
+ ]
+ },
+ "gene_004_win_ripple_circular_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 50,
+ "emitterDelay": 2.000000000,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.550000012,
+ "to": 0.550000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.200000003,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 9.000000000,
+ "to": 9.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.050000001,
+ "to": 0.050000001
+ }
+ },
+ {
+ "__class": "SpawnPlanar",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "minSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedXY":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "minSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "maxSpeedZ":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "randomAngle": true
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.122395843,
+ "y1": 0.536458373,
+ "x2": 0.276041687,
+ "y2": 0.893229246,
+ "from": 0.449999988,
+ "to": 0.699999988
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.309895843,
+ "y1": 0.325520843,
+ "x2": 0.393229187,
+ "y2": 0.807291687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_ripple_circular_01"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_ripple_circular_02"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_ripple_circular_03"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_ripple_circular_04"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_ripple_circular_05"
+ }
+ ]
+ },
+ "gene_004_win_splash_1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 1.799999952,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 3.000000000,
+ "to": 3.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_win_splash_1"
+ }
+ ]
+ },
+ "gene_004_win_splash_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "emitterDelay": 2.150000095,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.649999976,
+ "to": 0.649999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "z": 0.200000003
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.799999952,
+ "to": 1.799999952
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 1.000000000,
+ "z": 0.899999976
+ },
+ "to":
+ {
+ "y": 1.000000000,
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_win_splash_2"
+ }
+ ]
+ },
+ "gene_004_win_water_line":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "emitterDelay": 2.549999952,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "x": -0.750000000,
+ "z": 0.300000012
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.606770873,
+ "y1": 0.028645843,
+ "y2": 0.986979187,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 1.000000000,
+ "z": 0.899999976
+ },
+ "to":
+ {
+ "y": 1.000000000,
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -10.000000000,
+ "to": -10.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_win_water_line"
+ }
+ ]
+ },
+ "gene_004_win_water_line_2":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 2,
+ "emitterDelay": 3.650000095,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset":
+ {
+ "x": -0.500000000
+ },
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnBurst",
+ "bursts":
+ [
+ {
+ "t": 0.001000000,
+ "c": 1
+ }
+ ]
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 0.100000001,
+ "scale":
+ {
+ "x1": 0.606770873,
+ "y1": 0.028645843,
+ "y2": 0.986979187,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "y": 1.000000000,
+ "z": 0.899999976
+ },
+ "to":
+ {
+ "y": 1.000000000,
+ "z": 0.899999976
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -10.000000000,
+ "to": -10.000000000
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "trailEnabled": true,
+ "trailDuration": 1.000000000,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_004_win_water_line"
+ }
+ ]
+ },
+ "gene_def_atk1End_blue":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.460000008,
+ "to": 0.460000008
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 28.000000000,
+ "to": 28.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_def_atk1End_blue_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_def_atk1End_blue_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_def_atk1End_blue_3"
+ }
+ ]
+ },
+ "gene_def_atk1End_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.460000008,
+ "to": 0.460000008
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 28.000000000,
+ "to": 28.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_def_atk1End_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_def_atk1End_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_def_atk1End_red_3"
+ }
+ ]
+ },
+ "gene_def_atk1Hit_blue":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.479999989,
+ "to": 0.479999989
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 28.000000000,
+ "to": 28.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_def_atk1Hit_blue_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_def_atk1Hit_blue_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_def_atk1Hit_blue_3"
+ }
+ ]
+ },
+ "gene_def_atk1Hit_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.479999989,
+ "to": 0.479999989
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.010000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 28.000000000,
+ "to": 28.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_def_atk1Hit_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_def_atk1Hit_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_def_atk1Hit_red_3"
+ }
+ ]
+ },
+ "gene_def_atk2End_blue":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_def_atk_blade_blue_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_def_atk_blade_blue_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_def_atk_blade_blue_3"
+ }
+ ]
+ },
+ "gene_def_atk2End_cloud_blue":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_def_atk2End_cloud_blue1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_def_atk2End_cloud_blue2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_def_atk2End_cloud_blue3"
+ }
+ ]
+ },
+ "gene_def_atk2End_cloud_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_def_atk2End_cloud_red1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_def_atk2End_cloud_red2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_def_atk2End_cloud_red3"
+ }
+ ]
+ },
+ "gene_def_atk2End_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.899999976,
+ "to": 0.899999976
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_def_atk_blade_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_def_atk_blade_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_def_atk_blade_red_3"
+ }
+ ]
+ },
+ "gene_def_atk2Hit_blue":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_def_atk2Hit_blue_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_def_atk2Hit_blue_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_def_atk2Hit_blue_3"
+ }
+ ]
+ },
+ "gene_def_atk2Hit_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 1,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.400000006,
+ "to": 0.400000006
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_def_atk2Hit_red_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_def_atk2Hit_red_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_def_atk2Hit_red_3"
+ }
+ ]
+ },
+ "gene_def_atk_trail_blue":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 10.000000000
+ },
+ "to":
+ {
+ "z": 10.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 28.000000000,
+ "to": 28.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.300000012,
+ "to": -0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.184895843,
+ "y1": -2.010416508,
+ "x2": 0.885416687,
+ "y2": -1.083333254,
+ "from": 0.400000006,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_particle_gene_base"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_particle_gene_blue"
+ }
+ ]
+ },
+ "gene_def_atk_trail_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.239999995,
+ "to": 0.239999995
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 10.000000000
+ },
+ "to":
+ {
+ "z": 10.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 28.000000000,
+ "to": 28.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.300000012,
+ "to": -0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.184895843,
+ "y1": -2.010416508,
+ "x2": 0.885416687,
+ "y2": -1.083333254,
+ "from": 0.400000006,
+ "to": 0.200000003
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_particle_gene_base"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "cloud_particle_gene_red"
+ }
+ ]
+ },
+ "gene_def_cloudPop_1":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 3,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.449999988,
+ "to": 0.449999988
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 200.000000000,
+ "to": 200.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.349999994,
+ "to": 0.349999994
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 5.000000000,
+ "to": 5.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_def_atk_cloudPop1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_def_atk_cloudPop2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_def_atk_cloudPop3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_def_atk_cloudPop4"
+ }
+ ]
+ },
+ "gene_def_ulti_particles":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.600000024,
+ "to": -0.600000024
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.247395843,
+ "y1": -1.369791627,
+ "x2": 0.820312500,
+ "y2": -0.856770813,
+ "from": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_particle_moon_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_particle_star_1"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_particle_star_2"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_particle_moon_2"
+ }
+ ]
+ },
+ "gene_def_ulti_particles_red":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 20,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": {},
+ "to": {}
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "infinite": true,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 10.000000000,
+ "to": 10.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.600000024,
+ "to": -0.600000024
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.600000024,
+ "to": 0.600000024
+ }
+ },
+ {
+ "__class": "SpawnCone",
+ "direction":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "z": 1.000000000
+ }
+ },
+ "directionJitterAngle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 360.000000000,
+ "to": 360.000000000
+ },
+ "velocity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "velocityJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.500000000,
+ "to": 0.500000000
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.247395843,
+ "y1": -1.369791627,
+ "x2": 0.820312500,
+ "y2": -0.856770813,
+ "from": 0.500000000
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 180.000000000,
+ "to": 180.000000000
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 60.000000000,
+ "to": 60.000000000
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip": true,
+ "trailWidth":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ }
+ },
+ "movieclip":
+ [
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_particle_moon_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_particle_star_3"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_particle_star_4"
+ },
+ {
+ "swf": "sc\/effects_brawler.sc",
+ "name": "gene_particle_moon_2"
+ }
+ ]
+ },
+ "gene_def_ulti_trail_blue":
+ {
+ "emitterDataVersion": 1,
+ "emitter":
+ {
+ "maxParticleCount": 100,
+ "emitterDelay": 0.100000001,
+ "lifetime":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ },
+ "lifetimeJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.029999999,
+ "to": 0.029999999
+ },
+ "mass": 1.000000000,
+ "spawnPointOffset": {},
+ "gravity":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "z": 10.000000000
+ },
+ "to":
+ {
+ "z": 10.000000000
+ }
+ },
+ "components":
+ [
+ {
+ "__class": "SpawnRate",
+ "duration": 0.020000000,
+ "spawnRate":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 24.000000000,
+ "to": 24.000000000
+ },
+ "spawnRateJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ }
+ },
+ {
+ "__class": "SpawnLocation",
+ "spawnShape": 1,
+ "spawnMinSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": -0.300000012,
+ "to": -0.300000012
+ },
+ "spawnMaxSize":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 0.300000012,
+ "to": 0.300000012
+ }
+ }
+ ]
+ },
+ "render":
+ {
+ "globalScale": 1.000000000,
+ "scale":
+ {
+ "x1": 0.177083343,
+ "y1": -2.947916508,
+ "x2": 0.924479187,
+ "y2": -1.989583254,
+ "from": 0.400000006
+ },
+ "scaleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "color":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ },
+ "to":
+ {
+ "x": 1.000000000,
+ "y": 1.000000000,
+ "z": 1.000000000
+ }
+ },
+ "alpha":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687,
+ "from": 1.000000000,
+ "to": 1.000000000
+ },
+ "angle":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "angleJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeed":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "rotationSpeedJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLength":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "tailLengthJitter":
+ {
+ "x1": 0.333333343,
+ "y1": 0.333333343,
+ "x2": 0.666666687,
+ "y2": 0.666666687
+ },
+ "loopMovieClip":